[jboss-cvs] jboss-seam/examples ...

Norman Richards norman.richards at jboss.com
Tue Sep 25 14:06:42 EDT 2007


  User: nrichards
  Date: 07/09/25 14:06:42

  Modified:    examples  build.xml
  Log:
  add default info target
  
  Revision  Changes    Path
  1.41      +9 -1      jboss-seam/examples/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/build.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -b -r1.40 -r1.41
  --- build.xml	25 Sep 2007 16:13:20 -0000	1.40
  +++ build.xml	25 Sep 2007 18:06:42 -0000	1.41
  @@ -9,7 +9,7 @@
     USING SEAM sections you can see what jars are required (for use on JBoss AS)
     for Seam, and if you want to use the integration with other projects
   -->
  -<project name="SeamExample" default="deploy" basedir=".">
  +<project name="SeamExample" default="example-info" basedir=".">
   
   	<tstamp />
   
  @@ -418,6 +418,7 @@
   
   	<!-- Compile the source code, directly into the jar -->
   	<target name="compile" depends="init, select-compiler">
  +            <echo>lib is ${lib.dir}</echo>
   		<javac classpathref="build.classpath" destdir="${jar.dir}" debug="${javac.debug}" deprecation="${javac.deprecation}" nowarn="on" >
   			<src path="${src.java.dir}" />
   		</javac>
  @@ -818,4 +819,11 @@
   			<xmlfileset dir="${src.test.dir}" includes="**/*.xml" />
   		</testng>
   	</target>
  +
  +        <target name="example-info">
  +            <echo>
  +This is the Seam examples directory.  The example projects can be run 
  +using the individual build files in the each example subdirectory.
  +            </echo>
  +        </target>
   </project>
  
  
  



More information about the jboss-cvs-commits mailing list