Nova versao do simulador e tratamento de erros das chamadas.
authormaroni <maroni@192.168.1.103>
Mon, 21 May 2012 04:50:00 +0000 (01:50 -0300)
committermaroni <maroni@192.168.1.103>
Mon, 21 May 2012 04:50:00 +0000 (01:50 -0300)
nbproject/build-impl.xml
nbproject/genfiles.properties
nbproject/project.properties
nbproject/project.xml

index 45233e4..3d76080 100644 (file)
@@ -695,7 +695,6 @@ exists or setup the property manually. For example like this:
         <copyfiles files="${file.reference.xalan-2.7.0.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
         <copyfiles files="${file.reference.xml-apis-1.0.b2.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
         <copyfiles files="${file.reference.jade.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
-        <copyfiles files="${libs.javaee-api-6.0.classpath}" todir="${build.web.dir}//"/>
         <mkdir dir="${build.web.dir}/META-INF"/>
         <manifest file="${build.web.dir}/META-INF/MANIFEST.MF" mode="update"/>
     </target>
@@ -722,7 +721,6 @@ exists or setup the property manually. For example like this:
         <copyfiles files="${file.reference.xalan-2.7.0.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
         <copyfiles files="${file.reference.xml-apis-1.0.b2.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
         <copyfiles files="${file.reference.jade.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
-        <copyfiles files="${libs.javaee-api-6.0.classpath}" todir="${build.web.dir}//"/>
     </target>
     <target depends="init" if="dist.ear.dir" name="-clean-webinf-lib">
         <delete dir="${build.web.dir}/WEB-INF/lib"/>
index e155105..cb9c374 100644 (file)
@@ -1,8 +1,8 @@
-build.xml.data.CRC32=4afecc46
+build.xml.data.CRC32=5ed66ad7
 build.xml.script.CRC32=9f680c47
 build.xml.stylesheet.CRC32=651128d4@1.36.1.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=4afecc46
-nbproject/build-impl.xml.script.CRC32=df550798
+nbproject/build-impl.xml.data.CRC32=5ed66ad7
+nbproject/build-impl.xml.script.CRC32=9fe94479
 nbproject/build-impl.xml.stylesheet.CRC32=b7883b1f@1.36.1.1
index 4517ee9..75696f6 100644 (file)
@@ -125,7 +125,7 @@ source.root=src
 src.dir=${source.root}/java
 test.src.dir=test
 war.content.additional=\
-    ${libs.javaee-api-6.0.classpath}
+    ${libs.Java-EE-GlassFish-v3.classpath}
 war.ear.name=SimDeCS.war
 war.name=SimDeCS.war
 web.docbase.dir=web
index a3c5ead..da12aaf 100644 (file)
@@ -97,8 +97,7 @@
             </web-module-libraries>
             <web-module-additional-libraries>
                 <library dirs="200">
-                    <file>${libs.javaee-api-6.0.classpath}</file>
-                    <path-in-war>/</path-in-war>
+                    <file>${libs.Java-EE-GlassFish-v3.classpath}</file>
                 </library>
             </web-module-additional-libraries>
             <source-roots>