[jboss-cvs] JBossCache ...

Manik Surtani manik at jboss.org
Wed Jul 18 13:42:31 EDT 2007


  User: msurtani
  Date: 07/07/18 13:42:31

  Modified:    JBossCache  build.xml
  Log:
  Version to reflect GA
  
  Revision  Changes    Path
  1.208     +62 -62    JBossCache/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/build.xml,v
  retrieving revision 1.207
  retrieving revision 1.208
  diff -u -b -r1.207 -r1.208
  --- build.xml	6 Jul 2007 16:07:45 -0000	1.207
  +++ build.xml	18 Jul 2007 17:42:31 -0000	1.208
  @@ -1,12 +1,12 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.207 2007/07/06 16:07:45 hmesha Exp $ -->
  +<!-- $Id: build.xml,v 1.208 2007/07/18 17:42:31 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
      <property name="module.name" value="JBossCache"/>
      <!--We now requires version to have no white space since Ant+JBossAop will sometime choke. -->
  -   <property name="module.version" value="2.0.0.CR3"/>
  +   <property name="module.version" value="2.0.0.GA"/>
      <property name="implementation.url" value="http://www.jboss.com/products/jbosscache"/>
      <property file="build.properties"/>
      <property name="root.dir" value="${basedir}"/>
  @@ -689,9 +689,9 @@
            -->
            <jvmarg value="-Djgroups.stack=${jgroups.stack}"/>
            <jvmarg value="-Djboss.aop.path=${output.resources.dir}/pojocache-aop.xml"/>
  -<!--
  +         <!--
            <jvmarg value="-Djboss.aop.verbose=true"/>
  --->
  +         -->
            <jvmarg value="-Dbind.address=${bind.address}"/>
            <jvmarg value="-Dsun.lang.ClassLoader.allowArraySyntax=true"/>
            <!--
  @@ -1013,7 +1013,7 @@
            <classpath refid="output.classpath"/>
            <jvmarg value="-Djgroups.stack=${jgroups.stack}"/>
            <jvmarg value="-Dbind.address=${bind.address}"/>
  -<jvmarg value="-Dsun.lang.ClassLoader.allowArraySyntax=true"/>
  +         <jvmarg value="-Dsun.lang.ClassLoader.allowArraySyntax=true"/>
            <jvmarg value="-Djava.net.preferIPv4Stack=true"/>
            <formatter classname="org.jboss.cache.util.XMLUnitTestFormatter" usefile="true"
                       extension="-${jgroups.stack}.xml"/>
  @@ -1588,8 +1588,8 @@
        <mkdir dir="${clover.dir}/report"/>
      	 <clover-setup initString="${clover.dir}/coverage/JBCcoverage.db"  relative="yes">
      	   <fileset dir="${root.dir}">
  -   	   	<patternset id="sources" >
  -   	      <include name="**/*.java" />
  +            <patternset id="sources">
  +               <include name="**/*.java"/>
             <exclude name="**/obsolete/**"/>
      	   	  <exclude name="**/*1_4*"/>
      	   	  <exclude name="**/interop/**/*"/>
  
  
  



More information about the jboss-cvs-commits mailing list