summaryrefslogtreecommitdiffstats
path: root/src/PrintCanvas3D/build.xml
blob: 0f1f6889fffd27345f5cff0be13ba26925b2cde8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0"?>

<!--
/*
 ***************************************************************
 *** 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.
 *
 * Use is subject to license terms.
 *
 * $Revision$
 * $Date$
 * $State$
 */
 -->

<project name="java3d-1.4.0" default="do.fail" basedir=".">

  <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 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>