diff options
author | Sven Gothel <[email protected]> | 2009-03-20 17:41:03 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-03-20 17:41:03 +0000 |
commit | 3e71baf09a671f975654a20cdaae2e39263db620 (patch) | |
tree | 43ff8e614ce04e975e9323197db345751f90eb64 /make | |
parent | f5df275b63634869b93f84a0ff7286f74a2e547c (diff) |
Fix build all javadoc generated source path
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1895 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r-- | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 82e761862..9da8ca3fe 100644 --- a/make/build.xml +++ b/make/build.xml @@ -19,7 +19,7 @@ <property name="newt.build.xml" value="${newt.make.dir}/build-newt.xml" /> <property name="all.srcj.path" value="${src}/nativewindow/classes;${src}/jogl/classes;${src}/newt/classes" /> - <property name="all.genj.path" value="${build}-nativewindow/gensrc/classes;${build}-jogl/gensrc/classes;${build}-newt/gensrc/classes" /> + <property name="all.genj.path" value="${build}/nativewindow/gensrc/classes;${build}/jogl/gensrc/classes;${build}/newt/gensrc/classes" /> <!-- The javadoc dirs. --> <property name="javadoc" value="${project.root}/javadoc_public" /> |