From 78fcc8141019a7293ce50c98d5cea7afaac1c022 Mon Sep 17 00:00:00 2001
From: Martin Oberhuber < martin.oberhuber@windriver.com>
Date: Sun, 8 Feb 2009 23:07:16 +0000
Subject: [PATCH] [releng] build individual source plugins
---
.../build.properties | 5 +++--
.../feature.xml | 18 +++++++++++++-----
.../feature.xml | 3 ++-
.../feature.xml | 3 ++-
.../build.properties | 3 ++-
.../org.eclipse.rse.tests-feature/feature.xml | 14 +++++++++++---
.../build.properties | 5 +++--
.../org.eclipse.rse.wince-feature/feature.xml | 16 ++++++++++++----
8 files changed, 48 insertions(+), 19 deletions(-)
diff --git a/rse/examples/org.eclipse.rse.examples-feature/build.properties b/rse/examples/org.eclipse.rse.examples-feature/build.properties
index e59c51a6a1e..21f574849b4 100644
--- a/rse/examples/org.eclipse.rse.examples-feature/build.properties
+++ b/rse/examples/org.eclipse.rse.examples-feature/build.properties
@@ -1,5 +1,5 @@
################################################################################
-# Copyright (c) 2006 Wind River Systems, Inc. and others.
+# Copyright (c) 2006, 2009 Wind River Systems, Inc. and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -13,4 +13,5 @@ bin.includes = feature.xml,\
license.html,\
epl-v10.html,\
eclipse_update_120.jpg
-generate.plugin@org.eclipse.rse.examples.source=org.eclipse.rse.examples
+generate.plugin@org.eclipse.rse.examples.daytime.source=org.eclipse.rse.examples.daytime
+generate.plugin@org.eclipse.rse.examples.tutorial.source=org.eclipse.rse.examples.tutorial
diff --git a/rse/examples/org.eclipse.rse.examples-feature/feature.xml b/rse/examples/org.eclipse.rse.examples-feature/feature.xml
index 1dce553cc8e..457fae13844 100644
--- a/rse/examples/org.eclipse.rse.examples-feature/feature.xml
+++ b/rse/examples/org.eclipse.rse.examples-feature/feature.xml
@@ -2,7 +2,7 @@
@@ -52,9 +52,17 @@
unpack="false"/>
+ id="org.eclipse.rse.examples.daytime.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+
diff --git a/rse/features/org.eclipse.rse.remotecdt-feature/feature.xml b/rse/features/org.eclipse.rse.remotecdt-feature/feature.xml
index 40516b611eb..99d4f3b12f1 100644
--- a/rse/features/org.eclipse.rse.remotecdt-feature/feature.xml
+++ b/rse/features/org.eclipse.rse.remotecdt-feature/feature.xml
@@ -54,6 +54,7 @@
id="org.eclipse.rse.remotecdt.source"
download-size="24"
install-size="29"
- version="0.0.0"/>
+ version="0.0.0"
+ unpack="false"/>
diff --git a/rse/features/org.eclipse.rse.useractions-feature/feature.xml b/rse/features/org.eclipse.rse.useractions-feature/feature.xml
index 436fec32306..5e2689be1d7 100644
--- a/rse/features/org.eclipse.rse.useractions-feature/feature.xml
+++ b/rse/features/org.eclipse.rse.useractions-feature/feature.xml
@@ -51,6 +51,7 @@
id="org.eclipse.rse.useractions.source"
download-size="281"
install-size="284"
- version="0.0.0"/>
+ version="0.0.0"
+ unpack="false"/>
diff --git a/rse/tests/org.eclipse.rse.tests-feature/build.properties b/rse/tests/org.eclipse.rse.tests-feature/build.properties
index 211695f3996..2ec5929edbe 100644
--- a/rse/tests/org.eclipse.rse.tests-feature/build.properties
+++ b/rse/tests/org.eclipse.rse.tests-feature/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2005, 2008 IBM Corporation and others.
+# Copyright (c) 2005, 2009 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -17,3 +17,4 @@ src.includes = epl-v10.html,\
license.html
root=rootfiles
generate.plugin@org.eclipse.rse.tests.source=org.eclipse.rse.tests
+generate.plugin@org.eclipse.rse.tests.framework.source=org.eclipse.rse.tests.framework
diff --git a/rse/tests/org.eclipse.rse.tests-feature/feature.xml b/rse/tests/org.eclipse.rse.tests-feature/feature.xml
index 6dcfb5c3aaa..2031fba0a3f 100644
--- a/rse/tests/org.eclipse.rse.tests-feature/feature.xml
+++ b/rse/tests/org.eclipse.rse.tests-feature/feature.xml
@@ -76,8 +76,16 @@
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+
diff --git a/wince/org.eclipse.rse.wince-feature/build.properties b/wince/org.eclipse.rse.wince-feature/build.properties
index c7c456cfde1..868ea64d5cd 100644
--- a/wince/org.eclipse.rse.wince-feature/build.properties
+++ b/wince/org.eclipse.rse.wince-feature/build.properties
@@ -1,5 +1,5 @@
################################################################################
-# Copyright (c) 2006, 2008 Wind River Systems, Inc. and others.
+# Copyright (c) 2006, 2009 Wind River Systems, Inc. and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -13,5 +13,6 @@ bin.includes = feature.xml,\
license.html,\
epl-v10.html,\
eclipse_update_120.jpg
-generate.plugin@org.eclipse.rse.wince.source=org.eclipse.rse.wince
+generate.plugin@org.eclipse.rse.subsystems.wince.source=org.eclipse.rse.subsystems.wince
+generate.plugin@org.eclipse.tm.rapi.source=org.eclipse.tm.rapi
\ No newline at end of file
diff --git a/wince/org.eclipse.rse.wince-feature/feature.xml b/wince/org.eclipse.rse.wince-feature/feature.xml
index c11b9499ffd..bcb2b39ff6a 100644
--- a/wince/org.eclipse.rse.wince-feature/feature.xml
+++ b/wince/org.eclipse.rse.wince-feature/feature.xml
@@ -49,9 +49,17 @@
unpack="false"/>
+ id="org.eclipse.rse.subsystems.wince.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+