usr/src/java/vpanels/panels/time/build.xml
changeset 641 f1833b84c12f
parent 391 71abce159a62
--- a/usr/src/java/vpanels/panels/time/build.xml	Wed Jan 19 14:32:11 2011 -0500
+++ b/usr/src/java/vpanels/panels/time/build.xml	Fri Jan 21 17:24:05 2011 -0800
@@ -19,13 +19,14 @@
 
   CDDL HEADER END
 
-  Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
-  Use is subject to license terms.
+  Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
 -->
 
 <project name="vpanels-panels-time" default="jar">
 	<import file="../build-panels.xml" />
 
+	<target name="install_project" depends="install_icon" />
+
 	<path id="classpath.javac">
 		<fileset refid="ws.extlibs" />
 		<path refid="classpath.panels" />
@@ -37,4 +38,7 @@
 	<property name="panel.class"
 	    value="org.opensolaris.os.vp.panels.time.client.swing.TimePanelDescriptor" />
 	<property name="panel.name" value="Time &amp;amp; Date" />
+	<property name="panel.icon.src"
+	    value="org/opensolaris/os/vp/panels/time/client/swing/images/time-192.png" />
+	<property name="panel.icon.dst" value="time.png" />
 </project>