Remove unused deps
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 13 Sep 2016 18:39:43 +0000 (18:39 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 13 Sep 2016 18:39:43 +0000 (18:39 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@9135 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

dep/org.argeo.dep.cms/bnd.bnd [deleted file]
dep/org.argeo.dep.cms/p2.inf [deleted file]
dep/org.argeo.dep.cms/pom.xml [deleted file]
dep/org.argeo.security.dep.node.rap/bnd.bnd [deleted file]
dep/org.argeo.security.dep.node.rap/p2.inf [deleted file]
dep/org.argeo.security.dep.node.rap/pom.xml [deleted file]
dep/org.argeo.security.dep.node.rap/src/assembly/dist.xml [deleted file]
dep/org.argeo.security.dep.node/bnd.bnd [deleted file]
dep/org.argeo.security.dep.node/p2.inf [deleted file]
dep/org.argeo.security.dep.node/pom.xml [deleted file]

diff --git a/dep/org.argeo.dep.cms/bnd.bnd b/dep/org.argeo.dep.cms/bnd.bnd
deleted file mode 100644 (file)
index c7cb385..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Import-Package:*
diff --git a/dep/org.argeo.dep.cms/p2.inf b/dep/org.argeo.dep.cms/p2.inf
deleted file mode 100644 (file)
index 0423aa5..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-properties.1.name=org.eclipse.equinox.p2.type.category
-properties.1.value=true
\ No newline at end of file
diff --git a/dep/org.argeo.dep.cms/pom.xml b/dep/org.argeo.dep.cms/pom.xml
deleted file mode 100644 (file)
index f347273..0000000
+++ /dev/null
@@ -1,190 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<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/maven-v4_0_0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.argeo.commons</groupId>
-               <version>2.1.32-SNAPSHOT</version>
-               <artifactId>dep</artifactId>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.dep.cms</artifactId>
-       <name>Commons CMS Light</name>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.cms</artifactId>
-                       <version>2.1.32-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.util</artifactId>
-                       <version>2.1.32-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.32-SNAPSHOT</version>
-               </dependency>
-
-               <!-- Complete target platform -->
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.security.dep.node</artifactId>
-                       <type>pom</type>
-                       <version>2.1.32-SNAPSHOT</version>
-               </dependency>
-
-               <!-- Third parties -->
-               <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>argeo-tp</artifactId>
-                       <version>${version.argeo-distribution}</version>
-                       <exclusions>
-                               <!-- Databinding -->
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>com.ibm.icu.base</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.rap.jface.databinding</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.core.databinding</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.core.databinding.observable</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.core.databinding.property</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.core.databinding.beans</artifactId>
-                               </exclusion>
-
-                               <!-- Workbench -->
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.rap.ui.workbench</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.rap.ui</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.rap.ui.cheatsheets</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.rap.ui.forms</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.rap.ui.views</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.help</artifactId>
-                               </exclusion>
-
-                               <!-- Spring -->
-                               <exclusion>
-                                       <groupId>org.argeo.tp.spring</groupId>
-                                       <artifactId>org.springframework.web</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.spring</groupId>
-                                       <artifactId>org.springframework.web.servlet</artifactId>
-                               </exclusion>
-                               <!-- <exclusion> -->
-                               <!-- <groupId>org.argeo.tp.spring</groupId> -->
-                               <!-- <artifactId>org.springframework.ldap</artifactId> -->
-                               <!-- </exclusion> -->
-                               <exclusion>
-                                       <groupId>org.argeo.tp.spring</groupId>
-                                       <artifactId>org.springframework.aspects</artifactId>
-                               </exclusion>
-
-                               <!-- Spring Security -->
-                               <exclusion>
-                                       <groupId>org.argeo.tp.spring.security</groupId>
-                                       <artifactId>org.springframework.security.aspects</artifactId>
-                               </exclusion>
-                               <!-- <exclusion> -->
-                               <!-- <groupId>org.argeo.tp.spring.security</groupId> -->
-                               <!-- <artifactId>org.springframework.security.ldap</artifactId> -->
-                               <!-- </exclusion> -->
-                               <exclusion>
-                                       <groupId>org.argeo.tp.spring.security</groupId>
-                                       <artifactId>org.springframework.security.web</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.spring.security</groupId>
-                                       <artifactId>org.springframework.security.config</artifactId>
-                               </exclusion>
-
-                               <!-- Apache -->
-                               <exclusion>
-                                       <groupId>org.argeo.tp.apache</groupId>
-                                       <artifactId>org.apache.tika.parser</artifactId>
-                               </exclusion>
-                               <!-- <exclusion> -->
-                               <!-- <groupId>org.argeo.tp.apache.commons</groupId> -->
-                               <!-- <artifactId>org.apache.commons.vfs</artifactId> -->
-                               <!-- </exclusion> -->
-
-                               <!-- Bouncycastle -->
-                               <!-- <exclusion> -->
-                               <!-- <groupId>org.argeo.tp.bouncycastle</groupId> -->
-                               <!-- <artifactId>bcpkix</artifactId> -->
-                               <!-- </exclusion> -->
-                               <!-- <exclusion> -->
-                               <!-- <groupId>org.argeo.tp.bouncycastle</groupId> -->
-                               <!-- <artifactId>bcmail</artifactId> -->
-                               <!-- </exclusion> -->
-
-                               <!-- Misc -->
-                               <!-- <exclusion> -->
-                               <!-- <groupId>org.argeo.tp</groupId> -->
-                               <!-- <artifactId>org.junit</artifactId> -->
-                               <!-- </exclusion> -->
-                               <exclusion>
-                                       <groupId>org.argeo.tp</groupId>
-                                       <artifactId>org.joda.time</artifactId>
-                               </exclusion>
-                               <!-- <exclusion> -->
-                               <!-- <groupId>org.argeo.tp.javax</groupId> -->
-                               <!-- <artifactId>javax.mail</artifactId> -->
-                               <!-- </exclusion> -->
-                               <exclusion>
-                                       <groupId>org.argeo.tp</groupId>
-                                       <artifactId>org.objectweb.asm</artifactId>
-                               </exclusion>
-                               <!-- <exclusion> -->
-                               <!-- <groupId>org.argeo.tp</groupId> -->
-                               <!-- <artifactId>com.jcraft.jsch</artifactId> -->
-                               <!-- </exclusion> -->
-
-                               <!-- Require org.springframework.core repackaging -->
-                               <!-- <exclusion> -->
-                               <!-- <groupId>org.argeo.tp</groupId> -->
-                               <!-- <artifactId>org.aspectj.weaver</artifactId> -->
-                               <!-- </exclusion> -->
-                               <exclusion>
-                                       <groupId>org.argeo.tp.apache.ant</groupId>
-                                       <artifactId>org.apache.ant</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.apache.ant</groupId>
-                                       <artifactId>org.apache.ant.launch</artifactId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
-
-       </dependencies>
-</project>
\ No newline at end of file
diff --git a/dep/org.argeo.security.dep.node.rap/bnd.bnd b/dep/org.argeo.security.dep.node.rap/bnd.bnd
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/dep/org.argeo.security.dep.node.rap/p2.inf b/dep/org.argeo.security.dep.node.rap/p2.inf
deleted file mode 100644 (file)
index 0423aa5..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-properties.1.name=org.eclipse.equinox.p2.type.category
-properties.1.value=true
\ No newline at end of file
diff --git a/dep/org.argeo.security.dep.node.rap/pom.xml b/dep/org.argeo.security.dep.node.rap/pom.xml
deleted file mode 100644 (file)
index 585ce83..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-<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/maven-v4_0_0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.argeo.commons</groupId>
-               <version>2.1.32-SNAPSHOT</version>
-               <artifactId>dep</artifactId>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.security.dep.node.rap</artifactId>
-       <name>Commons CMS Full</name>
-       <dependencies>
-               <!-- CMS -->
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.cms</artifactId>
-                       <version>2.1.32-SNAPSHOT</version>
-               </dependency>
-               
-               <!-- Applications -->
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.eclipse.ui.workbench</artifactId>
-                       <version>2.1.32-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.eclipse.ui.workbench.rap</artifactId>
-                       <version>2.1.32-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.security.ui.admin</artifactId>
-                       <version>2.1.32-SNAPSHOT</version>
-               </dependency>
-
-               <!-- Basis -->
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.security.dep.node</artifactId>
-                       <version>2.1.32-SNAPSHOT</version>
-                       <type>pom</type>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.security.ui.rap</artifactId>
-                       <version>2.1.32-SNAPSHOT</version>
-               </dependency>
-
-               <!-- Third parties -->
-               <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>argeo-tp</artifactId>
-                       <version>${version.argeo-distribution}</version>
-               </dependency>
-       </dependencies>
-</project>
diff --git a/dep/org.argeo.security.dep.node.rap/src/assembly/dist.xml b/dep/org.argeo.security.dep.node.rap/src/assembly/dist.xml
deleted file mode 100644 (file)
index 2cbbd38..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-<!--
-
-    Copyright (C) 2007-2012 Argeo GmbH
-
-    Licensed 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.
-
--->
-<assembly
-       xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
-       <id>dist</id>
-       <baseDirectory>argeo-node-server</baseDirectory>
-       <formats>
-               <format>tar.gz</format>
-       </formats>
-       <dependencySets>
-               <dependencySet>
-                       <unpack>false</unpack>
-                       <outputFileNameMapping>${artifact.artifactId}-${artifact.baseVersion}.${artifact.extension}
-                       </outputFileNameMapping>
-                       <outputDirectory>lib</outputDirectory>
-                       <includes>
-                               <include>*:jar</include>
-                       </includes>
-               </dependencySet>
-       </dependencySets>
-</assembly>
\ No newline at end of file
diff --git a/dep/org.argeo.security.dep.node/bnd.bnd b/dep/org.argeo.security.dep.node/bnd.bnd
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/dep/org.argeo.security.dep.node/p2.inf b/dep/org.argeo.security.dep.node/p2.inf
deleted file mode 100644 (file)
index 0423aa5..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-properties.1.name=org.eclipse.equinox.p2.type.category
-properties.1.value=true
\ No newline at end of file
diff --git a/dep/org.argeo.security.dep.node/pom.xml b/dep/org.argeo.security.dep.node/pom.xml
deleted file mode 100644 (file)
index 3a3fd36..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<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/maven-v4_0_0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.argeo.commons</groupId>
-               <version>2.1.32-SNAPSHOT</version>
-               <artifactId>dep</artifactId>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.security.dep.node</artifactId>
-       <name>Commons Backend</name>
-       <dependencies>
-               <!-- Third Parties -->
-               <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>argeo-tp</artifactId>
-                       <version>${version.argeo-distribution}</version>
-               </dependency>
-
-               <!-- OSGi Boot (and Equinox) -->
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>2.1.32-SNAPSHOT</version>
-               </dependency>
-
-               <!-- Argeo Security -->
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.security.core</artifactId>
-                       <version>2.1.32-SNAPSHOT</version>
-               </dependency>
-
-               <!-- JCR / Jackrabbit -->
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.server.jcr</artifactId>
-                       <version>2.1.32-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.security.jackrabbit</artifactId>
-                       <version>2.1.32-SNAPSHOT</version>
-               </dependency>
-       </dependencies>
-</project>
\ No newline at end of file