Put eclipse runtime into core for application support
https://sourceforge.net/tracker/?func=detail&aid=2700937&group_id=176962&atid=879334
This commit is contained in:
parent
cb2b5beb67
commit
4623a11668
|
@ -39,6 +39,14 @@ the following responsibilities:
|
|||
</target>
|
||||
|
||||
<target name="run-standalone">
|
||||
<move failonerror="false" file="${dist-standalone}/plugins/${adempiere-client}" todir="${dist-standalone}" />
|
||||
<java dir="${dist-standalone}" fork="true" jvmversion="1.6" jar="${dist-standalone}/${osgi-runtime}">
|
||||
<arg value="-console"/>
|
||||
<arg value="-clean"/>
|
||||
</java>
|
||||
</target>
|
||||
|
||||
<target name="debug-standalone">
|
||||
<move failonerror="false" file="${dist-standalone}/plugins/${adempiere-client}" todir="${dist-standalone}" />
|
||||
<java dir="${dist-standalone}" fork="true" jvmversion="1.6" jar="${dist-standalone}/${osgi-runtime}">
|
||||
<arg value="-console"/>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?pde version="3.5"?>
|
||||
|
||||
<target name="Equinox Target">
|
||||
|
|
Loading…
Reference in New Issue