You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by le...@apache.org on 2006/07/10 10:27:52 UTC

svn commit: r420460 - /jakarta/commons/proper/attributes/trunk/maven.xml

Author: leosutic
Date: Mon Jul 10 01:27:52 2006
New Revision: 420460

URL: http://svn.apache.org/viewvc?rev=420460&view=rev
Log:
Include the plugin jar n the final distribution directory.

Modified:
    jakarta/commons/proper/attributes/trunk/maven.xml

Modified: jakarta/commons/proper/attributes/trunk/maven.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/maven.xml?rev=420460&r1=420459&r2=420460&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/maven.xml (original)
+++ jakarta/commons/proper/attributes/trunk/maven.xml Mon Jul 10 01:27:52 2006
@@ -195,6 +195,8 @@
                 includes="commons-attributes-api-${pom.currentVersion}.jar"/>
             <fileset dir="${basedir}/compiler/target/"
                 includes="commons-attributes-compiler-${pom.currentVersion}.jar"/>
+            <fileset dir="${basedir}/plugin/target/"
+                includes="commons-attributes-plugin-${pom.currentVersion}.jar"/>
         </copy>
         
         <!--



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