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

Gavin King gavin.king at jboss.com
Fri Jun 15 19:20:56 EDT 2007


  User: gavin   
  Date: 07/06/15 19:20:56

  Modified:    trinidad/examples/seamdiscs   .classpath build.xml
  Log:
  testng up
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/trinidad/examples/seamdiscs/.classpath
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .classpath
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/trinidad/examples/seamdiscs/.classpath,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- .classpath	15 Apr 2007 17:45:44 -0000	1.1
  +++ .classpath	15 Jun 2007 23:20:56 -0000	1.2
  @@ -26,7 +26,7 @@
   	<classpathentry kind="lib" path="lib/jstl-1.1.0.jar"/>
   	<classpathentry kind="lib" path="lib/myfaces-api-1.1.4.jar"/>
   	<classpathentry kind="lib" path="lib/servlet-api.jar"/>
  -	<classpathentry kind="lib" path="lib/testng-4.5.1-jdk15.jar"/>
  +	<classpathentry kind="lib" path="lib/testng-5.6-jdk15.jar"/>
   	<classpathentry kind="lib" path="lib/thirdparty-all.jar"/>
   	<classpathentry kind="lib" path="lib/el-api.jar"/>
   	<classpathentry kind="lib" path="lib/el-ri.jar"/>
  
  
  
  1.5       +1 -1      jboss-seam/trinidad/examples/seamdiscs/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/trinidad/examples/seamdiscs/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- build.xml	13 Jun 2007 14:21:39 -0000	1.4
  +++ build.xml	15 Jun 2007 23:20:56 -0000	1.5
  @@ -29,7 +29,7 @@
   	<property name="ear.deploy.dir" value="${deploy.dir}/${project.name}.ear" />
   	<property name="jar.deploy.dir" value="${ear.deploy.dir}/${project.name}.jar" />
   	<property name="war.deploy.dir" value="${ear.deploy.dir}/${project.name}.war" />
  -	<property name="testng.jar" value="${basedir}/lib/testng-4.5.1-jdk15.jar" />
  +	<property name="testng.jar" value="${basedir}/lib/testng-5.6-jdk15.jar" />
   	<property name="javac.debug" value="true" />
   	<property name="javac.deprecation" value="false" />
   	<property name="debug" value="false" />
  
  
  



More information about the jboss-cvs-commits mailing list