| [pde-build-dev] Include generated .jnlp file |
|
With Eclipse 3.2 doing an external feature build: JNLP files are generated,
but not added to zip. Can somebody help?
Excerpt from generated assemble.${id}.${config}.xml:
...
<eclipse.jnlpGenerator
feature="${eclipse.features}/test.abis.helloRCP.feature_1.0.0.jar"
codebase=""
j2se="${jnlp.j2se}"/> <eclipse.brand root="${eclipse.base}/win32.win32.x86/${collectingFolder}" icons="${launcherIcons}" name="${launcherName}" os="${os}" /> <zip destfile="${archiveFullPath}" filesonly="false" whenempty="skip" update="true"> <zipfileset file="${eclipse.base}/plugins/test.abis.helloRCP.app_1.0.0.jar" fullpath="${pluginArchivePrefix}/test.abis.helloRCP.app_1.0.0.jar" /> </zip> <zip destfile="${archiveFullPath}" filesonly="false" whenempty="skip" update="true"> <zipfileset file="${eclipse.base}/features/test.abis.helloRCP.feature_1.0.0.jar" fullpath="${featureArchivePrefix}/test.abis.helloRCP.feature_1.0.0.jar" /> </zip> <zip destfile="${archiveFullPath}" filesonly="false" whenempty="skip" update="true"> <zipfileset dir="${eclipse.base}/win32.win32.x86/${collectingFolder}" includes="**/**" excludes="" prefix="${archivePrefix}" /> </zip> <delete dir="${assemblyTempDir}"/> ... |