1 <?xml version="1.0" encoding="UTF-8"?> 2 3 <!-- 4 - CDDL HEADER START 5 - The contents of this file are subject to the terms of the Common 6 - Development and Distribution License (the "License"). You can find a copy 7 - of the License in the file OPENSOLARIS.LICENSE at the root of the source 8 - archive containing this file or at http://www.opensolaris.org/os/licensing. 9 - When distributing Covered Code, include this CDDL header in each file and 10 - include the License file at the root of your source archive. 11 - CDDL HEADER END 12 --> 13 14 <!-- 15 - Copyright 2007 Sun Microsystems, Inc. All rights reserved. 16 --> 17 18 <project name="portal-builder" default="all" basedir="./bin/build/"> 19 20 <description> 21 This file serves as the main build script for building Tonic in JDK 1.5 platform. This script provides 22 targets to build the application as well as manage the database and the 23 configuration for the application server. 24 </description> 25 26 <import file="./bin/build/build.xml"/> 27 28 </project> 29