components/visual-panels/examples/src/java/vpanels/app/examples/build.xml
changeset 1410 ca9946e5736c
parent 827 0944d8c0158b
equal deleted inserted replaced
1409:9db4ba32e740 1410:ca9946e5736c
    17   fields enclosed by brackets "[]" replaced with your own identifying
    17   fields enclosed by brackets "[]" replaced with your own identifying
    18   information: Portions Copyright [yyyy] [name of copyright owner]
    18   information: Portions Copyright [yyyy] [name of copyright owner]
    19 
    19 
    20   CDDL HEADER END
    20   CDDL HEADER END
    21 
    21 
    22   Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
    22   Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
    23 -->
    23 -->
    24 
    24 
    25 <project default="jar">
    25 <project default="jar">
    26     <macrodef name="runant">
    26     <macrodef name="runant">
    27 	<attribute name="target" />
    27 	<attribute name="target" />
    38     </macrodef>
    38     </macrodef>
    39 
    39 
    40     <macrodef name="runant-all">
    40     <macrodef name="runant-all">
    41 	<attribute name="target" />
    41 	<attribute name="target" />
    42 	<sequential>
    42 	<sequential>
    43 	    <runant target="@{target}"
       
    44 		panel="example-time1"
       
    45 		class="com.oracle.solaris.vp.panels.example.time1.client.swing.TimePanelDescriptor"/>
       
    46 
       
    47 	    <runant target="@{target}"
    43 	    <runant target="@{target}"
    48 		panel="example-time2"
    44 		panel="example-time2"
    49 		class="com.oracle.solaris.vp.panels.example.time2.client.swing.TimePanelDescriptor"/>
    45 		class="com.oracle.solaris.vp.panels.example.time2.client.swing.TimePanelDescriptor"/>
    50 	</sequential>
    46 	</sequential>
    51     </macrodef>
    47     </macrodef>