You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by im...@apache.org on 2005/12/05 21:06:07 UTC

svn commit: r354152 - in /jakarta/commons/proper/vfs/trunk: build.xml maven.xml

Author: imario
Date: Mon Dec  5 12:06:01 2005
New Revision: 354152

URL: http://svn.apache.org/viewcvs?rev=354152&view=rev
Log:
add: xdocs in src distribution
fix: removed empty setproxy from build.xml

Modified:
    jakarta/commons/proper/vfs/trunk/build.xml
    jakarta/commons/proper/vfs/trunk/maven.xml

Modified: jakarta/commons/proper/vfs/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/build.xml?rev=354152&r1=354151&r2=354152&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/build.xml (original)
+++ jakarta/commons/proper/vfs/trunk/build.xml Mon Dec  5 12:06:01 2005
@@ -163,8 +163,6 @@
     <target name="get-deps" unless="noget" depends="init">
         <!--Proxy settings works only with a JDK 1.2 and higher.-->
 
-        <setproxy>
-        </setproxy>
         <get dest="${libdir}/ant-1.6.2.jar" usetimestamp="true" ignoreerrors="true"
              src="http://www.ibiblio.org/maven/ant/jars/ant-1.6.2.jar">
         </get>

Modified: jakarta/commons/proper/vfs/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/maven.xml?rev=354152&r1=354151&r2=354152&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/maven.xml (original)
+++ jakarta/commons/proper/vfs/trunk/maven.xml Mon Dec  5 12:06:01 2005
@@ -69,6 +69,12 @@
             <fileset file='${basedir}/RELEASE_NOTES.txt'/>
             <fileset file='${basedir}/NOTICE.txt'/>
         </copy>
+
+        <!-- Copy XDocs -->
+        <copy todir="${maven.dist.src.assembly.dir}/xdocs">
+          <fileset dir='${basedir}/xdocs' />
+        </copy>
+
     </preGoal>
 
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org