From a5d61da8948c1aff3b163e632a2b566ddd41f0b6 Mon Sep 17 00:00:00 2001 From: Simon Kaegi Date: Mon, 11 Jan 2010 16:16:59 +0000 Subject: Bug 275762 - [server-side] easier creation of Equinox server with servletbridge, p2 --- .../.project | 17 +++++++++ .../build.properties | 2 ++ .../feature.xml | 20 +++++++++++ .../products/server.core.p2.product | 42 ++++++++++++++++++++++ .../products/server.core.product | 38 ++++++++++++++++++++ features/org.eclipse.equinox.server.p2/feature.xml | 16 +-------- .../build.properties | 4 ++- .../rootfiles/launch.ini | 11 ++++++ 8 files changed, 134 insertions(+), 16 deletions(-) create mode 100644 examples/org.eclipse.equinox.server.examples.servletbridge.product/.project create mode 100644 examples/org.eclipse.equinox.server.examples.servletbridge.product/build.properties create mode 100644 examples/org.eclipse.equinox.server.examples.servletbridge.product/feature.xml create mode 100644 examples/org.eclipse.equinox.server.examples.servletbridge.product/products/server.core.p2.product create mode 100644 examples/org.eclipse.equinox.server.examples.servletbridge.product/products/server.core.product create mode 100644 features/org.eclipse.equinox.server.servletbridge/rootfiles/launch.ini diff --git a/examples/org.eclipse.equinox.server.examples.servletbridge.product/.project b/examples/org.eclipse.equinox.server.examples.servletbridge.product/.project new file mode 100644 index 000000000..49c7befc5 --- /dev/null +++ b/examples/org.eclipse.equinox.server.examples.servletbridge.product/.project @@ -0,0 +1,17 @@ + + + org.eclipse.equinox.server.examples.servletbridge.product + + + + + + org.eclipse.pde.FeatureBuilder + + + + + + org.eclipse.pde.FeatureNature + + diff --git a/examples/org.eclipse.equinox.server.examples.servletbridge.product/build.properties b/examples/org.eclipse.equinox.server.examples.servletbridge.product/build.properties new file mode 100644 index 000000000..f48100673 --- /dev/null +++ b/examples/org.eclipse.equinox.server.examples.servletbridge.product/build.properties @@ -0,0 +1,2 @@ +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 new file mode 100644 index 000000000..f7763eaa1 --- /dev/null +++ b/examples/org.eclipse.equinox.server.examples.servletbridge.product/feature.xml @@ -0,0 +1,20 @@ + + + + + [Enter Feature Description here.] + + + + [Enter Copyright Description here.] + + + + [Enter License Description here.] + + + diff --git a/examples/org.eclipse.equinox.server.examples.servletbridge.product/products/server.core.p2.product b/examples/org.eclipse.equinox.server.examples.servletbridge.product/products/server.core.p2.product new file mode 100644 index 000000000..99cc8b1ac --- /dev/null +++ b/examples/org.eclipse.equinox.server.examples.servletbridge.product/products/server.core.p2.product @@ -0,0 +1,42 @@ + + + + + + + + + + -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/org.eclipse.equinox.server.examples.servletbridge.product/products/server.core.product b/examples/org.eclipse.equinox.server.examples.servletbridge.product/products/server.core.product new file mode 100644 index 000000000..98137cdce --- /dev/null +++ b/examples/org.eclipse.equinox.server.examples.servletbridge.product/products/server.core.product @@ -0,0 +1,38 @@ + + + + + + + + + + -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/features/org.eclipse.equinox.server.p2/feature.xml b/features/org.eclipse.equinox.server.p2/feature.xml index ecac0c2af..4a14b4027 100644 --- a/features/org.eclipse.equinox.server.p2/feature.xml +++ b/features/org.eclipse.equinox.server.p2/feature.xml @@ -1,7 +1,7 @@ @@ -66,13 +66,6 @@ version="0.0.0" unpack="false"/> - - - -