Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoremerks2008-04-29 18:54:02 +0000
committeremerks2008-04-29 18:54:02 +0000
commita72e1923e3fe064c41c9911ff4b150fc5e9afcb4 (patch)
treee773b50f2ac4bac937475fb41cd30facd467321c /plugins/org.eclipse.emf.converter/build.properties
parent4d90b7ff3f2dd218fea088b8c648e790286675df (diff)
downloadorg.eclipse.emf-a72e1923e3fe064c41c9911ff4b150fc5e9afcb4.tar.gz
org.eclipse.emf-a72e1923e3fe064c41c9911ff4b150fc5e9afcb4.tar.xz
org.eclipse.emf-a72e1923e3fe064c41c9911ff4b150fc5e9afcb4.zip
[228226] Remove jars from bundle classpath.
Diffstat (limited to 'plugins/org.eclipse.emf.converter/build.properties')
-rw-r--r--plugins/org.eclipse.emf.converter/build.properties11
1 files changed, 5 insertions, 6 deletions
diff --git a/plugins/org.eclipse.emf.converter/build.properties b/plugins/org.eclipse.emf.converter/build.properties
index 64e36155e..cbaee56a2 100644
--- a/plugins/org.eclipse.emf.converter/build.properties
+++ b/plugins/org.eclipse.emf.converter/build.properties
@@ -1,9 +1,8 @@
-jars.compile.order = converter.jar
-source.converter.jar = src/
-output.converter.jar = bin/
+source.. = src/
+output.. = bin/
src.includes = about.html
-bin.includes = converter.jar,\
- about.html,\
+bin.includes = about.html,\
+ .,\
plugin.properties,\
META-INF/
-exclude.converter.jar = **/doc-files/**
+exclude.. = **/doc-files/**

Back to the top