Fix problem reported by Thomas Bayen on IRC - wrong target on properties
This commit is contained in:
parent
d9afbe2768
commit
2309693b80
|
@ -8,7 +8,7 @@ qualifier.replacement.*=generator:buildTimestamp
|
||||||
generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
||||||
target.os=linux
|
target.os=linux
|
||||||
target.ws=gtk
|
target.ws=gtk
|
||||||
target.arch=x86_64
|
target.arch=x86
|
||||||
|
|
||||||
product.features=org.idempiere.eclipse.platform.feature.group, org.idempiere.fitnesse.feature.group
|
product.features=org.idempiere.eclipse.platform.feature.group, org.idempiere.fitnesse.feature.group
|
||||||
product.profile=DefaultProfile
|
product.profile=DefaultProfile
|
||||||
|
|
Loading…
Reference in New Issue