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

prep for using JEM patch

parent ef8c07a4
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,11 @@
name="groupId"
value="jem" />
</antcall>
<antcall target="getAndInstall">
<param
name="groupId"
value="jempatch" />
</antcall>
<antcall target="getAndInstall">
<param
name="groupId"
......
......@@ -28,6 +28,11 @@
name="groupId"
value="jem" />
</antcall>
<antcall target="getAndInstall">
<param
name="groupId"
value="jempatch" />
</antcall>
<antcall target="getAndInstall">
<param
name="groupId"
......
......@@ -28,6 +28,11 @@
name="groupId"
value="jem" />
</antcall>
<antcall target="getAndInstall">
<param
name="groupId"
value="jempatch" />
</antcall>
<antcall target="getAndInstall">
<param
name="groupId"
......
......@@ -73,7 +73,17 @@
<zipfileset
src="${thirdparty.dir}/${thirdparty.file}" />
</zip>
<!-- add zip entries of jempatch, the jem dev. patch -->
<echo message="${buildDirectory}/../" />
<property file="${buildDirectory}/../installmanifest.properties" />
<zip
destfile="${buildDirectory}/${buildLabel}/${archiveName}"
update="true"
duplicate="preserve">
<zipfileset
src="${jempatch.dir}/${jempatch.file}" />
</zip>
<ant
antfile="${wtp.builder.home}/scripts/build/buildutilities.xml"
......
......@@ -33,6 +33,11 @@
<param
name="groupId"
value="jem" />
</antcall>
<antcall target="getAndInstall">
<param
name="groupId"
value="jempatch" />
</antcall>
<antcall target="getAndInstall">
<param
......
......@@ -28,6 +28,11 @@
name="groupId"
value="jem" />
</antcall>
<antcall target="getAndInstall">
<param
name="groupId"
value="jempatch" />
</antcall>
<antcall target="getAndInstall">
<param
name="groupId"
......
......@@ -73,7 +73,17 @@
<zipfileset
src="${thirdparty.dir}/${thirdparty.file}" />
</zip>
<!-- add zip entries of jempatch, the jem dev. patch -->
<echo message="${buildDirectory}/../" />
<property file="${buildDirectory}/../installmanifest.properties" />
<zip
destfile="${buildDirectory}/${buildLabel}/${archiveName}"
update="true"
duplicate="preserve">
<zipfileset
src="${jempatch.dir}/${jempatch.file}" />
</zip>
<ant
antfile="${wtp.builder.home}/scripts/build/buildutilities.xml"
......
......@@ -33,6 +33,11 @@
name="groupId"
value="jem" />
</antcall>
<antcall target="getAndInstall">
<param
name="groupId"
value="jempatch" />
</antcall>
<antcall target="getAndInstall">
<param
name="groupId"
......
......@@ -19,6 +19,9 @@
<antcall target="getAndInstall">
<param name="groupId" value="jem" />
</antcall>
<antcall target="getAndInstall">
<param name="groupId" value="jempatch" />
</antcall>
<antcall target="getAndInstall">
<param name="groupId" value="eclipse" />
</antcall>
......
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