http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/guava-10.0.1/pom.xml ---------------------------------------------------------------------- diff --git a/guava-10.0.1/pom.xml b/guava-10.0.1/pom.xml deleted file mode 100644 index b0e8b86..0000000 --- a/guava-10.0.1/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>10.0.1_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>10.0.1</pkgVersion> - <servicemix.osgi.export> - com.google.common*;version=10;-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>
http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/guava-10.0.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/guava-10.0.1/src/main/resources/OSGI-INF/bundle.info b/guava-10.0.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 366d2a0..0000000 --- a/guava-10.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}/${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 http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/guava-10/pom.xml ---------------------------------------------------------------------- diff --git a/guava-10/pom.xml b/guava-10/pom.xml deleted file mode 100644 index 6e82947..0000000 --- a/guava-10/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>10_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>10.0-rc3</pkgVersion> - <servicemix.osgi.export> - com.google.common*;version=10;-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> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/guava-10/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/guava-10/src/main/resources/OSGI-INF/bundle.info b/guava-10/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 366d2a0..0000000 --- a/guava-10/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 http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/guava-11.0.1/pom.xml ---------------------------------------------------------------------- diff --git a/guava-11.0.1/pom.xml b/guava-11.0.1/pom.xml deleted file mode 100644 index 18e2341..0000000 --- a/guava-11.0.1/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>11.0.1_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>11.0.1</pkgVersion> - <servicemix.osgi.export> - com.google.common*;version=${pkgVersion};-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> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/guava-11.0.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/guava-11.0.1/src/main/resources/OSGI-INF/bundle.info b/guava-11.0.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 366d2a0..0000000 --- a/guava-11.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}/${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 http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/guava-11/pom.xml ---------------------------------------------------------------------- diff --git a/guava-11/pom.xml b/guava-11/pom.xml deleted file mode 100644 index 3b40693..0000000 --- a/guava-11/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>11_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>11.0</pkgVersion> - <servicemix.osgi.export> - com.google.common*;version=11;-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> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/guava-11/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/guava-11/src/main/resources/OSGI-INF/bundle.info b/guava-11/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 366d2a0..0000000 --- a/guava-11/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 http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/guice-2.0/pom.xml ---------------------------------------------------------------------- diff --git a/guice-2.0/pom.xml b/guice-2.0/pom.xml deleted file mode 100644 index 6291671..0000000 --- a/guice-2.0/pom.xml +++ /dev/null @@ -1,142 +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.guice</artifactId> - <version>2.0_3-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps guiceyfruit-core and guice-all ${pkgVersion} jar files.</description> - - <properties> - <pkgGroupId>org.guiceyfruit</pkgGroupId> - <pkgArtifactId>guice</pkgArtifactId> - <pkgVersion>2.0</pkgVersion> - <servicemix.osgi.export> - org.guiceyfruit*;version=${pkgVersion};-split-package:=merge-first, - com.google.inject*;version=${pkgVersion};-split-package:=merge-first - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - javax.annotation, - javax.naming*, - org.aopalliance*;version="[1.0,2)", - com.google.inject.internal.asm.util*;resolution:=optional, - </servicemix.osgi.import.pkg> - </properties> - - <repositories> - <repository> - <id>guiceyfruit.googlecode</id> - <name>GuiceyFruit GoogleCode Maven Repository</name> - <url>http://guiceyfruit.googlecode.com/svn/repo/releases</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>guiceyfruit-core</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>guice-all</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <!-- Not available on Google repo - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>guiceyfruit-core</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>guice-all</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}:guiceyfruit-core</include> - <include>${pkgGroupId}:guice-all</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:guiceyfruit-core</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:guice-all</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/guice-2.0/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/guice-2.0/src/main/resources/OSGI-INF/bundle.info b/guice-2.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index e4e11dc..0000000 --- a/guice-2.0/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,34 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:http://guiceyfruit.googlecode.com/svn/repo/releases:${pkgGroupId}/guiceyfruit-core/${pkgVersion}\u001B[0m - \u001B[33mmvn:http://guiceyfruit.googlecode.com/svn/repo/releases:${pkgGroupId}/guice-all/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Put simply, Guice alleviates the need for factories and the use of new - in your Java code. Think of Guice's @Inject as the new new. You will - still need to write factories in some cases, but your code will not depend - directly on them. Your code will be easier to change, unit test and reuse in - other contexts. - - Guice embraces Java's type safe nature, especially when it comes to features - introduced in Java 5 such as generics and annotations. You might think of - Guice as filling in missing features for core Java. Ideally, the language - itself would provide most of the same features, but until such a language - comes along, we have Guice. - - Guice helps you design better APIs, and the Guice API itself sets a good - example. Guice is not a kitchen sink. We justify each feature with at least - three use cases. When in doubt, we leave it out. We build general functionality - which enables you to extend Guice rather than adding every feature to the core - framework. - - Guice aims to make development and debugging easier and faster, not harder and - slower. In that vein, Guice steers clear of surprises and magic. You should be - able to understand code with or without tools, though tools can make things even - easier. When errors do occur, Guice goes the extra mile to generate helpful - messages. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://code.google.com/p/google-guice/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/guice-3.0/pom.xml ---------------------------------------------------------------------- diff --git a/guice-3.0/pom.xml b/guice-3.0/pom.xml deleted file mode 100644 index f20e925..0000000 --- a/guice-3.0/pom.xml +++ /dev/null @@ -1,103 +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.guice</artifactId> - <version>3.0_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps guice ${pkgVersion} jar files.</description> - - <properties> - <pkgGroupId>com.google.inject</pkgGroupId> - <pkgArtifactId>guice</pkgArtifactId> - <pkgVersion>3.0</pkgVersion> - <servicemix.osgi.export> - com.google.inject*;version=${pkgVersion};-split-package:=merge-first - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - javax.inject, - org.aopalliance*;version="[1.0,2)", - com.google.inject.internal.asm.util.*;resolution:=optional, - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>guice</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>guice</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}:guice</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:guice</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/guice-3.0/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/guice-3.0/src/main/resources/OSGI-INF/bundle.info b/guice-3.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index e4e11dc..0000000 --- a/guice-3.0/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,34 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:http://guiceyfruit.googlecode.com/svn/repo/releases:${pkgGroupId}/guiceyfruit-core/${pkgVersion}\u001B[0m - \u001B[33mmvn:http://guiceyfruit.googlecode.com/svn/repo/releases:${pkgGroupId}/guice-all/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Put simply, Guice alleviates the need for factories and the use of new - in your Java code. Think of Guice's @Inject as the new new. You will - still need to write factories in some cases, but your code will not depend - directly on them. Your code will be easier to change, unit test and reuse in - other contexts. - - Guice embraces Java's type safe nature, especially when it comes to features - introduced in Java 5 such as generics and annotations. You might think of - Guice as filling in missing features for core Java. Ideally, the language - itself would provide most of the same features, but until such a language - comes along, we have Guice. - - Guice helps you design better APIs, and the Guice API itself sets a good - example. Guice is not a kitchen sink. We justify each feature with at least - three use cases. When in doubt, we leave it out. We build general functionality - which enables you to extend Guice rather than adding every feature to the core - framework. - - Guice aims to make development and debugging easier and faster, not harder and - slower. In that vein, Guice steers clear of surprises and magic. You should be - able to understand code with or without tools, though tools can make things even - easier. When errors do occur, Guice goes the extra mile to generate helpful - messages. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://code.google.com/p/google-guice/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/gwt-dev-2.4.0/pom.xml ---------------------------------------------------------------------- diff --git a/gwt-dev-2.4.0/pom.xml b/gwt-dev-2.4.0/pom.xml deleted file mode 100644 index b481995..0000000 --- a/gwt-dev-2.4.0/pom.xml +++ /dev/null @@ -1,142 +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.gwt-dev</artifactId> - <version>2.4.0_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.gwt</pkgGroupId> - <pkgArtifactId>gwt-dev</pkgArtifactId> - <pkgVersion>2.4.0</pkgVersion> - <servicemix.osgi.export> - !javax.servlet*, - !org.apache*, - !org.eclipse*, - com.google.gwt*;version=${pkgVersion};-split-package:=merge-first - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - javax.annotation, - javax.imageio, - javax.management, - javax.servlet*, - javax.swing*, - javax.xml*, - org.w3c.dom, - org.xml.sax*, - net.sourceforge.htmlunit.corejs.javascript;resolution:=optional, - org.apache.catalina;resolution:=optional, - org.apache.catalina.core;resolution:=optional, - org.apache.catalina.logger;resolution:=optional, - org.apache.catalina.startup;resolution:=optional, - org.apache.commons.collections.map;resolution:=optional, - org.apache.commons.logging;resolution:=optional, - org.apache.coyote.tomcat5;resolution:=optional, - org.apache.tools.ant.types;resolution:=optional, - org.eclipse.jdt*;resolution:=optional, - org.mortbay.component;resolution:=optional, - org.mortbay.jetty;resolution:=optional, - org.mortbay.jetty.handler;resolution:=optional, - org.mortbay.jetty.nio;resolution:=optional, - org.mortbay.jetty.security;resolution:=optional, - org.mortbay.jetty.webapp;resolution:=optional, - org.mortbay.log;resolution:=optional, - com.gargoylesoftware.htmlunit;resolution:=optional, - com.gargoylesoftware.htmlunit.html;resolution:=optional, - com.gargoylesoftware.htmlunit.javascript;resolution:=optional, - com.gargoylesoftware.htmlunit.javascript.background;resolution:=optional, - com.gargoylesoftware.htmlunit.javascript.host;resolution:=optional - </servicemix.osgi.import.pkg> - <servicemix.osgi.private> - com.google.gwt.core*, - com.google.gwt.dev*, - com.google.gwt.lang*, - com.google.gwt.soyc*, - com.google.gwt.thirdparty*, - com.google.gwt.util* - </servicemix.osgi.private> - </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/gwt-dev-2.4.0/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/gwt-dev-2.4.0/src/main/resources/OSGI-INF/bundle.info b/gwt-dev-2.4.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 3716cfb..0000000 --- a/gwt-dev-2.4.0/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 Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications. - GWT is used by many products at Google, including Google AdWords and Orkut. It's open source, completely free, - and used by thousands of developers around the world. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://code.google.com/webtoolkit/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/gwt-servlet-2.6.0/pom.xml ---------------------------------------------------------------------- diff --git a/gwt-servlet-2.6.0/pom.xml b/gwt-servlet-2.6.0/pom.xml deleted file mode 100644 index 6216784..0000000 --- a/gwt-servlet-2.6.0/pom.xml +++ /dev/null @@ -1,115 +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.gwt-servlet</artifactId> - <version>2.6.0_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.gwt</pkgGroupId> - <pkgArtifactId>gwt-servlet</pkgArtifactId> - <pkgVersion>2.6.0</pkgVersion> - <servicemix.osgi.export> - com.google.gwt.user.client.rpc;version=${pkgVersion};-split-package:=merge-first, - com.google.gwt.user.client.rpc.*;version=${pkgVersion};-split-package:=merge-first, - com.google.web.bindery.requestfactory.vm.impl.*;version=${pkgVersion};-split-package:=merge-first, - org.hibernate.validator.engine;version=${pkgVersion};-split-package:=merge-first, - !javax.validation, - !org.hibernate.validator.*, - !*.client.*, - !*.impl.*, - *;version=${pkgVersion};-split-package:=merge-first - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - javax.servlet.*, - javax.validation;resolution:=optional, - javax.validation.*;resolution:=optional, - org.json.*;resolution:=optional, - org.json;resolution:=optional, - <!--!com.google.gwt.*,--> - *;resolution:=optional - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - com.google.gwt.*;-split-package:=merge-first, - com.google.web.bindery.*;-split-package:=merge-first - </servicemix.osgi.private.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> - </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/gwt-servlet-2.6.0/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/gwt-servlet-2.6.0/src/main/resources/OSGI-INF/bundle.info b/gwt-servlet-2.6.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 3716cfb..0000000 --- a/gwt-servlet-2.6.0/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 Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications. - GWT is used by many products at Google, including Google AdWords and Orkut. It's open source, completely free, - and used by thousands of developers around the world. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://code.google.com/webtoolkit/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/gwt-servlet-2.6.1/pom.xml ---------------------------------------------------------------------- diff --git a/gwt-servlet-2.6.1/pom.xml b/gwt-servlet-2.6.1/pom.xml deleted file mode 100644 index c8bf559..0000000 --- a/gwt-servlet-2.6.1/pom.xml +++ /dev/null @@ -1,115 +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.gwt-servlet</artifactId> - <version>2.6.1_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.gwt</pkgGroupId> - <pkgArtifactId>gwt-servlet</pkgArtifactId> - <pkgVersion>2.6.1</pkgVersion> - <servicemix.osgi.export> - com.google.gwt.user.client.rpc;version=${pkgVersion};-split-package:=merge-first, - com.google.gwt.user.client.rpc.*;version=${pkgVersion};-split-package:=merge-first, - com.google.web.bindery.requestfactory.vm.impl.*;version=${pkgVersion};-split-package:=merge-first, - org.hibernate.validator.engine;version=${pkgVersion};-split-package:=merge-first, - !javax.validation, - !org.hibernate.validator.*, - !*.client.*, - !*.impl.*, - *;version=${pkgVersion};-split-package:=merge-first - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - javax.servlet.*, - javax.validation;resolution:=optional, - javax.validation.*;resolution:=optional, - org.json.*;resolution:=optional, - org.json;resolution:=optional, - <!--!com.google.gwt.*,--> - *;resolution:=optional - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - com.google.gwt.*;-split-package:=merge-first, - com.google.web.bindery.*;-split-package:=merge-first - </servicemix.osgi.private.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> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/gwt-servlet-2.6.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/gwt-servlet-2.6.1/src/main/resources/OSGI-INF/bundle.info b/gwt-servlet-2.6.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 3716cfb..0000000 --- a/gwt-servlet-2.6.1/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 Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications. - GWT is used by many products at Google, including Google AdWords and Orkut. It's open source, completely free, - and used by thousands of developers around the world. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://code.google.com/webtoolkit/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/gwt-servlet-2.7.0/pom.xml ---------------------------------------------------------------------- diff --git a/gwt-servlet-2.7.0/pom.xml b/gwt-servlet-2.7.0/pom.xml deleted file mode 100644 index f24c554..0000000 --- a/gwt-servlet-2.7.0/pom.xml +++ /dev/null @@ -1,115 +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.gwt-servlet</artifactId> - <version>2.7.0_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.gwt</pkgGroupId> - <pkgArtifactId>gwt-servlet</pkgArtifactId> - <pkgVersion>2.7.0</pkgVersion> - <servicemix.osgi.export> - com.google.gwt.user.client.rpc;version=${pkgVersion};-split-package:=merge-first, - com.google.gwt.user.client.rpc.*;version=${pkgVersion};-split-package:=merge-first, - com.google.web.bindery.requestfactory.vm.impl.*;version=${pkgVersion};-split-package:=merge-first, - org.hibernate.validator.engine;version=${pkgVersion};-split-package:=merge-first, - !javax.validation, - !org.hibernate.validator.*, - !*.client.*, - !*.impl.*, - *;version=${pkgVersion};-split-package:=merge-first - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - javax.servlet.*, - javax.validation;resolution:=optional, - javax.validation.*;resolution:=optional, - org.json.*;resolution:=optional, - org.json;resolution:=optional, - <!--!com.google.gwt.*,--> - *;resolution:=optional - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - com.google.gwt.*;-split-package:=merge-first, - com.google.web.bindery.*;-split-package:=merge-first - </servicemix.osgi.private.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> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/gwt-servlet-2.7.0/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/gwt-servlet-2.7.0/src/main/resources/OSGI-INF/bundle.info b/gwt-servlet-2.7.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 3716cfb..0000000 --- a/gwt-servlet-2.7.0/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 Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications. - GWT is used by many products at Google, including Google AdWords and Orkut. It's open source, completely free, - and used by thousands of developers around the world. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://code.google.com/webtoolkit/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/gwt-servlet-2.8.0/pom.xml ---------------------------------------------------------------------- diff --git a/gwt-servlet-2.8.0/pom.xml b/gwt-servlet-2.8.0/pom.xml deleted file mode 100644 index 84464bd..0000000 --- a/gwt-servlet-2.8.0/pom.xml +++ /dev/null @@ -1,121 +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.gwt-servlet</artifactId> - <version>2.8.0_2-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.google.gwt</pkgGroupId> - <pkgArtifactId>gwt-servlet</pkgArtifactId> - <pkgVersion>2.8.0</pkgVersion> - <servicemix.osgi.export> - com.google.gwt.user.client.rpc;version=${pkgVersion};-split-package:=merge-first, - com.google.gwt.user.client.rpc.*;version=${pkgVersion};-split-package:=merge-first, - com.google.web.bindery.requestfactory.vm.impl.*;version=${pkgVersion};-split-package:=merge-first, - org.hibernate.validator.engine;version=${pkgVersion};-split-package:=merge-first, - !javax.validation, - !org.hibernate.validator.*, - !*.client.*, - !*.impl.*, - *;version=${pkgVersion};-split-package:=merge-first - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - javax.servlet.*, - javax.validation;resolution:=optional, - javax.validation.*;resolution:=optional, - org.json;resolution:=optional, - <!--!com.google.gwt.*,--> - *;resolution:=optional - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - com.google.gwt.*;-split-package:=merge-first, - com.google.web.bindery.*;-split-package:=merge-first - </servicemix.osgi.private.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> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/gwt-servlet-2.8.0/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/gwt-servlet-2.8.0/src/main/resources/OSGI-INF/bundle.info b/gwt-servlet-2.8.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 3716cfb..0000000 --- a/gwt-servlet-2.8.0/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 Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications. - GWT is used by many products at Google, including Google AdWords and Orkut. It's open source, completely free, - and used by thousands of developers around the world. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://code.google.com/webtoolkit/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/hadoop-client-2.3.0/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-client-2.3.0/pom.xml b/hadoop-client-2.3.0/pom.xml deleted file mode 100644 index b06ab39..0000000 --- a/hadoop-client-2.3.0/pom.xml +++ /dev/null @@ -1,263 +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.hadoop-client</artifactId> - <version>2.3.0_3-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: hadoop-client</name> - <description>This OSGi bundle wraps ${pkgVersion} jar files.</description> - - <properties> - <pkgGroupId>org.apache.hadoop</pkgGroupId> - <pkgVersion>2.3.0</pkgVersion> - <servicemix.osgi.export.pkg> - org.apache.hadoop - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.google.common*, - com.google.inject;version="[3,4)", - com.google.inject.binder;version="[3,4)", - com.google.inject.servlet;version="[3,4)";resolution:=optional, - com.google.protobuf;version="[2.5,3)", - com.jcraft.jsch;resolution:=optional, - javax.annotation, - javax.crypto*, - javax.management*, - javax.naming*, - javax.net*, - javax.security.auth*, - javax.security.sasl, - javax.servlet*;resolution:=optional, - javax.ws.rs*;resolution:=optional, - javax.xml.bind*;resolution:=optional, - javax.xml.parsers, - javax.xml.transform*, - org.xml.sax*, - org.w3c.dom, - com.sun.jersey*;resolution:=optional, - org.apache.avro*, - org.apache.commons.cli;version="[1.2,2)";resolution:=optional, - org.apache.commons.codec*;version="[1.4,2)", - org.apache.commons.collections*;version="[3.2,4)", - org.apache.commons.compress.archivers.tar;version="[1.4,2)", - org.apache.commons.configuration;version="[1.6,2)", - org.apache.commons.daemon;version="[1.0,2)";resolution:=optional, - org.apache.commons.httpclient*, - org.apache.commons.io*;version="[1.4,2)", - org.apache.commons.lang*;version="[2.6,3)", - org.apache.commons.logging*;version="[1.1,2)";resolution:=optional, - org.apache.commons.math3.util;version="[3.1,4)";resolution:=optional, - org.apache.commons.net*;version="[3.1,4)", - org.apache.http*;resolution:=optional, - org.apache.log4j*;resolution:=optional, - org.apache.jasper.runtime;resolution:=optional, - org.apache.tools.ant*;resolution:=optional, - org.apache.zookeeper*;version="[3.4,4)";resolution:=optional, - org.codehaus.jackson*;version="[1.8,2)", - org.jboss.netty*;version="[3.6,4)";resolution:=optional, - org.mortbay*;version="[6.1,8)";resolution:=optional, - sun.net*;resolution:=optional, - org.ietf.jgss;resolution:=optional, - org.jets3t.service*;resolution:=optional, - org.slf4j;version="[1.7,2)";resolution:=optional, - org.znerd.xmlenc;resolution:=optional, - com.sun.org.apache.xml.internal.serialize;resolution:=optional, - com.sun.tools.doclets.standard;resolution:=optional, - jdiff;resolution:=optional, - sun.misc;resolution:=optional, - sun.nio.ch;resolution:=optional, - com.sun.javadoc;resolution:=optional, - com.sun.jndi.ldap;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>hadoop-common</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>hadoop-hdfs</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>hadoop-mapreduce-client-app</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>hadoop-yarn-api</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>hadoop-mapreduce-client-core</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>hadoop-mapreduce-client-jobclient</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>hadoop-annotations</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>hadoop-common</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>hadoop-hdfs</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>hadoop-mapreduce-client-app</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>hadoop-yarn-api</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>hadoop-mapreduce-client-core</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>hadoop-mapreduce-client-jobclient</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>hadoop-annotations</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}:hadoop-common</include> - <include>${pkgGroupId}:hadoop-hdfs</include> - <include>${pkgGroupId}:hadoop-mapreduce-client-app</include> - <include>${pkgGroupId}:hadoop-yarn-api</include> - <include>${pkgGroupId}:hadoop-mapreduce-client-core</include> - <include>${pkgGroupId}:hadoop-mapreduce-client-jobclient</include> - <include>${pkgGroupId}:hadoop-annotations</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:hadoop-common</artifact> - <includes> - <include>META-INF/services/*</include> - <include>core-default.xml</include> - <include>common-version-info.properties</include> - </includes> - </filter> - <filter> - <artifact>${pkgGroupId}:hadoop-hdfs</artifact> - <includes> - <include>META-INF/services/*</include> - <include>hdfs-default.xml</include> - </includes> - </filter> - <filter> - <artifact>${pkgGroupId}:hadoop-mapreduce-client-app</artifact> - <includes> - <include>META-INF/services/*</include> - </includes> - </filter> - <filter> - <artifact>${pkgGroupId}:hadoop-yarn-api</artifact> - <excludes> - <exclude>**/*</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:hadoop-mapreduce-client-core</artifact> - <includes> - <include>META-INF/services/*</include> - <include>mapred-default.xml</include> - </includes> - </filter> - <filter> - <artifact>${pkgGroupId}:hadoop-mapreduce-client-jobclient</artifact> - <includes> - <include>META-INF/services/*</include> - </includes> - </filter> - <filter> - <artifact>${pkgGroupId}:hadoop-annotations</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/hadoop-client-2.3.0/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/hadoop-client-2.3.0/src/main/resources/OSGI-INF/bundle.info b/hadoop-client-2.3.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 4dc4719..0000000 --- a/hadoop-client-2.3.0/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 - The Apache⢠Hadoop⢠project develops open-source software for reliable, scalable, distributed computing. - - The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets - across clusters of computers using a simple programming model. It is designed to scale up from single servers - to thousands of machines, each offering local computation and storage. Rather than rely on hardware to deliver - high-avaiability, the library itself is designed to detect and handle failures at the application layer, so - delivering a highly-availabile service on top of a cluster of computers, each of which may be prone to failures. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://hadoop.apache.org/\u001B[0m \ No newline at end of file
