You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by en...@apache.org on 2011/06/22 12:13:35 UTC

svn commit: r1138380 - in /incubator/stanbol/trunk: ontologymanager/web/pom.xml reasoners/web/pom.xml

Author: enridaga
Date: Wed Jun 22 10:13:34 2011
New Revision: 1138380

URL: http://svn.apache.org/viewvc?rev=1138380&view=rev
Log:
STANBOL-236 Added the new property to pom files in ontologymanager/web and reasoners/web

Modified:
    incubator/stanbol/trunk/ontologymanager/web/pom.xml
    incubator/stanbol/trunk/reasoners/web/pom.xml

Modified: incubator/stanbol/trunk/ontologymanager/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/web/pom.xml?rev=1138380&r1=1138379&r2=1138380&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/web/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/web/pom.xml Wed Jun 22 10:13:34 2011
@@ -131,6 +131,7 @@
            <jar.executor.vm.options>${jar.executor.vm.options}</jar.executor.vm.options>
            <jar.executor.jar.folder>${project.basedir}/target/dependency</jar.executor.jar.folder>
            <jar.executor.jar.name.regexp>org.apache.stanbol.*full.*jar$</jar.executor.jar.name.regexp>
+           <jar.executor.workingdirectory>${project.build.directory}/launchdir</jar.executor.workingdirectory>
            <keepJarRunning>${keepJarRunning}</keepJarRunning>
            <server.ready.timeout.seconds>180</server.ready.timeout.seconds>
            <server.ready.path.1>/:stanbol.css</server.ready.path.1>

Modified: incubator/stanbol/trunk/reasoners/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/web/pom.xml?rev=1138380&r1=1138379&r2=1138380&view=diff
==============================================================================
--- incubator/stanbol/trunk/reasoners/web/pom.xml (original)
+++ incubator/stanbol/trunk/reasoners/web/pom.xml Wed Jun 22 10:13:34 2011
@@ -122,6 +122,7 @@
            <jar.executor.vm.options>${jar.executor.vm.options}</jar.executor.vm.options>
            <jar.executor.jar.folder>${project.basedir}/target/dependency</jar.executor.jar.folder>
            <jar.executor.jar.name.regexp>org.apache.stanbol.*full.*jar$</jar.executor.jar.name.regexp>
+           <jar.executor.workingdirectory>${project.build.directory}/launchdir</jar.executor.workingdirectory>
            <keepJarRunning>${keepJarRunning}</keepJarRunning>
            <server.ready.timeout.seconds>180</server.ready.timeout.seconds>
            <server.ready.path.1>/:stanbol.css</server.ready.path.1>