+ migrated some manifest template changed from 2.5.x to 3.0.x

This commit is contained in:
Costin Leau
2008-11-25 22:20:53 +00:00
parent 20bdc3c2d5
commit dca286d065
14 changed files with 31 additions and 47 deletions

View File

@@ -2,6 +2,8 @@ Bundle-SymbolicName: org.springframework.core
Bundle-Name: Spring Core
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Package:
org.eclipse.core.runtime;common="split";resolution:=optional
Import-Template:
edu.emory.mathcs.backport.*;version="[3.0.0, 4.0.0)";resolution:=optional,
org.apache.commons.collections.*;version="[3.2.0, 4.0.0)";resolution:=optional,
@@ -10,6 +12,4 @@ Import-Template:
org.apache.log4j.*;version="[1.2.15, 2.0.0)";resolution:=optional,
org.aspectj.*;version="[1.5.4, 2.0.0)";resolution:=optional
Unversioned-Imports:
javax.xml.transform.*,
org.w3c.dom.*,
org.xml.sax.*
*