Community
Participate
Working Groups
<mkdir dir="${repo}" />
<property name="p2.flavor" value="tooling" />
<property name="p2.agent.version" value="0.1.0.${buildId}" />
<property name="p2.sdk.version" value="3.4.0.${buildId}" />
<property name="p2.repo.name" value=""Eclipse Project Test Site"" />
</target>
<target name="build" depends="init">
p2.artifact.repo = file:${repo}
p2.flavor = tooling
p2.publish.artifacts=true
p2.metadata.repo.name=${p2.repo.name}
p2.artifact.repo.name=${p2.repo.name}
generateVersionsList=true
<condition property="fetchjetty" value="true">
<equals arg1="${buildType}" arg2="N" />
</condition>
<target name="buildMasterFeature">