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/05/20 20:14:49 UTC

svn commit: r408062 - in /jakarta/commons/proper/attributes/trunk: build.xml plugin/manifest.mf

Author: leosutic
Date: Sat May 20 11:14:49 2006
New Revision: 408062

URL: http://svn.apache.org/viewvc?rev=408062&view=rev
Log: (empty)

Added:
    jakarta/commons/proper/attributes/trunk/plugin/manifest.mf
Modified:
    jakarta/commons/proper/attributes/trunk/build.xml

Modified: jakarta/commons/proper/attributes/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/build.xml?rev=408062&r1=408061&r2=408062&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/build.xml (original)
+++ jakarta/commons/proper/attributes/trunk/build.xml Sat May 20 11:14:49 2006
@@ -32,12 +32,16 @@
     </property>
     <property name="javadocdir" value="dist/docs/api">
     </property>
+    <property name="plugindir" value="plugin">
+    </property>
     <property name="version" value="2.2">
     </property>
     <property name="final.name.api" value="commons-attributes-api-${version}">
     </property>
     <property name="final.name.compiler" value="commons-attributes-compiler-${version}">
     </property>
+    <property name="final.name.plugin" value="commons-attributes-plugin-${version}">
+    </property>
     <target name="init" description="o Initializes some properties">
         <mkdir dir="${libdir}">
         </mkdir>
@@ -97,6 +101,8 @@
         <jar jarfile="target/${final.name.api}.jar" includes="org/apache/commons/attributes/*,LICENSE.txt,NOTICE.txt" basedir="${classesdir}">
         </jar>
         <jar jarfile="target/${final.name.compiler}.jar" excludes="org/apache/commons/attributes/*" includes="**/*" basedir="${classesdir}">
+        </jar>
+        <jar jarfile="target/${final.name.plugin}.jar" includes="**/*" excludes="manifest.mf" basedir="${plugindir}" manifest="${plugindir}/manifest.mf">
         </jar>
     </target>
     <target name="clean" description="o Clean up the generated directories">

Added: jakarta/commons/proper/attributes/trunk/plugin/manifest.mf
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/plugin/manifest.mf?rev=408062&view=auto
==============================================================================
--- jakarta/commons/proper/attributes/trunk/plugin/manifest.mf (added)
+++ jakarta/commons/proper/attributes/trunk/plugin/manifest.mf Sat May 20 11:14:49 2006
@@ -0,0 +1,25 @@
+Manifest-Version: 1.0
+Ant-Version: Apache Ant 1.5.3 
+Created-By: Apache Maven
+Built-By: leo
+Package: org.apache.commons.attributes
+Build-Jdk: 1.4.2_02
+Extension-Name: commons-attributes-plugin
+Specification-Title: Commons Attributes Plugin for Maven
+Specification-Vendor: The Apache Software Foundation
+Implementation-Title: org.apache.commons.attributes
+Implementation-Vendor: The Apache Software Foundation
+Implementation-Version: 2.2
+Extension-List: commons-attributes-api commons-attributes-compiler ant qdox
+commons-attributes-api-Extension-Name: commons-attributes-api
+commons-attributes-api-Implementation-Version: 2.2
+commons-attributes-api-Implementation-URL: http://www.ibiblio.org/maven/commons-attributes/jars/commons-attributes-api-2.2.jar
+commons-attributes-compiler-Extension-Name: commons-attributes-compiler
+commons-attributes-compiler-Implementation-Version: 2.2
+commons-attributes-compiler-Implementation-URL: http://www.ibiblio.org/maven/commons-attributes/jars/commons-attributes-compiler-2.2.jar
+ant-Extension-Name: ant
+ant-Implementation-Version: 1.5
+ant-Implementation-URL: http://www.ibiblio.org/maven/ant/jars/ant-1.5.jar
+qdox-Extension-Name: qdox
+qdox-Implementation-Version: 1.5
+qdox-Implementation-URL: http://www.ibiblio.org/maven/qdox/jars/qdox-1.5.jar
\ No newline at end of file



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