summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-15 14:19:00 +0100
committerSven Gothel <[email protected]>2010-11-15 14:19:00 +0100
commitafb7a50fbd9953c63c725b3a369aa93a8d24d8e8 (patch)
treea1d39e5eff670b81c90081af2077f4bb01b70126 /make
parentca54493f70fa3437717f6622ccb597a88d9ddf82 (diff)
Javadoc URL: Use rel. gluegen URL utilizing jogamp-next/javadoc/<module>/javadoc
Diffstat (limited to 'make')
-rw-r--r--make/build.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml
index eec219015..1ca353b6e 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -5,8 +5,9 @@
<target name="init" depends="common.init">
<!-- The javadoc dirs. -->
- <property name="javadoc" value="${build}/javadoc" />
- <property name="gluegen.link" value="http://jogamp.org/deployment/gluegen-next/javadoc/" />
+ <property name="javadoc" value="${build}/javadoc" /> <!-- http://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/ -->
+ <property name="gluegen.link" value="../../gluegen/javadoc/" /> <!-- http://jogamp.org/deployment/jogamp-next/javadoc/gluegen/javadoc/ -->
+ <!--property name="javadoc.link" value="http://download.oracle.com/javase/1.4.2/docs/api/"/-->
<property name="javadoc.link" value="http://java.sun.com/j2se/1.4.2/docs/api/" />
<property name="javadoc.overview" value="doc/jogl/spec-overview.html" />