From e0b7e2c49a923692509184c9eb314ac5076c0d52 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 7 Jul 2020 09:47:40 +0200 Subject: [PATCH] Update local demo configuration. --- ..._local.properties => cms-local.properties} | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) rename demo/{argeo_node_local.properties => cms-local.properties} (66%) diff --git a/demo/argeo_node_local.properties b/demo/cms-local.properties similarity index 66% rename from demo/argeo_node_local.properties rename to demo/cms-local.properties index 827375433..e8ae49457 100644 --- a/demo/argeo_node_local.properties +++ b/demo/cms-local.properties @@ -1,34 +1,25 @@ argeo.osgi.start.2.node=\ org.eclipse.equinox.http.servlet,\ -org.eclipse.equinox.http.jetty,\ org.eclipse.equinox.metatype,\ org.eclipse.equinox.cm,\ +org.eclipse.equinox.ds,\ 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,\ - -java.security.manager= -java.security.policy=file:../../all.policy +argeo.osgi.start.5.node=\ +org.argeo.cms.e4.rap +# Local argeo.node.repo.type=h2 - -argeo.node.useradmin.uris=os:/// - -# HTTP org.osgi.service.http.port=7070 +argeo.node.useradmin.uris=os:/// # Logging log4j.configuration=file:../../log4j.properties # DON'T CHANGE BELOW -org.eclipse.rap.workbenchAutostart=false org.eclipse.equinox.http.jetty.autostart=false org.osgi.framework.bootdelegation=com.sun.jndi.ldap,\ com.sun.jndi.ldap.sasl,\ -- 2.30.2