From d835c90f0011d5f0107803dcf170c12526d7ecde Mon Sep 17 00:00:00 2001 From: maroni Date: Mon, 21 May 2012 01:47:05 -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 | 3 ++- nbproject/project.xml | 7 ++++++- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 3d76080..45233e4 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -695,6 +695,7 @@ exists or setup the property manually. For example like this: + @@ -721,6 +722,7 @@ exists or setup the property manually. For example like this: + diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index 8926f6f..e155105 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -1,8 +1,8 @@ -build.xml.data.CRC32=9cef979c +build.xml.data.CRC32=4afecc46 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=9cef979c -nbproject/build-impl.xml.script.CRC32=9fe94479 +nbproject/build-impl.xml.data.CRC32=4afecc46 +nbproject/build-impl.xml.script.CRC32=df550798 nbproject/build-impl.xml.stylesheet.CRC32=b7883b1f@1.36.1.1 diff --git a/nbproject/project.properties b/nbproject/project.properties index 922f216..4517ee9 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -124,7 +124,8 @@ source.encoding=UTF-8 source.root=src src.dir=${source.root}/java test.src.dir=test -war.content.additional= +war.content.additional=\ + ${libs.javaee-api-6.0.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 0f5d405..a3c5ead 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -95,7 +95,12 @@ WEB-INF/lib - + + + ${libs.javaee-api-6.0.classpath} + / + + -- 1.7.6.4