From 5cee378e9a59880439ea3a1d30e1fbf7e6869b35 Mon Sep 17 00:00:00 2001 From: joergviola Date: Wed, 10 Mar 2010 19:50:39 +0000 Subject: [PATCH] equinox-bridge is no longer in use - contained in equinox-target now --- equinox-bridge/.classpath | 8 -- equinox-bridge/.project | 36 --------- equinox-bridge/.settings/.jsdtscope | 11 --- .../.settings/org.eclipse.jdt.core.prefs | 7 -- .../org.eclipse.wst.common.component | 9 --- ....eclipse.wst.common.project.facet.core.xml | 7 -- ...rg.eclipse.wst.jsdt.ui.superType.container | 1 - .../org.eclipse.wst.jsdt.ui.superType.name | 1 - .../WebContent/META-INF/MANIFEST.MF | 3 - .../WEB-INF/eclipse/.eclipseproduct | 0 .../WEB-INF/eclipse/configuration/config.ini | 3 - .../feature.xml | 76 ------------------- .../WebContent/WEB-INF/eclipse/launch.ini | 11 --- equinox-bridge/WebContent/WEB-INF/web.xml | 49 ------------ equinox-bridge/WebContent/index.html | 1 - 15 files changed, 223 deletions(-) delete mode 100644 equinox-bridge/.classpath delete mode 100644 equinox-bridge/.project delete mode 100644 equinox-bridge/.settings/.jsdtscope delete mode 100644 equinox-bridge/.settings/org.eclipse.jdt.core.prefs delete mode 100644 equinox-bridge/.settings/org.eclipse.wst.common.component delete mode 100644 equinox-bridge/.settings/org.eclipse.wst.common.project.facet.core.xml delete mode 100644 equinox-bridge/.settings/org.eclipse.wst.jsdt.ui.superType.container delete mode 100644 equinox-bridge/.settings/org.eclipse.wst.jsdt.ui.superType.name delete mode 100644 equinox-bridge/WebContent/META-INF/MANIFEST.MF delete mode 100644 equinox-bridge/WebContent/WEB-INF/eclipse/.eclipseproduct delete mode 100644 equinox-bridge/WebContent/WEB-INF/eclipse/configuration/config.ini delete mode 100644 equinox-bridge/WebContent/WEB-INF/eclipse/features/org.eclipse.equinox.servletbridge.feature_1.0.0/feature.xml delete mode 100644 equinox-bridge/WebContent/WEB-INF/eclipse/launch.ini delete mode 100644 equinox-bridge/WebContent/WEB-INF/web.xml delete mode 100644 equinox-bridge/WebContent/index.html diff --git a/equinox-bridge/.classpath b/equinox-bridge/.classpath deleted file mode 100644 index 6432cecd40..0000000000 --- a/equinox-bridge/.classpath +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/equinox-bridge/.project b/equinox-bridge/.project deleted file mode 100644 index 2f78eca49c..0000000000 --- a/equinox-bridge/.project +++ /dev/null @@ -1,36 +0,0 @@ - - - equinox-bridge - - - - - - org.eclipse.wst.jsdt.core.javascriptValidator - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.wst.common.project.facet.core.builder - - - - - org.eclipse.wst.validation.validationbuilder - - - - - - org.eclipse.jem.workbench.JavaEMFNature - org.eclipse.wst.common.modulecore.ModuleCoreNature - org.eclipse.wst.common.project.facet.core.nature - org.eclipse.jdt.core.javanature - org.eclipse.wst.jsdt.core.jsNature - - diff --git a/equinox-bridge/.settings/.jsdtscope b/equinox-bridge/.settings/.jsdtscope deleted file mode 100644 index bbb8e68be8..0000000000 --- a/equinox-bridge/.settings/.jsdtscope +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/equinox-bridge/.settings/org.eclipse.jdt.core.prefs b/equinox-bridge/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 8ccb8c7673..0000000000 --- a/equinox-bridge/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,7 +0,0 @@ -#Wed Feb 03 16:04:44 CET 2010 -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 -org.eclipse.jdt.core.compiler.compliance=1.5 -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.5 diff --git a/equinox-bridge/.settings/org.eclipse.wst.common.component b/equinox-bridge/.settings/org.eclipse.wst.common.component deleted file mode 100644 index 0d2e02512f..0000000000 --- a/equinox-bridge/.settings/org.eclipse.wst.common.component +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/equinox-bridge/.settings/org.eclipse.wst.common.project.facet.core.xml b/equinox-bridge/.settings/org.eclipse.wst.common.project.facet.core.xml deleted file mode 100644 index c477e06156..0000000000 --- a/equinox-bridge/.settings/org.eclipse.wst.common.project.facet.core.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/equinox-bridge/.settings/org.eclipse.wst.jsdt.ui.superType.container b/equinox-bridge/.settings/org.eclipse.wst.jsdt.ui.superType.container deleted file mode 100644 index 3bd5d0a480..0000000000 --- a/equinox-bridge/.settings/org.eclipse.wst.jsdt.ui.superType.container +++ /dev/null @@ -1 +0,0 @@ -org.eclipse.wst.jsdt.launching.baseBrowserLibrary \ No newline at end of file diff --git a/equinox-bridge/.settings/org.eclipse.wst.jsdt.ui.superType.name b/equinox-bridge/.settings/org.eclipse.wst.jsdt.ui.superType.name deleted file mode 100644 index 05bd71b6ec..0000000000 --- a/equinox-bridge/.settings/org.eclipse.wst.jsdt.ui.superType.name +++ /dev/null @@ -1 +0,0 @@ -Window \ No newline at end of file diff --git a/equinox-bridge/WebContent/META-INF/MANIFEST.MF b/equinox-bridge/WebContent/META-INF/MANIFEST.MF deleted file mode 100644 index 5e9495128c..0000000000 --- a/equinox-bridge/WebContent/META-INF/MANIFEST.MF +++ /dev/null @@ -1,3 +0,0 @@ -Manifest-Version: 1.0 -Class-Path: - diff --git a/equinox-bridge/WebContent/WEB-INF/eclipse/.eclipseproduct b/equinox-bridge/WebContent/WEB-INF/eclipse/.eclipseproduct deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/equinox-bridge/WebContent/WEB-INF/eclipse/configuration/config.ini b/equinox-bridge/WebContent/WEB-INF/eclipse/configuration/config.ini deleted file mode 100644 index 5a1ca3b458..0000000000 --- a/equinox-bridge/WebContent/WEB-INF/eclipse/configuration/config.ini +++ /dev/null @@ -1,3 +0,0 @@ -#Eclipse Runtime Configuration File -osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@start, org.eclipse.equinox.http.servletbridge@start, org.eclipse.equinox.http.registry@start, org.adempiere.zkwebui@start -osgi.bundles.defaultStartLevel=4 diff --git a/equinox-bridge/WebContent/WEB-INF/eclipse/features/org.eclipse.equinox.servletbridge.feature_1.0.0/feature.xml b/equinox-bridge/WebContent/WEB-INF/eclipse/features/org.eclipse.equinox.servletbridge.feature_1.0.0/feature.xml deleted file mode 100644 index a826af0699..0000000000 --- a/equinox-bridge/WebContent/WEB-INF/eclipse/features/org.eclipse.equinox.servletbridge.feature_1.0.0/feature.xml +++ /dev/null @@ -1,76 +0,0 @@ - - - - - The Servletbridge feature is used to hold the default plugins and dependencies used to build the bridge WebARchive. - - - - 2006 Cognos Inc. - - - - ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT - - - - - - - - - - - - - - - - - - - diff --git a/equinox-bridge/WebContent/WEB-INF/eclipse/launch.ini b/equinox-bridge/WebContent/WEB-INF/eclipse/launch.ini deleted file mode 100644 index b850fe3c0f..0000000000 --- a/equinox-bridge/WebContent/WEB-INF/eclipse/launch.ini +++ /dev/null @@ -1,11 +0,0 @@ -# Eclipse Runtime Configuration Overrides -# These properties are loaded prior to starting the framework and can also be used to override System Properties -# @null is a special value used to override and clear the framework's copy of a System Property prior to starting the framework -# "*" can be used together with @null to clear System Properties that match a prefix name. - -osgi.*=@null -org.osgi.*=@null -eclipse.*=@null - -osgi.parentClassloader=ext -osgi.contextClassLoaderParent=ext diff --git a/equinox-bridge/WebContent/WEB-INF/web.xml b/equinox-bridge/WebContent/WEB-INF/web.xml deleted file mode 100644 index cc51ad9f99..0000000000 --- a/equinox-bridge/WebContent/WEB-INF/web.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - equinoxbridgeservlet - Equinox Bridge Servlet - Equinox Bridge Servlet - org.eclipse.equinox.servletbridge.BridgeServlet - - commandline - -console -clean - - - enableFrameworkControls - true - - - - extendedFrameworkExports - - - - - 1 - - - equinoxbridgeservlet - /* - - - - equinoxbridgeservlet - *.jsp - - diff --git a/equinox-bridge/WebContent/index.html b/equinox-bridge/WebContent/index.html deleted file mode 100644 index b6fc4c620b..0000000000 --- a/equinox-bridge/WebContent/index.html +++ /dev/null @@ -1 +0,0 @@ -hello \ No newline at end of file