aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorgregorypierce <[email protected]>2004-01-18 22:05:54 +0000
committergregorypierce <[email protected]>2004-01-18 22:05:54 +0000
commit715363e230aed22fe28081176ec3e780d593dbd6 (patch)
tree6a821b3bae915dfc71643af48dfaad8a66b982e1 /make
parent57180e0ac6b43213ccfeca99ba18b51b8104d343 (diff)
Modified the OSX jogl.properties location to something that actually exists on 10.3
Issue number: Obtained from: Submitted by: Reviewed by: git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@77 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index ef3938def..3d2fc663f 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -79,7 +79,7 @@
<!-- Load the user specified properties file that defines various host
- specific paths. The user will be notified if this is does not
- exist. -->
- <property name="user.properties.file" value="${user.home}/Library/Java/jogl.properties" />
+ <property name="user.properties.file" value="${user.home}/jogl.properties" />
<property file="${user.properties.file}" />
<echo message="Loaded ${user.properties.file}." />
<echo message="antlr.jar=${antlr.jar}" />