Skip to content

Commit

Permalink
Fixed a few issues with bootstrap.
Browse files Browse the repository at this point in the history
Reviewed by me.
  • Loading branch information
Francisco Tolmasky committed Dec 5, 2008
1 parent d59403c commit 062ff28
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions build.xml
Expand Up @@ -99,6 +99,11 @@
<target name = "deploy-bare-minimum" >

<!-- Build Bare Minimum -->

<ant antfile = "build.xml" dir = "Objective-J">
<property name = "Configuration" value = "Release" />
</ant>

<ant antfile = "build.xml" dir = "Tools/objjc" >
<property name = "Configuration" value = "Release" />
</ant>
Expand All @@ -109,6 +114,12 @@

<!-- Deploy Bare Minimum -->

<copy todir = "${Build.Cappuccino.Tools.Lib.Frameworks-Rhino}">
<fileset dir = "${Build}/Release/">
<include name = "Objective-J/" />
</fileset>
</copy>

<copy todir = "${Build.Cappuccino.Tools.Bin}">
<fileset dir = "${Build}/Release/objjc/bin" />
<fileset dir = "${Build}/Release/steam/bin" />
Expand All @@ -118,6 +129,8 @@
<fileset dir = "${Build}/Release/objjc/lib" />
<fileset dir = "${Build}/Release/steam/lib" />
</copy>

<copy file = "Tools/Utilities/js.jar" todir = "${Build.Cappuccino.Tools.Lib}" />

<!-- Copy install script -->

Expand Down

0 comments on commit 062ff28

Please sign in to comment.