Author: bayard
Date: Mon Jul 31 23:17:13 2006
New Revision: 427459
URL: http://svn.apache.org/viewvc?rev=427459&view=rev
Log:
Added manifests for api and compiler
Added:
jakarta/commons/proper/attributes/trunk/api/manifest.mf (with props)
jakarta/commons/proper/attributes/trunk/compiler/manifest.mf (with props)
Modified:
jakarta/commons/proper/attributes/trunk/build.xml
Added: jakarta/commons/proper/attributes/trunk/api/manifest.mf
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/api/manifest.mf?rev=427459&view=auto
==============================================================================
--- jakarta/commons/proper/attributes/trunk/api/manifest.mf (added)
+++ jakarta/commons/proper/attributes/trunk/api/manifest.mf Mon Jul 31 23:17:13
2006
@@ -0,0 +1,24 @@
+Manifest-Version: 1.0
+Ant-Version: Apache Ant 1.5.3
+Created-By: Apache Maven
+Built-By: hen
+Package: org.apache.commons.attributes
+Build-Jdk: 1.4.2_05
+Extension-Name: commons-attributes-api
+Specification-Title: Client API for Jakarta Commons Attributes.
+Specification-Vendor: The Apache Software Foundation
+Implementation-Title: org.apache.commons.attributes
+Implementation-Vendor: The Apache Software Foundation
+Implementation-Version: 2.2-rc2
+Extension-List: ant qdox
+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
+Implementation-Vendor-Id: org.apache
+X-Compile-Source-JDK: 1.4
+X-Compile-Target-JDK: 1.4
Propchange: jakarta/commons/proper/attributes/trunk/api/manifest.mf
------------------------------------------------------------------------------
svn:eol-style = native
Modified: jakarta/commons/proper/attributes/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/build.xml?rev=427459&r1=427458&r2=427459&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/build.xml (original)
+++ jakarta/commons/proper/attributes/trunk/build.xml Mon Jul 31 23:17:13 2006
@@ -99,9 +99,9 @@
</copy>
</target>
<target name="jar" description="o Create the jar" depends="compile">
- <jar jarfile="target/${final.name.api}.jar"
includes="org/apache/commons/attributes/*,LICENSE.txt,NOTICE.txt"
basedir="${classesdir}">
+ <jar jarfile="target/${final.name.api}.jar"
includes="org/apache/commons/attributes/*,LICENSE.txt,NOTICE.txt,manifest.mf"
basedir="${classesdir}" manifest="api/manifest.mf">
</jar>
- <jar jarfile="target/${final.name.compiler}.jar"
excludes="org/apache/commons/attributes/*" includes="**/*"
basedir="${classesdir}">
+ <jar jarfile="target/${final.name.compiler}.jar"
excludes="org/apache/commons/attributes/*,manifest.mf" includes="**/*"
basedir="${classesdir}" manifest="compiler/manifest.mf">
</jar>
<jar jarfile="target/${final.name.plugin}.jar" includes="**/*"
excludes="manifest.mf" basedir="${plugindir}"
manifest="${plugindir}/manifest.mf">
</jar>
@@ -163,4 +163,4 @@
<unjar dest="${maven.home}"
src="${user.home}/maven-install-latest.jar">
</unjar>
</target>
-</project>
\ No newline at end of file
+</project>
Added: jakarta/commons/proper/attributes/trunk/compiler/manifest.mf
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/compiler/manifest.mf?rev=427459&view=auto
==============================================================================
--- jakarta/commons/proper/attributes/trunk/compiler/manifest.mf (added)
+++ jakarta/commons/proper/attributes/trunk/compiler/manifest.mf Mon Jul 31
23:17:13 2006
@@ -0,0 +1,32 @@
+Manifest-Version: 1.0
+Ant-Version: Apache Ant 1.5.3
+Created-By: Apache Maven
+Built-By: hen
+Package: org.apache.commons.attributes.compiler
+Build-Jdk: 1.4.2_05
+Extension-Name: commons-attributes-compiler
+Specification-Title: Attribute Compiler
+Specification-Vendor: The Apache Software Foundation
+Implementation-Title: org.apache.commons.attributes.compiler
+Implementation-Vendor: The Apache Software Foundation
+Implementation-Version: 2.2-rc2
+Extension-List: ant qdox commons-attributes-api javadoc
+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
+commons-attributes-api-Extension-Name: commons-attributes-api
+commons-attributes-api-Implementation-Version: 2.2-rc1
+commons-attributes-api-Implementation-URL: http://www.ibiblio.org/mave
+ n/commons-attributes/jars/commons-attributes-api-2.2-rc1.jar
+javadoc-Extension-Name: javadoc
+javadoc-Implementation-Version: 1.4
+javadoc-Implementation-URL: http://www.ibiblio.org/maven/javadoc/jars/
+ javadoc-1.4.jar
+Implementation-Vendor-Id: org.apache
+X-Compile-Source-JDK: 1.4
+X-Compile-Target-JDK: 1.4
Propchange: jakarta/commons/proper/attributes/trunk/compiler/manifest.mf
------------------------------------------------------------------------------
svn:eol-style = native
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]