costin 2003/03/13 10:11:21 Modified: modeler/src/conf MANIFEST.MF Log: Update and fix the manifest. It must start with the version ( that's the spec ). I changed the "spec" to 1.1 ( since we have new API methods, but it is backwards compatible with 1.0 ). I changed the impl to 1.1.0. Missing: declarations for the dependencies, I'm still searching on this Revision Changes Path 1.3 +5 -6 jakarta-commons/modeler/src/conf/MANIFEST.MF Index: MANIFEST.MF =================================================================== RCS file: /home/cvs/jakarta-commons/modeler/src/conf/MANIFEST.MF,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- MANIFEST.MF 29 Dec 2002 18:04:59 -0000 1.2 +++ MANIFEST.MF 13 Mar 2003 18:11:21 -0000 1.3 @@ -1,8 +1,7 @@ -Extension-Name: @name@ +Manifest-version: 1.0 +Extension-Name: org.apache.commons.modeler Specification-Vendor: Apache Software Foundation -Specification-Version: 1.0 +Specification-Version: 1.1 +Implementation-Vendor-Id: org.apache Implementation-Vendor: Apache Software Foundation -Implementation-Version: @version@ -Class-Path: mx4j-jmx.jar jmxri.jar commons-logging.jar commons-logging-api.jar crimson.jar xercesImpl.jar xmlParserAPI.jar mx4j-tools.jar jmxtools.jar -Main-Class: org.apache.commons.modeler.Main - +Implementation-Version: 1.1.0
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
