X Tutup
Skip to content

Commit 191349b

Browse files
author
jossonsmith
committed
Fix build problem under Eclipse 3.1
1 parent 7f13ae6 commit 191349b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.lib/build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Building j2s-core-*.z.js
1212
</description>
1313

14-
<property name="workspace.base" value="../.."/>
14+
<property name="workspace.base" value="${basedir}/../.."/>
1515

1616
<property name="j2s.core.project" value="${workspace.base}/net.sf.j2s.java.core"/>
1717
<property name="j2s.ajax.project" value="${workspace.base}/net.sf.j2s.ajax"/>

0 commit comments

Comments
 (0)
X Tutup