+ migrated some manifest template changed from 2.5.x to 3.0.x
This commit is contained in:
parent
20bdc3c2d5
commit
dca286d065
|
|
@ -4,7 +4,7 @@ Bundle-Vendor: SpringSource
|
|||
Bundle-ManifestVersion: 2
|
||||
Import-Template:
|
||||
com.jamonapi.*;version="[2.4.0, 3.0.0)";resolution:=optional,
|
||||
net.sf.cglib.*;version="[2.1.3, 3.0.0)";resolution:=optional,
|
||||
net.sf.cglib.*;version="[2.1.3, 2.2.0)";resolution:=optional,
|
||||
org.aopalliance.*;version="[1.0.0, 2.0.0)",
|
||||
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
|
||||
org.apache.commons.pool.*;version="[1.3.0, 2.0.0)";resolution:=optional,
|
||||
|
|
@ -13,4 +13,4 @@ Import-Template:
|
|||
org.springframework.core.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.util.*;version="[3.0.0, 3.0.1)"
|
||||
Unversioned-Imports:
|
||||
org.w3c.dom.*
|
||||
*
|
||||
|
|
|
|||
|
|
@ -9,6 +9,5 @@ Import-Template:
|
|||
org.springframework.core.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.util.*;version="[3.0.0, 3.0.1)",
|
||||
Unversioned-Imports:
|
||||
javax.xml.parsers.*,
|
||||
org.w3c.dom.*,
|
||||
org.xml.sax.*
|
||||
*
|
||||
|
||||
|
|
|
|||
|
|
@ -22,8 +22,7 @@ Import-Template:
|
|||
org.springframework.transaction.*;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.springframework.util.*;version="[3.0.0, 3.0.1)"
|
||||
Unversioned-Imports:
|
||||
javax.naming.*,
|
||||
javax.sql.*
|
||||
*
|
||||
Ignored-Existing-Headers:
|
||||
Bnd-LastModified,
|
||||
Import-Package,
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ Bundle-ManifestVersion: 2
|
|||
Import-Package:
|
||||
javax.persistence;version="[1.0.0, 2.0.0)";resolution:=optional,
|
||||
org.springframework.orm.jpa.support;version="[3.0.0, 3.0.1)";resolution:=optional
|
||||
com.ibm.websphere.management;resolution:=optional
|
||||
Import-Template:
|
||||
bsh.*;version="[2.0.0.b4, 3.0.0)";resolution:=optional,
|
||||
com.sun.enterprise.loader.*;version="[1.0.0, 2.0.0)";resolution:=optional,
|
||||
|
|
@ -17,7 +18,7 @@ Import-Template:
|
|||
javax.persistence.*;version="[1.0.0, 2.0.0)";resolution:=optional,
|
||||
javax.jms.*;version="[1.1.0, 2.0.0)";resolution:=optional,
|
||||
javax.xml.ws.*;version="[2.1.1, 3.0.0)";resolution:=optional,
|
||||
net.sf.cglib.*;version="[2.1.3, 3.0.0)";resolution:=optional,
|
||||
net.sf.cglib.*;version="[2.1.3, 2.2.0)";resolution:=optional,
|
||||
oracle.classloader.*;version="[10.1.3.1, 10.2.0.0)";resolution:=optional,
|
||||
org.aopalliance.*;version="[1.0.0, 2.0.0)",
|
||||
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
|
||||
|
|
@ -32,15 +33,7 @@ Import-Template:
|
|||
org.springframework.metadata.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.util.*;version="[3.0.0, 3.0.1)"
|
||||
Unversioned-Imports:
|
||||
com.sun.net.*,
|
||||
javax.management.*,
|
||||
javax.naming.*,
|
||||
javax.rmi.*,
|
||||
javax.xml.namespace.*,
|
||||
org.omg.CORBA.*,
|
||||
org.omg.CORBA_2_3.*,
|
||||
org.w3c.dom.*,
|
||||
org.xml.sax.*
|
||||
*
|
||||
Ignored-Existing-Headers:
|
||||
Bnd-LastModified,
|
||||
Import-Package,
|
||||
|
|
|
|||
|
|
@ -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.*
|
||||
*
|
||||
|
|
|
|||
|
|
@ -5,4 +5,5 @@ Bundle-ManifestVersion: 2
|
|||
Import-Template:
|
||||
org.springframework.core;version="[3.0.0, 3.0.1)",
|
||||
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
|
||||
org.antlr.runtime;version="[3.0.0,3.0.1)", org.antlr.runtime.tree;version="[3.0.0,3.0.1)"
|
||||
org.antlr.runtime;version="[3.0.0,3.0.1)",
|
||||
org.antlr.runtime.tree;version="[3.0.0,3.0.1)"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,12 @@ Bundle-SymbolicName: org.springframework.jdbc
|
|||
Bundle-Name: Spring JDBC
|
||||
Bundle-Vendor: SpringSource
|
||||
Bundle-ManifestVersion: 2
|
||||
Import-Package:
|
||||
oracle.sql;resolution:=optional,
|
||||
org.jboss.resource.adapter.jdbc;resolution:=optional,
|
||||
weblogic.jdbc.extensions;resolution:=optional,
|
||||
com.ibm.websphere.rsadapter;resolution:=optional,
|
||||
com.ibm.ws.rsadapter.jdbc;resolution:=optional
|
||||
Import-Template:
|
||||
com.mchange.v2.c3p0.*;version="[0.9.1.2, 1.0.0)";resolution:=optional,
|
||||
com.sun.rowset.*;version="[1.0.1, 2.0.0)";resolution:=optional,
|
||||
|
|
@ -16,7 +22,4 @@ Import-Template:
|
|||
org.springframework.transaction.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.util;version="[3.0.0, 3.0.1)"
|
||||
Unversioned-Imports:
|
||||
javax.naming.*,
|
||||
javax.sql,
|
||||
javax.xml.transform.*,
|
||||
org.w3c.dom.*
|
||||
*
|
||||
|
|
|
|||
|
|
@ -20,8 +20,7 @@ Import-Template:
|
|||
org.springframework.transaction.*;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.springframework.util.*;version="[3.0.0, 3.0.1)"
|
||||
Unversioned-Imports:
|
||||
javax.naming.*,
|
||||
org.w3c.dom.*
|
||||
*
|
||||
Ignored-Existing-Headers:
|
||||
Bnd-LastModified,
|
||||
Import-Package,
|
||||
|
|
|
|||
|
|
@ -62,11 +62,7 @@ Import-Template:
|
|||
org.springframework.web.*;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.springframework.ui.*;version="[3.0.0, 3.0.1)";resolution:=optional
|
||||
Unversioned-Imports:
|
||||
javax.naming.*,
|
||||
javax.sql.*,
|
||||
javax.xml.parsers.*,
|
||||
org.w3c.dom.*,
|
||||
org.xml.sax
|
||||
*
|
||||
Ignored-Existing-Headers:
|
||||
Bnd-LastModified,
|
||||
DynamicImport-Package,
|
||||
|
|
|
|||
|
|
@ -14,11 +14,10 @@ Import-Template:
|
|||
org.apache.taglibs.standard.*;version="[1.1.2, 2.0.0)";resolution:=optional,
|
||||
org.aspectj.weaver.*;version="[1.5.4, 2.0.0)";resolution:=optional,
|
||||
org.junit.*;version="[4.5.0, 5.0.0)";resolution:=optional,
|
||||
org.springframework.*;version="[2.5.5.A, 2.5.5.A]";resolution:=optional,
|
||||
org.springframework.*;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.testng.*;version="[5.8.0, 6.0.0)";resolution:=optional
|
||||
Unversioned-Imports:
|
||||
javax.naming.*,
|
||||
javax.sql
|
||||
*
|
||||
Ignored-Existing-Headers:
|
||||
Bnd-LastModified,
|
||||
Import-Package,
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@ Bundle-Vendor: SpringSource
|
|||
Bundle-ManifestVersion: 2
|
||||
Import-Package:
|
||||
org.springframework.stereotype;version="[3.0.0, 3.0.1)"
|
||||
com.ibm.ws.Transaction;resolution:=optional,
|
||||
oracle.j2ee.transaction;resolution:=optional,
|
||||
weblogic.transaction;resolution:=optional
|
||||
Import-Template:
|
||||
com.ibm.wsspi.uow.*;version="[6.0.2.17, 6.1.0)";resolution:=optional,
|
||||
javax.ejb.*;version="[3.0.0, 4.0.0)";resolution:=optional,
|
||||
|
|
@ -21,6 +24,4 @@ Import-Template:
|
|||
org.springframework.scheduling.*;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.springframework.util.*;version="[3.0.0, 3.0.1)"
|
||||
Unversioned-Imports:
|
||||
javax.management.*,
|
||||
javax.naming.*,
|
||||
org.w3c.dom.*
|
||||
*
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ Import-Template:
|
|||
org.springframework.validation.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.web.*;version="[3.0.0, 3.0.1)"
|
||||
Unversioned-Imports:
|
||||
org.xml.sax.*
|
||||
*
|
||||
Ignored-Existing-Headers:
|
||||
Bnd-LastModified,
|
||||
Import-Package,
|
||||
|
|
|
|||
|
|
@ -44,10 +44,7 @@ Import-Template:
|
|||
org.springframework.validation.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.web.*;version="[3.0.0, 3.0.1)"
|
||||
Unversioned-Imports:
|
||||
javax.sql.*,
|
||||
javax.xml.transform.*,
|
||||
org.w3c.dom.*,
|
||||
org.xml.sax.*
|
||||
*
|
||||
Ignored-Existing-Headers:
|
||||
Bnd-LastModified,
|
||||
Import-Package,
|
||||
|
|
|
|||
|
|
@ -27,10 +27,7 @@ Import-Template:
|
|||
org.springframework.ui.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.util.*;version="[3.0.0, 3.0.1)"
|
||||
Unversioned-Imports:
|
||||
com.sun.net.*,
|
||||
javax.jws.*,
|
||||
javax.xml.namespace.*,
|
||||
org.xml.sax.*
|
||||
*
|
||||
Ignored-Existing-Headers:
|
||||
Bnd-LastModified,
|
||||
Import-Package,
|
||||
|
|
|
|||
Loading…
Reference in New Issue