diff --git a/trunk/SIPRPSoft/lib/shst.jar b/trunk/SIPRPSoft/lib/shst.jar index acc6ed1f..5eb6318f 100644 Binary files a/trunk/SIPRPSoft/lib/shst.jar and b/trunk/SIPRPSoft/lib/shst.jar differ diff --git a/trunk/SIPRPSoft/properties/1-development/app.properties b/trunk/SIPRPSoft/properties/1-development/app.properties index ceb3a618..bc2a859a 100644 --- a/trunk/SIPRPSoft/properties/1-development/app.properties +++ b/trunk/SIPRPSoft/properties/1-development/app.properties @@ -13,63 +13,8 @@ db.connection.driver = org.postgresql.Driver jnlp.resources.property.server.address = evoserver jnlp.resources.property.server.port = 5432 - -#app.max.mem=512M -#app.run.args=test 1 2 3 - app.resources.j2se.max-heap-size=512m app.resources.j2se.initial-heap-size=256m app.resources.j2se.version=1.6.0+ -#app.ws.dest.package=com.evolute.test-project.stubs -#app.ws.wsdl.url=https://www.evolute.pt/test-project/test-endpoint?wsdl -#app.ws.wsdl.url.protocol=https -#app.ws.wsdl.url.host=www.evolute.pt -#app.ws.wsdl.url.port=443 -#app.ws.wsdl.url.path=/test-project/test-endpoint?wsdl - -#app.ssl.truststore.file=jssecacerts -#app.ssl.truststore.pass=changeit - -#JNLP level -#jnlp.app.appName = test-project -#jnlp.information.title = jnlp-Test Project -#jnlp.resources.j2se.version = 1.1+ -#jnlp.test.url=http://www.evolute.pt/~software/test-project - - -#JNLP + PRODUCTION level -#jnlp.production.app.main-class = !com.evolute.test-project.TestProject2 -#jnlp.production.app.appName = test-project -#jnlp.production.url=http://www.evolute.pt/~software/test-project - -#jnlp.production.information.title = prod-Test Project -#jnlp.production.information.vendor = prod-Evolute Lda -#jnlp.production.information.description = prod-Tester Project for JNLP Generator -#jnlp.production.information.description.short = prod-JNLP Tester -#jnlp.production.information.icon = prod-logo.png - -#jnlp.production.resources.j2se.version = 1.6.0+ -#jnlp.production.resources.j2se.initial-heap-size = 64m -#jnlp.production.resources.j2se.max-heap-size = 512m - -#jnlp.production.resources.property.jnlp.packEnabled = true -#jnlp.production.resources.property.apple.laf.useScreenMenuBar = true -#jnlp.production.resources.property.swing.defaultlaf = org.jvnet.substance.skin.SubstanceRavenGraphiteGlassLookAndFeel -#jnlp.production.resources.property.evolute.ui.overridePaint = false - - -#JNLP + TEST level -#jnlp.test.app.main-class = com.evolute.test-project.TestProject3 -#jnlp.test.app.appName = project-test -#jnlp.test.url=http://www.evolute.pt/~software/versoes_teste/test-project - -#jnlp.test.information.title = test-Test Project -#jnlp.test.information.vendor = test-Evolute Lda -#jnlp.test.information.description = test-Tester Project for JNLP Generator -#jnlp.test.information.description.short = test-JNLP Tester -#jnlp.test.information.icon = test-logo.png - -#jnlp.test.resources.j2se.version = 1.6.0+ -#jnlp.test.resources.j2se.initial-heap-size = 64m -#jnlp.test.resources.j2se.max-heap-size = 512m +shst.prestador.omissao.id=35 diff --git a/trunk/SIPRPSoft/properties/2-testing/app.properties b/trunk/SIPRPSoft/properties/2-testing/app.properties index febf66a2..ad12a4a3 100644 --- a/trunk/SIPRPSoft/properties/2-testing/app.properties +++ b/trunk/SIPRPSoft/properties/2-testing/app.properties @@ -26,6 +26,8 @@ jnlp.information.icon=logo/icon.png jnlp.information.vendor=Evolute Lda jnlp.information.title=SIPRPSoft +shst.prestador.omissao.id=35 + #app.ws.dest.package=com.evolute.test-project.stubs #app.ws.wsdl.url=https://www.evolute.pt/test-project/test-endpoint?wsdl #app.ws.wsdl.url.protocol=https diff --git a/trunk/SIPRPSoft/properties/3-production/app.properties b/trunk/SIPRPSoft/properties/3-production/app.properties index 1f91adb7..12d8cf9b 100644 --- a/trunk/SIPRPSoft/properties/3-production/app.properties +++ b/trunk/SIPRPSoft/properties/3-production/app.properties @@ -25,6 +25,8 @@ jnlp.information.icon=logo/icon.png jnlp.information.vendor=Evolute Lda jnlp.information.title=SIPRPSoft +shst.prestador.omissao.id=35 + #app.ws.dest.package=com.evolute.test-project.stubs #app.ws.wsdl.url=https://www.evolute.pt/test-project/test-endpoint?wsdl #app.ws.wsdl.url.protocol=https diff --git a/trunk/SIPRPSoft/properties/4-WebApps/app.properties b/trunk/SIPRPSoft/properties/4-WebApps/app.properties new file mode 100644 index 00000000..f1327f8e --- /dev/null +++ b/trunk/SIPRPSoft/properties/4-WebApps/app.properties @@ -0,0 +1,82 @@ +#APP level +app.appName = siprpsoft +app.main-class = siprp.Main +app.main = siprp.Main + +db.url.prefix = jdbc:postgresql:// +db.user = siprp +db.password = rg2h-opksiprp +db.name = siprp_local_3 +db.connection.driver = org.postgresql.Driver + +jnlp.resources.property.server.address = localhost +jnlp.resources.property.server.port = 5436 + + +#app.max.mem=512M +#app.run.args=test 1 2 3 + +app.resources.j2se.max-heap-size=512m +app.resources.j2se.initial-heap-size=256m +app.resources.j2se.version=1.6.0+ + +jnlp.information.description.short=SIPRPSoft +jnlp.information.description=Software de Gestão de Higiene e Segurança no Trabalho +jnlp.information.icon=logo/icon.png +jnlp.information.vendor=Evolute Lda +jnlp.information.title=SIPRPSoft + +shst.prestador.omissao.id=35 + +#app.ws.dest.package=com.evolute.test-project.stubs +#app.ws.wsdl.url=https://www.evolute.pt/test-project/test-endpoint?wsdl +#app.ws.wsdl.url.protocol=https +#app.ws.wsdl.url.host=www.evolute.pt +#app.ws.wsdl.url.port=443 +#app.ws.wsdl.url.path=/test-project/test-endpoint?wsdl + +#app.ssl.truststore.file=jssecacerts +#app.ssl.truststore.pass=changeit + +#JNLP level +#jnlp.app.appName = test-project +#jnlp.information.title = jnlp-Test Project +#jnlp.resources.j2se.version = 1.1+ +#jnlp.test.url=http://www.evolute.pt/~software/test-project + + +#JNLP + PRODUCTION level +#jnlp.production.app.main-class = !com.evolute.test-project.TestProject2 +#jnlp.production.app.appName = test-project +#jnlp.production.url=http://www.evolute.pt/~software/test-project + +#jnlp.production.information.title = prod-Test Project +#jnlp.production.information.vendor = prod-Evolute Lda +#jnlp.production.information.description = prod-Tester Project for JNLP Generator +#jnlp.production.information.description.short = prod-JNLP Tester +#jnlp.production.information.icon = prod-logo.png + +#jnlp.production.resources.j2se.version = 1.6.0+ +#jnlp.production.resources.j2se.initial-heap-size = 64m +#jnlp.production.resources.j2se.max-heap-size = 512m + +#jnlp.production.resources.property.jnlp.packEnabled = true +#jnlp.production.resources.property.apple.laf.useScreenMenuBar = true +#jnlp.production.resources.property.swing.defaultlaf = org.jvnet.substance.skin.SubstanceRavenGraphiteGlassLookAndFeel +#jnlp.production.resources.property.evolute.ui.overridePaint = false + + +#JNLP + TEST level +#jnlp.test.app.main-class = com.evolute.test-project.TestProject3 +#jnlp.test.app.appName = project-test +#jnlp.test.url=http://www.evolute.pt/~software/versoes_teste/test-project + +#jnlp.test.information.title = test-Test Project +#jnlp.test.information.vendor = test-Evolute Lda +#jnlp.test.information.description = test-Tester Project for JNLP Generator +#jnlp.test.information.description.short = test-JNLP Tester +#jnlp.test.information.icon = test-logo.png + +#jnlp.test.resources.j2se.version = 1.6.0+ +#jnlp.test.resources.j2se.initial-heap-size = 64m +#jnlp.test.resources.j2se.max-heap-size = 512m