From 504e0f71985a61602e02820089bc759bc4f8d2d6 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Fri, 5 Feb 2021 21:05:41 +0100 Subject: [PATCH] Remove very old launch files. --- sdk/argeo_suite_desktop.properties | 31 --------------------------- sdk/argeo_suite_web.properties | 34 ------------------------------ 2 files changed, 65 deletions(-) delete mode 100644 sdk/argeo_suite_desktop.properties delete mode 100644 sdk/argeo_suite_web.properties diff --git a/sdk/argeo_suite_desktop.properties b/sdk/argeo_suite_desktop.properties deleted file mode 100644 index 2a5f231..0000000 --- a/sdk/argeo_suite_desktop.properties +++ /dev/null @@ -1,31 +0,0 @@ -argeo.osgi.start.2.http=org.eclipse.equinox.http.servlet,org.eclipse.equinox.http.jetty,\ -org.eclipse.rap.rwt.osgi,org.eclipse.equinox.cm - -argeo.osgi.start.3.node=org.argeo.cms -argeo.osgi.start.4.apps=org.eclipse.gemini.blueprint.extender -argeo.osgi.start.5.workbench=org.eclipse.equinox.http.registry - -argeo.osgi.start.5.apps=org.argeo.suite.apps - -## Rap Workbench configuration -## Open the user admin page by default when opening the workbench -org.argeo.security.ui.initialPerspective=org.argeo.suite.workbench.rap.dashboardPerspective -# Use the WorkbenchAppService to open a default home page -org.argeo.ui.openHomeCommandId=org.argeo.connect.ui.openDefaultEditor - -## JCR BACKEND -argeo.node.repo.type=h2 - -### Jetty - test URL: http://localhost:7070 -org.osgi.service.http.port=7070 - - -log4j.configuration=file:../../log4j.properties - -# SECURITY -java.security.manager= -java.security.policy=file:../../all.policy - -# DON'T CHANGE BELOW -eclipse.application=org.argeo.cms.ui.workbench.rcp.secureUi -org.eclipse.equinox.http.jetty.autostart=false diff --git a/sdk/argeo_suite_web.properties b/sdk/argeo_suite_web.properties deleted file mode 100644 index 565878d..0000000 --- a/sdk/argeo_suite_web.properties +++ /dev/null @@ -1,34 +0,0 @@ -argeo.osgi.start.2.http=org.eclipse.equinox.http.servlet,org.eclipse.equinox.http.jetty,\ -org.eclipse.rap.rwt.osgi,org.eclipse.equinox.cm - -argeo.osgi.start.3.node=org.argeo.cms -argeo.osgi.start.4.apps=org.eclipse.gemini.blueprint.extender -argeo.osgi.start.5.workbench=org.eclipse.equinox.http.registry - -# WEB and RAP Workbench -argeo.osgi.start.5.apps=org.argeo.suite.apps - -argeo.osgi.start.6.apps=org.argeo.suite.apps.web,\ -org.argeo.suite.workbench.rap - -## Rap Workbench configuration -org.argeo.security.ui.initialPerspective=org.argeo.suite.workbench.rap.dashboardPerspective -# Use the WorkbenchAppService to open a default home page -org.argeo.ui.openHomeCommandId=org.argeo.connect.ui.openDefaultEditor - -## JCR BACKEND -argeo.node.repo.type=h2 - -### Jetty - test URL: http://localhost:7070 -org.osgi.service.http.port=7070 - - -log4j.configuration=file:../../log4j.properties - -# SECURITY -java.security.manager= -java.security.policy=file:../../all.policy - -# DON'T CHANGE BELOW -org.eclipse.rap.workbenchAutostart=false -org.eclipse.equinox.http.jetty.autostart=false \ No newline at end of file -- 2.30.2