You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/01/03 12:49:21 UTC

svn commit: r365613 - /maven/components/branches/maven-2.0.x/maven-artifact-ant/src/main/assembly/dep.xml

Author: brett
Date: Tue Jan  3 03:49:17 2006
New Revision: 365613

URL: http://svn.apache.org/viewcvs?rev=365613&view=rev
Log:
new assembly plugin makes this redundant

Modified:
    maven/components/branches/maven-2.0.x/maven-artifact-ant/src/main/assembly/dep.xml

Modified: maven/components/branches/maven-2.0.x/maven-artifact-ant/src/main/assembly/dep.xml
URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/maven-artifact-ant/src/main/assembly/dep.xml?rev=365613&r1=365612&r2=365613&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-artifact-ant/src/main/assembly/dep.xml (original)
+++ maven/components/branches/maven-2.0.x/maven-artifact-ant/src/main/assembly/dep.xml Tue Jan  3 03:49:17 2006
@@ -5,13 +5,6 @@
     <format>jar</format>
   </formats>
   <includeBaseDirectory>false</includeBaseDirectory>
-  <fileSets>
-    <fileSet>
-      <!-- TODO: use expressions instead: ${project.build.directory}, ${project.build.finalName}, or have a <build /> tag to include the built artifact -->
-      <directory>target/classes</directory>
-      <outputDirectory>/</outputDirectory>
-    </fileSet>
-  </fileSets>
   <dependencySets>
     <dependencySet>
       <outputDirectory>/</outputDirectory>