From 91209e18b08085c366d130399978266baab732fd Mon Sep 17 00:00:00 2001 From: maroni Date: Mon, 21 May 2012 02:16:29 -0300 Subject: [PATCH] Nova versao do simulador e tratamento de erros das chamadas. --- nbproject/genfiles.properties | 4 ++-- nbproject/project.properties | 3 +-- nbproject/project.xml | 6 +----- setup/sun-resources.xml | 14 ++++++++++++++ 4 files changed, 18 insertions(+), 9 deletions(-) create mode 100644 setup/sun-resources.xml diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index cb9c374..8926f6f 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -1,8 +1,8 @@ -build.xml.data.CRC32=5ed66ad7 +build.xml.data.CRC32=9cef979c 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=5ed66ad7 +nbproject/build-impl.xml.data.CRC32=9cef979c 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 75696f6..922f216 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -124,8 +124,7 @@ source.encoding=UTF-8 source.root=src src.dir=${source.root}/java test.src.dir=test -war.content.additional=\ - ${libs.Java-EE-GlassFish-v3.classpath} +war.content.additional= war.ear.name=SimDeCS.war war.name=SimDeCS.war web.docbase.dir=web diff --git a/nbproject/project.xml b/nbproject/project.xml index da12aaf..0f5d405 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -95,11 +95,7 @@ WEB-INF/lib - - - ${libs.Java-EE-GlassFish-v3.classpath} - - + diff --git a/setup/sun-resources.xml b/setup/sun-resources.xml new file mode 100644 index 0000000..f3f93c5 --- /dev/null +++ b/setup/sun-resources.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + -- 1.7.6.4