summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjada <jada@28c7f869-5b4e-e670-f602-82bfaf57f300>2005-10-25 23:22:00 +0000
committerjada <jada@28c7f869-5b4e-e670-f602-82bfaf57f300>2005-10-25 23:22:00 +0000
commit8c97f7c313e9d268a8159394fe0bfb056d4b6019 (patch)
tree39c23987b02ae59cc9edb360bdfb1ab500fc2b72
parente63928ebbdc63d6da0c6f0b8fae47a6e8a75e859 (diff)
Make dev-1_4 branch build scripts obsolete.dev-1_4
-rw-r--r--src/AWT_Interaction/build.xml85
-rw-r--r--src/AlternateAppearance/build.xml85
-rw-r--r--src/Appearance/build.xml85
-rw-r--r--src/AppearanceMixed/build.xml85
-rw-r--r--src/Background/build.xml85
-rw-r--r--src/CgShaderTest/build.xml85
-rw-r--r--src/ConfiguredUniverse/build.xml85
-rw-r--r--src/ConicWorld/build.xml85
-rw-r--r--src/DepthFuncTest/build.xml85
-rw-r--r--src/DistortGlyph/build.xml85
-rw-r--r--src/FPSCounter/build.xml85
-rw-r--r--src/FourByFour/build.xml85
-rw-r--r--src/GLSLShaderTest/build.xml85
-rw-r--r--src/GearTest/build.xml85
-rw-r--r--src/GeometryByReference/build.xml85
-rw-r--r--src/GeometryCompression/build.xml85
-rw-r--r--src/HelloUniverse/build.xml85
-rw-r--r--src/LOD/build.xml85
-rw-r--r--src/Lightwave/build.xml85
-rw-r--r--src/ModelClip/build.xml85
-rw-r--r--src/Morphing/build.xml85
-rw-r--r--src/ObjLoad/build.xml85
-rw-r--r--src/OffScreenCanvas3D/build.xml85
-rw-r--r--src/OrientedShape3D/build.xml85
-rw-r--r--src/PackageInfo/build.xml85
-rw-r--r--src/PickTest/build.xml85
-rw-r--r--src/PickText3D/build.xml85
-rw-r--r--src/PlatformGeometry/build.xml85
-rw-r--r--src/PrintCanvas3D/build.xml85
-rw-r--r--src/PureImmediate/build.xml85
-rw-r--r--src/ReadRaster/build.xml85
-rw-r--r--src/SgChangerListener/build.xml85
-rw-r--r--src/Sound/build.xml85
-rw-r--r--src/SphereMotion/build.xml85
-rw-r--r--src/SplineAnim/build.xml85
-rw-r--r--src/Text2D/build.xml85
-rw-r--r--src/Text3D/build.xml85
-rw-r--r--src/TextureByReference/build.xml85
-rw-r--r--src/TextureTest/build.xml85
-rw-r--r--src/TickTockCollision/build.xml85
-rw-r--r--src/TickTockPicking/build.xml85
-rw-r--r--src/Timer/build.xml85
-rw-r--r--src/VirtualInputDevice/build.xml85
43 files changed, 1505 insertions, 2150 deletions
diff --git a/src/AWT_Interaction/build.xml b/src/AWT_Interaction/build.xml
index 47e5a36..0f1f688 100644
--- a/src/AWT_Interaction/build.xml
+++ b/src/AWT_Interaction/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/AlternateAppearance/build.xml b/src/AlternateAppearance/build.xml
index 47e5a36..0f1f688 100644
--- a/src/AlternateAppearance/build.xml
+++ b/src/AlternateAppearance/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/Appearance/build.xml b/src/Appearance/build.xml
index 47e5a36..0f1f688 100644
--- a/src/Appearance/build.xml
+++ b/src/Appearance/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/AppearanceMixed/build.xml b/src/AppearanceMixed/build.xml
index 47e5a36..0f1f688 100644
--- a/src/AppearanceMixed/build.xml
+++ b/src/AppearanceMixed/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/Background/build.xml b/src/Background/build.xml
index 47e5a36..0f1f688 100644
--- a/src/Background/build.xml
+++ b/src/Background/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/CgShaderTest/build.xml b/src/CgShaderTest/build.xml
index 47e5a36..0f1f688 100644
--- a/src/CgShaderTest/build.xml
+++ b/src/CgShaderTest/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/ConfiguredUniverse/build.xml b/src/ConfiguredUniverse/build.xml
index 47e5a36..0f1f688 100644
--- a/src/ConfiguredUniverse/build.xml
+++ b/src/ConfiguredUniverse/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/ConicWorld/build.xml b/src/ConicWorld/build.xml
index 47e5a36..0f1f688 100644
--- a/src/ConicWorld/build.xml
+++ b/src/ConicWorld/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/DepthFuncTest/build.xml b/src/DepthFuncTest/build.xml
index 47e5a36..0f1f688 100644
--- a/src/DepthFuncTest/build.xml
+++ b/src/DepthFuncTest/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/DistortGlyph/build.xml b/src/DistortGlyph/build.xml
index 47e5a36..0f1f688 100644
--- a/src/DistortGlyph/build.xml
+++ b/src/DistortGlyph/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/FPSCounter/build.xml b/src/FPSCounter/build.xml
index 47e5a36..0f1f688 100644
--- a/src/FPSCounter/build.xml
+++ b/src/FPSCounter/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/FourByFour/build.xml b/src/FourByFour/build.xml
index 47e5a36..0f1f688 100644
--- a/src/FourByFour/build.xml
+++ b/src/FourByFour/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/GLSLShaderTest/build.xml b/src/GLSLShaderTest/build.xml
index 47e5a36..0f1f688 100644
--- a/src/GLSLShaderTest/build.xml
+++ b/src/GLSLShaderTest/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/GearTest/build.xml b/src/GearTest/build.xml
index 47e5a36..0f1f688 100644
--- a/src/GearTest/build.xml
+++ b/src/GearTest/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/GeometryByReference/build.xml b/src/GeometryByReference/build.xml
index 47e5a36..0f1f688 100644
--- a/src/GeometryByReference/build.xml
+++ b/src/GeometryByReference/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/GeometryCompression/build.xml b/src/GeometryCompression/build.xml
index 47e5a36..0f1f688 100644
--- a/src/GeometryCompression/build.xml
+++ b/src/GeometryCompression/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/HelloUniverse/build.xml b/src/HelloUniverse/build.xml
index 47e5a36..0f1f688 100644
--- a/src/HelloUniverse/build.xml
+++ b/src/HelloUniverse/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/LOD/build.xml b/src/LOD/build.xml
index 47e5a36..0f1f688 100644
--- a/src/LOD/build.xml
+++ b/src/LOD/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/Lightwave/build.xml b/src/Lightwave/build.xml
index 47e5a36..0f1f688 100644
--- a/src/Lightwave/build.xml
+++ b/src/Lightwave/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/ModelClip/build.xml b/src/ModelClip/build.xml
index 47e5a36..0f1f688 100644
--- a/src/ModelClip/build.xml
+++ b/src/ModelClip/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/Morphing/build.xml b/src/Morphing/build.xml
index 47e5a36..0f1f688 100644
--- a/src/Morphing/build.xml
+++ b/src/Morphing/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/ObjLoad/build.xml b/src/ObjLoad/build.xml
index 47e5a36..0f1f688 100644
--- a/src/ObjLoad/build.xml
+++ b/src/ObjLoad/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/OffScreenCanvas3D/build.xml b/src/OffScreenCanvas3D/build.xml
index 47e5a36..0f1f688 100644
--- a/src/OffScreenCanvas3D/build.xml
+++ b/src/OffScreenCanvas3D/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/OrientedShape3D/build.xml b/src/OrientedShape3D/build.xml
index 47e5a36..0f1f688 100644
--- a/src/OrientedShape3D/build.xml
+++ b/src/OrientedShape3D/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/PackageInfo/build.xml b/src/PackageInfo/build.xml
index 47e5a36..0f1f688 100644
--- a/src/PackageInfo/build.xml
+++ b/src/PackageInfo/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/PickTest/build.xml b/src/PickTest/build.xml
index 47e5a36..0f1f688 100644
--- a/src/PickTest/build.xml
+++ b/src/PickTest/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/PickText3D/build.xml b/src/PickText3D/build.xml
index 47e5a36..0f1f688 100644
--- a/src/PickText3D/build.xml
+++ b/src/PickText3D/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/PlatformGeometry/build.xml b/src/PlatformGeometry/build.xml
index 47e5a36..0f1f688 100644
--- a/src/PlatformGeometry/build.xml
+++ b/src/PlatformGeometry/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/PrintCanvas3D/build.xml b/src/PrintCanvas3D/build.xml
index 47e5a36..0f1f688 100644
--- a/src/PrintCanvas3D/build.xml
+++ b/src/PrintCanvas3D/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/PureImmediate/build.xml b/src/PureImmediate/build.xml
index 47e5a36..0f1f688 100644
--- a/src/PureImmediate/build.xml
+++ b/src/PureImmediate/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/ReadRaster/build.xml b/src/ReadRaster/build.xml
index 47e5a36..0f1f688 100644
--- a/src/ReadRaster/build.xml
+++ b/src/ReadRaster/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/SgChangerListener/build.xml b/src/SgChangerListener/build.xml
index 47e5a36..0f1f688 100644
--- a/src/SgChangerListener/build.xml
+++ b/src/SgChangerListener/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/Sound/build.xml b/src/Sound/build.xml
index 47e5a36..0f1f688 100644
--- a/src/Sound/build.xml
+++ b/src/Sound/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/SphereMotion/build.xml b/src/SphereMotion/build.xml
index 47e5a36..0f1f688 100644
--- a/src/SphereMotion/build.xml
+++ b/src/SphereMotion/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/SplineAnim/build.xml b/src/SplineAnim/build.xml
index 47e5a36..0f1f688 100644
--- a/src/SplineAnim/build.xml
+++ b/src/SplineAnim/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/Text2D/build.xml b/src/Text2D/build.xml
index 47e5a36..0f1f688 100644
--- a/src/Text2D/build.xml
+++ b/src/Text2D/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/Text3D/build.xml b/src/Text3D/build.xml
index 47e5a36..0f1f688 100644
--- a/src/Text3D/build.xml
+++ b/src/Text3D/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/TextureByReference/build.xml b/src/TextureByReference/build.xml
index 47e5a36..0f1f688 100644
--- a/src/TextureByReference/build.xml
+++ b/src/TextureByReference/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/TextureTest/build.xml b/src/TextureTest/build.xml
index 47e5a36..0f1f688 100644
--- a/src/TextureTest/build.xml
+++ b/src/TextureTest/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/TickTockCollision/build.xml b/src/TickTockCollision/build.xml
index 47e5a36..0f1f688 100644
--- a/src/TickTockCollision/build.xml
+++ b/src/TickTockCollision/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/TickTockPicking/build.xml b/src/TickTockPicking/build.xml
index 47e5a36..0f1f688 100644
--- a/src/TickTockPicking/build.xml
+++ b/src/TickTockPicking/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/Timer/build.xml b/src/Timer/build.xml
index 47e5a36..0f1f688 100644
--- a/src/Timer/build.xml
+++ b/src/Timer/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>
diff --git a/src/VirtualInputDevice/build.xml b/src/VirtualInputDevice/build.xml
index 47e5a36..0f1f688 100644
--- a/src/VirtualInputDevice/build.xml
+++ b/src/VirtualInputDevice/build.xml
@@ -2,43 +2,16 @@
<!--
/*
+ ***************************************************************
+ *** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***
+ *** ALL 1.4.0 development is now on the trunk (MAIN branch) ***
+ ***************************************************************
+ *
* $RCSfile$
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistribution of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistribution in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * Neither the name of Sun Microsystems, Inc. or the names of
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * This software is provided "AS IS," without a warranty of any
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
- *
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
+ * Use is subject to license terms.
*
* $Revision$
* $Date$
@@ -46,24 +19,36 @@
*/
-->
-<project basedir="." default="compile">
- <target name="compile">
- <javac
- destdir="." srcdir="."
- source="1.4" target="1.4"
- debug="true" deprecation="true">
- </javac>
- </target>
+<project name="java3d-1.4.0" default="do.fail" basedir=".">
- <target name="all" depends="compile">
- </target>
+ <target name="echo" depends="do.fail" />
+ <target name="init" depends="do.fail" />
+ <target name="compile-debug" depends="do.fail" />
+ <target name="compile-opt" depends="do.fail" />
+ <target name="compile" depends="do.fail" />
+ <target name="jar-debug" depends="do.fail" />
+ <target name="jar-opt" depends="do.fail" />
+ <target name="jar" depends="do.fail" />
+ <target name="docs-jcp" depends="do.fail" />
+ <target name="docs-public" depends="do.fail" />
+ <target name="docs-private" depends="do.fail" />
+ <target name="docs" depends="do.fail" />
+ <target name="dist" depends="do.fail" />
+ <target name="all" depends="do.fail" />
+ <target name="rpm" depends="do.fail" />
+ <target name="release" depends="do.fail" />
+ <target name="clean-dist" depends="do.fail" />
+ <target name="clean" depends="do.fail" />
+ <target name="clean-all" depends="do.fail" />
+ <target name="install-debug" depends="do.fail" />
+ <target name="uninstall" depends="do.fail" />
- <target description="Clean all build products." name="clean">
- <delete>
- <fileset dir=".">
- <include name="**/*.class"/>
- </fileset>
- </delete>
- </target>
+ <target name="do.fail">
+ <echo message="***************************************************************"/>
+ <echo message="*** WARNING: THIS CVS BRANCH IS NOW OBSOLETE ***"/>
+ <echo message="*** ALL 1.4.0 development is now on the trunk (MAIN branch) ***"/>
+ <echo message="***************************************************************"/>
+ <fail message="ABORT"/>
+ </target>
</project>