Add snapshots to BRITS plugin repositories
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
Bundle-SymbolicName: org.springframework.batch.core
|
||||
Bundle-SymbolicName: com.springframework.batch.core
|
||||
Bundle-Name: Spring Batch Core
|
||||
Bundle-Vendor: Spring
|
||||
Bundle-Version: ${version}
|
||||
Ignored-Existing-Headers:
|
||||
Import-Package,
|
||||
Export-Package
|
||||
@@ -9,13 +10,13 @@ Import-Template:
|
||||
org.codehaus.jettison.*;version="[1.0,1.1)",
|
||||
org.aopalliance.*;version="[1.0.0, 2.0.0)",
|
||||
org.aspectj.*;version="[1.5.2,1.7.0)",
|
||||
org.apache.commons.lang.*;version="[2.1,3.0)";resolution:=optional,
|
||||
org.apache.commons.logging.*;version="[1.1.0, 2.0.0)",
|
||||
org.springframework.aop.*;version="[2.5.5, 3.0.0)",
|
||||
org.springframework.batch.*;version="[2.0.0, 3.0.0)",
|
||||
org.springframework.beans.*;version="[2.5.5, 3.0.0)",
|
||||
org.springframework.context.*;version="[2.5.5, 3.0.0)",
|
||||
org.springframework.core.*;version="[2.5.5, 3.0.0)",
|
||||
org.apache.commons.lang.*;version="[2.1,3.0)";resolution:=optional,
|
||||
org.springframework.dao.*;version="[2.5.5, 3.0.0)";resolution:=optional,
|
||||
org.springframework.jdbc.*;version="[2.5.5, 3.0.0)";resolution:=optional,
|
||||
org.springframework.transaction.*;version="[2.5.5, 3.0.0)";resolution:=optional,
|
||||
|
||||
Reference in New Issue
Block a user