You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by tk...@apache.org on 2014/03/25 14:17:48 UTC

[03/10] git commit: reverted tmp file change

reverted tmp file change


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/555ea129
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/555ea129
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/555ea129

Branch: refs/heads/develop
Commit: 555ea129de84b401e916dc167a0fc0dc69857909
Parents: 85d75a1
Author: tkurz <th...@gmail.com>
Authored: Thu Mar 20 13:13:15 2014 +0100
Committer: tkurz <th...@gmail.com>
Committed: Thu Mar 20 13:13:15 2014 +0100

----------------------------------------------------------------------
 launchers/marmotta-webapp/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/555ea129/launchers/marmotta-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/launchers/marmotta-webapp/pom.xml b/launchers/marmotta-webapp/pom.xml
index 3c20bcb..8cb4150 100644
--- a/launchers/marmotta-webapp/pom.xml
+++ b/launchers/marmotta-webapp/pom.xml
@@ -33,8 +33,7 @@
     <description>Web Application bundle (WAR file) containing Apache Marmotta</description>
 
     <properties>
-        <!--<marmotta.home>${java.io.tmpdir}${file.separator}marmotta</marmotta.home>-->
-        <marmotta.home>/tmp/marmotta</marmotta.home>
+        <marmotta.home>${java.io.tmpdir}${file.separator}marmotta</marmotta.home>
         <marmotta.context>/</marmotta.context>
         <marmotta.port>8080</marmotta.port>
         <marmotta.backend>kiwi</marmotta.backend>