From dd01190a8293b96da9b0ce0fd40039e72205666b Mon Sep 17 00:00:00 2001 From: maroni Date: Mon, 21 May 2012 01:50:00 -0300 Subject: [PATCH] Nova versao do simulador e tratamento de erros das chamadas. --- nbproject/build-impl.xml | 2 -- nbproject/genfiles.properties | 6 +++--- nbproject/project.properties | 2 +- nbproject/project.xml | 3 +-- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 45233e4..3d76080 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -695,7 +695,6 @@ exists or setup the property manually. For example like this: - @@ -722,7 +721,6 @@ exists or setup the property manually. For example like this: - diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index e155105..cb9c374 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -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 diff --git a/nbproject/project.properties b/nbproject/project.properties index 4517ee9..75696f6 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -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 diff --git a/nbproject/project.xml b/nbproject/project.xml index a3c5ead..da12aaf 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -97,8 +97,7 @@ - ${libs.javaee-api-6.0.classpath} - / + ${libs.Java-EE-GlassFish-v3.classpath} -- 1.7.6.4