[jboss-cvs] JBossCache ...

Jason Thomas Greene jgreene at jboss.com
Tue Jun 12 20:08:58 EDT 2007


  User: jgreene 
  Date: 07/06/12 20:08:58

  Modified:    JBossCache   .classpath build.xml
  Log:
  Downgrade to AOP 1.5.5
  Remove Reentrancy checking (no longer needed)
  
  Revision  Changes    Path
  1.22      +2 -0      JBossCache/.classpath
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .classpath
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/.classpath,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- .classpath	30 May 2007 15:18:47 -0000	1.21
  +++ .classpath	13 Jun 2007 00:08:58 -0000	1.22
  @@ -35,5 +35,7 @@
   	<classpathentry kind="lib" path="lib/jcip-annotations.jar"/>
   	<classpathentry kind="lib" path="lib/jmock-1.1.0.jar"/>
   	<classpathentry kind="lib" path="lib/concurrent.jar"/>
  +	<classpathentry kind="lib" path="lib/jboss-logging-log4j.jar"/>
  +	<classpathentry kind="lib" path="lib/jboss-logging-spi.jar"/>
   	<classpathentry kind="output" path="bin"/>
   </classpath>
  
  
  
  1.205     +5 -2      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.204
  retrieving revision 1.205
  diff -u -b -r1.204 -r1.205
  --- build.xml	12 Jun 2007 07:41:03 -0000	1.204
  +++ build.xml	13 Jun 2007 00:08:58 -0000	1.205
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.204 2007/06/12 07:41:03 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.205 2007/06/13 00:08:58 jgreene Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -685,6 +685,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="-Djava.system.class.loader=org.jboss.aop.standalone.SystemClassLoader"/>
  @@ -757,7 +760,7 @@
      <!-- pre-compile directory with aopc50 -->
      <target name="aopc50" depends="compile" description="Precompile aop test classes">
         <taskdef name="aopc" classname="org.jboss.aop.ant.AopC" classpathref="library.classpath"/>
  -      <aopc compilerclasspathref="library.classpath" classpathref="library.classpath" verbose="true">
  +      <aopc compilerclasspathref="library.classpath" classpathref="library.classpath" verbose="false">
            <src path="${compiletest.dir}/org/jboss/cache/pojo/test"/>
            <src path="${compiletest.dir}/org/jboss/cache/test/perf"/>
            <!--src path="${compiletest.dir}/org/jboss/cache/data"/-->
  
  
  



More information about the jboss-cvs-commits mailing list