Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2005-04-11 21:23:18 +0000
committerDarin Swanson2005-04-11 21:23:18 +0000
commit9000026946717676872f0cc96c96f80a7d11c10e (patch)
treedd6f46d80af5f0f4ee29a7c1b0b6c713220884fd /org.eclipse.core.variables/build.properties
parent808d2bda7a60370aa5fbe4a6ae639d0734b29cd6 (diff)
downloadeclipse.platform.debug-9000026946717676872f0cc96c96f80a7d11c10e.tar.gz
eclipse.platform.debug-9000026946717676872f0cc96c96f80a7d11c10e.tar.xz
eclipse.platform.debug-9000026946717676872f0cc96c96f80a7d11c10e.zip
Bug 88261 - create component XML for debug plugins
Diffstat (limited to 'org.eclipse.core.variables/build.properties')
-rw-r--r--org.eclipse.core.variables/build.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.core.variables/build.properties b/org.eclipse.core.variables/build.properties
index 7840ed98d..c91ff1fd5 100644
--- a/org.eclipse.core.variables/build.properties
+++ b/org.eclipse.core.variables/build.properties
@@ -14,4 +14,6 @@ bin.includes = plugin.xml,\
about.html,\
META-INF/
source.. = src/
-src.includes=about.html, schema/
+src.includes = about.html,\
+ schema/,\
+ component.xml

Back to the top