change naming of the installer zips to allow concurrent saving of server and client

This commit is contained in:
Carlos Ruiz 2012-01-12 15:05:41 -05:00
parent ab99b8b651
commit fa76509a9a
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
<attribute name="site.p2" />
</prerequisites>
<products alias="destination" base="${buckminster.output}">
<path path="adempiere.${target.ws}.${target.os}.${target.arch}/" />
<path path="adempiere.${target.ws}.${target.os}.${target.arch}/" ></path>
</products>
</public>
<public name="create.product.zip" actor="ant">
@ -38,7 +38,7 @@
<attribute name="create.product" />
</prerequisites>
<products alias="action.output" base="${buckminster.output}">
<path path="adempiere.${target.ws}.${target.os}.${target.arch}.zip" />
<path path="idempiereServer.${target.ws}.${target.os}.${target.arch}.zip" ></path>
</products>
</public>
</actions>

View File

@ -26,7 +26,7 @@
<attribute name="site.p2" />
</prerequisites>
<products alias="destination" base="${buckminster.output}">
<path path="adempiere.${target.ws}.${target.os}.${target.arch}/" />
<path path="adempiere.${target.ws}.${target.os}.${target.arch}/" ></path>
</products>
</public>
<public name="create.product.zip" actor="ant">
@ -38,7 +38,7 @@
<attribute name="create.product" />
</prerequisites>
<products alias="action.output" base="${buckminster.output}">
<path path="adempiere.${target.ws}.${target.os}.${target.arch}.zip" />
<path path="idempiereClient.${target.ws}.${target.os}.${target.arch}.zip" />
</products>
</public>
</actions>