IDEMPIERE-2245 Platform Upgrade for r3. Fix the need to have -Dosgi.user.area, -Dosgi.user.area.default and -Dosgi.configuration.area.default entries in eclipse.ini. Fix basedir for ant file.
This commit is contained in:
parent
88409282ee
commit
fd23d8427c
|
@ -1,6 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="adempiere.rmap">
|
||||
<cq:rootRequest name="org.adempiere.sdk" componentType="eclipse.feature"/>
|
||||
<cq:property key="buckminster.download.source" value="true"/>
|
||||
<cq:property key="osgi.configuration.area.default" value="configuration"/>
|
||||
<cq:property key="osgi.user.area" value="${user.home}"/>
|
||||
<cq:property key="osgi.user.area.default" value="${user.home}"/>
|
||||
<cq:property key="target.arch" value="*"/>
|
||||
<cq:property key="target.os" value="*"/>
|
||||
<cq:property key="target.ws" value="*"/>
|
||||
|
|
|
@ -13,3 +13,7 @@ target.arch=*
|
|||
product.features=org.idempiere.eclipse.platform.feature.group, org.idempiere.fitnesse.feature.group
|
||||
product.profile=DefaultProfile
|
||||
product.id=org.adempiere.server.product
|
||||
|
||||
osgi.user.area=${user.home}
|
||||
osgi.user.area.default=${user.home}
|
||||
osgi.configuration.area.default=configuration
|
||||
|
|
|
@ -13,3 +13,7 @@ target.arch=x86
|
|||
product.features=org.idempiere.eclipse.platform.feature.group, org.idempiere.fitnesse.feature.group
|
||||
product.profile=DefaultProfile
|
||||
product.id=org.adempiere.server.product
|
||||
|
||||
osgi.user.area=${user.home}
|
||||
osgi.user.area.default=${user.home}
|
||||
osgi.configuration.area.default=configuration
|
||||
|
|
|
@ -13,3 +13,8 @@ target.arch=x86_64
|
|||
product.features=org.idempiere.eclipse.platform.feature.group, org.idempiere.fitnesse.feature.group
|
||||
product.profile=DefaultProfile
|
||||
product.id=org.adempiere.server.product
|
||||
|
||||
osgi.user.area=${user.home}
|
||||
osgi.user.area.default=${user.home}
|
||||
osgi.configuration.area.default=configuration
|
||||
|
||||
|
|
|
@ -13,3 +13,7 @@ target.arch=x86
|
|||
product.features=org.idempiere.eclipse.platform.feature.group, org.idempiere.fitnesse.feature.group
|
||||
product.profile=DefaultProfile
|
||||
product.id=org.adempiere.server.product
|
||||
|
||||
osgi.user.area=${user.home}
|
||||
osgi.user.area.default=${user.home}
|
||||
osgi.configuration.area.default=configuration
|
||||
|
|
|
@ -13,3 +13,7 @@ target.arch=x86
|
|||
product.features=org.idempiere.eclipse.platform.feature.group, org.idempiere.fitnesse.feature.group
|
||||
product.profile=DefaultProfile
|
||||
product.id=org.adempiere.server.product
|
||||
|
||||
osgi.user.area=${user.home}
|
||||
osgi.user.area.default=${user.home}
|
||||
osgi.configuration.area.default=configuration
|
||||
|
|
|
@ -13,3 +13,7 @@ target.arch=x86
|
|||
product.features=org.idempiere.eclipse.platform.feature.group, org.idempiere.fitnesse.feature.group
|
||||
product.profile=DefaultProfile
|
||||
product.id=org.adempiere.server.product
|
||||
|
||||
osgi.user.area=${user.home}
|
||||
osgi.user.area.default=${user.home}
|
||||
osgi.configuration.area.default=configuration
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<project name="zklibrary" basedir=".." default="copy">
|
||||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/zk/zk/7.0.3/zk-7.0.3.jar" dest="lib" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/zk/zul/7.0.3/zul-7.0.3.jar" dest="lib" usetimestamp="true" verbose="true" retries="5"/>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/zkforge/timelinez/2.3.1_50/timelinez-2.3.1_50.jar" dest="lib" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/zkforge/timeplotz/1.1_50/timeplotz-1.1_50.jar" dest="lib" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/calendar/calendar/2.1.4/calendar-2.1.4.jar" dest="lib" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://repo1.maven.org/maven2/org/python/jython/2.5.3/jython-2.5.3.jar" dest="lib" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://repo1.maven.org/maven2/org/jruby/jruby-complete/1.7.15/jruby-complete-1.7.15.jar" dest="lib" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://repo1.maven.org/maven2/org/python/jython/2.5.3/jython-2.5.3.jar" dest="lib" usetimestamp="true" verbose="true" retries="5" maxtime="600"/>
|
||||
<get src="http://repo1.maven.org/maven2/org/jruby/jruby-complete/1.7.15/jruby-complete-1.7.15.jar" dest="lib" usetimestamp="true" verbose="true" retries="5" maxtime="600"/>
|
||||
</target>
|
||||
</project>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<project name="zklibrary" basedir=".." default="copy">
|
||||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/zk/zk/7.0.3/zk-7.0.3-sources.jar" dest="lib/src" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/zk/zul/7.0.3/zul-7.0.3-sources.jar" dest="lib/src" usetimestamp="true" verbose="true" retries="5"/>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/zkforge/timelinez/2.3.1_50/timelinez-2.3.1_50-sources.jar" dest="lib/src" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/zkforge/timeplotz/1.1_50/timeplotz-1.1_50-sources.jar" dest="lib/src" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/calendar/calendar/2.1.4/calendar-2.1.4-sources.jar" dest="lib/src" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://repo1.maven.org/maven2/org/python/jython/2.5.3/jython-2.5.3-sources.jar" dest="lib/src" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://repo1.maven.org/maven2/org/jruby/jruby-complete/1.7.15/jruby-complete-1.7.15-sources.jar" dest="lib/src" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://repo1.maven.org/maven2/org/python/jython/2.5.3/jython-2.5.3-sources.jar" dest="lib/src" usetimestamp="true" verbose="true" retries="5" maxtime="600"/>
|
||||
<get src="http://repo1.maven.org/maven2/org/jruby/jruby-complete/1.7.15/jruby-complete-1.7.15-sources.jar" dest="lib/src" usetimestamp="true" verbose="true" retries="5" maxtime="600"/>
|
||||
</target>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue