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 --- launcher-binary-parent/pom.xml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'launcher-binary-parent') diff --git a/launcher-binary-parent/pom.xml b/launcher-binary-parent/pom.xml index 23cf09831..f9c60ca67 100644 --- a/launcher-binary-parent/pom.xml +++ b/launcher-binary-parent/pom.xml @@ -46,13 +46,13 @@ - + - + @@ -61,6 +61,22 @@ + + org.eclipse.tycho + tycho-packaging-plugin + ${tycho.version} + + + + ${project.build.directory} + + *.so + *.dll + + + + + -- cgit v1.2.3