| commit | c0abe9a47636d9d812dccb5d2b36a93bade66d4e | [log] [tgz] |
|---|---|---|
| author | Mark R Russell <mrussell> | Fri Oct 05 03:48:25 2007 +0000 |
| committer | Mark R Russell <mrussell> | Fri Oct 05 03:48:25 2007 +0000 |
| tree | a6bd06d077f3f08124ee6500f6a68bc1af39955d | |
| parent | 2f3338ce8dff14f2961e3b2527536f21138e335c [diff] |
ASSIGNED - bug 202466: Build installer for europa Java package https://bugs.eclipse.org/bugs/show_bug.cgi?id=202466 added load-image
diff --git a/releng/org.eclipse.epp.pde.build/build-product.xml b/releng/org.eclipse.epp.pde.build/build-product.xml index cf36d53..2753888 100644 --- a/releng/org.eclipse.epp.pde.build/build-product.xml +++ b/releng/org.eclipse.epp.pde.build/build-product.xml
@@ -95,6 +95,12 @@ <ant antfile="build-pde.xml" /> <ant antfile="build-installers.xml" /> + <mkdir dir="${build.out}/load-image/E-3.3" /> + <unzip dest="${build.out}/load-image/E-3.3"> + <fileset dir="${build.out}"> + <includes name="org.eclipse.epp.installer*${osgi.os}.${osgi.ws}.${osgi.arch}.zip" /> + </fileset> + </unzip> <finalize_build_product/> </target>