You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by ip...@apache.org on 2004/12/03 02:13:15 UTC

svn commit: r109613 - /incubator/muse/trunk/maven.xml

Author: ips
Date: Thu Dec  2 17:13:14 2004
New Revision: 109613

URL: http://svn.apache.org/viewcvs?view=rev&rev=109613
Log:
added forrest.properties and a few other files to the root of the src dist

Modified:
   incubator/muse/trunk/maven.xml

Modified: incubator/muse/trunk/maven.xml
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/maven.xml?view=diff&rev=109613&p1=incubator/muse/trunk/maven.xml&r1=109612&p2=incubator/muse/trunk/maven.xml&r2=109613
==============================================================================
--- incubator/muse/trunk/maven.xml	(original)
+++ incubator/muse/trunk/maven.xml	Thu Dec  2 17:13:14 2004
@@ -290,7 +290,14 @@
     <!-- Delete the faulty maven-ant-plugin-generated build.xml, forcing
          use of Maven to build our sources. -->
     <delete file="${maven.dist.src.assembly.dir}/build.xml" />
-    <copy file="BUILD.txt" todir="${maven.dist.src.assembly.dir}" />
+    <copy todir="${maven.dist.src.assembly.dir}">
+      <fileset dir=".">
+        <include name="BUILD.txt" />
+        <include name="forrest.properties" />
+        <include name="jalopy-config.xml" />
+        <include name="pomdependencies.xsl" />
+      </fileset>
+    </copy>
   </postGoal>  
 
   <!-- ================================================================== -->

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