You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/09/08 06:25:55 UTC

svn commit: r279509 - /maven/maven-1/core/tags/maven-1.1-beta-2/maven.xml

Author: brett
Date: Wed Sep  7 21:25:50 2005
New Revision: 279509

URL: http://svn.apache.org/viewcvs?rev=279509&view=rev
Log:
include license and notice

Modified:
    maven/maven-1/core/tags/maven-1.1-beta-2/maven.xml

Modified: maven/maven-1/core/tags/maven-1.1-beta-2/maven.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/tags/maven-1.1-beta-2/maven.xml?rev=279509&r1=279508&r2=279509&view=diff
==============================================================================
--- maven/maven-1/core/tags/maven-1.1-beta-2/maven.xml (original)
+++ maven/maven-1/core/tags/maven-1.1-beta-2/maven.xml Wed Sep  7 21:25:50 2005
@@ -70,6 +70,12 @@
       </j:if>
     </j:forEach>
     <ant:copy todir="${installerDir}/lib" file="${maven.build.dir}/${maven.final.name}.jar"/>
+    <ant:copy todir="${installerDir}">
+      <ant:fileset dir=".">
+        <ant:include name="NOTICE.txt" />
+        <ant:include name="LICENSE.txt" />
+      </ant:fileset>
+    </ant:copy>
     <attainGoal name="maven:generate-install-scripts"/>
     <ant:copy todir="${installerDir}/bin" file="${maven.build.dir}/install_repo.bat"/>
     <ant:copy todir="${installerDir}/bin" file="${maven.build.dir}/install_repo.sh"/>



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