[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Fri Sep 21 07:02:32 EDT 2007


  User: pmuir   
  Date: 07/09/21 07:02:32

  Modified:    jboss-seam   build.xml
  Removed:     jboss-seam   .classpath
  Log:
  Eclipse classpath generator, remove spring from jcaptcha dependencies, tidy up
  
  Revision  Changes    Path
  1.272     +15 -0     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.271
  retrieving revision 1.272
  diff -u -b -r1.271 -r1.272
  --- build.xml	21 Sep 2007 10:13:10 -0000	1.271
  +++ build.xml	21 Sep 2007 11:02:31 -0000	1.272
  @@ -856,4 +856,19 @@
   		</sequential>
   	</macrodef>
   
  +	<target name="initallmodules" depends="initcore, initdebug, initgen, initioc, initmail, initpdf, initremoting, initui" />
  +	
  +	<target name="eclipseclasspath" depends="initallmodules" description="Update eclipse classpath">
  +		<eclipseClasspath tofile=".classpath" file="${build.dir}/classpath.tmpl" filterProperty="automagic.classpath.entries">
  +			<path refid="compile.core.path" />
  +			<path refid="compile.debug.path" />
  +			<path refid="compile.gen.path" />
  +			<path refid="compile.ioc.path" />
  +			<path refid="compile.mail.path" />
  +			<path refid="compile.pdf.path" />
  +			<path refid="compile.remoting.path" />
  +			<path refid="compile.ui.path" />
  +		</eclipseClasspath>
  +	</target>
  +
   </project>
  
  
  



More information about the jboss-cvs-commits mailing list