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

Peter Muir peter at bleepbleep.org.uk
Fri Sep 21 06:13:10 EDT 2007


  User: pmuir   
  Date: 07/09/21 06:13:10

  Modified:    examples  build.xml
  Log:
  Fix dvdstore
  
  Revision  Changes    Path
  1.35      +2 -2      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.34
  retrieving revision 1.35
  diff -u -b -r1.34 -r1.35
  --- build.xml	21 Sep 2007 09:46:31 -0000	1.34
  +++ build.xml	21 Sep 2007 10:13:10 -0000	1.35
  @@ -414,6 +414,8 @@
   
   	<!-- Compile the source code, directly into the jar -->
   	<target name="compile" depends="init, select-compiler">
  +		<property name="cp" refid="build.classpath" />
  +				<echo file="output">${cp}</echo>
   		<javac classpathref="build.classpath" destdir="${jar.dir}" debug="${javac.debug}" deprecation="${javac.deprecation}" nowarn="on">
   			<src path="${src.java.dir}" />
   		</javac>
  @@ -780,8 +782,6 @@
   			<path refid="build.classpath.extras" />
   			<path refid="emma.classpath" />
   		</path>
  -		<property name="cp" refid="test.classpath" />
  -		<echo file="output">${cp}</echo>
   		<taskdef resource="testngtasks" classpathref="build.classpath" />
   		<testng outputdir="${test-report.dir}">
                       <jvmarg value="-Xmx800M" />
  
  
  



More information about the jboss-cvs-commits mailing list