Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/org.eclipse.emf.converter/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.emf.converter/build.properties11
2 files changed, 6 insertions, 7 deletions
diff --git a/plugins/org.eclipse.emf.converter/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.converter/META-INF/MANIFEST.MF
index 6b3b0099c..592be78b1 100644
--- a/plugins/org.eclipse.emf.converter/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.converter/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.converter; singleton:=true
Bundle-Version: 2.4.0.qualifier
-Bundle-ClassPath: converter.jar
+Bundle-ClassPath: .
Bundle-Activator: org.eclipse.emf.converter.ConverterPlugin$Implementation
Bundle-Vendor: %providerName
Bundle-Localization: plugin
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