Remove old Jackrabbit config
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 30 Sep 2016 11:08:42 +0000 (11:08 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 30 Sep 2016 11:08:42 +0000 (11:08 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@9231 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.slc.node.jackrabbit/.project [deleted file]
org.argeo.slc.node.jackrabbit/META-INF/spring/jackrabbit-osgi.xml [deleted file]
org.argeo.slc.node.jackrabbit/META-INF/spring/jackrabbit.xml [deleted file]
org.argeo.slc.node.jackrabbit/bnd.bnd [deleted file]
org.argeo.slc.node.jackrabbit/build.properties [deleted file]
org.argeo.slc.node.jackrabbit/pom.xml [deleted file]
pom.xml

diff --git a/org.argeo.slc.node.jackrabbit/.project b/org.argeo.slc.node.jackrabbit/.project
deleted file mode 100644 (file)
index b072cd9..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>org.argeo.slc.node.jackrabbit</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.pde.ManifestBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.SchemaBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.pde.PluginNature</nature>
-       </natures>
-</projectDescription>
diff --git a/org.argeo.slc.node.jackrabbit/META-INF/spring/jackrabbit-osgi.xml b/org.argeo.slc.node.jackrabbit/META-INF/spring/jackrabbit-osgi.xml
deleted file mode 100644 (file)
index aca4422..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<beans:beans xmlns="http://www.springframework.org/schema/osgi"\r
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans"\r
-       xmlns:util="http://www.springframework.org/schema/util"\r
-       xsi:schemaLocation="http://www.springframework.org/schema/osgi  \r
-       http://www.springframework.org/schema/osgi/spring-osgi-1.1.xsd\r
-       http://www.springframework.org/schema/beans   \r
-       http://www.springframework.org/schema/beans/spring-beans-2.5.xsd\r
-       http://www.springframework.org/schema/util\r
-       http://www.springframework.org/schema/util/spring-util-2.5.xsd">\r
-\r
-       <!-- REFERENCES -->\r
-       <reference id="slcRepository" interface="javax.jcr.Repository"\r
-               filter="(argeo.jcr.repository.alias=slc)" />\r
-\r
-<!--   <reference id="authenticationManager" -->\r
-<!--           interface="org.springframework.security.authentication.AuthenticationManager" /> -->\r
-\r
-       <!-- SERVICES -->\r
-<!--   <service ref="jcrRepository" interface="javax.jcr.Repository"> -->\r
-<!--           <service-properties> -->\r
-<!--                   <beans:entry key="argeo.jcr.repository.alias" value="slc" /> -->\r
-<!--           </service-properties> -->\r
-<!--   </service> -->\r
-\r
-</beans:beans>
\ No newline at end of file
diff --git a/org.argeo.slc.node.jackrabbit/META-INF/spring/jackrabbit.xml b/org.argeo.slc.node.jackrabbit/META-INF/spring/jackrabbit.xml
deleted file mode 100644 (file)
index bd23e69..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
-
-       <!-- <bean id="jcrRepository" class="org.argeo.jackrabbit.JackrabbitWrapper" -->
-       <!-- init-method="init" destroy-method="destroy"> -->
-       <!-- <property name="cndFiles"> -->
-       <!-- <list> -->
-       <!-- <value>/org/argeo/slc/jcr/slc.cnd</value> -->
-       <!-- </list> -->
-       <!-- </property> -->
-       <!-- <property name="repository" ref="nodeRepository" /> -->
-       <!-- <property name="bundleContext" ref="bundleContext" /> -->
-       <!-- </bean> -->
-
-       <!-- Security -->
-       <bean class="org.argeo.jcr.JcrAuthorizations"
-               init-method="run">
-               <property name="principalPrivileges">
-                       <map>
-                               <entry key="jcr:all" value="cn=org.argeo.slc.user,ou=roles,ou=node" />
-                       </map>
-               </property>
-               <property name="repository" ref="slcRepository" />
-       </bean>
-
-       <bean
-               class="org.argeo.cms.spring.AuthenticatedApplicationContextInitialization">
-               <description><![CDATA[Executes initialization with a system authentication]]></description>
-               <!-- <property name="authenticationManager" ref="authenticationManager" 
-                       /> -->
-       </bean>
-
-</beans>
\ No newline at end of file
diff --git a/org.argeo.slc.node.jackrabbit/bnd.bnd b/org.argeo.slc.node.jackrabbit/bnd.bnd
deleted file mode 100644 (file)
index 0588644..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Import-Package: org.argeo.slc.jcr,\
-*
\ No newline at end of file
diff --git a/org.argeo.slc.node.jackrabbit/build.properties b/org.argeo.slc.node.jackrabbit/build.properties
deleted file mode 100644 (file)
index 5f22cdd..0000000
+++ /dev/null
@@ -1 +0,0 @@
-bin.includes = META-INF/
diff --git a/org.argeo.slc.node.jackrabbit/pom.xml b/org.argeo.slc.node.jackrabbit/pom.xml
deleted file mode 100644 (file)
index 92cb2ab..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.1.5-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.slc.node.jackrabbit</artifactId>
-       <name>SLC Node Jackrabbit</name>
-</project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 3c9f59392ce9bdec886ce740639356ff792d8f98..04adc5e0228452099d46b09a2b61734f0a238ad4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,6 @@
 
                <!-- Modules -->
                <module>org.argeo.slc.agent</module>
-               <!-- <module>org.argeo.slc.node.jackrabbit</module> -->
                <module>org.argeo.slc.agent.jcr</module>
                <module>org.argeo.slc.server.repo</module>