Repository: karaf Updated Branches: refs/heads/karaf-3.0.x 4a3d1b0da -> 9af636495
[KARAF-3198] Remove unused supplemental models Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/9af63649 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/9af63649 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/9af63649 Branch: refs/heads/karaf-3.0.x Commit: 9af636495139a0c939baf00f48e7de8d5167b7b1 Parents: 4a3d1b0 Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Sep 2 21:45:36 2014 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue Sep 2 21:45:36 2014 +0200 ---------------------------------------------------------------------- etc/appended-resources/supplemental-models.xml | 90 --------------------- 1 file changed, 90 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/9af63649/etc/appended-resources/supplemental-models.xml ---------------------------------------------------------------------- diff --git a/etc/appended-resources/supplemental-models.xml b/etc/appended-resources/supplemental-models.xml index 383f61d..64b84ed 100644 --- a/etc/appended-resources/supplemental-models.xml +++ b/etc/appended-resources/supplemental-models.xml @@ -1066,96 +1066,6 @@ </supplement> <supplement> <project> - <groupId>org.ops4j.pax.swissbox</groupId> - <artifactId>pax-swissbox-core</artifactId> - <name>OPS4J Pax Swissbox - OSGi Core</name> - <url>http://www.ops4j.org/projects/pax/swissbox/pax-swissbox-core</url> - <organization> - <name>OPS4J - Open Participation Software for Java</name> - <url>http://www.ops4j.org/</url> - </organization> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - </license> - </licenses> - </project> - </supplement> - <supplement> - <project> - <groupId>org.ops4j.pax.swissbox</groupId> - <artifactId>pax-swissbox-extender</artifactId> - <name>OPS4J Pax Swissbox - Extender</name> - <url>http://www.ops4j.org/projects/pax/swissbox/pax-swissbox-extender</url> - <organization> - <name>OPS4J - Open Participation Software for Java</name> - <url>http://www.ops4j.org/</url> - </organization> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - </license> - </licenses> - </project> - </supplement> - <supplement> - <project> - <groupId>org.ops4j.pax.swissbox</groupId> - <artifactId>pax-swissbox-lifecycle</artifactId> - <name>OPS4J Pax Swissbox - Lifecycle</name> - <url>http://www.ops4j.org/projects/pax/swissbox/pax-swissbox-lifecycle</url> - <organization> - <name>OPS4J - Open Participation Software for Java</name> - <url>http://www.ops4j.org/</url> - </organization> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - </license> - </licenses> - </project> - </supplement> - <supplement> - <project> - <groupId>org.ops4j.pax.swissbox</groupId> - <artifactId>pax-swissbox-optional-jcl</artifactId> - <name>OPS4J Pax Swissbox - Optional JCL</name> - <url>http://www.ops4j.org/projects/pax/swissbox/pax-swissbox-optional-jcl</url> - <organization> - <name>OPS4J - Open Participation Software for Java</name> - <url>http://www.ops4j.org/</url> - </organization> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - </license> - </licenses> - </project> - </supplement> - <supplement> - <project> - <groupId>org.ops4j.pax.swissbox</groupId> - <artifactId>pax-swissbox-tracker</artifactId> - <name>OPS4J Pax Swissbox - Tracker</name> - <url>http://www.ops4j.org/projects/pax/swissbox/pax-swissbox-tracker</url> - <organization> - <name>OPS4J - Open Participation Software for Java</name> - <url>http://www.ops4j.org/</url> - </organization> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - </license> - </licenses> - </project> - </supplement> - <supplement> - <project> <groupId>org.ops4j.pax.url</groupId> <artifactId>pax-url-mvn</artifactId> <name>OPS4J Pax Url - mvn:</name>
