Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.examples.javaeditor')
-rw-r--r--org.eclipse.ui.examples.javaeditor/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.ui.examples.javaeditor/build.properties15
2 files changed, 6 insertions, 11 deletions
diff --git a/org.eclipse.ui.examples.javaeditor/META-INF/MANIFEST.MF b/org.eclipse.ui.examples.javaeditor/META-INF/MANIFEST.MF
index a1847d1c5b1..3b0fab876cc 100644
--- a/org.eclipse.ui.examples.javaeditor/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.examples.javaeditor/META-INF/MANIFEST.MF
@@ -3,8 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ui.examples.javaeditor; singleton:=true
Bundle-Version: 3.1.400.qualifier
-Bundle-ClassPath: javaeditorexample.jar,
- templateeditorexample.jar
Bundle-Activator: org.eclipse.ui.examples.javaeditor.JavaEditorExamplePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/org.eclipse.ui.examples.javaeditor/build.properties b/org.eclipse.ui.examples.javaeditor/build.properties
index 8fd9b662187..41b71ade6f3 100644
--- a/org.eclipse.ui.examples.javaeditor/build.properties
+++ b/org.eclipse.ui.examples.javaeditor/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2010 IBM Corporation and others.
+# Copyright (c) 2000, 2014 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -7,12 +7,12 @@
#
# Contributors:
# IBM Corporation - initial API and implementation
+# Mickael Istria (Red Hat Inc.) - 419531 Get rid of nested jars
###############################################################################
-source.javaeditorexample.jar = Eclipse Java Editor Example/
-source.templateeditorexample.jar = Template Editor Example/
+source.. = Eclipse Java Editor Example/,\
+ Template Editor Example/
-output.javaeditorexample.jar = javaEditorBin/
-output.templateeditorexample.jar = templateEditorBin/
+output.. = bin/
bin.includes = doc-html/,\
icons/,\
@@ -20,10 +20,7 @@ bin.includes = doc-html/,\
about.html,\
plugin.properties,\
plugin.xml,\
- *.jar,\
+ .,\
META-INF/
-jars.compile.order = javaeditorexample.jar,\
- templateeditorexample.jar
-
src.includes = about.html

Back to the top