diff options
author | Sven Gothel <[email protected]> | 2011-02-24 00:12:10 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-24 00:12:10 +0100 |
commit | 60bef22a93d3406b960f059299bd31c72dcad959 (patch) | |
tree | b7918791be306e93dc0fc5b6cc7f9bdc7579ef5c | |
parent | 355161e55d024f0009efede647e5a72a61802f58 (diff) |
gluegen-archivetasks.xml -> jogamp-archivetasks.xml
-rw-r--r-- | make/build-common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-common.xml b/make/build-common.xml index f350405c5..eb1162186 100644 --- a/make/build-common.xml +++ b/make/build-common.xml @@ -15,7 +15,7 @@ <!-- Pull in GlueGen cpptasks build file --> <property name="gluegen.root" value="../../gluegen" /> <import file="${gluegen.root}/make/gluegen-cpptasks.xml" /> - <import file="${gluegen.root}/make/gluegen-archivetasks.xml" /> + <import file="${gluegen.root}/make/jogamp-archivetasks.xml" /> <import file="${gluegen.root}/make/jogamp-env.xml" /> <property name="ant-contrib.jar" value="${gluegen.root}/make/lib/ant-contrib-1.0b3.jar" /> |