components/visual-panels/smf/src/java/vpanels/app/svcs/build.xml
branchs11-update
changeset 2805 4888f6212f94
parent 827 0944d8c0158b
child 1700 d04a7bb15a5b
equal deleted inserted replaced
2804:7546c836fd87 2805:4888f6212f94
    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-svcs" default="jar">
    25 <project name="vpanels-panels-svcs" default="jar">
    26 	<property environment="env" />
    26 	<property environment="env" />
    27 
    27 
    39 	<target name="install_project" depends="install_icon" />
    39 	<target name="install_project" depends="install_icon" />
    40 
    40 
    41 	<path id="classpath.javac">
    41 	<path id="classpath.javac">
    42 		<path refid="classpath.panels" />
    42 		<path refid="classpath.panels" />
    43 		<pathelement location="${abs.rad.java}/rad.jar" />
    43 		<pathelement location="${abs.rad.java}/rad.jar" />
    44 		<pathelement location="${abs.rad.java}/adr.jar" />
       
    45 	</path>
    44 	</path>
    46 </project>
    45 </project>