You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2017/10/16 18:49:59 UTC

servicemix-bundles git commit: [SM-3527] Create OSGi bundle for aspectj 1.8.11

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 3525567a9 -> 687e15512


[SM-3527] Create OSGi bundle for aspectj 1.8.11


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/687e1551
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/687e1551
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/687e1551

Branch: refs/heads/master
Commit: 687e155125d808354750fb94db3bb984af0a7029
Parents: 3525567
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Oct 16 20:49:31 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Oct 16 20:49:31 2017 +0200

----------------------------------------------------------------------
 aspectj-1.8.10/pom.xml                          | 130 -------------------
 .../src/main/resources/OSGI-INF/bundle.info     |  17 ---
 aspectj-1.8.11/pom.xml                          | 129 ++++++++++++++++++
 .../src/main/resources/OSGI-INF/bundle.info     |  17 +++
 pom.xml                                         |   1 +
 5 files changed, 147 insertions(+), 147 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/687e1551/aspectj-1.8.10/pom.xml
----------------------------------------------------------------------
diff --git a/aspectj-1.8.10/pom.xml b/aspectj-1.8.10/pom.xml
deleted file mode 100644
index 405ccaf..0000000
--- a/aspectj-1.8.10/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>13</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.10_2-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.10</pkgVersion>
-        <servicemix.osgi.export>
-            org.aspectj*;version=1.8.10;-split-package:=merge-first,
-            aj*;version=1.8.10
-        </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/687e1551/aspectj-1.8.10/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/aspectj-1.8.10/src/main/resources/OSGI-INF/bundle.info b/aspectj-1.8.10/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 31b0363..0000000
--- a/aspectj-1.8.10/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/687e1551/aspectj-1.8.11/pom.xml
----------------------------------------------------------------------
diff --git a/aspectj-1.8.11/pom.xml b/aspectj-1.8.11/pom.xml
new file mode 100644
index 0000000..7c70e58
--- /dev/null
+++ b/aspectj-1.8.11/pom.xml
@@ -0,0 +1,129 @@
+<?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>13</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.11_1-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>
+    </scm>
+    
+    <properties>
+        <pkgGroupId>org.aspectj</pkgGroupId>
+        <pkgArtifactId>aspectj</pkgArtifactId>
+        <pkgVersion>1.8.11</pkgVersion>
+        <servicemix.osgi.export>
+            org.aspectj*;version=1.8.11;-split-package:=merge-first,
+            aj*;version=1.8.11
+        </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/687e1551/aspectj-1.8.11/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/aspectj-1.8.11/src/main/resources/OSGI-INF/bundle.info b/aspectj-1.8.11/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..31b0363
--- /dev/null
+++ b/aspectj-1.8.11/src/main/resources/OSGI-INF/bundle.info
@@ -0,0 +1,17 @@
+\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/687e1551/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4e41931..e4b6fbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,7 @@
         <module>brave-zipkin-4.8.1</module>
         <module>fastjson-1.2.39</module>
         <module>jest-5.3.3</module>
+        <module>aspectj-1.8.11</module>
     </modules>
 
 </project>