dev@javaserverfaces.java.net

Review: build changes

From: Jayashri Visvanathan <Jayashri.Visvanathan_at_Sun.COM>
Date: Fri, 16 Jul 2004 18:44:55 -0700

javaserverfaces-sources
================
A build.xml
    Top level build.xml to publish binaries and sources on java.net

jsf-demo
======
M build.xml
  * include jsf-portlet.jar in the distribution
  * include portlet-guessNumber sample application in the
    distribution.


Index: build.xml
===================================================================
RCS file: /cvs/javaserverfaces-sources/jsf-demo/build.xml,v
retrieving revision 1.78
diff -u -r1.78 build.xml
--- build.xml 21 May 2004 23:49:55 -0000 1.78
+++ build.xml 17 Jul 2004 01:37:33 -0000
@@ -277,6 +277,8 @@
           file="${basedir}/carstore/build/jsf-cardemo.war"/>
     <copy todir="${dist.home}/samples"
           file="${basedir}/guessNumber/build/jsf-guessNumber.war"/>
+ <copy todir="${dist.home}/samples"
+ file="${basedir}/portlet-guessNumber/build/portlet-guessNumber.war"/>
     <copy todir="${dist.home}/samples"
           file="${basedir}/nonjsp/dist/jsf-nonjsp.war"/>
     <echo> copy the demo-components.jar </echo>
@@ -322,6 +324,9 @@
     </copy>
     <copy file="${basedir}/components/wspack-build.xml"
           tofile="${dist.home}/samples/components/build.xml" />
+ <copy todir="${dist.home}/samples/portlet-guessNumber" includeEmptyDirs="false">
+ <fileset dir="${basedir}/portlet-guessNumber"/>
+ </copy>
   </target>
 
 
@@ -329,6 +334,7 @@
     <echo> copy the necessary libs </echo>
     <copy file="${jsf-api.jar}" todir="${dist.home}/lib"/>
     <copy file="${jsf-impl.jar}" todir="${dist.home}/lib"/>
+ <copy file="${jsf-portlet.jar}" todir="${dist.home}/lib"/>
     <copy file="${jsf-ri.home}/build/generate/conf/share/html_basic.tld" todir="${dist.home}/lib"/>
     <copy file="${jsf-ri.home}/conf/share/jsf_core.tld" todir="${dist.home}/lib"/>
   </target>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_javaserverfaces.dev.java.net
For additional commands, e-mail: dev-help_at_javaserverfaces.dev.java.net