http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/antisamy-1.5.3/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/antisamy-1.5.3/src/main/resources/OSGI-INF/bundle.info b/antisamy-1.5.3/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index c98a7c0..0000000 --- a/antisamy-1.5.3/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,30 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - The OWASP AntiSamy project is a few things. Technically, it is an API for ensuring user-supplied HTML/CSS is in - compliance within an application's rules. Another way of saying that could be: It's an API that helps you make - sure that clients don't supply malicious cargo code in the HTML they supply for their profile, comments, etc., - that get persisted on the server. The term "malicious code" in regards to web applications usually mean - "JavaScript." Cascading Stylesheets are only considered malicious when they invoke the JavaScript engine. However, - there are many situations where "normal" HTML and CSS can be used in a malicious manner. So we take care of that - too. - - Philosophically, AntiSamy is a departure from contemporary security mechanisms. Generally, the security mechanism - and user have a communication that is virtually one way, for good reason. Letting the potential attacker know - details about the validation is considered unwise as it allows the attacker to "learn" and "recon" the mechanism - for weaknesses. These types of information leaks can also hurt in ways you don't expect. A login mechanism that - tells the user, "Username invalid" leaks the fact that a user by that name does not exist. A user could use a - dictionary or phone book or both to remotely come up with a list of valid usernames. Using this information, an - attacker could launch a brute force attack or massive account lock denial-of-service. We get that. - - Unfortunately, that's just not very usable in this situation. Typical Internet users are largely pretty bad when it - comes to writing HTML/CSS, so where do they get their HTML from? Usually they copy it from somewhere out on the web. - Simply rejecting their input without any clue as to why is jolting and annoying. Annoyed users go somewhere else to - do their social networking. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttps://www.owasp.org/index.php/Antisamy\u001B[0m
http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/antlr-2.7.7/pom.xml ---------------------------------------------------------------------- diff --git a/antlr-2.7.7/pom.xml b/antlr-2.7.7/pom.xml deleted file mode 100644 index 447f62f..0000000 --- a/antlr-2.7.7/pom.xml +++ /dev/null @@ -1,105 +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.antlr</artifactId> - <version>2.7.7_6-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>antlr</pkgGroupId> - <pkgArtifactId>antlr</pkgArtifactId> - <pkgVersion>2.7.7</pkgVersion> - <servicemix.osgi.export.pkg> - antlr - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.swing*;resolution:=optional, - org.hibernate.hql.ast;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <!-- Not available - <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/antlr-2.7.7/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/antlr-2.7.7/src/main/resources/OSGI-INF/bundle.info b/antlr-2.7.7/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index c9279d8..0000000 --- a/antlr-2.7.7/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,15 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing - recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a - variety of target languages (Java, C, C++, Python, etc). - ANTLR provides excellent support for tree constructions, tree walking, translation, error recovery, and - error reporting. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.antlr2.org/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/antlr-3.0.1/pom.xml ---------------------------------------------------------------------- diff --git a/antlr-3.0.1/pom.xml b/antlr-3.0.1/pom.xml deleted file mode 100644 index 095eab3..0000000 --- a/antlr-3.0.1/pom.xml +++ /dev/null @@ -1,104 +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.antlr</artifactId> - <version>3.0.1_8-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.antlr</pkgGroupId> - <pkgArtifactId>antlr</pkgArtifactId> - <pkgVersion>3.0.1</pkgVersion> - <servicemix.osgi.export> - !org.antlr.stringtemplate*, - org.antlr*;version=${pkgVersion};-split-package:=merge-first, - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - org.antlr.stringtemplate*;resolution:=optional;version="[3.1.0.b1,4)", - antlr*;resolution:=optional;version="[2.7.7,3)", - org.hibernate.hql.ast;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> - <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/antlr-3.0.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/antlr-3.0.1/src/main/resources/OSGI-INF/bundle.info b/antlr-3.0.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 450fcf9..0000000 --- a/antlr-3.0.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,15 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing - recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a - variety of target languages (Java, C, C++, Python, etc). - ANTLR provides excellent support for tree constructions, tree walking, translation, error recovery, and - error reporting. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.antlr.org/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/antlr-3.4/pom.xml ---------------------------------------------------------------------- diff --git a/antlr-3.4/pom.xml b/antlr-3.4/pom.xml deleted file mode 100644 index 882a3d7..0000000 --- a/antlr-3.4/pom.xml +++ /dev/null @@ -1,105 +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.antlr</artifactId> - <version>3.4_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.antlr</pkgGroupId> - <pkgArtifactId>antlr</pkgArtifactId> - <pkgVersion>3.4</pkgVersion> - <servicemix.osgi.export> - !org.antlr.stringtemplate*, - org.antlr*;version=${pkgVersion};-split-package:=merge-first, - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - org.stringtemplate*;resolution:=optional;version="[4,5)", - org.antlr.stringtemplate*;resolution:=optional;version="[3,4)", - org.hibernate.hql.ast;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> - <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/antlr-3.4/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/antlr-3.4/src/main/resources/OSGI-INF/bundle.info b/antlr-3.4/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 450fcf9..0000000 --- a/antlr-3.4/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,15 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing - recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a - variety of target languages (Java, C, C++, Python, etc). - ANTLR provides excellent support for tree constructions, tree walking, translation, error recovery, and - error reporting. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.antlr.org/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/antlr-3.5.1/pom.xml ---------------------------------------------------------------------- diff --git a/antlr-3.5.1/pom.xml b/antlr-3.5.1/pom.xml deleted file mode 100644 index ebc85be..0000000 --- a/antlr-3.5.1/pom.xml +++ /dev/null @@ -1,102 +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.antlr</artifactId> - <version>3.5.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>org.antlr</pkgGroupId> - <pkgArtifactId>antlr</pkgArtifactId> - <pkgVersion>3.5.1</pkgVersion> - <servicemix.osgi.export> - !org.antlr.stringtemplate*, - org.antlr*;version=${pkgVersion};-split-package:=merge-first, - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - org.stringtemplate*;resolution:=optional;version="[3,5)", - org.antlr.stringtemplate*;resolution:=optional;version="[3,5)", - org.hibernate.hql.ast;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> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/antlr-3.5.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/antlr-3.5.1/src/main/resources/OSGI-INF/bundle.info b/antlr-3.5.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 450fcf9..0000000 --- a/antlr-3.5.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,15 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing - recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a - variety of target languages (Java, C, C++, Python, etc). - ANTLR provides excellent support for tree constructions, tree walking, translation, error recovery, and - error reporting. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.antlr.org/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/antlr-3.5/pom.xml ---------------------------------------------------------------------- diff --git a/antlr-3.5/pom.xml b/antlr-3.5/pom.xml deleted file mode 100644 index 7fec2bb..0000000 --- a/antlr-3.5/pom.xml +++ /dev/null @@ -1,104 +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.antlr</artifactId> - <version>3.5_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.antlr</pkgGroupId> - <pkgArtifactId>antlr</pkgArtifactId> - <pkgVersion>3.5</pkgVersion> - <servicemix.osgi.export> - !org.antlr.stringtemplate*, - org.antlr*;version=${pkgVersion};-split-package:=merge-first, - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - org.stringtemplate*;resolution:=optional;version="[3,5)", - org.antlr.stringtemplate*;resolution:=optional;version="[3,5)", - org.hibernate.hql.ast;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> - <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/antlr-3.5/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/antlr-3.5/src/main/resources/OSGI-INF/bundle.info b/antlr-3.5/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 450fcf9..0000000 --- a/antlr-3.5/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,15 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing - recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a - variety of target languages (Java, C, C++, Python, etc). - ANTLR provides excellent support for tree constructions, tree walking, translation, error recovery, and - error reporting. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.antlr.org/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/antlr-runtime-3.0.1/pom.xml ---------------------------------------------------------------------- diff --git a/antlr-runtime-3.0.1/pom.xml b/antlr-runtime-3.0.1/pom.xml deleted file mode 100644 index 044fa3e..0000000 --- a/antlr-runtime-3.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.antlr-runtime</artifactId> - <version>3.0.1_5-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.antlr</pkgGroupId> - <pkgArtifactId>antlr-runtime</pkgArtifactId> - <pkgVersion>3.0.1</pkgVersion> - <servicemix.osgi.export.pkg> - org.antlr.runtime - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - org.antlr.stringtemplate*;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> - <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/antlr-runtime-3.0.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/antlr-runtime-3.0.1/src/main/resources/OSGI-INF/bundle.info b/antlr-runtime-3.0.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 450fcf9..0000000 --- a/antlr-runtime-3.0.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,15 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing - recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a - variety of target languages (Java, C, C++, Python, etc). - ANTLR provides excellent support for tree constructions, tree walking, translation, error recovery, and - error reporting. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.antlr.org/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/antlr-runtime-3.2/pom.xml ---------------------------------------------------------------------- diff --git a/antlr-runtime-3.2/pom.xml b/antlr-runtime-3.2/pom.xml deleted file mode 100644 index 25b742d..0000000 --- a/antlr-runtime-3.2/pom.xml +++ /dev/null @@ -1,102 +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.antlr-runtime</artifactId> - <version>3.2_3-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.antlr</pkgGroupId> - <pkgArtifactId>antlr-runtime</pkgArtifactId> - <pkgVersion>3.2</pkgVersion> - <servicemix.osgi.export.pkg> - org.antlr.runtime - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - org.antlr.stringtemplate*;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> - <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/antlr-runtime-3.2/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/antlr-runtime-3.2/src/main/resources/OSGI-INF/bundle.info b/antlr-runtime-3.2/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index c9279d8..0000000 --- a/antlr-runtime-3.2/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,15 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing - recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a - variety of target languages (Java, C, C++, Python, etc). - ANTLR provides excellent support for tree constructions, tree walking, translation, error recovery, and - error reporting. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.antlr2.org/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/antlr-runtime-3.4/pom.xml ---------------------------------------------------------------------- diff --git a/antlr-runtime-3.4/pom.xml b/antlr-runtime-3.4/pom.xml deleted file mode 100644 index 6dbe412..0000000 --- a/antlr-runtime-3.4/pom.xml +++ /dev/null @@ -1,102 +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.antlr-runtime</artifactId> - <version>3.4_3-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.antlr</pkgGroupId> - <pkgArtifactId>antlr-runtime</pkgArtifactId> - <pkgVersion>3.4</pkgVersion> - <servicemix.osgi.export.pkg> - org.antlr.runtime - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - org.antlr.stringtemplate*;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> - <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/antlr-runtime-3.4/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/antlr-runtime-3.4/src/main/resources/OSGI-INF/bundle.info b/antlr-runtime-3.4/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index c9279d8..0000000 --- a/antlr-runtime-3.4/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,15 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing - recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a - variety of target languages (Java, C, C++, Python, etc). - ANTLR provides excellent support for tree constructions, tree walking, translation, error recovery, and - error reporting. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.antlr2.org/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/antlr-runtime-3.5.1/pom.xml ---------------------------------------------------------------------- diff --git a/antlr-runtime-3.5.1/pom.xml b/antlr-runtime-3.5.1/pom.xml deleted file mode 100644 index 680f3cb..0000000 --- a/antlr-runtime-3.5.1/pom.xml +++ /dev/null @@ -1,99 +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.antlr-runtime</artifactId> - <version>3.5.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>org.antlr</pkgGroupId> - <pkgArtifactId>antlr-runtime</pkgArtifactId> - <pkgVersion>3.5.1</pkgVersion> - <servicemix.osgi.export.pkg> - org.antlr.runtime - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - org.antlr.stringtemplate*;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> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/antlr-runtime-3.5.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/antlr-runtime-3.5.1/src/main/resources/OSGI-INF/bundle.info b/antlr-runtime-3.5.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index c9279d8..0000000 --- a/antlr-runtime-3.5.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,15 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing - recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a - variety of target languages (Java, C, C++, Python, etc). - ANTLR provides excellent support for tree constructions, tree walking, translation, error recovery, and - error reporting. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.antlr2.org/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/antlr-runtime-3.5/pom.xml ---------------------------------------------------------------------- diff --git a/antlr-runtime-3.5/pom.xml b/antlr-runtime-3.5/pom.xml deleted file mode 100644 index 8924122..0000000 --- a/antlr-runtime-3.5/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>10</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.antlr-runtime</artifactId> - <version>3.5_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.antlr</pkgGroupId> - <pkgArtifactId>antlr-runtime</pkgArtifactId> - <pkgVersion>3.5</pkgVersion> - <servicemix.osgi.export.pkg> - org.antlr.runtime - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - org.antlr.stringtemplate*;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> - <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/antlr-runtime-3.5/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/antlr-runtime-3.5/src/main/resources/OSGI-INF/bundle.info b/antlr-runtime-3.5/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index c9279d8..0000000 --- a/antlr-runtime-3.5/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,15 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing - recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a - variety of target languages (Java, C, C++, Python, etc). - ANTLR provides excellent support for tree constructions, tree walking, translation, error recovery, and - error reporting. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.antlr2.org/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/archaius-core-0.6.0/pom.xml ---------------------------------------------------------------------- diff --git a/archaius-core-0.6.0/pom.xml b/archaius-core-0.6.0/pom.xml deleted file mode 100644 index fd8c296..0000000 --- a/archaius-core-0.6.0/pom.xml +++ /dev/null @@ -1,107 +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.archaius-core</artifactId> - <version>0.6.0_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: archaius-core</name> - <description> - Library for configuration management API by Netflix - </description> - - <properties> - <pkgGroupId>com.netflix.archaius</pkgGroupId> - <pkgArtifactId>archaius-core</pkgArtifactId> - <pkgVersion>0.6.0</pkgVersion> - <servicemix.osgi.export.pkg> - com.netflix.config - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.google.common.base*, - com.google.common.collect*, - javax.annotation, - javax.management, - javax.sql, - org.apache.commons.configuration*, - org.codehaus.jackson*, - org.slf4j* - </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> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/archaius-core-0.6.0/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/archaius-core-0.6.0/src/main/resources/OSGI-INF/bundle.info b/archaius-core-0.6.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 050718a..0000000 --- a/archaius-core-0.6.0/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,20 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Archaius includes a set of configuration management APIs used by Netflix. It provides the following functionalities: - - * Dynamic, Typed Properties - * High throughput and Thread Safe Configuration operations - * A polling framework that allows obtaining property changes of a Configuration Source - * A Callback mechanism that gets invoked on effective/"winning" property mutations (in the ordered hierarchy of Configurations) - * A JMX MBean that can be accessed via JConsole to inspect and invoke operations on properties - * Out of the box, Composite Configurations (with ordered hierarchy) for applications (and most web applications willing to use convention based property file locations) - * Implementations of dynamic configuration sources for URLs, JDBC and Amazon DynamoDB - * Scala dynamic property wrappers - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttps://github.com/Netflix/archaius\u001B[0m \ No newline at end of file http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/archaius-core-0.6.3/pom.xml ---------------------------------------------------------------------- diff --git a/archaius-core-0.6.3/pom.xml b/archaius-core-0.6.3/pom.xml deleted file mode 100644 index fb4405f..0000000 --- a/archaius-core-0.6.3/pom.xml +++ /dev/null @@ -1,107 +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.archaius-core</artifactId> - <version>0.6.3_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: archaius-core</name> - <description> - Library for configuration management API by Netflix - </description> - - <properties> - <pkgGroupId>com.netflix.archaius</pkgGroupId> - <pkgArtifactId>archaius-core</pkgArtifactId> - <pkgVersion>0.6.3</pkgVersion> - <servicemix.osgi.export.pkg> - com.netflix.config - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.google.common.base*, - com.google.common.collect*, - javax.annotation, - javax.management, - javax.sql, - org.apache.commons.configuration*, - org.codehaus.jackson*, - org.slf4j* - </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> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/archaius-core-0.6.3/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/archaius-core-0.6.3/src/main/resources/OSGI-INF/bundle.info b/archaius-core-0.6.3/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 050718a..0000000 --- a/archaius-core-0.6.3/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,20 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Archaius includes a set of configuration management APIs used by Netflix. It provides the following functionalities: - - * Dynamic, Typed Properties - * High throughput and Thread Safe Configuration operations - * A polling framework that allows obtaining property changes of a Configuration Source - * A Callback mechanism that gets invoked on effective/"winning" property mutations (in the ordered hierarchy of Configurations) - * A JMX MBean that can be accessed via JConsole to inspect and invoke operations on properties - * Out of the box, Composite Configurations (with ordered hierarchy) for applications (and most web applications willing to use convention based property file locations) - * Implementations of dynamic configuration sources for URLs, JDBC and Amazon DynamoDB - * Scala dynamic property wrappers - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttps://github.com/Netflix/archaius\u001B[0m \ No newline at end of file http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/asm-2.2.3/pom.xml ---------------------------------------------------------------------- diff --git a/asm-2.2.3/pom.xml b/asm-2.2.3/pom.xml deleted file mode 100644 index 0bfa2f8..0000000 --- a/asm-2.2.3/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>9-SNAPSHOT</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.asm</artifactId> - <packaging>bundle</packaging> - <version>2.2.3_6-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps asm-all ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>asm</pkgGroupId> - <pkgArtifactId>asm</pkgArtifactId> - <pkgVersion>2.2.3</pkgVersion> - <servicemix.osgi.export.pkg>org.objectweb.asm</servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.xml*, - org.xml.sax* - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>asm-all</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <!-- Not available - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>asm-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}:asm-all</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:asm-all</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/asm-2.2.3/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/asm-2.2.3/src/main/resources/OSGI-INF/bundle.info b/asm-2.2.3/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 083ab12..0000000 --- a/asm-2.2.3/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/asm-all/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing - classes or dynamically generate classes, directly in binary form. Provided common transformations and - analysis algorithms allow to easily assembly custom complex transformations and code analysis tools. - - ASM offer similar functionality as other bytecode frameworks, but it is focused on simplicity of use and - performance. Because it was designed and implemented to be as small and as fast as possible, it makes it - very attractive for using in dynamic systems. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://asm.ow2.org/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/asm-3.1/pom.xml ---------------------------------------------------------------------- diff --git a/asm-3.1/pom.xml b/asm-3.1/pom.xml deleted file mode 100644 index 2a34d61..0000000 --- a/asm-3.1/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>9-SNAPSHOT</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.asm</artifactId> - <packaging>bundle</packaging> - <version>3.1_4-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps asm-all ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>asm</pkgGroupId> - <pkgArtifactId>asm</pkgArtifactId> - <pkgVersion>3.1</pkgVersion> - <servicemix.osgi.export.pkg> - org.objectweb.asm - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.xml*, - org.xml.sax* - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>asm-all</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>asm-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}:asm-all</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:asm-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/asm-3.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/asm-3.1/src/main/resources/OSGI-INF/bundle.info b/asm-3.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 083ab12..0000000 --- a/asm-3.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/asm-all/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing - classes or dynamically generate classes, directly in binary form. Provided common transformations and - analysis algorithms allow to easily assembly custom complex transformations and code analysis tools. - - ASM offer similar functionality as other bytecode frameworks, but it is focused on simplicity of use and - performance. Because it was designed and implemented to be as small and as fast as possible, it makes it - very attractive for using in dynamic systems. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://asm.ow2.org/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/asm-3.3/pom.xml ---------------------------------------------------------------------- diff --git a/asm-3.3/pom.xml b/asm-3.3/pom.xml deleted file mode 100644 index 09d6eab..0000000 --- a/asm-3.3/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>9-SNAPSHOT</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.asm</artifactId> - <packaging>bundle</packaging> - <version>3.3_3-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps asm-all ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>asm</pkgGroupId> - <pkgArtifactId>asm</pkgArtifactId> - <pkgVersion>3.3</pkgVersion> - <servicemix.osgi.export.pkg> - org.objectweb.asm - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.xml*, - org.xml.sax* - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>asm-all</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>asm-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}:asm-all</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:asm-all</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
