http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/gae-1.9.38/pom.xml ---------------------------------------------------------------------- diff --git a/gae-1.9.38/pom.xml b/gae-1.9.38/pom.xml deleted file mode 100644 index 6b3373f..0000000 --- a/gae-1.9.38/pom.xml +++ /dev/null @@ -1,146 +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.gae</artifactId> - <version>1.9.38_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: Google App Engine (GAE)</name> - <description>This bundle wraps Google App Engine (GAE) ${pkgVersion} API 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>com.google.appengine</pkgGroupId> - <pkgVersion>1.9.38</pkgVersion> - <servicemix.osgi.export> - com.google.appengine.api*;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.api*;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.base;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.utils*;version=${pkgVersion};-split-package:=merge-first, - com.google.cloud*;version=${pkgVersion};-split-package:=merge-first, - com.google.appengine.labs*;version=${pkgVersion};-split-package:=merge-first - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - com.google.appengine.repackaged*, - com.google.protos*, - com.google.storage*, - javax.mail*, - javax.activation*, - org.apache.geronimo.mail* - </servicemix.osgi.private.pkg> - <servicemix.osgi.failok>true</servicemix.osgi.failok> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-1.0-sdk</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-labs</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <!-- Not available on Central - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-1.0-sdk</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-labs</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}:appengine-api-1.0-sdk</include> - <include>${pkgGroupId}:appengine-api-labs</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:appengine-api-1.0-sdk</artifact> - <includes> - <include>META-INF/**/*</include> - </includes> - </filter> - <filter> - <artifact>${pkgGroupId}:appengine-api-labs</artifact> - <includes> - <include>**/*.gif</include> - <include>**/*.css</include> - <include>**/*.js</include> - <include>**/*.html</include> - <include>**/*.so</include> - <include>**/*.xml</include> - </includes> - </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/gae-1.9.38/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/gae-1.9.38/src/main/resources/OSGI-INF/bundle.info b/gae-1.9.38/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index fe49f05..0000000 --- a/gae-1.9.38/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,13 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Google App Engine enables you to build and host web apps on the same systems that power Google applications. - App Engine offers fast development and deployment; simple administration, with no need to worry about hardware, - patches or backups; and effortless scalability. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://code.google.com/appengine/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/gae-1.9.40/pom.xml ---------------------------------------------------------------------- diff --git a/gae-1.9.40/pom.xml b/gae-1.9.40/pom.xml deleted file mode 100644 index c79d851..0000000 --- a/gae-1.9.40/pom.xml +++ /dev/null @@ -1,146 +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.gae</artifactId> - <version>1.9.40_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: Google App Engine (GAE)</name> - <description>This bundle wraps Google App Engine (GAE) ${pkgVersion} API 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>com.google.appengine</pkgGroupId> - <pkgVersion>1.9.40</pkgVersion> - <servicemix.osgi.export> - com.google.appengine.api*;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.api*;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.base;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.utils*;version=${pkgVersion};-split-package:=merge-first, - com.google.cloud*;version=${pkgVersion};-split-package:=merge-first, - com.google.appengine.labs*;version=${pkgVersion};-split-package:=merge-first - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - com.google.appengine.repackaged*, - com.google.protos*, - com.google.storage*, - javax.mail*, - javax.activation*, - org.apache.geronimo.mail* - </servicemix.osgi.private.pkg> - <servicemix.osgi.failok>true</servicemix.osgi.failok> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-1.0-sdk</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-labs</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <!-- Not available on Central - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-1.0-sdk</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-labs</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}:appengine-api-1.0-sdk</include> - <include>${pkgGroupId}:appengine-api-labs</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:appengine-api-1.0-sdk</artifact> - <includes> - <include>META-INF/**/*</include> - </includes> - </filter> - <filter> - <artifact>${pkgGroupId}:appengine-api-labs</artifact> - <includes> - <include>**/*.gif</include> - <include>**/*.css</include> - <include>**/*.js</include> - <include>**/*.html</include> - <include>**/*.so</include> - <include>**/*.xml</include> - </includes> - </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/gae-1.9.40/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/gae-1.9.40/src/main/resources/OSGI-INF/bundle.info b/gae-1.9.40/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index fe49f05..0000000 --- a/gae-1.9.40/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,13 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Google App Engine enables you to build and host web apps on the same systems that power Google applications. - App Engine offers fast development and deployment; simple administration, with no need to worry about hardware, - patches or backups; and effortless scalability. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://code.google.com/appengine/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/gae-1.9.44/pom.xml ---------------------------------------------------------------------- diff --git a/gae-1.9.44/pom.xml b/gae-1.9.44/pom.xml deleted file mode 100644 index 8ccee8a..0000000 --- a/gae-1.9.44/pom.xml +++ /dev/null @@ -1,146 +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.gae</artifactId> - <version>1.9.44_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: Google App Engine (GAE)</name> - <description>This bundle wraps Google App Engine (GAE) ${pkgVersion} API 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>com.google.appengine</pkgGroupId> - <pkgVersion>1.9.44</pkgVersion> - <servicemix.osgi.export> - com.google.appengine.api*;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.api*;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.base;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.utils*;version=${pkgVersion};-split-package:=merge-first, - com.google.cloud*;version=${pkgVersion};-split-package:=merge-first, - com.google.appengine.labs*;version=${pkgVersion};-split-package:=merge-first - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - com.google.appengine.repackaged*, - com.google.protos*, - com.google.storage*, - javax.mail*, - javax.activation*, - org.apache.geronimo.mail* - </servicemix.osgi.private.pkg> - <servicemix.osgi.failok>true</servicemix.osgi.failok> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-1.0-sdk</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-labs</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <!-- Not available on Central - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-1.0-sdk</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-labs</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}:appengine-api-1.0-sdk</include> - <include>${pkgGroupId}:appengine-api-labs</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:appengine-api-1.0-sdk</artifact> - <includes> - <include>META-INF/**/*</include> - </includes> - </filter> - <filter> - <artifact>${pkgGroupId}:appengine-api-labs</artifact> - <includes> - <include>**/*.gif</include> - <include>**/*.css</include> - <include>**/*.js</include> - <include>**/*.html</include> - <include>**/*.so</include> - <include>**/*.xml</include> - </includes> - </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/gae-1.9.44/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/gae-1.9.44/src/main/resources/OSGI-INF/bundle.info b/gae-1.9.44/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index fe49f05..0000000 --- a/gae-1.9.44/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,13 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Google App Engine enables you to build and host web apps on the same systems that power Google applications. - App Engine offers fast development and deployment; simple administration, with no need to worry about hardware, - patches or backups; and effortless scalability. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://code.google.com/appengine/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/gae-1.9.48/pom.xml ---------------------------------------------------------------------- diff --git a/gae-1.9.48/pom.xml b/gae-1.9.48/pom.xml deleted file mode 100644 index 0754245..0000000 --- a/gae-1.9.48/pom.xml +++ /dev/null @@ -1,146 +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.gae</artifactId> - <version>1.9.48_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: Google App Engine (GAE)</name> - <description>This bundle wraps Google App Engine (GAE) ${pkgVersion} API 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>com.google.appengine</pkgGroupId> - <pkgVersion>1.9.48</pkgVersion> - <servicemix.osgi.export> - com.google.appengine.api*;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.api*;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.base;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.utils*;version=${pkgVersion};-split-package:=merge-first, - com.google.cloud*;version=${pkgVersion};-split-package:=merge-first, - com.google.appengine.labs*;version=${pkgVersion};-split-package:=merge-first - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - com.google.appengine.repackaged*, - com.google.protos*, - com.google.storage*, - javax.mail*, - javax.activation*, - org.apache.geronimo.mail* - </servicemix.osgi.private.pkg> - <servicemix.osgi.failok>true</servicemix.osgi.failok> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-1.0-sdk</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-labs</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <!-- Not available on Central - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-1.0-sdk</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-labs</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}:appengine-api-1.0-sdk</include> - <include>${pkgGroupId}:appengine-api-labs</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:appengine-api-1.0-sdk</artifact> - <includes> - <include>META-INF/**/*</include> - </includes> - </filter> - <filter> - <artifact>${pkgGroupId}:appengine-api-labs</artifact> - <includes> - <include>**/*.gif</include> - <include>**/*.css</include> - <include>**/*.js</include> - <include>**/*.html</include> - <include>**/*.so</include> - <include>**/*.xml</include> - </includes> - </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/gae-1.9.48/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/gae-1.9.48/src/main/resources/OSGI-INF/bundle.info b/gae-1.9.48/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index fe49f05..0000000 --- a/gae-1.9.48/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,13 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Google App Engine enables you to build and host web apps on the same systems that power Google applications. - App Engine offers fast development and deployment; simple administration, with no need to worry about hardware, - patches or backups; and effortless scalability. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://code.google.com/appengine/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/gae-1.9.49/pom.xml ---------------------------------------------------------------------- diff --git a/gae-1.9.49/pom.xml b/gae-1.9.49/pom.xml deleted file mode 100644 index 9895d20..0000000 --- a/gae-1.9.49/pom.xml +++ /dev/null @@ -1,146 +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.gae</artifactId> - <version>1.9.49_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: Google App Engine (GAE)</name> - <description>This bundle wraps Google App Engine (GAE) ${pkgVersion} API 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>com.google.appengine</pkgGroupId> - <pkgVersion>1.9.49</pkgVersion> - <servicemix.osgi.export> - com.google.appengine.api*;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.api*;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.base;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.utils*;version=${pkgVersion};-split-package:=merge-first, - com.google.cloud*;version=${pkgVersion};-split-package:=merge-first, - com.google.appengine.labs*;version=${pkgVersion};-split-package:=merge-first - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - com.google.appengine.repackaged*, - com.google.protos*, - com.google.storage*, - javax.mail*, - javax.activation*, - org.apache.geronimo.mail* - </servicemix.osgi.private.pkg> - <servicemix.osgi.failok>true</servicemix.osgi.failok> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-1.0-sdk</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-labs</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <!-- Not available on Central - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-1.0-sdk</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-labs</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}:appengine-api-1.0-sdk</include> - <include>${pkgGroupId}:appengine-api-labs</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:appengine-api-1.0-sdk</artifact> - <includes> - <include>META-INF/**/*</include> - </includes> - </filter> - <filter> - <artifact>${pkgGroupId}:appengine-api-labs</artifact> - <includes> - <include>**/*.gif</include> - <include>**/*.css</include> - <include>**/*.js</include> - <include>**/*.html</include> - <include>**/*.so</include> - <include>**/*.xml</include> - </includes> - </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/gae-1.9.49/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/gae-1.9.49/src/main/resources/OSGI-INF/bundle.info b/gae-1.9.49/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index fe49f05..0000000 --- a/gae-1.9.49/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,13 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Google App Engine enables you to build and host web apps on the same systems that power Google applications. - App Engine offers fast development and deployment; simple administration, with no need to worry about hardware, - patches or backups; and effortless scalability. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://code.google.com/appengine/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/gae-1.9.5/pom.xml ---------------------------------------------------------------------- diff --git a/gae-1.9.5/pom.xml b/gae-1.9.5/pom.xml deleted file mode 100644 index 9246148..0000000 --- a/gae-1.9.5/pom.xml +++ /dev/null @@ -1,139 +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.gae</artifactId> - <version>1.9.5_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: Google App Engine (GAE)</name> - <description>This bundle wraps Google App Engine (GAE) ${pkgVersion} API jar files.</description> - - <properties> - <pkgGroupId>com.google.appengine</pkgGroupId> - <pkgVersion>1.9.5</pkgVersion> - <servicemix.osgi.export> - com.google.appengine.api*;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.api*;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.base;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.utils*;version=${pkgVersion};-split-package:=merge-first, - com.google.cloud*;version=${pkgVersion};-split-package:=merge-first, - com.google.appengine.labs*;version=${pkgVersion};-split-package:=merge-first - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - com.google.appengine.repackaged*, - com.google.protos*, - com.google.storage*, - javax.mail*, - javax.activation*, - org.apache.geronimo.mail* - </servicemix.osgi.private.pkg> - <servicemix.osgi.failok>true</servicemix.osgi.failok> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-1.0-sdk</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-labs</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <!-- Not available on Central - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-1.0-sdk</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-labs</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}:appengine-api-1.0-sdk</include> - <include>${pkgGroupId}:appengine-api-labs</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:appengine-api-1.0-sdk</artifact> - <includes> - <include>META-INF/**/*</include> - </includes> - </filter> - <filter> - <artifact>${pkgGroupId}:appengine-api-labs</artifact> - <includes> - <include>**/*.gif</include> - <include>**/*.css</include> - <include>**/*.js</include> - <include>**/*.html</include> - <include>**/*.so</include> - <include>**/*.xml</include> - </includes> - </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/gae-1.9.5/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/gae-1.9.5/src/main/resources/OSGI-INF/bundle.info b/gae-1.9.5/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index fe49f05..0000000 --- a/gae-1.9.5/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,13 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Google App Engine enables you to build and host web apps on the same systems that power Google applications. - App Engine offers fast development and deployment; simple administration, with no need to worry about hardware, - patches or backups; and effortless scalability. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://code.google.com/appengine/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/gae-1.9.50/pom.xml ---------------------------------------------------------------------- diff --git a/gae-1.9.50/pom.xml b/gae-1.9.50/pom.xml deleted file mode 100644 index 95dd94d..0000000 --- a/gae-1.9.50/pom.xml +++ /dev/null @@ -1,146 +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.gae</artifactId> - <version>1.9.50_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: Google App Engine (GAE)</name> - <description>This bundle wraps Google App Engine (GAE) ${pkgVersion} API 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>com.google.appengine</pkgGroupId> - <pkgVersion>1.9.50</pkgVersion> - <servicemix.osgi.export> - com.google.appengine.api*;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.api*;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.base;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.utils*;version=${pkgVersion};-split-package:=merge-first, - com.google.cloud*;version=${pkgVersion};-split-package:=merge-first, - com.google.appengine.labs*;version=${pkgVersion};-split-package:=merge-first - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - com.google.appengine.repackaged*, - com.google.protos*, - com.google.storage*, - javax.mail*, - javax.activation*, - org.apache.geronimo.mail* - </servicemix.osgi.private.pkg> - <servicemix.osgi.failok>true</servicemix.osgi.failok> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-1.0-sdk</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-labs</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <!-- Not available on Central - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-1.0-sdk</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-labs</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}:appengine-api-1.0-sdk</include> - <include>${pkgGroupId}:appengine-api-labs</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:appengine-api-1.0-sdk</artifact> - <includes> - <include>META-INF/**/*</include> - </includes> - </filter> - <filter> - <artifact>${pkgGroupId}:appengine-api-labs</artifact> - <includes> - <include>**/*.gif</include> - <include>**/*.css</include> - <include>**/*.js</include> - <include>**/*.html</include> - <include>**/*.so</include> - <include>**/*.xml</include> - </includes> - </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/gae-1.9.50/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/gae-1.9.50/src/main/resources/OSGI-INF/bundle.info b/gae-1.9.50/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index fe49f05..0000000 --- a/gae-1.9.50/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,13 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Google App Engine enables you to build and host web apps on the same systems that power Google applications. - App Engine offers fast development and deployment; simple administration, with no need to worry about hardware, - patches or backups; and effortless scalability. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://code.google.com/appengine/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/gae-1.9.51/pom.xml ---------------------------------------------------------------------- diff --git a/gae-1.9.51/pom.xml b/gae-1.9.51/pom.xml deleted file mode 100644 index e9e173f..0000000 --- a/gae-1.9.51/pom.xml +++ /dev/null @@ -1,146 +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.gae</artifactId> - <version>1.9.51_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: Google App Engine (GAE)</name> - <description>This bundle wraps Google App Engine (GAE) ${pkgVersion} API 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>com.google.appengine</pkgGroupId> - <pkgVersion>1.9.51</pkgVersion> - <servicemix.osgi.export> - com.google.appengine.api*;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.api*;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.base;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.utils*;version=${pkgVersion};-split-package:=merge-first, - com.google.cloud*;version=${pkgVersion};-split-package:=merge-first, - com.google.appengine.labs*;version=${pkgVersion};-split-package:=merge-first - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - com.google.appengine.repackaged*, - com.google.protos*, - com.google.storage*, - javax.mail*, - javax.activation*, - org.apache.geronimo.mail* - </servicemix.osgi.private.pkg> - <servicemix.osgi.failok>true</servicemix.osgi.failok> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-1.0-sdk</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-labs</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <!-- Not available on Central - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-1.0-sdk</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-labs</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}:appengine-api-1.0-sdk</include> - <include>${pkgGroupId}:appengine-api-labs</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:appengine-api-1.0-sdk</artifact> - <includes> - <include>META-INF/**/*</include> - </includes> - </filter> - <filter> - <artifact>${pkgGroupId}:appengine-api-labs</artifact> - <includes> - <include>**/*.gif</include> - <include>**/*.css</include> - <include>**/*.js</include> - <include>**/*.html</include> - <include>**/*.so</include> - <include>**/*.xml</include> - </includes> - </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/gae-1.9.51/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/gae-1.9.51/src/main/resources/OSGI-INF/bundle.info b/gae-1.9.51/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index fe49f05..0000000 --- a/gae-1.9.51/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,13 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Google App Engine enables you to build and host web apps on the same systems that power Google applications. - App Engine offers fast development and deployment; simple administration, with no need to worry about hardware, - patches or backups; and effortless scalability. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://code.google.com/appengine/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/generex-1.0.1/pom.xml ---------------------------------------------------------------------- diff --git a/generex-1.0.1/pom.xml b/generex-1.0.1/pom.xml deleted file mode 100644 index 91f7042..0000000 --- a/generex-1.0.1/pom.xml +++ /dev/null @@ -1,108 +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.generex</artifactId> - <version>1.0.1_3-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</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>com.github.mifmif</pkgGroupId> - <pkgArtifactId>generex</pkgArtifactId> - <pkgVersion>1.0.1</pkgVersion> - <servicemix.osgi.export.pkg> - com.mifmif.common.regex, - com.mifmif.common.regex.util - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - * - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</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}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</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/generex-1.0.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/generex-1.0.1/src/main/resources/OSGI-INF/bundle.info b/generex-1.0.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 4e3305f..0000000 --- a/generex-1.0.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,11 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - A Java library for generating String from a regular expression. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttps://github.com/mifmif/Generex\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/geocoder-java-0.15/pom.xml ---------------------------------------------------------------------- diff --git a/geocoder-java-0.15/pom.xml b/geocoder-java-0.15/pom.xml deleted file mode 100644 index 68e158d..0000000 --- a/geocoder-java-0.15/pom.xml +++ /dev/null @@ -1,106 +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.geocoder-java</artifactId> - <packaging>bundle</packaging> - <version>0.15_2-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId}-${pkgVersion} jar.</description> - - <properties> - <pkgGroupId>com.google.code.geocoder-java</pkgGroupId> - <pkgArtifactId>geocoder-java</pkgArtifactId> - <pkgVersion>0.15</pkgVersion> - <servicemix.osgi.export.pkg> - com.google.code.geocoder - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.google.gson, - javax.annotation, - javax.crypto, - javax.crypto.spec, - org.apache.commons.codec.binary, - org.apache.commons.httpclient, - org.apache.commons.httpclient.methods, - org.apache.commons.logging;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</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}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</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/geocoder-java-0.15/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/geocoder-java-0.15/src/main/resources/OSGI-INF/bundle.info b/geocoder-java-0.15/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index fa68e96..0000000 --- a/geocoder-java-0.15/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}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Geocoding is the process of converting addresses (like "1600 Amphitheatre Parkway, Mountain View, CA") into - geographic coordinates (like latitude 37.423021 and longitude -122.083739), which you can use to place markers - or position the map. - - Reverse geocoding is the process of converting geographic coordinates into a human-readable address. - - The Google Geocoding API provides a direct way to access a these services via an HTTP request. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttps://code.google.com/p/geocoder-java/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/groovy-1.5.6/pom.xml ---------------------------------------------------------------------- diff --git a/groovy-1.5.6/pom.xml b/groovy-1.5.6/pom.xml deleted file mode 100644 index e222801..0000000 --- a/groovy-1.5.6/pom.xml +++ /dev/null @@ -1,120 +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.groovy</artifactId> - <version>1.5.6_6-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.codehaus.groovy</pkgGroupId> - <pkgArtifactId>groovy</pkgArtifactId> - <pkgVersion>1.5.6</pkgVersion> - <servicemix.osgi.export> - groovy*;version=${pkgVersion};-split-package:=merge-first, - org.codehaus.groovy*;version=${pkgVersion};-split-package:=merge-first - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - javax.management, - javax.print*, - javax.sql, - javax.xml*, - org.w3c.dom, - org.xml.sax*, - antlr*;version="[2.7.6,3)", - org.objectweb.asm*;version="[2.2,3)", - groovy.runtime.metaclass;resolution:=optional, - com.mockobjects*;resolution:=optional;version="[0.9,1)", - com.thoughtworks.xstream*;resolution:=optional;version="[1.2.2,2)", - javax.servlet*;resolution:=optional;version="[2.4,4)", - javax.swing*;resolution:=optional, - jline*;resolution:=optional;version="[0.9.94,1)", - junit*;resolution:=optional;version="[2.8.2,4)", - org.apache.bsf*;resolution:=optional;version="[2.4,3)", - org.apache.commons.cli*;resolution:=optional;version="[1.1,2)", - org.apache.tools.ant*;resolution:=optional;version="[1.7,2)" - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</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}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</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/groovy-1.5.6/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/groovy-1.5.6/src/main/resources/OSGI-INF/bundle.info b/groovy-1.5.6/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 8da1023..0000000 --- a/groovy-1.5.6/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,25 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Groovy... - - * is an agile and dynamic language for the Java Virtual Machine - * builds upon the strengths of Java but has additional power features inspired by languages like Python, - Ruby and Smalltalk - * makes modern programming features available to Java developers with almost-zero learning curve - * supports Domain-Specific Languages and other compact syntax so your code becomes easy to read and - maintain - * makes writing shell and build scripts easy with its powerful processing primitives, OO abilities and - an Ant DSL - * increases developer productivity by reducing scaffolding code when developing web, GUI, database or - console applications - * simplifies testing by supporting unit testing and mocking out-of-the-box - * seamlessly integrates with all existing Java classes and libraries - * compiles straight to Java bytecode so you can use it anywhere you can use Java - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://groovy.codehaus.org/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/guava-09/pom.xml ---------------------------------------------------------------------- diff --git a/guava-09/pom.xml b/guava-09/pom.xml deleted file mode 100644 index 302f386..0000000 --- a/guava-09/pom.xml +++ /dev/null @@ -1,101 +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.guava</artifactId> - <version>09_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>com.google.guava</pkgGroupId> - <pkgArtifactId>guava</pkgArtifactId> - <pkgVersion>r09</pkgVersion> - <servicemix.osgi.export> - com.google.common*;version=09;-split-package:=merge-first - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - javax.annotation, - sun.misc;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</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}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - </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/guava-09/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/guava-09/src/main/resources/OSGI-INF/bundle.info b/guava-09/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 366d2a0..0000000 --- a/guava-09/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,11 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Guava is a set of core libraries provided by Google. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://code.google.com/p/guava-libraries/\u001B[0m
