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

Peter Muir peter at bleepbleep.org.uk
Sat Dec 1 18:41:33 EST 2007


  User: pmuir   
  Date: 07/12/01 18:41:33

  Modified:    examples  build.xml
  Log:
  Include .component.xml in jar
  
  Revision  Changes    Path
  1.55      +8 -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.54
  retrieving revision 1.55
  diff -u -b -r1.54 -r1.55
  --- build.xml	31 Oct 2007 16:43:19 -0000	1.54
  +++ build.xml	1 Dec 2007 23:41:33 -0000	1.55
  @@ -443,6 +443,11 @@
   		<javac classpathref="build.classpath" destdir="${jar.dir}" debug="${javac.debug}" deprecation="${javac.deprecation}" nowarn="on" >
   			<src path="${src.java.dir}" />
   		</javac>
  +		<copy todir="${jar.dir}">
  +			<fileset dir="${src.java.dir}">
  +				<include name="**/*.component.xml" />
  +			</fileset>
  +		</copy>
   	</target>
   
   	<!-- Build the exploded jar -->
  @@ -827,13 +832,15 @@
   			
   			<path path="${test.dir}" />
   			<fileset dir="${lib.dir}/test">
  -				<include name="*-all.jar" />
  +				<include name="*.jar" />
   			</fileset>
   			<fileset dir="${lib.dir}">
   				<!-- Horrible hack around jbossembedded -->
   				<exclude name="jboss-container.jar" />
   				<exclude name="hibernate.jar" />
   				<exclude name="hibernate-annotations.jar" />
  +				<exclude name="xercesImpl.jar" />
  +				<exclude name="dtdparser121.jar" />
   				<!-- Don't include seam-ui -->
   				<exclude name="jboss-seam-ui.jar" />
   			</fileset>
  
  
  



More information about the jboss-cvs-commits mailing list