mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 12:19:16 +00:00
+ add updated IDE classpath + add updated OSGi manifest git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3791 50f2f4bb-b051-0410-bef5-90022cba6387
18 lines
804 B
Plaintext
18 lines
804 B
Plaintext
Bundle-SymbolicName: org.springframework.aspects
|
|
Bundle-Name: Spring Aspects
|
|
Bundle-Vendor: SpringSource
|
|
Bundle-ManifestVersion: 2
|
|
Import-Template:
|
|
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
|
|
org.aspectj.*;version=${aj.osgi.range};resolution:=optional,
|
|
org.springframework.beans.*;version=${spring.osgi.range},
|
|
org.springframework.cache.*;version=${spring.osgi.range};resolution:=optional,
|
|
org.springframework.transaction.*;version=${spring.osgi.range};resolution:=optional,
|
|
org.springframework.core.task.*;version=${spring.osgi.range};resolution:=optional,
|
|
org.springframework.orm.jpa.*;version=${spring.osgi.range};resolution:=optional,
|
|
org.springframework.dao.*;version=${spring.osgi.range};resolution:=optional
|
|
Ignored-Existing-Headers:
|
|
Bnd-LastModified,
|
|
Import-Package,
|
|
Tool
|