jdk/make/modules/tools/build.xml
author jcoomes
Thu, 20 May 2010 08:32:11 -0700
changeset 5545 c531522ec99a
parent 4671 568f212d297d
child 5506 202f599c92aa
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4671
568f212d297d 6915502: Legal notice repairs needed in jdk/make/modules/tools
mchung
parents: 4524
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
4524
697144bd8b04 6909572: Add a new target for building modules
mchung
parents:
diff changeset
     2
4671
568f212d297d 6915502: Legal notice repairs needed in jdk/make/modules/tools
mchung
parents: 4524
diff changeset
     3
<!--
568f212d297d 6915502: Legal notice repairs needed in jdk/make/modules/tools
mchung
parents: 4524
diff changeset
     4
  Copyright 2009 Sun Microsystems, Inc.  All Rights Reserved.
568f212d297d 6915502: Legal notice repairs needed in jdk/make/modules/tools
mchung
parents: 4524
diff changeset
     5
  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4524
697144bd8b04 6909572: Add a new target for building modules
mchung
parents:
diff changeset
     6
4671
568f212d297d 6915502: Legal notice repairs needed in jdk/make/modules/tools
mchung
parents: 4524
diff changeset
     7
  This code is free software; you can redistribute it and/or modify it
568f212d297d 6915502: Legal notice repairs needed in jdk/make/modules/tools
mchung
parents: 4524
diff changeset
     8
  under the terms of the GNU General Public License version 2 only, as
568f212d297d 6915502: Legal notice repairs needed in jdk/make/modules/tools
mchung
parents: 4524
diff changeset
     9
  published by the Free Software Foundation.  Sun designates this
568f212d297d 6915502: Legal notice repairs needed in jdk/make/modules/tools
mchung
parents: 4524
diff changeset
    10
  particular file as subject to the "Classpath" exception as provided
568f212d297d 6915502: Legal notice repairs needed in jdk/make/modules/tools
mchung
parents: 4524
diff changeset
    11
  by Sun in the LICENSE file that accompanied this code.
4524
697144bd8b04 6909572: Add a new target for building modules
mchung
parents:
diff changeset
    12
4671
568f212d297d 6915502: Legal notice repairs needed in jdk/make/modules/tools
mchung
parents: 4524
diff changeset
    13
  This code is distributed in the hope that it will be useful, but WITHOUT
568f212d297d 6915502: Legal notice repairs needed in jdk/make/modules/tools
mchung
parents: 4524
diff changeset
    14
  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
568f212d297d 6915502: Legal notice repairs needed in jdk/make/modules/tools
mchung
parents: 4524
diff changeset
    15
  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
568f212d297d 6915502: Legal notice repairs needed in jdk/make/modules/tools
mchung
parents: 4524
diff changeset
    16
  version 2 for more details (a copy is included in the LICENSE file that
568f212d297d 6915502: Legal notice repairs needed in jdk/make/modules/tools
mchung
parents: 4524
diff changeset
    17
  accompanied this code).
4524
697144bd8b04 6909572: Add a new target for building modules
mchung
parents:
diff changeset
    18
4671
568f212d297d 6915502: Legal notice repairs needed in jdk/make/modules/tools
mchung
parents: 4524
diff changeset
    19
  You should have received a copy of the GNU General Public License version
568f212d297d 6915502: Legal notice repairs needed in jdk/make/modules/tools
mchung
parents: 4524
diff changeset
    20
  2 along with this work; if not, write to the Free Software Foundation,
568f212d297d 6915502: Legal notice repairs needed in jdk/make/modules/tools
mchung
parents: 4524
diff changeset
    21
  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
568f212d297d 6915502: Legal notice repairs needed in jdk/make/modules/tools
mchung
parents: 4524
diff changeset
    22
568f212d297d 6915502: Legal notice repairs needed in jdk/make/modules/tools
mchung
parents: 4524
diff changeset
    23
  Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
568f212d297d 6915502: Legal notice repairs needed in jdk/make/modules/tools
mchung
parents: 4524
diff changeset
    24
  CA 95054 USA or visit www.sun.com if you need additional information or
568f212d297d 6915502: Legal notice repairs needed in jdk/make/modules/tools
mchung
parents: 4524
diff changeset
    25
  have any questions.
4524
697144bd8b04 6909572: Add a new target for building modules
mchung
parents:
diff changeset
    26
-->
697144bd8b04 6909572: Add a new target for building modules
mchung
parents:
diff changeset
    27
697144bd8b04 6909572: Add a new target for building modules
mchung
parents:
diff changeset
    28
<project name="classanalyzer" default="build" basedir=".">
697144bd8b04 6909572: Add a new target for building modules
mchung
parents:
diff changeset
    29
</project>