You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2015/08/30 19:44:09 UTC

svn commit: r1700148 - /gump/metadata/project/commons-compress.xml

Author: bodewig
Date: Sun Aug 30 17:44:08 2015
New Revision: 1700148

URL: http://svn.apache.org/r1700148
Log:
one more prefix to strip

Modified:
    gump/metadata/project/commons-compress.xml

Modified: gump/metadata/project/commons-compress.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-compress.xml?rev=1700148&r1=1700147&r2=1700148&view=diff
==============================================================================
--- gump/metadata/project/commons-compress.xml (original)
+++ gump/metadata/project/commons-compress.xml Sun Aug 30 17:44:08 2015
@@ -35,7 +35,7 @@
     <option project="junit" />
     <option project="xz" runtime="true"/>
 
-    <home nested="compress/target" />
+    <home nested="target" />
 
     <jar name="commons-compress-*[0-9T].jar" />
   </project>
@@ -43,7 +43,7 @@
   <project name="commons-compress-test">
     <mvn3/>
     <depend project="commons-compress"/>
-    <report nested="compress/target/surefire-reports"/>
+    <report nested="target/surefire-reports"/>
   </project>
 
 </module>