Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2005-06-03 15:33:56 +0000
committerDarin Wright2005-06-03 15:33:56 +0000
commitefc3f9ff37ae2f989fe9d50a4b7393c9bea04632 (patch)
treedd5cca67e86a730bbdc9f239e8562651cb62ac51
parent4db7c92d739f31bddccd132c0b2ccd1f3cc5e9d6 (diff)
downloadeclipse.platform.debug-efc3f9ff37ae2f989fe9d50a4b7393c9bea04632.tar.gz
eclipse.platform.debug-efc3f9ff37ae2f989fe9d50a4b7393c9bea04632.tar.xz
eclipse.platform.debug-efc3f9ff37ae2f989fe9d50a4b7393c9bea04632.zip
remove component.xml from build.properties
-rw-r--r--org.eclipse.core.variables/build.properties3
-rw-r--r--org.eclipse.debug.core/build.properties3
-rw-r--r--org.eclipse.debug.ui/build.properties3
-rw-r--r--org.eclipse.ui.console/build.properties1
4 files changed, 3 insertions, 7 deletions
diff --git a/org.eclipse.core.variables/build.properties b/org.eclipse.core.variables/build.properties
index c91ff1fd5..bcf8553e1 100644
--- a/org.eclipse.core.variables/build.properties
+++ b/org.eclipse.core.variables/build.properties
@@ -15,5 +15,4 @@ bin.includes = plugin.xml,\
META-INF/
source.. = src/
src.includes = about.html,\
- schema/,\
- component.xml
+ schema/
diff --git a/org.eclipse.debug.core/build.properties b/org.eclipse.debug.core/build.properties
index c43fdd1a0..826d036e5 100644
--- a/org.eclipse.debug.core/build.properties
+++ b/org.eclipse.debug.core/build.properties
@@ -16,5 +16,4 @@ bin.includes = .options,\
META-INF/
source.. = core/
src.includes = about.html,\
- schema/,\
- component.xml
+ schema/
diff --git a/org.eclipse.debug.ui/build.properties b/org.eclipse.debug.ui/build.properties
index 440770d7c..10a4ee194 100644
--- a/org.eclipse.debug.ui/build.properties
+++ b/org.eclipse.debug.ui/build.properties
@@ -17,5 +17,4 @@ bin.includes = icons/,\
source.. = ui/
src.includes = about.html,\
- schema/,\
- component.xml
+ schema/
diff --git a/org.eclipse.ui.console/build.properties b/org.eclipse.ui.console/build.properties
index da5daf55c..2a484ec6c 100644
--- a/org.eclipse.ui.console/build.properties
+++ b/org.eclipse.ui.console/build.properties
@@ -17,5 +17,4 @@ bin.includes = icons/,\
source.. src/
src.includes = about.html,\
- component.xml,\
schema/

Back to the top