Run local distribution repository from here
[gpl/argeo-tp.git] / demo / slc_localrepo.properties
diff --git a/demo/slc_localrepo.properties b/demo/slc_localrepo.properties
new file mode 100644 (file)
index 0000000..a897633
--- /dev/null
@@ -0,0 +1,45 @@
+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.agent,\
+org.argeo.slc.agent.jcr,\
+org.argeo.slc.server.repo,\
+
+slc.executionModules=org.argeo.tp.factory.core,\
+org.argeo.tp.factory.extras,\
+org.argeo.tp.factory.rcp
+
+argeo.node.repo.type=h2
+#argeo.node.useradmin.uris=ipa:///
+
+#org.osgi.framework.security=osgi
+java.security.manager=
+java.security.policy=file:../../all.policy
+org.osgi.service.http.port=7080
+org.eclipse.equinox.http.jetty.log.stderr.threshold=info
+
+log4j.configuration=file:../../log4j.properties
+org.eclipse.rap.workbenchAutostart=false
+
+# DON'T CHANGE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING
+eclipse.ignoreApp=true
+osgi.noShutdown=true
+org.eclipse.equinox.http.jetty.autostart=false
+org.eclipse.rap.workbenchAutostart=false
+
+# Avoid errors logs (see https://issues.apache.org/jira/browse/JCR-2226)
+org.apache.jackrabbit.core.statementcache=false
\ No newline at end of file