You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-dev@jakarta.apache.org by as...@apache.org on 2005/01/05 01:26:54 UTC

cvs commit: jakarta-turbine-jcs/src/scripts prep.bat

asmuts      2005/01/04 16:26:54

  Modified:    .        maven.xml project.xml
               src/scripts prep.bat
  Added:       tempbuild jcs-1.1.2-dev.jar
  Log:
  Updated minor minor version after bug fix.  Version is now 1.1.2-dev.
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-jcs/tempbuild/jcs-1.1.2-dev.jar
  
  	<<Binary file>>
  
  
  1.6       +5 -0      jakarta-turbine-jcs/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/maven.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- maven.xml	6 Nov 2003 17:53:42 -0000	1.5
  +++ maven.xml	5 Jan 2005 00:26:54 -0000	1.6
  @@ -12,6 +12,11 @@
     </preGoal>
   
   
  +  <postGoal name="java:compile" >
  +      <attainGoal name="rmic"/>
  +  </postGoal>
  +
  +
     <goal name="rmic" xmlns:j="jelly:core" xmlns:u="jelly:util">
   
       <property
  
  
  
  1.40      +2 -2      jakarta-turbine-jcs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/project.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- project.xml	4 Jan 2005 21:14:30 -0000	1.39
  +++ project.xml	5 Jan 2005 00:26:54 -0000	1.40
  @@ -4,7 +4,7 @@
     <pomVersion>3</pomVersion>
     <name>Turbine JCS</name>
     <id>jcs</id>
  -  <currentVersion>1.1-dev</currentVersion>
  +  <currentVersion>1.1.2-dev</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://jakarta.apache.org/</url>
  @@ -167,7 +167,7 @@
           <include>**/TestDiskCacheConcurrent.java</include>
           <include>**/TestDiskCacheConcurrentForDeadLock.java</include>
           <include>**/TestTCPLateralCache.java</include>
  -	<include>**/TestJCSvHashtablePerf.java</include>
  +	    <include>**/TestJCSvHashtablePerf.java</include>
           <include>**/TestEventQueueConcurrent.java</include>
         </includes>
         <resources>
  
  
  
  1.4       +0 -1      jakarta-turbine-jcs/src/scripts/prep.bat
  
  Index: prep.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/src/scripts/prep.bat,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- prep.bat	23 Jul 2004 12:36:40 -0000	1.3
  +++ prep.bat	5 Jan 2005 00:26:54 -0000	1.4
  @@ -19,7 +19,6 @@
   set CLASSPATH=%CLASSPATH%;%CURDIR%\src\conf\
   set CLASSPATH=%CLASSPATH%;%CURDIR%\target\classes\
   set CLASSPATH=%CLASSPATH%;%CURDIR%\target\test-classes\
  -rem set CLASSPATH=%CLASSPATH%;%CURDIR%\target\jcs-1.1-dev.jar
   goto jars
   
   :jars
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-jcs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-jcs-dev-help@jakarta.apache.org