Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-02-18 07:54:25 +0000
committerEike Stepper2010-02-18 07:54:25 +0000
commite4670c88c754e94f1710fa56fc655487413bf716 (patch)
treeeb9adc6d38f1799bec977000c1b1c104b233176c /features/org.eclipse.net4j.examples-feature
parent5e5b1f0b1f96522a03b6ada0295bc12da118ce6a (diff)
downloadcdo-e4670c88c754e94f1710fa56fc655487413bf716.tar.gz
cdo-e4670c88c754e94f1710fa56fc655487413bf716.tar.xz
cdo-e4670c88c754e94f1710fa56fc655487413bf716.zip
new feature structure
Diffstat (limited to 'features/org.eclipse.net4j.examples-feature')
-rw-r--r--features/org.eclipse.net4j.examples-feature/feature.properties6
-rw-r--r--features/org.eclipse.net4j.examples-feature/feature.xml12
2 files changed, 15 insertions, 3 deletions
diff --git a/features/org.eclipse.net4j.examples-feature/feature.properties b/features/org.eclipse.net4j.examples-feature/feature.properties
index 4384269464..0174a1c077 100644
--- a/features/org.eclipse.net4j.examples-feature/feature.properties
+++ b/features/org.eclipse.net4j.examples-feature/feature.properties
@@ -3,10 +3,10 @@
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
-#
+#
# Contributors:
# Eike Stepper - initial API and implementation
-
+
# NLS_MESSAGEFORMAT_VAR
# ==============================================================================
@@ -18,7 +18,7 @@
providerName = Eclipse Modeling Project
featureName = Net4j Signalling Platform Examples
-description = Net4j Signalling Platform Examples contains the general Net4j examples, the buddies collaboration + chat examples and the experimental JMS provider implementation plugins.
+description = Net4j Signalling Platform Examples contains the general Net4j examples, the buddies collaboration + chat examples and the experimental JMS provider implementation plugins, as well as all sources.
copyrightURL = copyright.txt
copyright = Copyright (c) 2004 - 2010 Eike Stepper (Berlin, Germany) and others.\n\
diff --git a/features/org.eclipse.net4j.examples-feature/feature.xml b/features/org.eclipse.net4j.examples-feature/feature.xml
index 3dfb612f6a..7add33a34f 100644
--- a/features/org.eclipse.net4j.examples-feature/feature.xml
+++ b/features/org.eclipse.net4j.examples-feature/feature.xml
@@ -117,4 +117,16 @@
version="0.0.0"
unpack="false"/>
+ <plugin id="org.eclipse.net4j.examples.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
+ <plugin id="org.eclipse.net4j.buddies.common.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
+ <plugin id="org.eclipse.net4j.buddies.server.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
+ <plugin id="org.eclipse.net4j.buddies.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
+ <plugin id="org.eclipse.net4j.buddies.ui.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
+ <plugin id="org.eclipse.net4j.buddies.chat.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
+ <plugin id="org.eclipse.net4j.buddies.chat.ui.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
+ <plugin id="org.eclipse.net4j.jms.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
+ <plugin id="org.eclipse.net4j.jms.admin.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
+ <plugin id="org.eclipse.net4j.jms.server.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
+ <plugin id="org.eclipse.net4j.jms.server.jdbc.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
+
</feature>

Back to the top