Created
January 8, 2014 07:18
-
-
Save cristcost/8313004 to your computer and use it in GitHub Desktop.
headers of org.springframework.aop bundle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
karaf@root> headers org.springframework.aop | |
You are about to access system bundle 74. Do you wish to continue (yes/no): | |
Spring AOP (74) | |
--------------- | |
Manifest-Version = 1.0 | |
Tool = Bundlor 1.0.0.RELEASE | |
Ant-Version = Apache Ant 1.8.2 | |
Implementation-Version = 3.0.7.RELEASE | |
Implementation-Title = org.springframework.aop | |
Created-By = 1.6.0_29-b11-402-11M3527 (Apple Inc.) | |
Bundle-Vendor = SpringSource | |
Bundle-Creator = cbeams | |
Bundle-Name = Spring AOP | |
Bundle-SymbolicName = org.springframework.aop | |
Bundle-Version = 3.0.7.RELEASE | |
Bundle-ManifestVersion = 2 | |
Import-Package = | |
com.jamonapi;resolution:=optional;version="[2.4.0, 3.0.0)", | |
net.sf.cglib.core;resolution:=optional;version="[2.1.3, 3.0.0)", | |
net.sf.cglib.proxy;resolution:=optional;version="[2.1.3, 3.0.0)", | |
net.sf.cglib.transform.impl;resolution:=optional;version="[2.1.3, 3.0.0)", | |
org.aopalliance.aop;version="[1.0.0, 2.0.0)", | |
org.aopalliance.intercept;version="[1.0.0, 2.0.0)", | |
org.apache.commons.logging;version="[1.1.1, 2.0.0)", | |
org.apache.commons.pool;resolution:=optional;version="[1.3.0, 2.0.0)", | |
org.apache.commons.pool.impl;resolution:=optional;version="[1.3.0, 2.0.0)", | |
org.aspectj.bridge;resolution:=optional;version="[1.5.4, 2.0.0)", | |
org.aspectj.lang;resolution:=optional;version="[1.5.4, 2.0.0)", | |
org.aspectj.lang.annotation;resolution:=optional;version="[1.5.4, 2.0.0)", | |
org.aspectj.lang.reflect;resolution:=optional;version="[1.5.4, 2.0.0)", | |
org.aspectj.runtime.internal;resolution:=optional;version="[1.5.4, 2.0.0)", | |
org.aspectj.util;resolution:=optional;version="[1.5.4, 2.0.0)", | |
org.aspectj.weaver;resolution:=optional;version="[1.5.4, 2.0.0)", | |
org.aspectj.weaver.ast;resolution:=optional;version="[1.5.4, 2.0.0)", | |
org.aspectj.weaver.internal.tools;resolution:=optional;version="[1.5.4, 2.0.0)", | |
org.aspectj.weaver.patterns;resolution:=optional;version="[1.5.4, 2.0.0)", | |
org.aspectj.weaver.reflect;resolution:=optional;version="[1.5.4, 2.0.0)", | |
org.aspectj.weaver.tools;resolution:=optional;version="[1.5.4, 2.0.0)", | |
org.springframework.beans;resolution:=optional;version="[3.0.7,3.0.8)", | |
org.springframework.beans.factory;resolution:=optional;version="[3.0.7,3.0.8)", | |
org.springframework.beans.factory.config;resolution:=optional;version="[3.0.7,3.0.8)", | |
org.springframework.beans.factory.parsing;resolution:=optional;version="[3.0.7,3.0.8)", | |
org.springframework.beans.factory.support;resolution:=optional;version="[3.0.7,3.0.8)", | |
org.springframework.beans.factory.xml;resolution:=optional;version="[3.0.7,3.0.8)", | |
org.springframework.core;version="[3.0.7,3.0.8)", | |
org.springframework.core.annotation;version="[3.0.7,3.0.8)", | |
org.springframework.core.task;version="[3.0.7,3.0.8)", | |
org.springframework.core.task.support;version="[3.0.7,3.0.8)", | |
org.springframework.util;version="[3.0.7,3.0.8)", | |
org.springframework.util.xml;version="[3.0.7,3.0.8)", | |
org.w3c.dom;resolution:=optional;version=0 | |
Export-Package = | |
org.springframework.aop;uses:="org.aopalliance.aop,org.aopalliance.intercept,org.springframework.core";version=3.0.7.RELEASE, | |
org.springframework.aop.aspectj; | |
uses:="org.aopalliance.aop, | |
org.aopalliance.intercept, | |
org.aspectj.bridge, | |
org.aspectj.lang, | |
org.aspectj.lang.reflect, | |
org.aspectj.runtime.internal, | |
org.aspectj.weaver.ast, | |
org.aspectj.weaver.internal.tools, | |
org.aspectj.weaver.reflect, | |
org.aspectj.weaver.tools, | |
org.springframework.aop, | |
org.springframework.aop.support, | |
org.springframework.beans.factory, | |
org.springframework.core"; | |
version=3.0.7.RELEASE, | |
org.springframework.aop.aspectj.annotation; | |
uses:="org.aopalliance.aop, | |
org.aspectj.lang.reflect, | |
org.springframework.aop, | |
org.springframework.aop.aspectj, | |
org.springframework.aop.aspectj.autoproxy, | |
org.springframework.aop.framework, | |
org.springframework.aop.support, | |
org.springframework.beans.factory, | |
org.springframework.beans.factory.config, | |
org.springframework.core, | |
org.springframework.util"; | |
version=3.0.7.RELEASE, | |
org.springframework.aop.aspectj.autoproxy;uses:="org.aspectj.util,org.springframework.aop,org.springframework.aop.framework.autoproxy";version=3.0.7.RELEASE, | |
org.springframework.aop.config; | |
uses:="org.springframework.aop.aspectj, | |
org.springframework.beans.factory, | |
org.springframework.beans.factory.config, | |
org.springframework.beans.factory.parsing, | |
org.springframework.beans.factory.support, | |
org.springframework.beans.factory.xml, | |
org.w3c.dom"; | |
version=3.0.7.RELEASE, | |
org.springframework.aop.framework; | |
uses:="net.sf.cglib.proxy, | |
org.aopalliance.aop, | |
org.aopalliance.intercept, | |
org.springframework.aop, | |
org.springframework.aop.framework.adapter, | |
org.springframework.beans, | |
org.springframework.beans.factory, | |
org.springframework.core"; | |
version=3.0.7.RELEASE, | |
org.springframework.aop.framework.adapter;uses:="org.aopalliance.aop,org.aopalliance.intercept,org.springframework.aop,org.springframework.beans,org.springframework.beans.factory.config";version=3.0.7.RELEASE, | |
org.springframework.aop.framework.autoproxy; | |
uses:="org.springframework.aop, | |
org.springframework.aop.framework, | |
org.springframework.aop.framework.adapter, | |
org.springframework.beans, | |
org.springframework.beans.factory, | |
org.springframework.beans.factory.config, | |
org.springframework.core"; | |
version=3.0.7.RELEASE, | |
org.springframework.aop.framework.autoproxy.target; | |
uses:="org.springframework.aop, | |
org.springframework.aop.framework.autoproxy, | |
org.springframework.aop.target, | |
org.springframework.beans.factory, | |
org.springframework.beans.factory.config, | |
org.springframework.beans.factory.support"; | |
version=3.0.7.RELEASE, | |
org.springframework.aop.interceptor; | |
uses:="org.aopalliance.aop, | |
org.aopalliance.intercept, | |
org.apache.commons.logging, | |
org.springframework.aop, | |
org.springframework.aop.support, | |
org.springframework.beans.factory, | |
org.springframework.core, | |
org.springframework.core.task, | |
org.springframework.util"; | |
version=3.0.7.RELEASE, | |
org.springframework.aop.scope; | |
uses:="org.springframework.aop, | |
org.springframework.aop.framework, | |
org.springframework.beans.factory, | |
org.springframework.beans.factory.config, | |
org.springframework.beans.factory.support"; | |
version=3.0.7.RELEASE, | |
org.springframework.aop.support;uses:="org.aopalliance.aop,org.aopalliance.intercept,org.springframework.aop,org.springframework.beans.factory,org.springframework.core";version=3.0.7.RELEASE, | |
org.springframework.aop.support.annotation;uses:="org.springframework.aop,org.springframework.aop.support";version=3.0.7.RELEASE, | |
org.springframework.aop.target;uses:="org.apache.commons.pool,org.springframework.aop,org.springframework.aop.support,org.springframework.beans,org.springframework.beans.factory";version=3.0.7.RELEASE, | |
org.springframework.aop.target.dynamic;uses:="org.springframework.aop,org.springframework.beans.factory";version=3.0.7.RELEASE | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment