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

0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Frederico Palma 13 years ago
parent 8d74738e4f
commit 3ab1282cb0

@ -1,8 +1,8 @@
build.xml.data.CRC32=533fa109
build.xml.data.CRC32=dcb713c9
build.xml.script.CRC32=97b5d0ef
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.
# 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=533fa109
nbproject/build-impl.xml.data.CRC32=dcb713c9
nbproject/build-impl.xml.script.CRC32=6e839b17
nbproject/build-impl.xml.stylesheet.CRC32=8ab4467e@1.15.2.1

@ -70,6 +70,18 @@ file.reference.xmlParserAPIs-2.0.2.jar=lib/myfaces/xmlParserAPIs-2.0.2.jar
includes=**
j2ee.deploy.on.save=false
j2ee.platform=1.4
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
jar.compress=false
javac.classpath=\
@ -126,7 +138,8 @@ javac.classpath=\
${file.reference.xmlgraphics-commons-1.3.1.jar}:\
${file.reference.commons-el-1.0.jar}:\
${file.reference.xmlParserAPIs-2.0.2.jar}:\
${file.reference.tomahawk-1.1.10.jar}
${file.reference.tomahawk-1.1.10.jar}:\
${libs.Tomcat.classpath}
# Space-separated list of extra javac options
javac.compilerargs=
javac.debug=true

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

Loading…
Cancel
Save