From: Mathieu Baudier Date: Fri, 7 Aug 2015 16:51:37 +0000 (+0000) Subject: Remove RCP launch configurations X-Git-Tag: argeo-commons-2.1.30~208 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=afdc134408d843f9d3b40d0cbfb1c3e14933c215;p=lgpl%2Fargeo-commons.git Remove RCP launch configurations git-svn-id: https://svn.argeo.org/commons/trunk@8309 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/demo/argeo_node_rcp.properties b/demo/argeo_node_rcp.properties deleted file mode 100644 index 69b835dd4..000000000 --- a/demo/argeo_node_rcp.properties +++ /dev/null @@ -1,18 +0,0 @@ -argeo.osgi.start=\ -org.eclipse.gemini.blueprint.extender,\ -org.argeo.node.repo.jackrabbit,\ -org.argeo.security.dao.os,\ - -#org.argeo.server.catalina.start,\ -#org.springframework.osgi.web.extender,\ -#org.argeo.jackrabbit.webapp,\ - -log4j.configuration=file:../../log4j.properties -org.argeo.security.ui.initialPerspective=org.argeo.jcr.ui.explorer.perspective -eclipse.application=org.argeo.security.ui.rcp.secureUi - -osgi.console.enable.builtin=true - -#argeo.node.repo.configuration=classpath:/org/argeo/jackrabbit/repository-fs.xml -#argeo.node.repo.configuration=classpath:/org/argeo/jackrabbit/repository-memory.xml -#argeo.node.repo.configuration=osgibundle:repository-h2.xml diff --git a/demo/argeo_node_rcp_remote.properties b/demo/argeo_node_rcp_remote.properties deleted file mode 100644 index b9a961641..000000000 --- a/demo/argeo_node_rcp_remote.properties +++ /dev/null @@ -1,11 +0,0 @@ -argeo.osgi.start=\ -org.springframework.osgi.extender,\ -org.argeo.node.repofactory.jackrabbit,\ -org.argeo.security.dao.jackrabbit,\ -org.argeo.security.equinox,\ - -argeo.node.repo.uri=http://localhost:7070/data/jcr/node - -log4j.configuration=file:../../log4j.properties - -eclipse.application=org.argeo.security.ui.rcp.secureUi