Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Kaegi2010-01-11 16:24:39 +0000
committerSimon Kaegi2010-01-11 16:24:39 +0000
commita7af4b500c63f35e1e5602f42312edc9e8bf521e (patch)
tree80a49ec9b52fccd44f7abd73b904a6e28873474b /examples
parenta5d61da8948c1aff3b163e632a2b566ddd41f0b6 (diff)
downloadrt.equinox.bundles-a7af4b500c63f35e1e5602f42312edc9e8bf521e.tar.gz
rt.equinox.bundles-a7af4b500c63f35e1e5602f42312edc9e8bf521e.tar.xz
rt.equinox.bundles-a7af4b500c63f35e1e5602f42312edc9e8bf521e.zip
Bug 275762 - [server-side] easier creation of Equinox server with servletbridge, p2v20100111
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.equinox.server.examples.servletbridge.product/.project6
-rw-r--r--examples/org.eclipse.equinox.server.examples.servletbridge.product/build.properties2
-rw-r--r--examples/org.eclipse.equinox.server.examples.servletbridge.product/feature.xml20
3 files changed, 0 insertions, 28 deletions
diff --git a/examples/org.eclipse.equinox.server.examples.servletbridge.product/.project b/examples/org.eclipse.equinox.server.examples.servletbridge.product/.project
index 49c7befc5..a35656538 100644
--- a/examples/org.eclipse.equinox.server.examples.servletbridge.product/.project
+++ b/examples/org.eclipse.equinox.server.examples.servletbridge.product/.project
@@ -5,13 +5,7 @@
<projects>
</projects>
<buildSpec>
- <buildCommand>
- <name>org.eclipse.pde.FeatureBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
</buildSpec>
<natures>
- <nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>
diff --git a/examples/org.eclipse.equinox.server.examples.servletbridge.product/build.properties b/examples/org.eclipse.equinox.server.examples.servletbridge.product/build.properties
deleted file mode 100644
index f48100673..000000000
--- a/examples/org.eclipse.equinox.server.examples.servletbridge.product/build.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-bin.includes = feature.xml,\
- products/
diff --git a/examples/org.eclipse.equinox.server.examples.servletbridge.product/feature.xml b/examples/org.eclipse.equinox.server.examples.servletbridge.product/feature.xml
deleted file mode 100644
index f7763eaa1..000000000
--- a/examples/org.eclipse.equinox.server.examples.servletbridge.product/feature.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.equinox.server.examples.servletbridge.product"
- label="Servletbridge Product Feature"
- version="1.0.0.qualifier"
- provider-name="Eclipse Foundation">
-
- <description url="http://www.example.com/description">
- [Enter Feature Description here.]
- </description>
-
- <copyright url="http://www.example.com/copyright">
- [Enter Copyright Description here.]
- </copyright>
-
- <license url="http://www.example.com/license">
- [Enter License Description here.]
- </license>
-
-</feature>

Back to the top