use variable instead of hard coded path - make running in eclipse easier
This commit is contained in:
parent
fca91a6f4c
commit
dec3d9ed24
|
@ -3,6 +3,6 @@
|
||||||
|
|
||||||
<target name="Equinox Target">
|
<target name="Equinox Target">
|
||||||
<locations>
|
<locations>
|
||||||
<location path="/Users/viola/Workspaces/adempiere/adempiereTrunk/equinox-target" type="Directory"/>
|
<location path="${workspace_loc}/equinox-target" type="Directory"/>
|
||||||
</locations>
|
</locations>
|
||||||
</target>
|
</target>
|
||||||
|
|
Loading…
Reference in New Issue