Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2016-03-02 15:23:57 +0000
committerThomas Watson2016-03-24 15:34:45 +0000
commita9568529db5c5db6c74c959dafcac368d6041968 (patch)
tree4daf1a5ee3841b0d1dd3aa5a07da1065a02b8e11 /bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64
parent26f5398ecfaaf0aebd964522216c9fafc49d8ba4 (diff)
downloadrt.equinox.framework-a9568529db5c5db6c74c959dafcac368d6041968.tar.gz
rt.equinox.framework-a9568529db5c5db6c74c959dafcac368d6041968.tar.xz
rt.equinox.framework-a9568529db5c5db6c74c959dafcac368d6041968.zip
Bug 488935 - Avoid "workspace dirt" in the launcher bundles
Change the ant task to copy the artifacts in the maven "target" directory and include them in the bundle via tycho-packaging-plugin instead of build.properties. This is the idiomatic way to include dynamic or generated artifacts. Change-Id: Ib60544a804b2e1d4b93627a9360e7ee6ffdfe4f1 Signed-off-by: Mat Booth <mat.booth@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64')
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/build.properties1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/build.properties b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/build.properties
index 94aab5868..9c5fd2030 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/build.properties
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/build.properties
@@ -9,7 +9,6 @@
# IBM Corporation - initial API and implementation
###############################################################################
bin.includes = META-INF/,\
- eclipse_*.so,\
launcher.gtk.linux.x86_64.properties,\
about.html

Back to the top