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.core.variables/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.core.variables/build.properties')
-rw-r--r--org.eclipse.core.variables/build.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.core.variables/build.properties b/org.eclipse.core.variables/build.properties
index d996a5e05..7840ed98d 100644
--- a/org.eclipse.core.variables/build.properties
+++ b/org.eclipse.core.variables/build.properties
@@ -10,8 +10,8 @@
###############################################################################
bin.includes = plugin.xml,\
plugin.properties,\
- *.jar,\
+ .,\
about.html,\
META-INF/
-source.variables.jar = src/
+source.. = src/
src.includes=about.html, schema/

Back to the top