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/06/02 09:44:16 UTC

svn commit: r179548 - /maven/maven-1/plugins-sandbox/trunk/plugin-parent/maven.xml

Author: brett
Date: Thu Jun  2 00:44:16 2005
New Revision: 179548

URL: http://svn.apache.org/viewcvs?rev=179548&view=rev
Log:
give correct location of files in sandbox

Modified:
    maven/maven-1/plugins-sandbox/trunk/plugin-parent/maven.xml

Modified: maven/maven-1/plugins-sandbox/trunk/plugin-parent/maven.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/plugin-parent/maven.xml?rev=179548&r1=179547&r2=179548&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/plugin-parent/maven.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/plugin-parent/maven.xml Thu Jun  2 00:44:16 2005
@@ -30,10 +30,10 @@
     <ant:copy todir="${dir}/../plugin-parent">
       <ant:fileset dir="${pom.parent.file.parent}" />
     </ant:copy>
-    <ant:copy todir="${dir}/.." file="${pom.parent.file.parent}/LICENSE.txt" />
-    <ant:copy todir="${dir}/.." file="${pom.parent.file.parent}/NOTICE.txt" />
-    <ant:copy todir="${dir}/.." file="${pom.parent.file.parent}/checkstyle.xml" />
-    <ant:copy todir="${dir}/.." file="${pom.parent.file.parent}/checkstyle-license.txt" />
+    <ant:copy todir="${dir}/.." file="${pom.parent.file.parent}/../LICENSE.txt" />
+    <ant:copy todir="${dir}/.." file="${pom.parent.file.parent}/../NOTICE.txt" />
+    <ant:copy todir="${dir}/.." file="${pom.parent.file.parent}/../checkstyle.xml" />
+    <ant:copy todir="${dir}/.." file="${pom.parent.file.parent}/../checkstyle-license.txt" />
     <j:set var="executionDir" value="${basedir}" scope="parent" />
   </postGoal>
 </project>



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