[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Fri Oct 5 12:09:25 EDT 2007


  User: pmuir   
  Date: 07/10/05 12:09:25

  Modified:    jboss-seam  build.xml
  Log:
  Move version numbering around
  
  Revision  Changes    Path
  1.287     +2 -4      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.286
  retrieving revision 1.287
  diff -u -b -r1.286 -r1.287
  --- build.xml	5 Oct 2007 03:12:07 -0000	1.286
  +++ build.xml	5 Oct 2007 16:09:25 -0000	1.287
  @@ -418,8 +418,6 @@
   			</fileset>
   		</copy>
   
  -
  -
   		<copy todir="${dist.lib.dir}">
   			<fileset dir="${lib.dir}">
   				<include name="**/*.jar" />
  @@ -432,7 +430,6 @@
   		<copy todir="${dist.build.dir}">
   			<fileset dir="${build.dir}">
   				<include name="**/*.*" />
  -				<exclude name="profiles/**/*" />
   			</fileset>
   		</copy>
   	</target>
  @@ -497,8 +494,9 @@
   		<copy file="readme.txt" todir="${dist.dir}" />
   		<copy file="lgpl.txt" todir="${dist.dir}" />
   		<copy file="changelog.txt" todir="${dist.dir}" />
  -		<propertyfile file="${dist.dir}/build.properties">
  +		<propertyfile file="${dist.dir}/build.properties" comment="See build/sample.build.properties for properties you might want to set">
   			<entry key="mavenized" value="false" />
  +			<entry key="qualifier" value="${qualifier}" />
   		</propertyfile>
   		<copy file="build.xml" todir="${dist.dir}" />
   		<copy file="seam" todir="${dist.dir}" />
  
  
  



More information about the jboss-cvs-commits mailing list