Skip to content

Commit

Permalink
build: cleanup in the rcp distro
Browse files Browse the repository at this point in the history
  • Loading branch information
bkolb committed Feb 12, 2016
1 parent ab2f03b commit 9324554
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions buildUtil/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<property name="dmg.image" value="../rcp/icons/mbeddr-logo.png"/>

<property name="build.tmp" value="./"/>
<property name="build.code" value="mbeddr-macos"/>
<property name="build.artifact" value="mbeddr"/>


<target name="get-jdk">
Expand All @@ -22,11 +22,11 @@


<target name="macbuild">
<copy file="${dmg.image}" tofile="${build.tmp}/${build.code}.png"/>
<copy file="${dmg.image}" tofile="${build.tmp}/${build.artifact}-macos.png"/>

<exec dir="${build.tmp}" command="./mpssign.sh ${build.code}.zip ${build.code} jdk.tar.gz"/>
<exec dir="${build.tmp}" command="./mpssign.sh ${build.artifact}-macos.zip ${build.artifact}-macos jdk.tar.gz"/>

<exec dir="${build.tmp}" command="./mpsdmg.sh ${build.code}.zip ${build.code}"/>
<exec dir="${build.tmp}" command="./mpsdmg.sh ${build.artifact}-macos.zip ${build.artifact}-macos"/>
</target>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2229,7 +2229,7 @@
<property role="2$htvj" value="*" />
<node concept="NbPM2" id="6xv$4WsFw_3" role="2$htvi">
<node concept="3Mxwew" id="6xv$4WsFw_4" role="3MwsjC">
<property role="3MwjfP" value="mps.exe.vmoptions" />
<property role="3MwjfP" value="mbeddr.exe.vmoptions" />
</node>
</node>
</node>
Expand All @@ -2248,7 +2248,7 @@
<property role="2$htvj" value="*" />
<node concept="NbPM2" id="2lwFGYPkEdq" role="2$htvi">
<node concept="3Mxwew" id="2lwFGYPkEdr" role="3MwsjC">
<property role="3MwjfP" value="mps64.exe.vmoptions" />
<property role="3MwjfP" value="mbeddr64.exe.vmoptions" />
</node>
</node>
</node>
Expand Down

0 comments on commit 9324554

Please sign in to comment.