Merged in hengsin/idempiere-hengsin (pull request #29)
This commit is contained in:
commit
3842f3d1e7
|
@ -9,3 +9,7 @@ generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
||||||
target.os=*
|
target.os=*
|
||||||
target.ws=*
|
target.ws=*
|
||||||
target.arch=*
|
target.arch=*
|
||||||
|
|
||||||
|
product.features=org.idempiere.eclipse.platform.feature.group
|
||||||
|
product.profile=DefaultProfile
|
||||||
|
product.id=org.adempiere.server.product
|
||||||
|
|
|
@ -11,5 +11,5 @@ target.ws=gtk
|
||||||
target.arch=x86_64
|
target.arch=x86_64
|
||||||
|
|
||||||
product.features=org.idempiere.eclipse.platform.feature.group
|
product.features=org.idempiere.eclipse.platform.feature.group
|
||||||
product.profile=ServerProfile
|
product.profile=DefaultProfile
|
||||||
product.id=org.adempiere.server.product
|
product.id=org.adempiere.server.product
|
||||||
|
|
|
@ -11,5 +11,5 @@ target.ws=gtk
|
||||||
target.arch=x86_64
|
target.arch=x86_64
|
||||||
|
|
||||||
product.features=org.idempiere.eclipse.platform.feature.group
|
product.features=org.idempiere.eclipse.platform.feature.group
|
||||||
product.profile=ServerProfile
|
product.profile=DefaultProfile
|
||||||
product.id=org.adempiere.server.product
|
product.id=org.adempiere.server.product
|
||||||
|
|
|
@ -11,5 +11,5 @@ target.ws=cocoa
|
||||||
target.arch=x86
|
target.arch=x86
|
||||||
|
|
||||||
product.features=org.idempiere.eclipse.platform.feature.group
|
product.features=org.idempiere.eclipse.platform.feature.group
|
||||||
product.profile=ServerProfile
|
product.profile=DefaultProfile
|
||||||
product.id=org.adempiere.server.product
|
product.id=org.adempiere.server.product
|
||||||
|
|
|
@ -11,5 +11,5 @@ target.ws=win32
|
||||||
target.arch=x86
|
target.arch=x86
|
||||||
|
|
||||||
product.features=org.idempiere.eclipse.platform.feature.group
|
product.features=org.idempiere.eclipse.platform.feature.group
|
||||||
product.profile=ServerProfile
|
product.profile=DefaultProfile
|
||||||
product.id=org.adempiere.server.product
|
product.id=org.adempiere.server.product
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
xmlns="http://www.eclipse.org/buckminster/CSpec-1.0">
|
xmlns="http://www.eclipse.org/buckminster/CSpec-1.0">
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!-- Place your Dependencies here -->
|
<!-- Place your Dependencies here -->
|
||||||
|
<dependency name="org.idempiere.eclipse.platform" componentType="eclipse.feature"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<generators>
|
<generators>
|
||||||
<!-- Place your Generators here -->
|
<!-- Place your Generators here -->
|
||||||
|
@ -19,8 +20,9 @@
|
||||||
<property key="targets" value="create.product" />
|
<property key="targets" value="create.product" />
|
||||||
</actorProperties>
|
</actorProperties>
|
||||||
<properties>
|
<properties>
|
||||||
<property key="profile" value="ClientProfile" />
|
<property key="profile" value="${product.profile}" />
|
||||||
<property key="iu" value="org.adempiere.ui.swing.product" />
|
<property key="iu" value="${product.id}" />
|
||||||
|
<property key="features" value="${product.features}" />
|
||||||
</properties>
|
</properties>
|
||||||
<prerequisites alias="repository">
|
<prerequisites alias="repository">
|
||||||
<attribute name="site.p2" />
|
<attribute name="site.p2" />
|
||||||
|
@ -55,6 +57,11 @@
|
||||||
<!-- Place your Action alterations here -->
|
<!-- Place your Action alterations here -->
|
||||||
</alterActions>
|
</alterActions>
|
||||||
<alterGroups>
|
<alterGroups>
|
||||||
<!-- Place your Group alterations here -->
|
<public name="bundle.jars">
|
||||||
|
<attribute name="bundle.jars" component="org.idempiere.eclipse.platform"/>
|
||||||
|
</public>
|
||||||
|
<public name="feature.references">
|
||||||
|
<attribute name="feature.jars" component="org.idempiere.eclipse.platform"/>
|
||||||
|
</public>
|
||||||
</alterGroups>
|
</alterGroups>
|
||||||
</cspecExtension>
|
</cspecExtension>
|
||||||
|
|
|
@ -9,3 +9,7 @@ generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
||||||
target.os=*
|
target.os=*
|
||||||
target.ws=*
|
target.ws=*
|
||||||
target.arch=*
|
target.arch=*
|
||||||
|
|
||||||
|
product.features=org.idempiere.eclipse.platform.feature.group
|
||||||
|
product.profile=DefaultProfile
|
||||||
|
product.id=org.adempiere.ui.swing.product
|
|
@ -9,3 +9,7 @@ generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
||||||
target.os=linux
|
target.os=linux
|
||||||
target.ws=gtk
|
target.ws=gtk
|
||||||
target.arch=x86
|
target.arch=x86
|
||||||
|
|
||||||
|
product.features=org.idempiere.eclipse.platform.feature.group
|
||||||
|
product.profile=DefaultProfile
|
||||||
|
product.id=org.adempiere.ui.swing.product
|
||||||
|
|
|
@ -9,3 +9,7 @@ generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
||||||
target.os=macosx
|
target.os=macosx
|
||||||
target.ws=cocoa
|
target.ws=cocoa
|
||||||
target.arch=x86
|
target.arch=x86
|
||||||
|
|
||||||
|
product.features=org.idempiere.eclipse.platform.feature.group
|
||||||
|
product.profile=DefaultProfile
|
||||||
|
product.id=org.adempiere.ui.swing.product
|
||||||
|
|
|
@ -9,3 +9,7 @@ generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
||||||
target.os=win32
|
target.os=win32
|
||||||
target.ws=win32
|
target.ws=win32
|
||||||
target.arch=x86
|
target.arch=x86
|
||||||
|
|
||||||
|
product.features=org.idempiere.eclipse.platform.feature.group
|
||||||
|
product.profile=DefaultProfile
|
||||||
|
product.id=org.adempiere.ui.swing.product
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
</pathconvert>
|
</pathconvert>
|
||||||
|
|
||||||
<target name="create.product">
|
<target name="create.product">
|
||||||
|
<property name="installableIUs" value="${iu},${features}" />
|
||||||
<property name="destination" location="${sp:destination}"/>
|
<property name="destination" location="${sp:destination}"/>
|
||||||
<delete dir="${destination}"/>
|
<delete dir="${destination}"/>
|
||||||
<makeurl property="repository" file="${sp:repository}"/>
|
<makeurl property="repository" file="${sp:repository}"/>
|
||||||
|
@ -31,7 +32,7 @@
|
||||||
<arg value="-profileProperties" />
|
<arg value="-profileProperties" />
|
||||||
<arg value="org.eclipse.update.install.features=true" />
|
<arg value="org.eclipse.update.install.features=true" />
|
||||||
<arg value="-installIU"/>
|
<arg value="-installIU"/>
|
||||||
<arg value="${iu}"/>
|
<arg value="${installableIUs}"/>
|
||||||
<arg value="-p2.os" />
|
<arg value="-p2.os" />
|
||||||
<arg value="${target.os}" />
|
<arg value="${target.os}" />
|
||||||
<arg value="-p2.ws" />
|
<arg value="-p2.ws" />
|
||||||
|
|
|
@ -3,5 +3,5 @@ equinox.use.ds=true
|
||||||
osgi.bundles=org.eclipse.core.variables,org.eclipse.ant.core,org.eclipse.core.runtime@start,org.hamcrest.core,org.junit,org.apache.commons.collections,org.apache.ant,org.apache.commons.net,org.eclipse.equinox.app,org.eclipse.equinox.registry,org.eclipse.equinox.common@2:start,org.eclipse.core.contenttype,org.eclipse.core.jobs,org.eclipse.equinox.preferences,org.apache.commons.logging,org.eclipse.osgi.services,org.sat4j.core,org.sat4j.pb,org.eclipse.ecf,org.eclipse.ecf.filetransfer,org.eclipse.ecf.identity,org.eclipse.ecf.provider.filetransfer,org.eclipse.ecf.provider.filetransfer.httpclient,org.eclipse.ecf.provider.filetransfer.httpclient.ssl,org.eclipse.ecf.provider.filetransfer.ssl,org.eclipse.ecf.ssl,org.eclipse.equinox.ds@start,org.eclipse.equinox.event,org.eclipse.equinox.frameworkadmin,org.eclipse.equinox.frameworkadmin.equinox,org.eclipse.equinox.http.registry,org.eclipse.equinox.launcher,org.eclipse.equinox.p2.artifact.repository,org.eclipse.equinox.p2.console,org.eclipse.equinox.p2.core,org.eclipse.equinox.p2.director,org.eclipse.equinox.p2.director.app,org.eclipse.equinox.p2.engine,org.eclipse.equinox.p2.garbagecollector,org.eclipse.equinox.p2.jarprocessor,org.eclipse.equinox.p2.metadata,org.eclipse.equinox.p2.metadata.repository,org.eclipse.equinox.p2.ql,org.eclipse.equinox.p2.repository,org.eclipse.equinox.p2.touchpoint.eclipse,org.eclipse.equinox.p2.touchpoint.natives,org.eclipse.equinox.p2.transport.ecf,org.eclipse.equinox.security,org.eclipse.equinox.util,org.apache.commons.httpclient,org.eclipse.equinox.simpleconfigurator.manipulator,org.apache.commons.codec,org.eclipse.equinox.simpleconfigurator
|
osgi.bundles=org.eclipse.core.variables,org.eclipse.ant.core,org.eclipse.core.runtime@start,org.hamcrest.core,org.junit,org.apache.commons.collections,org.apache.ant,org.apache.commons.net,org.eclipse.equinox.app,org.eclipse.equinox.registry,org.eclipse.equinox.common@2:start,org.eclipse.core.contenttype,org.eclipse.core.jobs,org.eclipse.equinox.preferences,org.apache.commons.logging,org.eclipse.osgi.services,org.sat4j.core,org.sat4j.pb,org.eclipse.ecf,org.eclipse.ecf.filetransfer,org.eclipse.ecf.identity,org.eclipse.ecf.provider.filetransfer,org.eclipse.ecf.provider.filetransfer.httpclient,org.eclipse.ecf.provider.filetransfer.httpclient.ssl,org.eclipse.ecf.provider.filetransfer.ssl,org.eclipse.ecf.ssl,org.eclipse.equinox.ds@start,org.eclipse.equinox.event,org.eclipse.equinox.frameworkadmin,org.eclipse.equinox.frameworkadmin.equinox,org.eclipse.equinox.http.registry,org.eclipse.equinox.launcher,org.eclipse.equinox.p2.artifact.repository,org.eclipse.equinox.p2.console,org.eclipse.equinox.p2.core,org.eclipse.equinox.p2.director,org.eclipse.equinox.p2.director.app,org.eclipse.equinox.p2.engine,org.eclipse.equinox.p2.garbagecollector,org.eclipse.equinox.p2.jarprocessor,org.eclipse.equinox.p2.metadata,org.eclipse.equinox.p2.metadata.repository,org.eclipse.equinox.p2.ql,org.eclipse.equinox.p2.repository,org.eclipse.equinox.p2.touchpoint.eclipse,org.eclipse.equinox.p2.touchpoint.natives,org.eclipse.equinox.p2.transport.ecf,org.eclipse.equinox.security,org.eclipse.equinox.util,org.apache.commons.httpclient,org.eclipse.equinox.simpleconfigurator.manipulator,org.apache.commons.codec,org.eclipse.equinox.simpleconfigurator
|
||||||
osgi.framework.extensions=
|
osgi.framework.extensions=
|
||||||
osgi.bundles.defaultStartLevel=4
|
osgi.bundles.defaultStartLevel=4
|
||||||
eclipse.p2.profile=ServerProfile
|
eclipse.p2.profile=DefaultProfile
|
||||||
eclipse.p2.data.area=@config.dir/../../p2/
|
eclipse.p2.data.area=@config.dir/../../p2/
|
Loading…
Reference in New Issue