build-vpanels.xml revision 883
3112N/A<?xml version="1.0"?>
3112N/A<!--
3112N/A CDDL HEADER START
3112N/A
3112N/A The contents of this file are subject to the terms of the
3112N/A Common Development and Distribution License (the "License").
3112N/A You may not use this file except in compliance with the License.
3112N/A
3112N/A You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3112N/A or http://www.opensolaris.org/os/licensing.
3112N/A See the License for the specific language governing permissions
3112N/A and limitations under the License.
3112N/A
3112N/A When distributing Covered Code, include this CDDL HEADER in each
3112N/A file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3112N/A If applicable, add the following below this CDDL HEADER, with the
3112N/A fields enclosed by brackets "[]" replaced with your own identifying
3112N/A information: Portions Copyright [yyyy] [name of copyright owner]
3112N/A
3112N/A CDDL HEADER END
3112N/A
3112N/A Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
3112N/A-->
5065N/A
5417N/A<project name="vpanelsdef">
5065N/A <import file="build-common.xml" />
5065N/A <import file="env-vpanels.xml" />
5065N/A
3112N/A <presetdef name="generate.struct">
880N/A <apply executable="${env.SRC}/tools/makestruct" dir="."
880N/A relative="true" dest="${proj.gen}">
880N/A <mapper type="glob" id="out" from="*.in"
880N/A to="${proj.gen}/*.java" />
880N/A <fileset dir="." includes="com/**/*.in"
880N/A excludes="**/*.*.in" />
880N/A <arg value="-o" />
880N/A <targetfile />
927N/A <arg value="-i" />
5065N/A </apply>
5065N/A </presetdef>
927N/A
880N/A <target name="install" depends="commondef.install,l10n"/>
880N/A <install.l10n />
880N/A</project>
927N/A