From ebc1ae27a0f07961fb3b9875e30a1540179bb311 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Wed, 17 Jun 2009 15:45:46 +0000 Subject: Fixed problem with building of source archive when rootrel.build is set, although inevitably this target can not know which directories to exclude if multiple rootrel.build targets are used within the same working copy, given that we don't want to specialize it to know exactly which top-level files and directories are present. Improved "clean" target to actually delete the entire build directory. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1979 232f8b59-042b-4e1e-8c03-345bb8c30851 --- make/build.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/make/build.xml b/make/build.xml index 0bf0d97a7..91d9a97c4 100644 --- a/make/build.xml +++ b/make/build.xml @@ -136,15 +136,20 @@ --> + + includes="jogl/${rootrel.build}/jogl/gensrc/classes/javax/media/opengl/**" /> @@ -158,6 +163,9 @@ + + + -- cgit v1.2.3