You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2010/02/17 09:09:29 UTC

svn commit: r910853 - in /harmony/enhanced/classlib/branches/java6/modules/activation: META-INF/MANIFEST.MF make/depends.properties

Author: hindessm
Date: Wed Feb 17 08:09:29 2010
New Revision: 910853

URL: http://svn.apache.org/viewvc?rev=910853&view=rev
Log:
Improve manifest and download from maven repository.

Modified:
    harmony/enhanced/classlib/branches/java6/modules/activation/META-INF/MANIFEST.MF
    harmony/enhanced/classlib/branches/java6/modules/activation/make/depends.properties

Modified: harmony/enhanced/classlib/branches/java6/modules/activation/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/activation/META-INF/MANIFEST.MF?rev=910853&r1=910852&r2=910853&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/activation/META-INF/MANIFEST.MF (original)
+++ harmony/enhanced/classlib/branches/java6/modules/activation/META-INF/MANIFEST.MF Wed Feb 17 08:09:29 2010
@@ -1,8 +1,10 @@
 Manifest-Version: 1.0
+Specification-Title: JavaBeans Activation Framework Specification
+Specification-Version: 1.1
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony Geronimo Activation
 Bundle-SymbolicName: org.apache.harmony.activation
-Bundle-Version: 1.1
+Bundle-Version: 1.0.2
 Bundle-ClassPath: geronimo-activation_1.1_spec-1.0.2.jar
 Eclipse-JREBundle: true
 Export-Package: javax.activation

Modified: harmony/enhanced/classlib/branches/java6/modules/activation/make/depends.properties
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/activation/make/depends.properties?rev=910853&r1=910852&r2=910853&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/activation/make/depends.properties (original)
+++ harmony/enhanced/classlib/branches/java6/modules/activation/make/depends.properties Wed Feb 17 08:09:29 2010
@@ -14,14 +14,14 @@
 # limitations under the License.
 
 depends.jars=${depends.dir}/jars
-depends.url=http://svn.apache.org/repos/asf/harmony/standard/depends
 geronimo.version=2.2
-geronimo.base=${depends.url}/jars/geronimo-${geronimo.version}
+geronimo.base=http://repo2.maven.org/maven2/org/apache/geronimo/specs
+activation.base=${geronimo.base}/geronimo-activation_1.1_spec/1.0.2
 geronimo.dir=${depends.jars}/geronimo-${geronimo.version}
 
 activation.version=1.1_spec-1.0.2
 activation.basename=geronimo-activation_${activation.version}
 activation.jarname=${activation.basename}.jar
 activation.jar=${geronimo.dir}/${activation.jarname}
-activation.url=${geronimo.base}/${activation.jarname}
+activation.url=${activation.base}/${activation.jarname}
 activation.md5=9759ed85c6e767bf3dc00c4cf635c4e2