Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.jst.server.installable/plugin.xml')
-rw-r--r--plugins/org.eclipse.jst.server.installable/plugin.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/plugins/org.eclipse.jst.server.installable/plugin.xml b/plugins/org.eclipse.jst.server.installable/plugin.xml
deleted file mode 100644
index 581a39e43..000000000
--- a/plugins/org.eclipse.jst.server.installable/plugin.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<plugin>
- <extension point="org.eclipse.wst.server.core.installableServers">
- <installableServer
- id="org.apache.geronimo.generic.runtime.10"
- featureId="org.apache.geronimo.feature"
- featureVersion="1.2.0"
- featureSite="http://www.apache.org/dist/geronimo/eclipse/updates/"/>
- <installableServer
- id="org.apache.geronimo.generic.runtime.10"
- featureId="com.ibm.websphere.ce.feature"
- featureVersion="1.1.0"
- featureSite="http://download.boulder.ibm.com/ibmdl/pub/software/websphere/wasce/updates/"/>
- <installableServer
- id="com.pramati"
- featureId="com.pramati.eclipse.feature"
- featureVersion="1.0.0"
- featureSite="http://www.pramati.com/downloads/eclipse/updates/"/>
- </extension>
-</plugin> \ No newline at end of file

Back to the top