Remove Maven
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 27 Feb 2022 07:33:21 +0000 (08:33 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 27 Feb 2022 07:33:21 +0000 (08:33 +0100)
44 files changed:
cms/cnf/maven.bnd [deleted file]
cms/org.argeo.cms.integration/pom.xml [deleted file]
cms/pom.xml [deleted file]
dep/.gitignore [deleted file]
dep/cnf/maven.bnd [deleted file]
dep/org.argeo.slc.dep.e4.rap/.gitignore [deleted file]
dep/org.argeo.slc.dep.e4.rap/META-INF/.gitignore [deleted file]
dep/org.argeo.slc.dep.e4.rap/bnd.bnd [deleted file]
dep/org.argeo.slc.dep.e4.rap/pom.xml [deleted file]
dep/org.argeo.slc.dep.minimal/.gitignore [deleted file]
dep/org.argeo.slc.dep.minimal/META-INF/.gitignore [deleted file]
dep/org.argeo.slc.dep.minimal/bnd.bnd [deleted file]
dep/org.argeo.slc.dep.minimal/pom.xml [deleted file]
dep/pom.xml [deleted file]
dist/.gitignore [deleted file]
dist/pom.xml [deleted file]
dist/slc/.gitignore [deleted file]
dist/slc/pom.xml [deleted file]
dist/slc/rpm/etc/argeo/conf.d/slc-repo.ini [deleted file]
dist/slc/rpm/etc/init.d/slc [deleted file]
dist/slc/rpm/etc/slc-cl/config.ini [deleted file]
dist/slc/rpm/etc/slc-cl/log4j.properties [deleted file]
dist/slc/rpm/etc/slc/config.ini [deleted file]
dist/slc/rpm/etc/slc/log4j.properties [deleted file]
dist/slc/rpm/scripts/postinstall [deleted file]
dist/slc/rpm/scripts/preinstall [deleted file]
dist/slc/rpm/scripts/preremove [deleted file]
dist/slc/rpm/usr/bin/slc [deleted file]
dist/slc/rpm/usr/lib/systemd/system/slcd.service [deleted file]
dist/slc/rpm/usr/sbin/slcd [deleted file]
dist/slc/src/assembly/devel.xml [deleted file]
dist/slc/src/assembly/dist.xml [deleted file]
dist/slc/src/main/base/bin/slc [deleted file]
ext/org.argeo.ext.equinox.jetty/pom.xml [deleted file]
ext/org.argeo.ext.slf4j/pom.xml [deleted file]
org.argeo.slc.api/.classpath
org.argeo.slc.api/pom.xml [deleted file]
org.argeo.slc.factory/pom.xml [deleted file]
org.argeo.slc.jcr/pom.xml [deleted file]
org.argeo.slc.repo/pom.xml [deleted file]
org.argeo.slc.rpmfactory/.classpath
org.argeo.slc.rpmfactory/pom.xml [deleted file]
org.argeo.slc.runtime/pom.xml [deleted file]
pom.xml [deleted file]

diff --git a/cms/cnf/maven.bnd b/cms/cnf/maven.bnd
deleted file mode 100644 (file)
index 4bd5c0c..0000000
+++ /dev/null
@@ -1 +0,0 @@
--include: ../../cnf/maven.bnd
\ No newline at end of file
diff --git a/cms/org.argeo.cms.integration/pom.xml b/cms/org.argeo.cms.integration/pom.xml
deleted file mode 100644 (file)
index cba3ede..0000000
+++ /dev/null
@@ -1,28 +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.slc</groupId>
-               <artifactId>argeo-slc-cms</artifactId>
-               <version>2.3-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.cms.integration</artifactId>
-       <name>CMS Integration</name>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.cms</artifactId>
-                       <version>${version.argeo-commons}</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.cms.servlet</artifactId>
-                       <version>${version.argeo-commons}</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.cms.jcr</artifactId>
-                       <version>${version.argeo-commons}</version>
-               </dependency>
-       </dependencies>
-</project>
\ No newline at end of file
diff --git a/cms/pom.xml b/cms/pom.xml
deleted file mode 100644 (file)
index 9a5360c..0000000
+++ /dev/null
@@ -1,16 +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.slc</groupId>
-               <artifactId>argeo-slc</artifactId>
-               <version>2.3-SNAPSHOT</version>
-       </parent>
-       <artifactId>argeo-slc-cms</artifactId>
-       <packaging>pom</packaging>
-       <name>Argeo SLC CMS</name>
-       <version>2.3-SNAPSHOT</version>
-       <modules>
-               <!-- Argeo CMS extensions -->
-               <module>org.argeo.cms.integration</module>
-       </modules>
-</project>
diff --git a/dep/.gitignore b/dep/.gitignore
deleted file mode 100644 (file)
index b83d222..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/target/
diff --git a/dep/cnf/maven.bnd b/dep/cnf/maven.bnd
deleted file mode 100644 (file)
index 4bd5c0c..0000000
+++ /dev/null
@@ -1 +0,0 @@
--include: ../../cnf/maven.bnd
\ No newline at end of file
diff --git a/dep/org.argeo.slc.dep.e4.rap/.gitignore b/dep/org.argeo.slc.dep.e4.rap/.gitignore
deleted file mode 100644 (file)
index 5931da6..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-/target/
-*.target
diff --git a/dep/org.argeo.slc.dep.e4.rap/META-INF/.gitignore b/dep/org.argeo.slc.dep.e4.rap/META-INF/.gitignore
deleted file mode 100644 (file)
index 4854a41..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/MANIFEST.MF
diff --git a/dep/org.argeo.slc.dep.e4.rap/bnd.bnd b/dep/org.argeo.slc.dep.e4.rap/bnd.bnd
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/dep/org.argeo.slc.dep.e4.rap/pom.xml b/dep/org.argeo.slc.dep.e4.rap/pom.xml
deleted file mode 100644 (file)
index 6edae26..0000000
+++ /dev/null
@@ -1,121 +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.slc</groupId>
-               <artifactId>dep</artifactId>
-               <version>2.3-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.slc.dep.e4.rap</artifactId>
-       <name>SLC E4 RAP</name>
-       <dependencies>
-               <!-- Parent dependencies -->
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.dep.cms.e4.rap</artifactId>
-                       <version>${version.argeo-commons}</version>
-                       <type>pom</type>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.dep.minimal</artifactId>
-                       <version>2.3-SNAPSHOT</version>
-                       <type>pom</type>
-               </dependency>
-
-               <!-- ALM Third Parties -->
-               <!-- <dependency> -->
-               <!-- <groupId>org.argeo.tp.apache.ant</groupId> -->
-               <!-- <artifactId>org.apache.ant</artifactId> -->
-               <!-- </dependency> -->
-               <!-- <dependency> -->
-               <!-- <groupId>org.argeo.tp.apache.ant</groupId> -->
-               <!-- <artifactId>org.apache.ant.launch</artifactId> -->
-               <!-- </dependency> -->
-
-               <!-- <dependency> -->
-               <!-- <groupId>org.argeo.tp.sdk</groupId> -->
-               <!-- <artifactId>biz.aQute.bndlib</artifactId> -->
-               <!-- </dependency> -->
-               <!-- <dependency> -->
-               <!-- <groupId>org.argeo.tp.sdk</groupId> -->
-               <!-- <artifactId>org.junit</artifactId> -->
-               <!-- </dependency> -->
-               <!-- <dependency> -->
-               <!-- <groupId>org.argeo.tp.sdk</groupId> -->
-               <!-- <artifactId>org.redline-rpm</artifactId> -->
-               <!-- </dependency> -->
-               <!-- <dependency> -->
-               <!-- <groupId>org.argeo.tp.misc</groupId> -->
-               <!-- <artifactId>com.googlecode.javaewah.JavaEWAH</artifactId> -->
-               <!-- </dependency> -->
-               <!-- <dependency> -->
-               <!-- <groupId>org.argeo.tp.misc</groupId> -->
-               <!-- <artifactId>org.eclipse.jgit</artifactId> -->
-               <!-- </dependency> -->
-       </dependencies>
-       <profiles>
-               <profile>
-                       <id>rpmbuild</id>
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <artifactId>maven-assembly-plugin</artifactId>
-                                               <executions>
-                                                       <execution>
-                                                               <id>prepare-source</id>
-                                                               <phase>package</phase>
-                                                               <goals>
-                                                                       <goal>single</goal>
-                                                               </goals>
-                                                               <configuration>
-                                                                       <descriptorRefs>
-                                                                               <descriptorRef>a2-source</descriptorRef>
-                                                                       </descriptorRefs>
-                                                               </configuration>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                                       <plugin>
-                                               <groupId>org.codehaus.mojo</groupId>
-                                               <artifactId>rpm-maven-plugin</artifactId>
-                                               <executions>
-                                                       <execution>
-                                                               <id>rpm-argeo</id>
-                                                               <phase>package</phase>
-                                                               <goals>
-                                                                       <goal>rpm</goal>
-                                                               </goals>
-                                                               <configuration>
-                                                                       <name>argeo-slc-e4-rap${argeo.rpm.suffix}</name>
-                                                                       <mappings>
-                                                                               <mapping>
-                                                                                       <directory>/usr/share/osgi</directory>
-                                                                                       <username>root</username>
-                                                                                       <groupname>root</groupname>
-                                                                                       <filemode>644</filemode>
-                                                                                       <directoryIncluded>true</directoryIncluded>
-                                                                                       <sources>
-                                                                                               <source>
-                                                                                                       <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source</location>
-                                                                                                       <includes>
-                                                                                                               <include>**/*.jar</include>
-                                                                                                       </includes>
-                                                                                               </source>
-                                                                                       </sources>
-                                                                               </mapping>
-                                                                       </mappings>
-                                                                       <requires>
-                                                                               <require>argeo-cms-e4-rap${argeo.rpm.suffix}</require>
-                                                                               <require>argeo-cms-sdk-tp${argeo.rpm.suffix}</require>
-                                                                               <require>argeo-slc${argeo.rpm.suffix}</require>
-                                                                       </requires>
-                                                               </configuration>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
-       </profiles>
-</project>
\ No newline at end of file
diff --git a/dep/org.argeo.slc.dep.minimal/.gitignore b/dep/org.argeo.slc.dep.minimal/.gitignore
deleted file mode 100644 (file)
index 9832c54..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-/target/
-/org.argeo.slc.dep.minimal-maven.target
diff --git a/dep/org.argeo.slc.dep.minimal/META-INF/.gitignore b/dep/org.argeo.slc.dep.minimal/META-INF/.gitignore
deleted file mode 100644 (file)
index 4854a41..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/MANIFEST.MF
diff --git a/dep/org.argeo.slc.dep.minimal/bnd.bnd b/dep/org.argeo.slc.dep.minimal/bnd.bnd
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/dep/org.argeo.slc.dep.minimal/pom.xml b/dep/org.argeo.slc.dep.minimal/pom.xml
deleted file mode 100644 (file)
index 5fea913..0000000
+++ /dev/null
@@ -1,346 +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.slc</groupId>
-               <artifactId>dep</artifactId>
-               <version>2.3-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.slc.dep.minimal</artifactId>
-       <name>SLC Agent</name>
-       <dependencies>
-               <!-- Parent dependencies -->
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.dep.cms.node</artifactId>
-                       <version>${version.argeo-commons}</version>
-                       <type>pom</type>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.dep.cms.ext</artifactId>
-                       <version>${version.argeo-commons}</version>
-                       <type>pom</type>
-               </dependency>
-
-               <!-- SLC Runtime -->
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.api</artifactId>
-                       <version>2.3-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.runtime</artifactId>
-                       <version>2.3-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.jcr</artifactId>
-                       <version>2.3-SNAPSHOT</version>
-               </dependency>
-
-               <!-- SLC Repo -->
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.repo</artifactId>
-                       <version>2.3-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.factory</artifactId>
-                       <version>2.3-SNAPSHOT</version>
-               </dependency>
-
-               <!-- CMS extensions -->
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.cms.integration</artifactId>
-                       <version>2.3-SNAPSHOT</version>
-               </dependency>
-<!--           <dependency> -->
-<!--                   <groupId>org.argeo.slc</groupId> -->
-<!--                   <artifactId>org.argeo.ext.equinox.jetty</artifactId> -->
-<!--                   <version>2.3-SNAPSHOT</version> -->
-<!--           </dependency> -->
-
-               <!-- CLI Agent -->
-               <!-- <dependency> -->
-               <!-- <groupId>org.argeo.slc</groupId> -->
-               <!-- <artifactId>org.argeo.slc.launcher</artifactId> -->
-               <!-- <version>1.1.12-SNAPSHOT</version> -->
-               <!-- </dependency> -->
-               <!-- <dependency> -->
-               <!-- <groupId>org.argeo.slc</groupId> -->
-               <!-- <artifactId>org.argeo.slc.agent.cli</artifactId> -->
-               <!-- <version>2.1.1-SNAPSHOT</version> -->
-               <!-- </dependency> -->
-
-               <!-- SDK Third Parties -->
-               <dependency>
-                       <groupId>org.argeo.tp.sdk</groupId>
-                       <artifactId>biz.aQute.bndlib</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.sdk</groupId>
-                       <artifactId>org.junit</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.sdk</groupId>
-                       <artifactId>org.hamcrest</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.sdk</groupId>
-                       <artifactId>org.redline-rpm</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.misc</groupId>
-                       <artifactId>com.googlecode.javaewah.JavaEWAH</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.misc</groupId>
-                       <artifactId>org.eclipse.jgit</artifactId>
-               </dependency>
-
-               <!-- Apache Commons -->
-               <dependency>
-                       <groupId>org.argeo.tp.apache.commons</groupId>
-                       <artifactId>org.apache.commons.vfs</artifactId>
-               </dependency>
-
-               <!-- HTTP2 -->
-               <dependency>
-                       <groupId>org.argeo.tp.jetty</groupId>
-                       <artifactId>org.eclipse.jetty.alpn.api</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.jetty</groupId>
-                       <artifactId>org.eclipse.jetty.alpn.client</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.jetty</groupId>
-                       <artifactId>org.eclipse.jetty.alpn.server</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.jetty</groupId>
-                       <artifactId>org.eclipse.jetty.http2.common</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.jetty</groupId>
-                       <artifactId>org.eclipse.jetty.http2.client</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.jetty</groupId>
-                       <artifactId>org.eclipse.jetty.http2.client.http</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.jetty</groupId>
-                       <artifactId>org.eclipse.jetty.http2.server</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.jetty</groupId>
-                       <artifactId>org.eclipse.jetty.http2.hpack</artifactId>
-               </dependency>
-
-               <!-- Async -->
-               <dependency>
-                       <groupId>org.argeo.tp.javax</groupId>
-                       <artifactId>javax.websocket</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.jetty</groupId>
-                       <artifactId>org.eclipse.jetty.websocket.api</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.jetty</groupId>
-                       <artifactId>org.eclipse.jetty.websocket.common</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.jetty</groupId>
-                       <artifactId>org.eclipse.jetty.websocket.client</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.jetty</groupId>
-                       <artifactId>org.eclipse.jetty.websocket.server</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.jetty</groupId>
-                       <artifactId>org.eclipse.jetty.websocket.servlet</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.jetty</groupId>
-                       <artifactId>org.eclipse.jetty.websocket.javax.websocket</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.jetty</groupId>
-                       <artifactId>org.eclipse.jetty.websocket.javax.websocket.server</artifactId>
-               </dependency>
-
-               <!-- SSH -->
-               <dependency>
-                       <groupId>org.argeo.tp.apache</groupId>
-                       <artifactId>org.apache.mina.core</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.apache</groupId>
-                       <artifactId>org.apache.tomcat.jni</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.apache</groupId>
-                       <artifactId>org.apache.sshd.core</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.apache</groupId>
-                       <artifactId>org.apache.sshd.common</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.apache</groupId>
-                       <artifactId>org.apache.sshd.sftp</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.apache</groupId>
-                       <artifactId>org.apache.sshd.scp</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.apache</groupId>
-                       <artifactId>org.apache.sshd.cli</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.apache</groupId>
-                       <artifactId>org.apache.sshd.putty</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.misc</groupId>
-                       <artifactId>net.i2p.crypto.eddsa</artifactId>
-               </dependency>
-
-
-
-
-       </dependencies>
-       <profiles>
-               <profile>
-                       <id>rpmbuild</id>
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <artifactId>maven-assembly-plugin</artifactId>
-                                               <executions>
-                                                       <execution>
-                                                               <id>prepare-source</id>
-                                                               <phase>package</phase>
-                                                               <goals>
-                                                                       <goal>single</goal>
-                                                               </goals>
-                                                               <configuration>
-                                                                       <descriptorRefs>
-                                                                               <descriptorRef>a2-source</descriptorRef>
-                                                                       </descriptorRefs>
-                                                               </configuration>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                                       <plugin>
-                                               <groupId>org.codehaus.mojo</groupId>
-                                               <artifactId>rpm-maven-plugin</artifactId>
-                                               <executions>
-                                                       <execution>
-                                                               <id>rpm-argeo</id>
-                                                               <phase>package</phase>
-                                                               <goals>
-                                                                       <goal>rpm</goal>
-                                                               </goals>
-                                                               <configuration>
-                                                                       <name>argeo-slc${argeo.rpm.suffix}</name>
-                                                                       <mappings>
-                                                                               <mapping>
-                                                                                       <directory>/usr/share/osgi</directory>
-                                                                                       <username>root</username>
-                                                                                       <groupname>root</groupname>
-                                                                                       <filemode>644</filemode>
-                                                                                       <directoryIncluded>true</directoryIncluded>
-                                                                                       <sources>
-                                                                                               <source>
-                                                                                                       <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source</location>
-                                                                                                       <includes>
-                                                                                                               <include>**/*.jar</include>
-                                                                                                       </includes>
-                                                                                               </source>
-                                                                                       </sources>
-                                                                               </mapping>
-                                                                       </mappings>
-                                                                       <requires>
-                                                                               <require>argeo-cms-node${argeo.rpm.suffix}</require>
-                                                                               <require>argeo-slc-tp${argeo.rpm.suffix}</require>
-                                                                       </requires>
-                                                               </configuration>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
-               <profile>
-                       <id>rpmbuild-tp</id>
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <artifactId>maven-assembly-plugin</artifactId>
-                                               <executions>
-                                                       <execution>
-                                                               <id>prepare-source-tp</id>
-                                                               <phase>package</phase>
-                                                               <goals>
-                                                                       <goal>single</goal>
-                                                               </goals>
-                                                               <configuration>
-                                                                       <descriptorRefs>
-                                                                               <descriptorRef>a2-source-tp</descriptorRef>
-                                                                       </descriptorRefs>
-                                                               </configuration>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                                       <plugin>
-                                               <groupId>org.codehaus.mojo</groupId>
-                                               <artifactId>rpm-maven-plugin</artifactId>
-                                               <executions>
-                                                       <execution>
-                                                               <id>rpm-tp</id>
-                                                               <phase>package</phase>
-                                                               <goals>
-                                                                       <goal>rpm</goal>
-                                                               </goals>
-                                                               <configuration>
-                                                                       <name>argeo-slc-tp${argeo.rpm.suffix}</name>
-                                                                       <projversion>${version.argeo-tp}</projversion>
-                                                                       <release>${argeo.rpm.release.tp}</release>
-                                                                       <mappings>
-                                                                               <mapping>
-                                                                                       <directory>/usr/share/osgi</directory>
-                                                                                       <username>root</username>
-                                                                                       <groupname>root</groupname>
-                                                                                       <filemode>644</filemode>
-                                                                                       <directoryIncluded>false</directoryIncluded>
-                                                                                       <sources>
-                                                                                               <source>
-                                                                                                       <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source-tp</location>
-                                                                                                       <includes>
-                                                                                                               <include>**/*.jar</include>
-                                                                                                       </includes>
-                                                                                               </source>
-                                                                                       </sources>
-                                                                               </mapping>
-                                                                       </mappings>
-                                                                       <requires>
-                                                                               <require>argeo-cms-ext-tp${argeo.rpm.suffix}</require>
-                                                                       </requires>
-                                                               </configuration>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
-       </profiles>
-</project>
\ No newline at end of file
diff --git a/dep/pom.xml b/dep/pom.xml
deleted file mode 100644 (file)
index 8ed99e2..0000000
+++ /dev/null
@@ -1,108 +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.slc</groupId>
-               <artifactId>argeo-slc</artifactId>
-               <version>2.3-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>dep</artifactId>
-       <name>SLC Dependencies</name>
-       <packaging>pom</packaging>
-       <modules>
-               <module>org.argeo.slc.dep.minimal</module>
-               <module>org.argeo.slc.dep.e4.rap</module>
-       </modules>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <configuration>
-                                       <instructions>
-                                               <SLC-ModularDistribution>default</SLC-ModularDistribution>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>properties-maven-plugin</artifactId>
-                               <configuration>
-                                       <quiet>true</quiet>
-                                       <files>
-                                               <file>../../cnf/${version.context}.bnd</file>
-                                       </files>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.argeo.maven.plugins</groupId>
-                               <artifactId>argeo-osgi-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <id>generate-descriptors</id>
-                                               <goals>
-                                                       <goal>descriptors</goal>
-                                               </goals>
-                                               <phase>generate-resources</phase>
-                                       </execution>
-                               </executions>
-                       </plugin>
-                       <plugin>
-                               <artifactId>maven-assembly-plugin</artifactId>
-                               <configuration>
-                                       <attach>false</attach>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.tp.equinox</groupId>
-                       <artifactId>org.eclipse.osgi</artifactId>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.sdk</groupId>
-                       <artifactId>org.junit</artifactId>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.sdk</groupId>
-                       <artifactId>org.hamcrest</artifactId>
-                       <scope>test</scope>
-               </dependency>
-       </dependencies>
-       <profiles>
-               <profile>
-                       <id>check-osgi</id>
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <groupId>org.argeo.maven.plugins</groupId>
-                                               <artifactId>argeo-osgi-plugin</artifactId>
-                                               <executions>
-                                                       <execution>
-                                                               <id>check-osgi</id>
-                                                               <phase>test</phase>
-                                                               <goals>
-                                                                       <goal>equinox</goal>
-                                                               </goals>
-                                                               <configuration>
-                                                                       <onlyCheck>true</onlyCheck>
-                                                               </configuration>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                               </plugins>
-                       </build>
-                       <dependencies>
-                               <dependency>
-                                       <groupId>org.argeo.commons</groupId>
-                                       <artifactId>org.argeo.init</artifactId>
-                                       <version>${version.argeo-commons}</version>
-                                       <scope>test</scope>
-                               </dependency>
-                       </dependencies>
-               </profile>
-       </profiles>
-</project>
\ No newline at end of file
diff --git a/dist/.gitignore b/dist/.gitignore
deleted file mode 100644 (file)
index b83d222..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/target/
diff --git a/dist/pom.xml b/dist/pom.xml
deleted file mode 100644 (file)
index 9ec9b51..0000000
+++ /dev/null
@@ -1,16 +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.slc</groupId>
-               <artifactId>argeo-slc</artifactId>
-               <version>2.1.3-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <groupId>org.argeo.slc</groupId>
-       <artifactId>dist</artifactId>
-       <packaging>pom</packaging>
-       <name>SLC Distribution</name>
-       <modules>
-               <module>slc</module>
-       </modules>
-</project>
\ No newline at end of file
diff --git a/dist/slc/.gitignore b/dist/slc/.gitignore
deleted file mode 100644 (file)
index b83d222..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/target/
diff --git a/dist/slc/pom.xml b/dist/slc/pom.xml
deleted file mode 100644 (file)
index fdac17f..0000000
+++ /dev/null
@@ -1,163 +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.slc</groupId>
-               <artifactId>dist</artifactId>
-               <version>2.1.3-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>slc</artifactId>
-       <packaging>pom</packaging>
-       <name>SLC Legacy Distribution</name>
-       <properties>
-               <argeo.rpm.stagingRepository>/srv/rpmfactory/legacy/argeo-osgi-2/argeo</argeo.rpm.stagingRepository>
-       </properties>
-       <profiles>
-               <profile>
-                       <id>dist</id>
-                       <build>
-                               <plugins>
-                                       <!-- <plugin> -->
-                                       <!-- <groupId>org.apache.maven.plugins</groupId> -->
-                                       <!-- <artifactId>maven-dependency-plugin</artifactId> -->
-                                       <!-- <executions> -->
-                                       <!-- <execution> -->
-                                       <!-- <id>copy-dependencies-dist</id> -->
-                                       <!-- <phase>package</phase> -->
-                                       <!-- <goals> -->
-                                       <!-- <goal>copy-dependencies</goal> -->
-                                       <!-- </goals> -->
-                                       <!-- <configuration> -->
-                                       <!-- <includeTypes>jar</includeTypes> -->
-                                       <!-- <useRepositoryLayout>true</useRepositoryLayout> -->
-                                       <!-- <outputDirectory>${project.build.directory}/modulest</outputDirectory> -->
-                                       <!-- </configuration> -->
-                                       <!-- </execution> -->
-                                       <!-- </executions> -->
-                                       <!-- </plugin> -->
-                                       <plugin>
-                                               <groupId>org.apache.maven.plugins</groupId>
-                                               <artifactId>maven-assembly-plugin</artifactId>
-                                               <configuration>
-                                                       <finalName>argeo-slc-${project.version}</finalName>
-                                                       <appendAssemblyId>false</appendAssemblyId>
-                                                       <descriptors>
-                                                               <descriptor>src/assembly/dist.xml</descriptor>
-                                                       </descriptors>
-                                               </configuration>
-                                               <executions>
-                                                       <execution>
-                                                               <id>assembly-base</id>
-                                                               <phase>package</phase>
-                                                               <goals>
-                                                                       <goal>single</goal>
-                                                               </goals>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                               </plugins>
-                       </build>
-                       <dependencies>
-                               <!-- Backend -->
-                               <dependency>
-                                       <groupId>org.argeo.slc</groupId>
-                                       <artifactId>org.argeo.slc.dep.backend</artifactId>
-                                       <version>2.1.3-SNAPSHOT</version>
-                                       <type>pom</type>
-                               </dependency>
-
-                               <!-- SLC Libs -->
-                               <dependency>
-                                       <groupId>org.argeo.slc</groupId>
-                                       <artifactId>org.argeo.slc.lib.jcr</artifactId>
-                                       <version>2.1.3-SNAPSHOT</version>
-                               </dependency>
-                               <dependency>
-                                       <groupId>org.argeo.slc</groupId>
-                                       <artifactId>org.argeo.slc.lib.repo</artifactId>
-                                       <version>2.1.3-SNAPSHOT</version>
-                               </dependency>
-
-                               <!-- Launcher -->
-                               <dependency>
-                                       <groupId>org.argeo.slc</groupId>
-                                       <artifactId>org.argeo.slc.launcher</artifactId>
-                                       <version>2.1.3-SNAPSHOT</version>
-                                       <!-- <type>tar.gz</type> -->
-                                       <!-- <classifier>base</classifier> -->
-                               </dependency>
-                       </dependencies>
-               </profile>
-               <profile>
-                       <id>rpmbuild</id>
-                       <build>
-                               <plugins>
-<!--                                   <plugin> -->
-<!--                                           <groupId>org.apache.maven.plugins</groupId> -->
-<!--                                           <artifactId>maven-dependency-plugin</artifactId> -->
-<!--                                           <executions> -->
-<!--                                                   <execution> -->
-<!--                                                           <id>copy-dependencies-rpm</id> -->
-<!--                                                           <phase>package</phase> -->
-<!--                                                           <goals> -->
-<!--                                                                   <goal>copy</goal> -->
-<!--                                                           </goals> -->
-<!--                                                           <configuration> -->
-<!--                                                                   <includeTypes>jar</includeTypes> -->
-<!--                                                                   <stripVersion>true</stripVersion> -->
-<!--                                                                   <outputDirectory>${project.build.directory}/boot</outputDirectory> -->
-<!--                                                                   <artifactItems> -->
-<!--                                                                           <artifactItem> -->
-<!--                                                                                   <groupId>org.argeo.slc</groupId> -->
-<!--                                                                                   <artifactId>org.argeo.slc.launcher</artifactId> -->
-<!--                                                                                   <version>${project.version}</version> -->
-<!--                                                                           </artifactItem> -->
-<!--                                                                   </artifactItems> -->
-<!--                                                           </configuration> -->
-<!--                                                   </execution> -->
-<!--                                           </executions> -->
-<!--                                   </plugin> -->
-                                       <plugin>
-                                               <groupId>org.codehaus.mojo</groupId>
-                                               <artifactId>rpm-maven-plugin</artifactId>
-                                               <executions>
-                                                       <execution>
-                                                               <id>rpm</id>
-                                                               <phase>package</phase>
-                                                               <goals>
-                                                                       <goal>rpm</goal>
-                                                               </goals>
-                                                               <configuration>
-                                                                       <name>slc-legacy</name>
-                                                                       <mappings>
-                                                                               <mapping>
-                                                                                       <directory>/etc/argeo/conf.d</directory>
-                                                                                       <username>root</username>
-                                                                                       <groupname>argeo</groupname>
-                                                                                       <filemode>640</filemode>
-                                                                                       <configuration>noreplace</configuration>
-                                                                                       <directoryIncluded>false</directoryIncluded>
-                                                                                       <sources>
-                                                                                               <source>
-                                                                                                       <location>rpm/etc/argeo/conf.d</location>
-                                                                                                       <includes>
-                                                                                                               <include>*.ini</include>
-                                                                                                               <include>*.txt</include>
-                                                                                                       </includes>
-                                                                                               </source>
-                                                                                       </sources>
-                                                                               </mapping>
-                                                                       </mappings>
-                                                                       <requires>
-                                                                               <require>argeo-node</require>
-                                                                               <require>slc-platform</require>
-                                                                       </requires>
-                                                               </configuration>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
-       </profiles>
-</project>
\ No newline at end of file
diff --git a/dist/slc/rpm/etc/argeo/conf.d/slc-repo.ini b/dist/slc/rpm/etc/argeo/conf.d/slc-repo.ini
deleted file mode 100644 (file)
index db332ea..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-argeo.osgi.start.5.slc=\
-org.argeo.slc.agent,\
-org.argeo.slc.agent.jcr,\
-org.argeo.slc.server.repo,\
-
-org.argeo.security.ui.initialPerspective=org.argeo.slc.client.ui.dist.distributionPerspective
diff --git a/dist/slc/rpm/etc/init.d/slc b/dist/slc/rpm/etc/init.d/slc
deleted file mode 100644 (file)
index ef7534e..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/bash
-#
-# slc  Argeo SLC
-#
-# chkconfig: 3 92 92
-# description: Argeo SLC (http://www.argeo.org)
-
-# Source function library.
-. /etc/osgiboot/osgi-service-init-functions.sh
-
-# Application id (must be in line with header)
-APP=slc
-
-# main
-case "$1" in
-  start)
-        osgi_service_start $APP
-        ;;
-  stop)
-        osgi_service_stop $APP
-        ;;
-  restart)
-        osgi_service_stop $APP
-        osgi_service_start $APP
-        RETVAL=$?
-        ;;
-  status)
-        osgi_service_status $APP
-        ;;
-  *)
-        echo $"Usage: $0 {start|stop|restart|status}"
-        exit 1
-esac
-
-exit $RETVAL
diff --git a/dist/slc/rpm/etc/slc-cl/config.ini b/dist/slc/rpm/etc/slc-cl/config.ini
deleted file mode 100644 (file)
index 31e805a..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-argeo.osgi.start=\
-org.eclipse.equinox.cm,\
-org.argeo.cms,\
-org.eclipse.gemini.blueprint.extender,\
-org.argeo.slc.agent,\
-org.argeo.slc.agent.jcr,\
-
-argeo.node.repo.type=localfs
-
-# DO NOT CHANGE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING
-
-argeo.osgi.bundles=\
-${user.home}/.slc/modules;in=**;ex=**/.git/**;ex=**/.svn/**,\
-/etc/slc-cl/modules;in=**;ex=**/.git/**;ex=**/.svn/**,\
-/usr/local/share/osgi;in=**/*.jar,\
-/usr/share/osgi;in=**/*.jar
diff --git a/dist/slc/rpm/etc/slc-cl/log4j.properties b/dist/slc/rpm/etc/slc-cl/log4j.properties
deleted file mode 100644 (file)
index 42b2038..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#log4j.rootLogger=WARN, file
-log4j.rootLogger=WARN, console
-
-## Levels
-log4j.logger.org.argeo=INFO
-
-## Appenders
-log4j.appender.console=org.apache.log4j.ConsoleAppender
-log4j.appender.console.layout=org.apache.log4j.PatternLayout
-log4j.appender.console.layout.ConversionPattern= %-5p %d{ISO8601} [%15.15t] %m - %c%n - %t
-
-log4j.appender.file=org.apache.log4j.RollingFileAppender
-log4j.appender.file.File=/var/log/slc/slc.log
-log4j.appender.file.layout=org.apache.log4j.PatternLayout
-log4j.appender.file.layout.ConversionPattern= %-5p %d{ISO8601} [%15.15t] %m - %c%n
diff --git a/dist/slc/rpm/etc/slc/config.ini b/dist/slc/rpm/etc/slc/config.ini
deleted file mode 100644 (file)
index 5ee8536..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-argeo.osgi.start.2.http=\
-org.eclipse.equinox.http.servlet,\
-org.eclipse.equinox.http.jetty,\
-org.eclipse.equinox.cm,\
-org.eclipse.rap.rwt.osgi
-
-argeo.osgi.start.3.node=\
-org.argeo.cms
-
-argeo.osgi.start.4.apps=\
-org.eclipse.gemini.blueprint.extender
-
-argeo.osgi.start.4.workbench=\
-org.eclipse.equinox.http.registry,\
-
-argeo.osgi.start.5.slc=\
-org.argeo.slc.node.jackrabbit,\
-org.argeo.slc.agent,\
-org.argeo.slc.agent.jcr,\
-org.argeo.slc.server.repo,\
-argeo.node.repo.type=localfs
-
-org.osgi.service.http.port=8080
-org.eclipse.equinox.http.jetty.log.stderr.threshold=info
-
-slc.executionModules=org.argeo.slc.demo.ant,\
-org.argeo.slc.demo.basic,\
-org.argeo.slc.demo.minimal,\
-
-org.argeo.security.ui.initialPerspective=org.argeo.slc.client.ui.dist.distributionPerspective
-
-# OSGi MANAGEMENT
-osgi.console=2323
-
-# DO NOT CHANGE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING
-osgi.bundles=org.argeo.osgi.boot.jar@start
-argeo.osgi.baseUrl=file:///usr/share/osgi/
-argeo.osgi.distributionUrl=org/argeo/slc/org.argeo.slc.dep.backend/2.1.*/org.argeo.slc.dep.backend-2.1.*.jar
-argeo.osgi.bundles=\
-/etc/slc/modules;in=*,\
-/usr/local/share/osgi;in=**/*.jar
-#/usr/share/osgi;in=**/*.jar,\
-
-org.osgi.framework.bootdelegation=com.sun.jndi.ldap,\
-com.sun.jndi.ldap.sasl,\
-com.sun.security.jgss,\
-com.sun.jndi.dns,\
-com.sun.nio.file,\
-com.sun.nio.sctp
-
-eclipse.ignoreApp=true
-osgi.noShutdown=true
-org.eclipse.equinox.http.jetty.autostart=false
-org.eclipse.rap.workbenchAutostart=false
diff --git a/dist/slc/rpm/etc/slc/log4j.properties b/dist/slc/rpm/etc/slc/log4j.properties
deleted file mode 100644 (file)
index 2c130cb..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-log4j.rootLogger=WARN, file
-#log4j.rootLogger=WARN, console
-
-## Levels
-log4j.logger.org.argeo=INFO
-log4j.logger.org.argeo.jackrabbit.remote.ExtendedDispatcherServlet=ERROR
-log4j.logger.org.springframework.web.servlet.PageNotFound=ERROR
-log4j.logger.org.argeo.server.webextender.TomcatDeployer=WARN
-
-log4j.logger.org.apache.coyote=INFO
-log4j.logger.org.apache.catalina.core.ContainerBase=INFO
-log4j.logger.org.apache.directory.server=ERROR
-log4j.logger.org.apache.jackrabbit.core.query.lucene=ERROR
-log4j.logger.org.apache.jackrabbit.core.config.ConfigurationErrorHandler=ERROR
-log4j.logger.org.apache.jackrabbit.core.util.db.DbUtility=FATAL
-
-## Appenders
-log4j.appender.console=org.apache.log4j.ConsoleAppender
-log4j.appender.console.layout=org.apache.log4j.PatternLayout
-log4j.appender.console.layout.ConversionPattern= %-5p %d{ISO8601} [%15.15t] %m - %c%n - %t
-
-log4j.appender.file=org.apache.log4j.RollingFileAppender
-log4j.appender.file.File=/var/log/slc/slc.log
-log4j.appender.file.layout=org.apache.log4j.PatternLayout
-log4j.appender.file.layout.ConversionPattern= %-5p %d{ISO8601} [%15.15t] %m - %c%n
diff --git a/dist/slc/rpm/scripts/postinstall b/dist/slc/rpm/scripts/postinstall
deleted file mode 100644 (file)
index 29e5822..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-if [ $1 = "1" ];then
-       APP=%{name}
-       /sbin/chkconfig --add $APP
-       /sbin/chkconfig --level 3 $APP on
-fi
-
-# Workaround until we find a way to do it in the spec file
-chown -f slc.slc /var/lib/slc/.m2
diff --git a/dist/slc/rpm/scripts/preinstall b/dist/slc/rpm/scripts/preinstall
deleted file mode 100644 (file)
index 9aa8464..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-if [ $1 = "1" ];then
-       APP=%{name}
-       
-       # check if user exists
-       /bin/id $APP 2>/dev/null
-       if [ $? -ne 0 ];then
-               # create application user (EL6)
-               echo Create user $APP...
-               useradd --system --home-dir /var/lib/$APP --shell /sbin/nologin --user-group --create-home $APP
-       fi
-       
-       # give read access to group on home
-       chmod g+r /var/lib/$APP
-       mkdir -p /var/lib/$APP/{conf,data}
-       chown $APP.$APP /var/lib/$APP/{conf,data}
-fi
\ No newline at end of file
diff --git a/dist/slc/rpm/scripts/preremove b/dist/slc/rpm/scripts/preremove
deleted file mode 100644 (file)
index b79d261..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-if [ $1 = "0" ];then
-       #APP=%{name} => doesn't work
-       APP=slc
-       /sbin/chkconfig --del $APP
-
-       # Maven
-       rm -rf /var/lib/$APP/.m2/repository
-
-       #userdel $APP
-fi
diff --git a/dist/slc/rpm/usr/bin/slc b/dist/slc/rpm/usr/bin/slc
deleted file mode 100644 (file)
index 24f6c62..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-
-JAVA_CMD=java
-JAVA_OPTS="-client -Xmx128m"
-
-SLC_HOME_DIR=${HOME}/.local/share/slc/
-if [ -f $SLC_HOME_DIR/settings.sh ];then
-       . $SLC_HOME_DIR/settings.sh
-fi
-
-OSGI_INSTALL_AREA=/usr/share/osgi/boot
-
-ARGEO_OSGI_BUNDLES="$SLC_HOME_DIR/modules;in=**;ex=**/.git/**;ex=**/.svn/**,/etc/slc-cl/modules;in=**;ex=**/.git/**;ex=**/.svn/**,/usr/share/osgi;in=**/*.jar"
-
-for i in "${OSGI_INSTALL_AREA}"/*.jar
-       do
-       CLASSPATH="$CLASSPATH:$i"
-       done
-
-$JAVA_CMD $JAVA_OPTS \
- "-Dargeo.osgi.bundles=$ARGEO_OSGI_BUNDLES" \
- -Djava.security.manager= \
- -Djava.security.policy="file:/etc/osgiboot/all.policy" \
- -cp "$CLASSPATH" \
- org.argeo.slc.cli.SlcMain "$@"
\ No newline at end of file
diff --git a/dist/slc/rpm/usr/lib/systemd/system/slcd.service b/dist/slc/rpm/usr/lib/systemd/system/slcd.service
deleted file mode 100644 (file)
index e748089..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Argeo SLC daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/sbin/slcd start
-ExecStop=/usr/sbin/slcd stop
-Type=forking
-PIDFile=/var/run/slcd.pid
-
-[Install]
-WantedBy=default.target
\ No newline at end of file
diff --git a/dist/slc/rpm/usr/sbin/slcd b/dist/slc/rpm/usr/sbin/slcd
deleted file mode 100644 (file)
index d956108..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/bash
-
-. /etc/osgiboot/osgi-service-init-functions.sh
-
-APP=slc
-
-case "$1" in
-  start)
-        osgi_service_start $APP
-        ;;
-  stop)
-        osgi_service_stop $APP
-        ;;
-  restart)
-        osgi_service_stop $APP
-        osgi_service_start $APP
-        RETVAL=$?
-        ;;
-  status)
-        osgi_service_status $APP
-        ;;
-  *)
-        echo $"Usage: $0 {start|stop|restart|status}"
-        exit 1
-esac
-
-exit $RETVAL
diff --git a/dist/slc/src/assembly/devel.xml b/dist/slc/src/assembly/devel.xml
deleted file mode 100644 (file)
index 6164817..0000000
+++ /dev/null
@@ -1,36 +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>devel</id>
-       <baseDirectory>argeo-slc-${project.version}</baseDirectory>
-       <formats>
-               <format>zip</format>
-       </formats>
-       <fileSets>
-               <fileSet>
-                       <directory>target/libsrc</directory>
-                       <outputDirectory>libsrc</outputDirectory>
-                       <includes>
-                               <include>*</include>
-                       </includes>
-               </fileSet>
-       </fileSets>
-</assembly>
\ No newline at end of file
diff --git a/dist/slc/src/assembly/dist.xml b/dist/slc/src/assembly/dist.xml
deleted file mode 100644 (file)
index c101a9d..0000000
+++ /dev/null
@@ -1,59 +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-slc-${project.version}</baseDirectory>
-       <formats>
-               <format>tar.gz</format>
-       </formats>
-       <fileSets>
-               <fileSet>
-                       <directory>src/main/base/bin</directory>
-                       <outputDirectory>bin</outputDirectory>
-                       <fileMode>0755</fileMode>
-                       <includes>
-                               <include>slc</include>
-                       </includes>
-               </fileSet>
-       </fileSets>
-       <dependencySets>
-               <dependencySet>
-                       <unpack>false</unpack>
-                       <outputFileNameMapping>${artifact.artifactId}-${artifact.baseVersion}.${artifact.extension}</outputFileNameMapping>
-                       <outputDirectory>modules</outputDirectory>
-                       <includes>
-                               <include>*:jar</include>
-                       </includes>
-                       <excludes>
-                               <exclude>org.argeo.tp:org.eclipse.osgi</exclude>
-                               <exclude>org.argeo.commons.base:org.argeo.osgi.boot</exclude>
-                               <exclude>org.argeo.slc:org.argeo.slc.launcher</exclude>
-                       </excludes>
-               </dependencySet>
-               <dependencySet>
-                       <unpack>false</unpack>
-                       <outputFileNameMapping>${artifact.artifactId}-${artifact.baseVersion}.${artifact.extension}</outputFileNameMapping>
-                       <outputDirectory>boot</outputDirectory>
-                       <includes>
-                               <include>org.argeo.tp:org.eclipse.osgi</include>
-                               <include>org.argeo.commons.base:org.argeo.osgi.boot</include>
-                               <include>org.argeo.slc:org.argeo.slc.launcher</include>
-                       </includes>
-               </dependencySet>
-               <!-- <dependencySet> -->
-               <!-- <unpack>true</unpack> -->
-               <!-- <includes> -->
-               <!-- <include>org.argeo.slc.runtime:org.argeo.slc.launcher:tar.gz:base -->
-               <!-- </include> -->
-               <!-- </includes> -->
-               <!-- </dependencySet> -->
-       </dependencySets>
-</assembly>
\ No newline at end of file
diff --git a/dist/slc/src/main/base/bin/slc b/dist/slc/src/main/base/bin/slc
deleted file mode 100755 (executable)
index b85869d..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/sh
-
-JAVA_CMD=java
-JAVA_OPTS="-client -Xmx128m"
-
-SLC_HOME_DIR=${HOME}/.slc/
-if [ -f $SLC_HOME_DIR/settings.sh ];then
-       . $SLC_HOME_DIR/settings.sh
-fi
-
-# Find home
-if [ -z "$ARGEO_SLC_HOME" -o ! -d "$ARGEO_SLC_HOME" ] ; then
-  ## resolve links - $0 may be a link to home
-  PRG="$0"
-  progname=`basename "$0"`
-
-  # need this for relative symlinks
-  while [ -h "$PRG" ] ; do
-    ls=`ls -ld "$PRG"`
-    link=`expr "$ls" : '.*-> \(.*\)$'`
-    if expr "$link" : '/.*' > /dev/null; then
-    PRG="$link"
-    else
-    PRG=`dirname "$PRG"`"/$link"
-    fi
-  done
-
-  ARGEO_SLC_HOME=`dirname "$PRG"`/..
-
-  # make it fully qualified
-  ARGEO_SLC_HOME=`cd "$ARGEO_SLC_HOME" && pwd`
-fi
-
-for i in "${ARGEO_SLC_HOME}"/boot/*.jar
-       do
-       CLASSPATH="$CLASSPATH:$i"
-       done
-
-ARGEO_OSGI_BUNDLES="$SLC_HOME_DIR/modules;in=**;ex=**/.git/**;ex=**/.svn/**,$ARGEO_SLC_HOME/modules;in=**;ex=**/.git/**;ex=**/.svn/**"
-
-$JAVA_CMD $JAVA_OPTS \
- "-Dargeo.osgi.bundles=$ARGEO_OSGI_BUNDLES" \
- -cp "$CLASSPATH" \
- org.argeo.slc.cli.SlcMain "$@"
\ No newline at end of file
diff --git a/ext/org.argeo.ext.equinox.jetty/pom.xml b/ext/org.argeo.ext.equinox.jetty/pom.xml
deleted file mode 100644 (file)
index 031e55c..0000000
+++ /dev/null
@@ -1,19 +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.slc</groupId>
-               <artifactId>argeo-slc-cms</artifactId>
-               <version>2.3-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.ext.equinox.jetty</artifactId>
-       <name>Extension of Equinox Jetty Integration</name>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.cms</artifactId>
-                       <version>${version.argeo-commons}</version>
-               </dependency>
-       </dependencies>
-</project>
\ No newline at end of file
diff --git a/ext/org.argeo.ext.slf4j/pom.xml b/ext/org.argeo.ext.slf4j/pom.xml
deleted file mode 100644 (file)
index ede65ef..0000000
+++ /dev/null
@@ -1,14 +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.slc</groupId>
-               <version>2.3-SNAPSHOT</version>
-               <artifactId>argeo-slc</artifactId>
-               <relativePath>..</relativePath>
-       </parent>
-       <groupId>org.argeo.tp</groupId>
-       <artifactId>org.argeo.ext.slf4j</artifactId>
-       <packaging>jar</packaging>
-       <name>SLF4J implementation based on Sytem.Logger</name>
-</project>
\ No newline at end of file
index bc86c42397ef126c77ef584a0472c9bec18d36ac..deb673668e9e592ee52e15f8d378da303d9e6891 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <classpathentry kind="src" output="target/classes" path="src"/>
+       <classpathentry kind="src" path="src"/>
        <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>>>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
        <classpathentry kind="output" path="bin"/>
 </classpath>
diff --git a/org.argeo.slc.api/pom.xml b/org.argeo.slc.api/pom.xml
deleted file mode 100644 (file)
index 3781262..0000000
+++ /dev/null
@@ -1,11 +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.slc</groupId>
-               <artifactId>argeo-slc</artifactId>
-               <version>2.3-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.slc.api</artifactId>
-       <name>SLC API</name>
-</project>
\ No newline at end of file
diff --git a/org.argeo.slc.factory/pom.xml b/org.argeo.slc.factory/pom.xml
deleted file mode 100644 (file)
index 076bbd2..0000000
+++ /dev/null
@@ -1,25 +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.slc</groupId>
-               <artifactId>argeo-slc</artifactId>
-               <version>2.3-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.slc.factory</artifactId>
-       <name>SLC Factory</name>
-       <dependencies>
-               <!-- SLC -->
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.api</artifactId>
-                       <version>2.3-SNAPSHOT</version>
-               </dependency>
-
-               <!-- BND -->
-               <dependency>
-                       <groupId>org.argeo.tp.sdk</groupId>
-                       <artifactId>biz.aQute.bndlib</artifactId>
-               </dependency>
-       </dependencies>
-</project>
\ No newline at end of file
diff --git a/org.argeo.slc.jcr/pom.xml b/org.argeo.slc.jcr/pom.xml
deleted file mode 100644 (file)
index edb11b9..0000000
+++ /dev/null
@@ -1,32 +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.slc</groupId>
-               <artifactId>argeo-slc</artifactId>
-               <version>2.3-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.slc.jcr</artifactId>
-       <name>SLC JCR implementations</name>
-       <dependencies>
-               <!-- SLC -->
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.api</artifactId>
-                       <version>2.3-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.runtime</artifactId>
-                       <version>2.3-SNAPSHOT</version>
-               </dependency>
-
-               <!-- Commons -->
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.cms.jcr</artifactId>
-                       <version>${version.argeo-commons}</version>
-               </dependency>
-
-       </dependencies>
-</project>
\ No newline at end of file
diff --git a/org.argeo.slc.repo/pom.xml b/org.argeo.slc.repo/pom.xml
deleted file mode 100644 (file)
index 54a7bf3..0000000
+++ /dev/null
@@ -1,37 +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.slc</groupId>
-               <artifactId>argeo-slc</artifactId>
-               <version>2.3-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.slc.repo</artifactId>
-       <name>SLC Repo</name>
-       <dependencies>
-               <!-- SLC API -->
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.api</artifactId>
-                       <version>2.3-SNAPSHOT</version>
-               </dependency>
-
-               <!-- Commons -->
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.cms.jcr</artifactId>
-                       <version>${version.argeo-commons}</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.cms</artifactId>
-                       <version>${version.argeo-commons}</version>
-               </dependency>
-
-               <!-- BND -->
-               <dependency>
-                       <groupId>org.argeo.tp.sdk</groupId>
-                       <artifactId>biz.aQute.bndlib</artifactId>
-               </dependency>
-       </dependencies>
-</project>
\ No newline at end of file
index bc86c42397ef126c77ef584a0472c9bec18d36ac..deb673668e9e592ee52e15f8d378da303d9e6891 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <classpathentry kind="src" output="target/classes" path="src"/>
+       <classpathentry kind="src" path="src"/>
        <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>>>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
        <classpathentry kind="output" path="bin"/>
 </classpath>
diff --git a/org.argeo.slc.rpmfactory/pom.xml b/org.argeo.slc.rpmfactory/pom.xml
deleted file mode 100644 (file)
index c727beb..0000000
+++ /dev/null
@@ -1,33 +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.slc</groupId>
-               <artifactId>argeo-slc</artifactId>
-               <version>2.3-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.slc.rpmfactory</artifactId>
-       <name>SLC RPM Factory</name>
-       <dependencies>
-               <!-- SLC -->
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.runtime</artifactId>
-                       <version>2.3-SNAPSHOT</version>
-               </dependency>
-
-
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.repo</artifactId>
-                       <version>2.3-SNAPSHOT</version>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.api.cms</artifactId>
-                       <version>${version.argeo-commons}</version>
-               </dependency>
-
-       </dependencies>
-</project>
\ No newline at end of file
diff --git a/org.argeo.slc.runtime/pom.xml b/org.argeo.slc.runtime/pom.xml
deleted file mode 100644 (file)
index 8982598..0000000
+++ /dev/null
@@ -1,27 +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.slc</groupId>
-               <artifactId>argeo-slc</artifactId>
-               <version>2.3-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.slc.runtime</artifactId>
-       <name>SLC Runtime</name>
-       <dependencies>
-               <!-- SLC -->
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.api</artifactId>
-                       <version>2.3-SNAPSHOT</version>
-               </dependency>
-
-               <!-- Commons -->
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.cms</artifactId>
-                       <version>${version.argeo-commons}</version>
-               </dependency>
-
-       </dependencies>
-</project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
deleted file mode 100644 (file)
index c7d2aac..0000000
--- a/pom.xml
+++ /dev/null
@@ -1,164 +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.maven</groupId>
-               <artifactId>argeo-osgi-parent</artifactId>
-               <version>2.1.8</version>
-       </parent>
-       <groupId>org.argeo.slc</groupId>
-       <artifactId>argeo-slc</artifactId>
-       <packaging>pom</packaging>
-       <name>Argeo SLC</name>
-       <version>2.3-SNAPSHOT</version>
-       <properties>
-               <version.context>unstable</version.context>
-               <version.argeo-tp>2.1.27</version.argeo-tp>
-               <version.argeo-tp-extras>2.1.13</version.argeo-tp-extras>
-               <version.argeo-commons>2.3.5</version.argeo-commons>
-
-               <developmentCycle.startDate>2015-02-12</developmentCycle.startDate>
-               <developmentCycle.slc>2.3</developmentCycle.slc>
-               <version.argeo-commons-legacy>2.3.1</version.argeo-commons-legacy>
-       </properties>
-       <modules>
-               <!-- SLC framework -->
-               <module>org.argeo.slc.api</module>
-               <module>org.argeo.slc.factory</module>
-               <module>org.argeo.slc.runtime</module>
-               <module>org.argeo.slc.jcr</module>
-               <module>org.argeo.slc.repo</module>
-               <module>org.argeo.slc.rpmfactory</module>
-               
-               <!-- CMS extensions -->
-               <module>cms</module>
-
-               <!-- Distribution -->
-               <module>dep</module>
-       </modules>
-       <url>http://projects.argeo.org/slc/</url>
-       <scm>
-               <connection>scm:git:http://git.argeo.org/lgpl/argeo-slc.git</connection>
-               <url>http://git.argeo.org/?p=lgpl/argeo-slc.git;a=summary</url>
-               <developerConnection>scm:git:https://code.argeo.org/git/lgpl/argeo-slc.git</developerConnection>
-               <tag>HEAD</tag>
-       </scm>
-       <organization>
-               <name>Argeo GmbH</name>
-       </organization>
-       <inceptionYear>2007</inceptionYear>
-       <licenses>
-               <license>
-                       <name>LGPL-3.0-or-later</name>
-                       <url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
-                       <distribution>repo</distribution>
-               </license>
-       </licenses>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>argeo-tp</artifactId>
-                       <version>${version.argeo-tp}</version>
-                       <scope>provided</scope>
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.apache</groupId>
-                                       <artifactId>org.apache.xerces</artifactId>
-                               </exclusion>
-                               <!-- Avoid slf4j implementations lurking in the classpath. -->
-                               <exclusion>
-                                       <groupId>org.argeo.tp.sdk</groupId>
-                                       <artifactId>biz.aQute.bndlib</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.misc</groupId>
-                                       <artifactId>slf4j.osgi</artifactId>
-                               </exclusion>
-                               <!-- Make sure JTA is not used anymore -->
-                               <exclusion>
-                                       <groupId>org.argeo.tp.javax</groupId>
-                                       <artifactId>javax.transaction-api</artifactId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
-       </dependencies>
-       <dependencyManagement>
-               <dependencies>
-                       <dependency>
-                               <groupId>org.argeo.tp</groupId>
-                               <artifactId>argeo-tp</artifactId>
-                               <version>${version.argeo-tp}</version>
-                               <type>pom</type>
-                               <scope>import</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.tp</groupId>
-                               <artifactId>argeo-tp-rap-e4</artifactId>
-                               <version>${version.argeo-tp}</version>
-                               <type>pom</type>
-                               <scope>import</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.tp.extras</groupId>
-                               <artifactId>argeo-tp-extras</artifactId>
-                               <version>${version.argeo-tp-extras}</version>
-                               <type>pom</type>
-                               <scope>import</scope>
-                       </dependency>
-               </dependencies>
-       </dependencyManagement>
-       <repositories>
-               <repository>
-                       <id>argeo</id>
-                       <url>http://forge.argeo.org/data/java/argeo-2.1/</url>
-                       <releases>
-                               <enabled>true</enabled>
-                               <updatePolicy>daily</updatePolicy>
-                               <checksumPolicy>warn</checksumPolicy>
-                       </releases>
-                       <snapshots>
-                               <enabled>false</enabled>
-                       </snapshots>
-               </repository>
-               <repository>
-                       <id>argeo-extras</id>
-                       <url>http://forge.argeo.org/data/java/argeo-extras-2.1/</url>
-                       <releases>
-                               <enabled>true</enabled>
-                               <updatePolicy>daily</updatePolicy>
-                               <checksumPolicy>warn</checksumPolicy>
-                       </releases>
-                       <snapshots>
-                               <enabled>false</enabled>
-                       </snapshots>
-               </repository>
-               <repository>
-                       <id>argeo-unstable</id>
-                       <url>http://forge.argeo.org/data/java/argeo-2.3/</url>
-                       <releases>
-                               <enabled>true</enabled>
-                               <updatePolicy>never</updatePolicy>
-                               <checksumPolicy>warn</checksumPolicy>
-                       </releases>
-                       <snapshots>
-                               <enabled>false</enabled>
-                       </snapshots>
-               </repository>
-               <!-- Disable Maven default repository -->
-               <repository>
-                       <id>central</id>
-                       <url>http://repo1.maven.org/maven2</url>
-                       <releases>
-                               <enabled>false</enabled>
-                       </releases>
-                       <snapshots>
-                               <enabled>false</enabled>
-                       </snapshots>
-               </repository>
-       </repositories>
-       <distributionManagement>
-               <site>
-                       <id>staging</id>
-                       <url>file:///srv/docfactory/argeo-2.3/site/argeo-slc/</url>
-               </site>
-       </distributionManagement>
-</project>