components/visual-panels/firewall/src/java/vpanels/app/firewall/build.xml
changeset 1410 ca9946e5736c
parent 827 0944d8c0158b
child 1700 d04a7bb15a5b
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 name="vpanels-panels-firewall" default="jar">
    25 <project name="vpanels-panels-firewall" default="jar">
    26 	<property environment="env" />
    26 	<property environment="env" />
    27 	<import file="${env.SRC}/ant-rules/build-panels.xml" />
    27 	<import file="${env.SRC}/ant-rules/build-panels.xml" />
    30 
    30 
    31 	<path id="classpath.javac">
    31 	<path id="classpath.javac">
    32 		<fileset refid="proj.extlibs" />
    32 		<fileset refid="proj.extlibs" />
    33 		<path refid="classpath.panels" />
    33 		<path refid="classpath.panels" />
    34 		<pathelement location="${abs.rad.java}/rad.jar" />
    34 		<pathelement location="${abs.rad.java}/rad.jar" />
    35 		<pathelement location="${abs.rad.java}/adr.jar" />
       
    36 	</path>
    35 	</path>
    37 
    36 
    38 	<property name="panel.panel" value="firewall" />
    37 	<property name="panel.panel" value="firewall" />
    39 	<property name="panel.class"
    38 	<property name="panel.class"
    40 	    value="com.oracle.solaris.vp.panels.firewall.client.swing.FirewallPanelDescriptor"
    39 	    value="com.oracle.solaris.vp.panels.firewall.client.swing.FirewallPanelDescriptor"