Guest User

Untitled

a guest
Nov 18th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.57 KB | None | 0 0
  1. <java jar="${eclipse.home}/plugins/org.eclipse.equinox.launcher_*.jar" fork="true" failonerror="true">
  2.      <arg value="-application" />
  3.      <arg value="org.eclipse.ant.core.antRunner" />
  4.      <arg value="-buildfile" />
  5.      <arg value="build/${p2.process.artifacts.script.type}.xml" />
  6.      <arg value="-consoleLog" />
  7. </java>
  8.  
  9.  
  10. <project name="p2.process.artifacts" default="p2.process.artifacts">
  11.         <target name="p2.process.artifacts">
  12.                 <p2.process.artifacts repositoryPath="file://${buckminster.output}/site.p2"/>
  13.         </target>
  14. </project>
Add Comment
Please, Sign In to add comment