Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2005-04-07 15:33:44 +0000
committerDarin Wright2005-04-07 15:33:44 +0000
commitef72668528ac981f56498b03a4ddb876deac7275 (patch)
tree9889faa2c4e51f249a8be98b6dcc8fff061dae29 /org.eclipse.debug.ui/build.properties
parent113b19ab8a2f59bc53cd2b79d356cf7add6899df (diff)
downloadeclipse.platform.debug-ef72668528ac981f56498b03a4ddb876deac7275.tar.gz
eclipse.platform.debug-ef72668528ac981f56498b03a4ddb876deac7275.tar.xz
eclipse.platform.debug-ef72668528ac981f56498b03a4ddb876deac7275.zip
Bug 90518 - JAR debug plug-ins
Diffstat (limited to 'org.eclipse.debug.ui/build.properties')
-rw-r--r--org.eclipse.debug.ui/build.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/build.properties b/org.eclipse.debug.ui/build.properties
index f4e0833fc..4edafa87c 100644
--- a/org.eclipse.debug.ui/build.properties
+++ b/org.eclipse.debug.ui/build.properties
@@ -11,9 +11,9 @@
bin.includes = icons/,\
plugin.xml,\
plugin.properties,\
- *.jar,\
+ .,\
about.html,\
META-INF/
-source.dtui.jar = ui/
+source.. = ui/
src.includes=about.html, schema/

Back to the top