http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/asm-3.3/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/asm-3.3/src/main/resources/OSGI-INF/bundle.info b/asm-3.3/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index f2d4840..0000000 --- a/asm-3.3/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/asm-all/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing - classes or dynamically generate classes, directly in binary form. Provided common transformations and - analysis algorithms allow to easily assembly custom complex transformations and code analysis tools. - - ASM offer similar functionality as other bytecode frameworks, but it is focused on simplicity of use and - performance. Because it was designed and implemented to be as small and as fast as possible, it makes it - very attractive for using in dynamic systems. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://asm.ow2.org/\u001B[0m \ No newline at end of file
http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.6.12/pom.xml ---------------------------------------------------------------------- diff --git a/aspectj-1.6.12/pom.xml b/aspectj-1.6.12/pom.xml deleted file mode 100644 index f2d754b..0000000 --- a/aspectj-1.6.12/pom.xml +++ /dev/null @@ -1,127 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - <!-- - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>9-SNAPSHOT</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.aspectj</artifactId> - <packaging>bundle</packaging> - <version>1.6.12_2-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps aspectjrt and aspectjweaver ${pkgVersion} jar files.</description> - - <properties> - <pkgGroupId>org.aspectj</pkgGroupId> - <pkgArtifactId>aspectj</pkgArtifactId> - <pkgVersion>1.6.12</pkgVersion> - <servicemix.osgi.export.pkg> - org.aspectj - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.xml*, - org.xml.sax*, - com.bea.jvm;resolution:=optional, - org.objectweb.asm;resolution:=optional, - org.apache.commons.logging;resolution:=optional, - aj.org.objectweb.asm;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:aspectjrt</include> - <include>${pkgGroupId}:aspectjweaver</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:aspectjrt</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:aspectjweaver</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.6.12/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/aspectj-1.6.12/src/main/resources/OSGI-INF/bundle.info b/aspectj-1.6.12/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 31b0363..0000000 --- a/aspectj-1.6.12/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URLs: - \u001B[33mmvn:${pkgGroupId}/aspectjrt/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/aspectjweaver/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Some aspects of system implementation, such as logging, error handling, standards enforcement - and feature variations are notoriously difficult to implement in a modular way. The result is that code - is tangled across a system and leads to quality, productivity and maintenance problems. AspectJ is a - seamless aspect-oriented extension to the Java programming language that enables clean modularization of - these 'crosscutting concerns'. For the best AspectJ development experience, the AspectJ Development Tools - (AJDT) project provides Eclipse platform based tool support for AOSD with AspectJ. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.eclipse.org/aspectj/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.6.8/pom.xml ---------------------------------------------------------------------- diff --git a/aspectj-1.6.8/pom.xml b/aspectj-1.6.8/pom.xml deleted file mode 100644 index 1b6c93f..0000000 --- a/aspectj-1.6.8/pom.xml +++ /dev/null @@ -1,126 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - <!-- - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>9-SNAPSHOT</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.aspectj</artifactId> - <packaging>bundle</packaging> - <version>1.6.8_3-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps aspectjrt and aspectjweaver ${pkgVersion} jar files.</description> - - <properties> - <pkgGroupId>org.aspectj</pkgGroupId> - <pkgArtifactId>aspectj</pkgArtifactId> - <pkgVersion>1.6.8</pkgVersion> - <servicemix.osgi.export.pkg> - org.aspectj - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.xml*, - org.xml.sax*, - com.bea.jvm;resolution:=optional, - org.objectweb.asm;resolution:=optional, - org.apache.commons.logging;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:aspectjrt</include> - <include>${pkgGroupId}:aspectjweaver</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:aspectjrt</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:aspectjweaver</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - -</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.6.8/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/aspectj-1.6.8/src/main/resources/OSGI-INF/bundle.info b/aspectj-1.6.8/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 31b0363..0000000 --- a/aspectj-1.6.8/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URLs: - \u001B[33mmvn:${pkgGroupId}/aspectjrt/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/aspectjweaver/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Some aspects of system implementation, such as logging, error handling, standards enforcement - and feature variations are notoriously difficult to implement in a modular way. The result is that code - is tangled across a system and leads to quality, productivity and maintenance problems. AspectJ is a - seamless aspect-oriented extension to the Java programming language that enables clean modularization of - these 'crosscutting concerns'. For the best AspectJ development experience, the AspectJ Development Tools - (AJDT) project provides Eclipse platform based tool support for AOSD with AspectJ. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.eclipse.org/aspectj/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.7.0/pom.xml ---------------------------------------------------------------------- diff --git a/aspectj-1.7.0/pom.xml b/aspectj-1.7.0/pom.xml deleted file mode 100644 index 92de7d1..0000000 --- a/aspectj-1.7.0/pom.xml +++ /dev/null @@ -1,126 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - <!-- - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>10</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.aspectj</artifactId> - <packaging>bundle</packaging> - <version>1.7.0_2-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps aspectjrt and aspectjweaver ${pkgVersion} jar files.</description> - - <properties> - <pkgGroupId>org.aspectj</pkgGroupId> - <pkgArtifactId>aspectj</pkgArtifactId> - <pkgVersion>1.7.0</pkgVersion> - <servicemix.osgi.export.pkg> - org.aspectj - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.xml*, - org.xml.sax*, - com.bea.jvm;resolution:=optional, - org.objectweb.asm;resolution:=optional, - org.apache.commons.logging;resolution:=optional, - aj.org.objectweb.asm;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:aspectjrt</include> - <include>${pkgGroupId}:aspectjweaver</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:aspectjrt</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:aspectjweaver</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.7.0/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/aspectj-1.7.0/src/main/resources/OSGI-INF/bundle.info b/aspectj-1.7.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 31b0363..0000000 --- a/aspectj-1.7.0/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URLs: - \u001B[33mmvn:${pkgGroupId}/aspectjrt/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/aspectjweaver/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Some aspects of system implementation, such as logging, error handling, standards enforcement - and feature variations are notoriously difficult to implement in a modular way. The result is that code - is tangled across a system and leads to quality, productivity and maintenance problems. AspectJ is a - seamless aspect-oriented extension to the Java programming language that enables clean modularization of - these 'crosscutting concerns'. For the best AspectJ development experience, the AspectJ Development Tools - (AJDT) project provides Eclipse platform based tool support for AOSD with AspectJ. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.eclipse.org/aspectj/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.7.1/pom.xml ---------------------------------------------------------------------- diff --git a/aspectj-1.7.1/pom.xml b/aspectj-1.7.1/pom.xml deleted file mode 100644 index 7571e05..0000000 --- a/aspectj-1.7.1/pom.xml +++ /dev/null @@ -1,126 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - <!-- - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>10</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.aspectj</artifactId> - <packaging>bundle</packaging> - <version>1.7.1_2-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps aspectjrt and aspectjweaver ${pkgVersion} jar files.</description> - - <properties> - <pkgGroupId>org.aspectj</pkgGroupId> - <pkgArtifactId>aspectj</pkgArtifactId> - <pkgVersion>1.7.1</pkgVersion> - <servicemix.osgi.export.pkg> - org.aspectj - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.xml*, - org.xml.sax*, - com.bea.jvm;resolution:=optional, - org.objectweb.asm;resolution:=optional, - org.apache.commons.logging;resolution:=optional, - aj.org.objectweb.asm;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:aspectjrt</include> - <include>${pkgGroupId}:aspectjweaver</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:aspectjrt</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:aspectjweaver</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.7.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/aspectj-1.7.1/src/main/resources/OSGI-INF/bundle.info b/aspectj-1.7.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 31b0363..0000000 --- a/aspectj-1.7.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URLs: - \u001B[33mmvn:${pkgGroupId}/aspectjrt/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/aspectjweaver/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Some aspects of system implementation, such as logging, error handling, standards enforcement - and feature variations are notoriously difficult to implement in a modular way. The result is that code - is tangled across a system and leads to quality, productivity and maintenance problems. AspectJ is a - seamless aspect-oriented extension to the Java programming language that enables clean modularization of - these 'crosscutting concerns'. For the best AspectJ development experience, the AspectJ Development Tools - (AJDT) project provides Eclipse platform based tool support for AOSD with AspectJ. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.eclipse.org/aspectj/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.7.2/pom.xml ---------------------------------------------------------------------- diff --git a/aspectj-1.7.2/pom.xml b/aspectj-1.7.2/pom.xml deleted file mode 100644 index cde60e7..0000000 --- a/aspectj-1.7.2/pom.xml +++ /dev/null @@ -1,126 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - <!-- - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>10</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.aspectj</artifactId> - <packaging>bundle</packaging> - <version>1.7.2_2-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps aspectjrt and aspectjweaver ${pkgVersion} jar files.</description> - - <properties> - <pkgGroupId>org.aspectj</pkgGroupId> - <pkgArtifactId>aspectj</pkgArtifactId> - <pkgVersion>1.7.2</pkgVersion> - <servicemix.osgi.export.pkg> - org.aspectj - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.xml*, - org.xml.sax*, - com.bea.jvm;resolution:=optional, - org.objectweb.asm;resolution:=optional, - org.apache.commons.logging;resolution:=optional, - aj.org.objectweb.asm;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:aspectjrt</include> - <include>${pkgGroupId}:aspectjweaver</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:aspectjrt</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:aspectjweaver</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.7.2/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/aspectj-1.7.2/src/main/resources/OSGI-INF/bundle.info b/aspectj-1.7.2/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 31b0363..0000000 --- a/aspectj-1.7.2/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URLs: - \u001B[33mmvn:${pkgGroupId}/aspectjrt/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/aspectjweaver/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Some aspects of system implementation, such as logging, error handling, standards enforcement - and feature variations are notoriously difficult to implement in a modular way. The result is that code - is tangled across a system and leads to quality, productivity and maintenance problems. AspectJ is a - seamless aspect-oriented extension to the Java programming language that enables clean modularization of - these 'crosscutting concerns'. For the best AspectJ development experience, the AspectJ Development Tools - (AJDT) project provides Eclipse platform based tool support for AOSD with AspectJ. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.eclipse.org/aspectj/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.7.3/pom.xml ---------------------------------------------------------------------- diff --git a/aspectj-1.7.3/pom.xml b/aspectj-1.7.3/pom.xml deleted file mode 100644 index 9cb5037..0000000 --- a/aspectj-1.7.3/pom.xml +++ /dev/null @@ -1,122 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - <!-- - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>10</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.aspectj</artifactId> - <packaging>bundle</packaging> - <version>1.7.3_2-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps aspectjrt and aspectjweaver ${pkgVersion} jar files.</description> - - <properties> - <pkgGroupId>org.aspectj</pkgGroupId> - <pkgArtifactId>aspectj</pkgArtifactId> - <pkgVersion>1.7.3</pkgVersion> - <servicemix.osgi.export.pkg> - org.aspectj - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.xml*, - org.xml.sax*, - com.bea.jvm;resolution:=optional, - org.objectweb.asm;resolution:=optional, - org.apache.commons.logging;resolution:=optional, - aj.org.objectweb.asm;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:aspectjrt</include> - <include>${pkgGroupId}:aspectjweaver</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:aspectjrt</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:aspectjweaver</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.7.3/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/aspectj-1.7.3/src/main/resources/OSGI-INF/bundle.info b/aspectj-1.7.3/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 31b0363..0000000 --- a/aspectj-1.7.3/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URLs: - \u001B[33mmvn:${pkgGroupId}/aspectjrt/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/aspectjweaver/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Some aspects of system implementation, such as logging, error handling, standards enforcement - and feature variations are notoriously difficult to implement in a modular way. The result is that code - is tangled across a system and leads to quality, productivity and maintenance problems. AspectJ is a - seamless aspect-oriented extension to the Java programming language that enables clean modularization of - these 'crosscutting concerns'. For the best AspectJ development experience, the AspectJ Development Tools - (AJDT) project provides Eclipse platform based tool support for AOSD with AspectJ. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.eclipse.org/aspectj/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.7.4/pom.xml ---------------------------------------------------------------------- diff --git a/aspectj-1.7.4/pom.xml b/aspectj-1.7.4/pom.xml deleted file mode 100644 index a924271..0000000 --- a/aspectj-1.7.4/pom.xml +++ /dev/null @@ -1,122 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - <!-- - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>10</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.aspectj</artifactId> - <packaging>bundle</packaging> - <version>1.7.4_2-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps aspectjrt and aspectjweaver ${pkgVersion} jar files.</description> - - <properties> - <pkgGroupId>org.aspectj</pkgGroupId> - <pkgArtifactId>aspectj</pkgArtifactId> - <pkgVersion>1.7.4</pkgVersion> - <servicemix.osgi.export.pkg> - org.aspectj - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.xml*, - org.xml.sax*, - com.bea.jvm;resolution:=optional, - org.objectweb.asm;resolution:=optional, - org.apache.commons.logging;resolution:=optional, - aj.org.objectweb.asm;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:aspectjrt</include> - <include>${pkgGroupId}:aspectjweaver</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:aspectjrt</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:aspectjweaver</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.7.4/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/aspectj-1.7.4/src/main/resources/OSGI-INF/bundle.info b/aspectj-1.7.4/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 31b0363..0000000 --- a/aspectj-1.7.4/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URLs: - \u001B[33mmvn:${pkgGroupId}/aspectjrt/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/aspectjweaver/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Some aspects of system implementation, such as logging, error handling, standards enforcement - and feature variations are notoriously difficult to implement in a modular way. The result is that code - is tangled across a system and leads to quality, productivity and maintenance problems. AspectJ is a - seamless aspect-oriented extension to the Java programming language that enables clean modularization of - these 'crosscutting concerns'. For the best AspectJ development experience, the AspectJ Development Tools - (AJDT) project provides Eclipse platform based tool support for AOSD with AspectJ. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.eclipse.org/aspectj/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.8.0/pom.xml ---------------------------------------------------------------------- diff --git a/aspectj-1.8.0/pom.xml b/aspectj-1.8.0/pom.xml deleted file mode 100644 index 9a2eb44..0000000 --- a/aspectj-1.8.0/pom.xml +++ /dev/null @@ -1,122 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - <!-- - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>11</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.aspectj</artifactId> - <packaging>bundle</packaging> - <version>1.8.0_2-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps aspectjrt and aspectjweaver ${pkgVersion} jar files.</description> - - <properties> - <pkgGroupId>org.aspectj</pkgGroupId> - <pkgArtifactId>aspectj</pkgArtifactId> - <pkgVersion>1.8.0</pkgVersion> - <servicemix.osgi.export.pkg> - org.aspectj - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.xml*, - org.xml.sax*, - com.bea.jvm;resolution:=optional, - org.objectweb.asm;resolution:=optional, - org.apache.commons.logging;resolution:=optional, - aj.org.objectweb.asm;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:aspectjrt</include> - <include>${pkgGroupId}:aspectjweaver</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:aspectjrt</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:aspectjweaver</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.8.0/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/aspectj-1.8.0/src/main/resources/OSGI-INF/bundle.info b/aspectj-1.8.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 31b0363..0000000 --- a/aspectj-1.8.0/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URLs: - \u001B[33mmvn:${pkgGroupId}/aspectjrt/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/aspectjweaver/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Some aspects of system implementation, such as logging, error handling, standards enforcement - and feature variations are notoriously difficult to implement in a modular way. The result is that code - is tangled across a system and leads to quality, productivity and maintenance problems. AspectJ is a - seamless aspect-oriented extension to the Java programming language that enables clean modularization of - these 'crosscutting concerns'. For the best AspectJ development experience, the AspectJ Development Tools - (AJDT) project provides Eclipse platform based tool support for AOSD with AspectJ. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.eclipse.org/aspectj/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.8.2/pom.xml ---------------------------------------------------------------------- diff --git a/aspectj-1.8.2/pom.xml b/aspectj-1.8.2/pom.xml deleted file mode 100644 index 679fd45..0000000 --- a/aspectj-1.8.2/pom.xml +++ /dev/null @@ -1,122 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - <!-- - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>11</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.aspectj</artifactId> - <packaging>bundle</packaging> - <version>1.8.2_2-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps aspectjrt and aspectjweaver ${pkgVersion} jar files.</description> - - <properties> - <pkgGroupId>org.aspectj</pkgGroupId> - <pkgArtifactId>aspectj</pkgArtifactId> - <pkgVersion>1.8.2</pkgVersion> - <servicemix.osgi.export.pkg> - org.aspectj - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.xml*, - org.xml.sax*, - com.bea.jvm;resolution:=optional, - org.objectweb.asm;resolution:=optional, - org.apache.commons.logging;resolution:=optional, - aj.org.objectweb.asm;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:aspectjrt</include> - <include>${pkgGroupId}:aspectjweaver</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:aspectjrt</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:aspectjweaver</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.8.2/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/aspectj-1.8.2/src/main/resources/OSGI-INF/bundle.info b/aspectj-1.8.2/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 31b0363..0000000 --- a/aspectj-1.8.2/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URLs: - \u001B[33mmvn:${pkgGroupId}/aspectjrt/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/aspectjweaver/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Some aspects of system implementation, such as logging, error handling, standards enforcement - and feature variations are notoriously difficult to implement in a modular way. The result is that code - is tangled across a system and leads to quality, productivity and maintenance problems. AspectJ is a - seamless aspect-oriented extension to the Java programming language that enables clean modularization of - these 'crosscutting concerns'. For the best AspectJ development experience, the AspectJ Development Tools - (AJDT) project provides Eclipse platform based tool support for AOSD with AspectJ. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.eclipse.org/aspectj/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.8.3/pom.xml ---------------------------------------------------------------------- diff --git a/aspectj-1.8.3/pom.xml b/aspectj-1.8.3/pom.xml deleted file mode 100644 index 0fc3e5b..0000000 --- a/aspectj-1.8.3/pom.xml +++ /dev/null @@ -1,122 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - <!-- - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>11</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.aspectj</artifactId> - <packaging>bundle</packaging> - <version>1.8.3_2-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps aspectjrt and aspectjweaver ${pkgVersion} jar files.</description> - - <properties> - <pkgGroupId>org.aspectj</pkgGroupId> - <pkgArtifactId>aspectj</pkgArtifactId> - <pkgVersion>1.8.3</pkgVersion> - <servicemix.osgi.export.pkg> - org.aspectj - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.xml*, - org.xml.sax*, - com.bea.jvm;resolution:=optional, - org.objectweb.asm;resolution:=optional, - org.apache.commons.logging;resolution:=optional, - aj.org.objectweb.asm;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:aspectjrt</include> - <include>${pkgGroupId}:aspectjweaver</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:aspectjrt</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:aspectjweaver</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.8.3/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/aspectj-1.8.3/src/main/resources/OSGI-INF/bundle.info b/aspectj-1.8.3/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 31b0363..0000000 --- a/aspectj-1.8.3/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URLs: - \u001B[33mmvn:${pkgGroupId}/aspectjrt/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/aspectjweaver/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Some aspects of system implementation, such as logging, error handling, standards enforcement - and feature variations are notoriously difficult to implement in a modular way. The result is that code - is tangled across a system and leads to quality, productivity and maintenance problems. AspectJ is a - seamless aspect-oriented extension to the Java programming language that enables clean modularization of - these 'crosscutting concerns'. For the best AspectJ development experience, the AspectJ Development Tools - (AJDT) project provides Eclipse platform based tool support for AOSD with AspectJ. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.eclipse.org/aspectj/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.8.4/pom.xml ---------------------------------------------------------------------- diff --git a/aspectj-1.8.4/pom.xml b/aspectj-1.8.4/pom.xml deleted file mode 100644 index 40919f2..0000000 --- a/aspectj-1.8.4/pom.xml +++ /dev/null @@ -1,122 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - <!-- - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>11</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.aspectj</artifactId> - <packaging>bundle</packaging> - <version>1.8.4_2-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps aspectjrt and aspectjweaver ${pkgVersion} jar files.</description> - - <properties> - <pkgGroupId>org.aspectj</pkgGroupId> - <pkgArtifactId>aspectj</pkgArtifactId> - <pkgVersion>1.8.4</pkgVersion> - <servicemix.osgi.export.pkg> - org.aspectj - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.xml*, - org.xml.sax*, - com.bea.jvm;resolution:=optional, - org.objectweb.asm;resolution:=optional, - org.apache.commons.logging;resolution:=optional, - aj.org.objectweb.asm;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:aspectjrt</include> - <include>${pkgGroupId}:aspectjweaver</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:aspectjrt</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:aspectjweaver</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.8.4/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/aspectj-1.8.4/src/main/resources/OSGI-INF/bundle.info b/aspectj-1.8.4/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 31b0363..0000000 --- a/aspectj-1.8.4/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URLs: - \u001B[33mmvn:${pkgGroupId}/aspectjrt/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/aspectjweaver/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Some aspects of system implementation, such as logging, error handling, standards enforcement - and feature variations are notoriously difficult to implement in a modular way. The result is that code - is tangled across a system and leads to quality, productivity and maintenance problems. AspectJ is a - seamless aspect-oriented extension to the Java programming language that enables clean modularization of - these 'crosscutting concerns'. For the best AspectJ development experience, the AspectJ Development Tools - (AJDT) project provides Eclipse platform based tool support for AOSD with AspectJ. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.eclipse.org/aspectj/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.8.5/pom.xml ---------------------------------------------------------------------- diff --git a/aspectj-1.8.5/pom.xml b/aspectj-1.8.5/pom.xml deleted file mode 100644 index 69900c0..0000000 --- a/aspectj-1.8.5/pom.xml +++ /dev/null @@ -1,130 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - <!-- - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>12</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.aspectj</artifactId> - <packaging>bundle</packaging> - <version>1.8.5_3-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps aspectjrt and aspectjweaver ${pkgVersion} jar files.</description> - - <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> - <tag>HEAD</tag> - </scm> - - <properties> - <pkgGroupId>org.aspectj</pkgGroupId> - <pkgArtifactId>aspectj</pkgArtifactId> - <pkgVersion>1.8.5</pkgVersion> - <servicemix.osgi.export> - org.aspectj*;version=1.8.5, - aj*;version=1.8.5 - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - javax.xml*, - org.xml.sax*, - com.bea.jvm;resolution:=optional, - org.objectweb.asm;resolution:=optional, - org.apache.commons.logging;resolution:=optional, - aj.org.objectweb.asm;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjrt</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:aspectjrt</include> - <include>${pkgGroupId}:aspectjweaver</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:aspectjrt</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:aspectjweaver</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/aspectj-1.8.5/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/aspectj-1.8.5/src/main/resources/OSGI-INF/bundle.info b/aspectj-1.8.5/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 31b0363..0000000 --- a/aspectj-1.8.5/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URLs: - \u001B[33mmvn:${pkgGroupId}/aspectjrt/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/aspectjweaver/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Some aspects of system implementation, such as logging, error handling, standards enforcement - and feature variations are notoriously difficult to implement in a modular way. The result is that code - is tangled across a system and leads to quality, productivity and maintenance problems. AspectJ is a - seamless aspect-oriented extension to the Java programming language that enables clean modularization of - these 'crosscutting concerns'. For the best AspectJ development experience, the AspectJ Development Tools - (AJDT) project provides Eclipse platform based tool support for AOSD with AspectJ. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.eclipse.org/aspectj/\u001B[0m
