Skip to content
Snippets Groups Projects
Commit 4bf50694 authored by david_williams's avatar david_williams
Browse files

re-arrange so xsl and vex can have seperatly triggered builds

parent 1644f476
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0"?>
<!-- ======================================================================
Properties that must be passed to this script:
base.install.dir
dependencyTargets
local.cache.dir
dependency.properties
====================================================================== -->
<!--
======================================================================
Properties that must be passed to this script: base.install.dir
dependencyTargets local.cache.dir dependency.properties
======================================================================
-->
<project
name="test"
default="get">
<target name="get">
<mkdir dir="${buildDirectory}/maps/${env.RELENG}/maps" />
<antcall target="getAndInstall">
<target
name="get">
<!--
read in this properties, just so we can make sure our
requested pre-reqs are defined
-->
<property
file="${dependency.properties}"/>
<antcall
target="getAndInstall">
<param
name="groupId"
value="emf" />
value="emf"/>
</antcall>
<antcall target="getAndInstall">
<param
name="groupId"
value="emfxsd" />
</antcall>
<antcall target="getAndInstall">
<antcall
target="getAndInstall">
<param
name="groupId"
value="gef" />
value="emfxsd"/>
</antcall>
<antcall target="getAndInstall">
<antcall
target="getAndInstall">
<param
name="groupId"
value="eclipse" />
value="gef"/>
</antcall>
<antcall
target="getAndInstall">
<param
name="groupId"
value="eclipse"/>
</antcall>
<antcall
target="getAndInstall">
<param
name="groupId"
value="xml"/>
</antcall>
<antcall target="getAndInstall">
<param
name="groupId"
value="xml" />
</antcall>
</target>
<target name="getAndInstall">
<target
name="getAndInstall"
if="${groupId}.url">
<ant
antfile="${dependencyTargets}"
target="checkDependency">
<property
name="groupId"
value="${groupId}" />
value="${groupId}"/>
</ant>
<ant
antfile="${dependencyTargets}"
target="installDependency">
<property
name="groupId"
value="${groupId}" />
value="${groupId}"/>
<property
name="install.destination"
value="${base.install.dir}" />
value="${base.install.dir}"/>
</ant>
</target>
</project>
</project>
\ No newline at end of file
<?xml version="1.0"?>
<!-- ======================================================================
Properties that must be passed to this script:
base.install.dir
dependencyTargets
local.cache.dir
dependency.properties
====================================================================== -->
<!--
======================================================================
Properties that must be passed to this script: base.install.dir
dependencyTargets local.cache.dir dependency.properties
======================================================================
-->
<project
name="test"
default="get">
<target name="get">
<mkdir dir="${buildDirectory}/maps/${env.RELENG}/maps" />
<antcall target="getAndInstall">
<target
name="get">
<!--
read in this properties, just so we can make sure our
requested pre-reqs are defined
-->
<property
file="${dependency.properties}"/>
<antcall
target="getAndInstall">
<param
name="groupId"
value="orbitthirdpartymap" />
value="orbitthirdpartymap"/>
<param
name="base.install.dir"
value="${buildDirectory}/maps/${env.RELENG}/maps/" />
value="${buildDirectory}/maps/${env.RELENG}/maps/"/>
</antcall>
<antcall target="getAndInstall">
<antcall
target="getAndInstall">
<param
name="groupId"
value="eclipse" />
value="eclipse"/>
</antcall>
<antcall
target="getAndInstall">
<param
name="groupId"
value="xml"/>
</antcall>
<antcall target="getAndInstall">
<param
name="groupId"
value="xml" />
</antcall>
</target>
<target name="getAndInstall">
<target
name="getAndInstall"
if="${groupId}.url">
<ant
antfile="${dependencyTargets}"
target="checkDependency">
<property
name="groupId"
value="${groupId}" />
value="${groupId}"/>
</ant>
<ant
antfile="${dependencyTargets}"
target="installDependency">
<property
name="groupId"
value="${groupId}" />
value="${groupId}"/>
<property
name="install.destination"
value="${base.install.dir}" />
value="${base.install.dir}"/>
</ant>
</target>
</project>
</project>
\ No newline at end of file
<?xml version="1.0"?>
<!-- ======================================================================
Properties that must be passed to this script:
base.install.dir
dependencyTargets
local.cache.dir
dependency.properties
====================================================================== -->
<!--
======================================================================
Properties that must be passed to this script: base.install.dir
dependencyTargets local.cache.dir dependency.properties
======================================================================
-->
<project
name="test"
default="get">
<target name="get">
<mkdir dir="${buildDirectory}/maps/${env.RELENG}/maps" />
<antcall target="getAndInstall">
<target
name="get">
<!--
read in this properties, just so we can make sure our
requested pre-reqs are defined
-->
<property
file="${dependency.properties}"/>
<antcall
target="getAndInstall">
<param
name="groupId"
value="orbitthirdpartymap" />
value="orbitthirdpartymap"/>
<param
name="base.install.dir"
value="${buildDirectory}/maps/${env.RELENG}/maps/" />
value="${buildDirectory}/maps/${env.RELENG}/maps/"/>
</antcall>
<antcall target="getAndInstall">
<antcall
target="getAndInstall">
<param
name="groupId"
value="eclipse" />
value="eclipse"/>
</antcall>
<antcall target="getAndInstall">
<antcall
target="getAndInstall">
<param
name="groupId"
value="eclipseTestFramework" />
value="eclipseTestFramework"/>
</antcall>
<antcall
target="getAndInstall">
<param
name="groupId"
value="xml"/>
</antcall>
<antcall target="getAndInstall">
<param
name="groupId"
value="xml" />
</antcall>
</target>
<target name="getAndInstall">
<target
name="getAndInstall"
if="${groupId}.url">
<ant
antfile="${dependencyTargets}"
target="checkDependency">
<property
name="groupId"
value="${groupId}" />
value="${groupId}"/>
</ant>
<ant
antfile="${dependencyTargets}"
target="installDependency">
<property
name="groupId"
value="${groupId}" />
value="${groupId}"/>
<property
name="install.destination"
value="${base.install.dir}" />
value="${base.install.dir}"/>
</ant>
</target>
</project>
</project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment