]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dist/slc/src/main/rpm/etc/slc/config.ini
Use localfs by default for SLC repos
[gpl/argeo-slc.git] / dist / slc / src / main / rpm / etc / slc / config.ini
index 71d861e114f4d18ad19662518292b5f1825ffb25..019fdc5202c6dbef8bcafbcb4b42cf9f5f7bd71a 100644 (file)
@@ -1,43 +1,41 @@
-argeo.osgi.start=\
-org.springframework.osgi.extender,\
-org.argeo.node.repofactory.jackrabbit,\
-org.argeo.node.repo.jackrabbit,\
-org.argeo.security.dao.ldap,\
-org.argeo.slc.node.jackrabbit,\
-org.argeo.eclipse.ui,\
-org.eclipse.core.runtime,\
-org.eclipse.equinox.common,\
+argeo.osgi.start.2.http=\
+org.eclipse.equinox.http.servlet,\
+org.eclipse.equinox.http.jetty,\
+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,\
-org.eclipse.equinox.launcher,\
-org.argeo.dep.osgi.catalina.start,\
-org.argeo.server.rap.webapp,\
-org.argeo.jackrabbit.webapp,\
-org.argeo.security.equinox,\
-org.argeo.security.ui,\
-org.argeo.security.ui.rap,\
-org.argeo.server.ads.server,\
-org.argeo.slc.server.repo,\
-org.argeo.slc.server.repo.webapp,\
-org.argeo.slc.client.ui,\
-org.argeo.slc.client.rap,\
+
+argeo.osgi.start.5.slc=\
+org.argeo.slc.node.jackrabbit,\
 org.argeo.slc.agent,\
 org.argeo.slc.agent.jcr,\
-org.springframework.osgi.web.extender,\
-
-org.argeo.security.ui.initialPerspective=org.argeo.jcr.ui.explorer.perspective
+org.argeo.slc.server.repo,\
+org.osgi.service.http.port=7080
+org.eclipse.equinox.http.jetty.log.stderr.threshold=info
 
-# TOMCAT PORTS
-argeo.server.port.http=7080
-argeo.server.port.https=7083
-argeo.server.port.ajp=7089
+slc.executionModules=org.argeo.slc.demo.ant,\
+org.argeo.slc.demo.basic,\
+org.argeo.slc.demo.minimal,\
 
-# LDAP (Apache DS)
-#argeo.ads.init.ldif=osgibundle:init-argeo.ldif
-org.osgi.framework.bootdelegation=com.sun.jndi.ldap
+org.argeo.security.ui.initialPerspective=org.argeo.slc.client.ui.dist.distributionPerspective
 
 # OSGi MANAGEMENT
-osgi.console=3030
+osgi.console=7082
+
+# DO NOT CHANGE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING
+osgi.bundles=org.argeo.osgi.boot.jar@start
+argeo.osgi.bundles=\
+/etc/slc/modules;in=*,\
+/usr/share/osgi;in=*.jar,\
 
-# RAP SPECIFIC
-eclipse.ignoreApp=true
-osgi.noShutdown=true
+org.osgi.framework.bootdelegation=com.sun.jndi.ldap
+org.eclipse.equinox.http.jetty.autostart=false
+org.eclipse.rap.workbenchAutostart=false