Fixed buckminster build.

This commit is contained in:
Heng Sin Low 2010-11-04 18:17:30 +08:00
parent c2955c03ac
commit 1ccbde8ef1
2 changed files with 7 additions and 2 deletions

View File

@ -19,8 +19,8 @@
<property key="targets" value="create.product" /> <property key="targets" value="create.product" />
</actorProperties> </actorProperties>
<properties> <properties>
<property key="profile" value="ServerProfile" /> <property key="profile" value="ClientProfile" />
<property key="iu" value="org.adempiere.server.product" /> <property key="iu" value="org.adempiere.ui.swing.product" />
</properties> </properties>
<prerequisites alias="repository"> <prerequisites alias="repository">
<attribute name="site.p2" /> <attribute name="site.p2" />

View File

@ -1 +1,6 @@
bin.includes = feature.xml bin.includes = feature.xml
root.linux.gtk.x86=file:adempiere-client.sh
root.linux.gtk.x86.permissions.755=*.sh,**/*.sh
root.macosx.cocoa.x86=file:adempiere-client.sh
root.macosx.cocoa.x86.permissions.755=*.sh,**/*.sh
root.win32.win32.x86=file:adempiere-client.bat