From a9568529db5c5db6c74c959dafcac368d6041968 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Wed, 2 Mar 2016 15:23:57 +0000 Subject: 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 --- bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/build.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bundles/org.eclipse.equinox.launcher.gtk.linux.s390x') diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/build.properties b/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/build.properties index c93aad319..cec3b0267 100644 --- a/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/build.properties +++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/build.properties @@ -9,10 +9,9 @@ # IBM Corporation - initial API and implementation ############################################################################### bin.includes = META-INF/,\ - eclipse_*.so,\ launcher.gtk.linux.s390x.properties,\ about.html customBuildCallbacks=customBuildCallbacks.xml generateSourceBundle=false -binaryTag=v20160316-1045 \ No newline at end of file +binaryTag=v20160316-1045 -- cgit v1.2.3