You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2013/12/03 10:27:41 UTC

git commit: MARMOTTA-392: system property already ends with slash

Updated Branches:
  refs/heads/develop 1954841e8 -> a26152e07


MARMOTTA-392: system property already ends with slash


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

Branch: refs/heads/develop
Commit: a26152e078e803682cd1385aedf13ff43086ce14
Parents: 1954841
Author: Sergio Fernández <wi...@apache.org>
Authored: Tue Dec 3 10:26:25 2013 +0100
Committer: Sergio Fernández <wi...@apache.org>
Committed: Tue Dec 3 10:26:25 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/marmotta/blob/a26152e0/launchers/marmotta-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/launchers/marmotta-webapp/pom.xml b/launchers/marmotta-webapp/pom.xml
index 08c787f..614343a 100644
--- a/launchers/marmotta-webapp/pom.xml
+++ b/launchers/marmotta-webapp/pom.xml
@@ -34,7 +34,7 @@
 
     <properties>
         <!-- these are used for the goals tomcat6/7:run or jetty:run -->
-        <marmotta.home>${java.io.tmpdir}/marmotta</marmotta.home>
+        <marmotta.home>${java.io.tmpdir}marmotta</marmotta.home>
         <marmotta.context>/</marmotta.context>
         <marmotta.port>8080</marmotta.port>
     </properties>