Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2014-01-21 15:42:11 +0000
committerGerrit Code Review @ Eclipse.org2014-01-28 16:07:48 +0000
commit14a32ee6d3f278e07227201d038fc9a10e214dd0 (patch)
tree1395be3acbfe06f785528c6c526ea40c9bf1b401 /examples/org.eclipse.compare.examples.xml/build.properties
parentdc47d11a77a291434ef0b9936648580deddd633f (diff)
downloadeclipse.platform.team-14a32ee6d3f278e07227201d038fc9a10e214dd0.tar.gz
eclipse.platform.team-14a32ee6d3f278e07227201d038fc9a10e214dd0.tar.xz
eclipse.platform.team-14a32ee6d3f278e07227201d038fc9a10e214dd0.zip
Bug 419528: Get rid of nested jarsI20140204-0800
Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=419528 Signed-off-by: Mickael Istria <mistria@redhat.com> Change-Id: I63a6e5a9c4b9a5c85e14148fe2ca79417d9f6118
Diffstat (limited to 'examples/org.eclipse.compare.examples.xml/build.properties')
-rw-r--r--examples/org.eclipse.compare.examples.xml/build.properties7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/org.eclipse.compare.examples.xml/build.properties b/examples/org.eclipse.compare.examples.xml/build.properties
index c86c3af9b..43053da6c 100644
--- a/examples/org.eclipse.compare.examples.xml/build.properties
+++ b/examples/org.eclipse.compare.examples.xml/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,15 +7,16 @@
#
# Contributors:
# IBM Corporation - initial API and implementation
+# Mickael Istria (Red Hat Inc.) - 419531 Get rid of nested jars
###############################################################################
-source.xmlcompareexamples.jar = src/
+source.. = src/
bin.includes = doc-html/,\
about.html,\
plugin.properties,\
plugin.xml,\
icons/,\
- xmlcompareexamples.jar,\
+ .,\
META-INF/
src.includes = about.html

Back to the top