Skip to content

Commit

Permalink
Output zip file name now includes os, ws and arch
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvid Berg committed Oct 22, 2010
1 parent 87a81c3 commit 83efc95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/net.bioclipse.platform_feature/buckminster.cspex
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<attribute name="site.p2"/> <attribute name="site.p2"/>
</prerequisites> </prerequisites>
<products alias="destination" base="${buckminster.output}"> <products alias="destination" base="${buckminster.output}">
<path path="Bioclipse/"/> <path path="Bioclipse.2.5.0.${target.os}.${target.ws}.${target.arch}"/>
</products> </products>
</public> </public>
<public name="create.product.zip" actor="ant"> <public name="create.product.zip" actor="ant">
Expand All @@ -31,7 +31,7 @@
<attribute name="create.product"/> <attribute name="create.product"/>
</prerequisites> </prerequisites>
<products alias="action.output" base="${buckminster.output}"> <products alias="action.output" base="${buckminster.output}">
<path path="Bioclipse.zip"/> <path path="Bioclipse.2.5.0.${target.os}.${target.ws}.${target.arch}.zip"/>
</products> </products>
</public> </public>
</actions> </actions>
Expand Down

0 comments on commit 83efc95

Please sign in to comment.