[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Tue Jun 26 19:03:25 EDT 2007


  User: gavin   
  Date: 07/06/26 19:03:25

  Modified:    jboss-seam  build.xml
  Log:
  kick trinidad stuff out of the dist
  
  Revision  Changes    Path
  1.217     +1 -1      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.216
  retrieving revision 1.217
  diff -u -b -r1.216 -r1.217
  --- build.xml	26 Jun 2007 21:44:03 -0000	1.216
  +++ build.xml	26 Jun 2007 23:03:25 -0000	1.217
  @@ -1228,7 +1228,7 @@
   		</replace>
   	</target>
   
  -	<target name="dist" depends="cleandist,build,javadoc,copysource,copylib,copyexamples,copyseamgen,copytrinidad,refdoc,extras" description="Build everything and package">
  +	<target name="dist" depends="cleandist,build,javadoc,copysource,copylib,copyexamples,copyseamgen,refdoc,extras" description="Build everything and package">
   		<zip zipfile="${dist.dir}.zip">
   			<zipfileset prefix="${dist.name}" dir="${dist.dir}" />
   		</zip>
  
  
  



More information about the jboss-cvs-commits mailing list