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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to