usr/src/java/vpanels/panels/apache/build.xml
changeset 641 f1833b84c12f
parent 556 4db6c449f366
equal deleted inserted replaced
640:d2f5ddc6d701 641:f1833b84c12f
    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, 2010, Oracle and/or its affiliates. All rights reserved.
    22   Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
    23 -->
    23 -->
    24 
    24 
    25 <project name="vpanels-panels-apache" default="jar">
    25 <project name="vpanels-panels-apache" default="jar">
    26 	<property name="panel.panel" value="apache" />
    26 	<property name="panel.panel" value="apache" />
    27 	<property name="panel.class"
    27 	<property name="panel.class"
    28 	    value="org.opensolaris.os.vp.panels.apache.client.swing.ApachePanelDescriptor"
    28 	    value="org.opensolaris.os.vp.panels.apache.client.swing.ApachePanelDescriptor"
    29 	    />
    29 	    />
    30 	<property name="panel.name" value="Apache Web Server" />
    30 	<property name="panel.name" value="Apache Web Server" />
       
    31 	<property name="panel.icon.src"
       
    32 	    value="org/opensolaris/os/vp/panels/apache/client/swing/images/apache-129.png" />
       
    33 	<property name="panel.icon.dst" value="apache.png" />
    31 
    34 
    32 	<import file="../build-panels.xml" />
    35 	<import file="../build-panels.xml" />
       
    36 
       
    37 	<target name="install_project" depends="install_icon" />
    33 
    38 
    34 	<path id="classpath.javac">
    39 	<path id="classpath.javac">
    35 		<path refid="classpath.panels" />
    40 		<path refid="classpath.panels" />
    36                 <pathelement location="${ws.java}/rad/rad.jar" />
    41                 <pathelement location="${ws.java}/rad/rad.jar" />
    37                 <pathelement location="${ws.java}/adr/adr.jar" />
    42                 <pathelement location="${ws.java}/adr/adr.jar" />