Unnamed paste
pasted by Unknown [options]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | $ cat customTargets.xml
<?xml version="1.0" encoding="UTF-8"?>
<project name="projectName" default="noDefault">
<import file="${eclipse.pdebuild.templates}/headless-build/customTargets.xml" />
<target name="preSetup">
<eclipse.generateFeature
featureId="se.fnord.projectName.feature" buildDirectory="${buildDirectory}" verify="false" baseLocation="${baseLocation}"
pluginPath="${pluginPath}"
pluginList="se.fnord.projectName.pluginA;unpack=false" fragmentList="se.fnord.projectName.pluginA-tests;unpack=false" includeLaunchers="false" />
</target>
</project>
|