diff options
author | Sven Gothel <[email protected]> | 2011-02-24 00:12:16 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-24 00:12:16 +0100 |
commit | cfa1ee0982dc9daae8ec44bbbf1a4297475c1c6c (patch) | |
tree | 61cbefea32dd4484e54ffba59139cc9f44e0e827 | |
parent | bd6a4471952d8d788ba613d9d5e3fc4c1adb3f0f (diff) |
gluegen-archivetasks.xml -> jogamp-archivetasks.xmlv2.0-rc2
-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 1d9f38d..b424fe0 100644 --- a/make/build.xml +++ b/make/build.xml @@ -32,7 +32,7 @@ <property name="gluegen.build" value="${gluegen.root}/${rootrel.build}" /> <!-- Pull in GlueGen cpptasks build file --> <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="jogl.root" value="${project.root}/../jogl" /> |