[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Thu Jul 12 04:58:29 EDT 2007


  User: pmuir   
  Date: 07/07/12 04:58:29

  Modified:    jboss-seam  build.xml
  Log:
  Fix build
  
  Revision  Changes    Path
  1.236     +5 -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.235
  retrieving revision 1.236
  diff -u -b -r1.235 -r1.236
  --- build.xml	11 Jul 2007 18:33:54 -0000	1.235
  +++ build.xml	12 Jul 2007 08:58:29 -0000	1.236
  @@ -587,7 +587,11 @@
   
   	<!-- ########################### UI TARGETS ###########################-->
   
  -	<target name="jarui" description="Build the distribution .jar file for the UI package based on A4J CDK">
  +	<target name="jarui" description="Build the distribution .jar file for the UI package based on A4J CDK" depends="init.m2">
  +		<artifact:pom file="${build.dir}/core.pom.xml" id="core.pom" />
  +		<artifact:install file="${basedir}/jboss-seam.jar">
  +			<pom refid="core.pom" />
  +		</artifact:install>
   		<mkdir dir="${dist.dir}" />
   		<cdk target="package" />
   		<copy file="${ui.dir}/target/jboss-seam-ui.jar" tofile="${basedir}/${name}-ui.jar" />
  
  
  



More information about the jboss-cvs-commits mailing list