diff options
Diffstat (limited to 'src/native/build.xml')
-rw-r--r-- | src/native/build.xml | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/native/build.xml b/src/native/build.xml index 76f0d25..89b6d86 100644 --- a/src/native/build.xml +++ b/src/native/build.xml @@ -1,21 +1,7 @@ <?xml version="1.0"?> -<!-- -/* - * $RCSfile$ - * - * Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved. - * - * Use is subject to license terms. - * - * $Revision$ - * $Date$ - * $State$ - */ - --> - <!-- Ant file for building native files --> -<project name="Java 3D" default="compile-opt"> +<project name="j3d-core native" default="compile-opt"> <target name="nativeSetup-debug-solaris" if="isSolarisOnSparc"> <property name="bldFlag" value="-g -DDEBUG"/> |