git-svn-id: https://svn.coded.pt/svn/SIPRP@1791 bb69d46d-e84e-40c8-a05a-06db0d633741

0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Frederico Palma 13 years ago
parent 8a9b39a974
commit 30904caada

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>PlanosActuacao</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>

@ -3,6 +3,6 @@ build.xml.script.CRC32=50b8b881
build.xml.stylesheet.CRC32=c0ebde35@1.15.2.1 build.xml.stylesheet.CRC32=c0ebde35@1.15.2.1
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=c7d4e274 nbproject/build-impl.xml.data.CRC32=fb06b97d
nbproject/build-impl.xml.script.CRC32=9d729bb1 nbproject/build-impl.xml.script.CRC32=9d729bb1
nbproject/build-impl.xml.stylesheet.CRC32=8ab4467e@1.15.2.1 nbproject/build-impl.xml.stylesheet.CRC32=8ab4467e@1.15.2.1

@ -4,7 +4,6 @@ auxiliary.org-netbeans-modules-web-client-tools-api.FIREFOX=true
auxiliary.org-netbeans-modules-web-client-tools-api.INTERNET_5f_EXPLORER=false auxiliary.org-netbeans-modules-web-client-tools-api.INTERNET_5f_EXPLORER=false
auxiliary.org-netbeans-modules-web-client-tools-api.serverdebug=true auxiliary.org-netbeans-modules-web-client-tools-api.serverdebug=true
deploy.ant.properties.file=/home/fpalma/.netbeans/6.7/tomcat60_1.properties deploy.ant.properties.file=/home/fpalma/.netbeans/6.7/tomcat60_1.properties
j2ee.platform.classpath=/home/fpalma/apache/apache-tomcat-6.0.32/lib/el-api.jar:/home/fpalma/apache/apache-tomcat-6.0.32/lib/catalina.jar:/home/fpalma/apache/apache-tomcat-6.0.32/lib/tomcat-i18n-ja.jar:/home/fpalma/apache/apache-tomcat-6.0.32/lib/catalina-ant.jar:/home/fpalma/apache/apache-tomcat-6.0.32/lib/tomcat-coyote.jar:/home/fpalma/apache/apache-tomcat-6.0.32/lib/tomcat-dbcp.jar:/home/fpalma/apache/apache-tomcat-6.0.32/lib/jsp-api.jar:/home/fpalma/apache/apache-tomcat-6.0.32/lib/jasper.jar:/home/fpalma/apache/apache-tomcat-6.0.32/lib/catalina-ha.jar:/home/fpalma/apache/apache-tomcat-6.0.32/lib/ecj-3.3.1.jar:/home/fpalma/apache/apache-tomcat-6.0.32/lib/tomcat-i18n-fr.jar:/home/fpalma/apache/apache-tomcat-6.0.32/lib/servlet-api.jar:/home/fpalma/apache/apache-tomcat-6.0.32/lib/tomcat-i18n-es.jar:/home/fpalma/apache/apache-tomcat-6.0.32/lib/annotations-api.jar:/home/fpalma/apache/apache-tomcat-6.0.32/lib/jasper-el.jar:/home/fpalma/apache/apache-tomcat-6.0.32/lib/catalina-tribes.jar:/home/fpalma/apache/apache-tomcat-6.0.32/bin/tomcat-juli.jar
j2ee.server.instance=tomcat60:home=/home/fpalma/apache/apache-tomcat-6.0.32 j2ee.server.instance=tomcat60:home=/home/fpalma/apache/apache-tomcat-6.0.32
javac.debug=true javac.debug=true
javadoc.preview=true javadoc.preview=true

@ -84,6 +84,18 @@ file.reference.xmlParserAPIs-2.0.2.jar=lib/myfaces/xmlParserAPIs-2.0.2.jar
includes=** includes=**
j2ee.deploy.on.save=false j2ee.deploy.on.save=false
j2ee.platform=1.5 j2ee.platform=1.5
j2ee.platform.classpath=\
${libs.Tomcat.classpath}
j2ee.platform.jwsdp.classpath=\
${libs.Tomcat.wsjwsdp}
j2ee.platform.wscompile.classpath=\
${libs.Tomcat.wscompile}
j2ee.platform.wsgen.classpath=\
${libs.Tomcat.wsgenerate}
j2ee.platform.wsimport.classpath=\
${libs.Tomcat.wsimport}
j2ee.platform.wsit.classpath=\
${libs.Tomcat.wsinterop}
j2ee.server.type=Tomcat60 j2ee.server.type=Tomcat60
jar.compress=false jar.compress=false
javac.classpath=\ javac.classpath=\
@ -145,7 +157,8 @@ javac.classpath=\
${file.reference.richfaces-ui-3.3.3.Final.jar}:\ ${file.reference.richfaces-ui-3.3.3.Final.jar}:\
${file.reference.commons-el-1.0.jar}:\ ${file.reference.commons-el-1.0.jar}:\
${file.reference.tomahawk-1.1.10.jar}:\ ${file.reference.tomahawk-1.1.10.jar}:\
${file.reference.xmlParserAPIs-2.0.2.jar} ${file.reference.xmlParserAPIs-2.0.2.jar}:\
${libs.Tomcat.classpath}
# Space-separated list of extra javac options # Space-separated list of extra javac options
javac.compilerargs= javac.compilerargs=
javac.debug=true javac.debug=true

@ -243,6 +243,9 @@
<file>${file.reference.xmlParserAPIs-2.0.2.jar}</file> <file>${file.reference.xmlParserAPIs-2.0.2.jar}</file>
<path-in-war>WEB-INF/lib</path-in-war> <path-in-war>WEB-INF/lib</path-in-war>
</library> </library>
<library>
<file>${libs.Tomcat.classpath}</file>
</library>
</web-module-libraries> </web-module-libraries>
<web-module-additional-libraries> <web-module-additional-libraries>
<library> <library>

Loading…
Cancel
Save