You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2003/01/03 15:12:14 UTC

cvs commit: jakarta-cactus build.properties.sample

vmassol     2003/01/03 06:12:14

  Modified:    framework build.properties.sample
               sample-servlet build.properties.sample
               sample-servlet/conf/sample/build/j2ee12
                        build.properties.sample
               sample-jetty/conf/sample/build build.properties.sample
               documentation/docs/xdocs changes.xml
               sample-servlet/conf/sample/build/j2ee13
                        build.properties.sample
               sample-jetty build.properties.sample
               Eclipse-Plugin .classpath .project .cvsignore
               .        build.properties.sample
  Log:
  Updated to latest version of commons-httpclient, built on 03/01/2003
  
  Revision  Changes    Path
  1.17      +2 -2      jakarta-cactus/framework/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/build.properties.sample,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.properties.sample	26 Dec 2002 13:11:50 -0000	1.16
  +++ build.properties.sample	3 Jan 2003 14:12:13 -0000	1.17
  @@ -34,7 +34,7 @@
   log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.6.jar
   
   # The location of the Commons Httpclient jar
  -commons.httpclient.jar = ${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0alpha1-20020829.jar
  +commons.httpclient.jar = ${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0alpha2-20030103.jar
   
   # The location of the Httpunit jar
   httpunit.jar = ${lib.repo}/httpunit/jars/httpunit-1.4.5.jar
  
  
  
  1.27      +2 -2      jakarta-cactus/sample-servlet/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/build.properties.sample,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.properties.sample	1 Dec 2002 20:18:05 -0000	1.26
  +++ build.properties.sample	3 Jan 2003 14:12:13 -0000	1.27
  @@ -37,7 +37,7 @@
   log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.6.jar
   
   # The location of the Commons Httpclient jar
  -commons.httpclient.jar = ${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0alpha1-20020829.jar
  +commons.httpclient.jar = ${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0alpha2-20030103.jar
   
   # The location of the Junit jar
   junit.jar = ${lib.repo}/junit/jars/junit-3.8.1.jar
  
  
  
  1.20      +2 -2      jakarta-cactus/sample-servlet/conf/sample/build/j2ee12/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/conf/sample/build/j2ee12/build.properties.sample,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.properties.sample	7 Sep 2002 17:09:53 -0000	1.19
  +++ build.properties.sample	3 Jan 2003 14:12:13 -0000	1.20
  @@ -36,7 +36,7 @@
   log4j.jar = ../lib/log4j-1.2.6.jar
   
   # The location of the Commons Httpclient jar
  -commons.httpclient.jar = ../lib/commons-httpclient-2.0alpha1-20020829.jar
  +commons.httpclient.jar = ../lib/commons-httpclient-2.0alpha2-20030103.jar
   
   # The location of the Junit jar
   junit.jar = ../lib/junit-3.8.1.jar
  
  
  
  1.2       +1 -1      jakarta-cactus/sample-jetty/conf/sample/build/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-jetty/conf/sample/build/build.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.properties.sample	8 Sep 2002 17:43:20 -0000	1.1
  +++ build.properties.sample	3 Jan 2003 14:12:13 -0000	1.2
  @@ -33,7 +33,7 @@
   log4j.jar = ../lib/log4j-1.2.6.jar
   
   # The location of the Commons Httpclient jar
  -commons.httpclient.jar = ../lib/commons-httpclient-2.0alpha1-20020829.jar
  +commons.httpclient.jar = ../lib/commons-httpclient-2.0alpha2-20030103.jar
   
   # The location of the Junit jar
   junit.jar = ../lib/junit-3.8.1.jar
  
  
  
  1.69      +1 -1      jakarta-cactus/documentation/docs/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- changes.xml	3 Jan 2003 13:54:34 -0000	1.68
  +++ changes.xml	3 Jan 2003 14:12:13 -0000	1.69
  @@ -171,7 +171,7 @@
           </action>
           <action dev="VMA" type="update">
             Update of jars bundled in the Cactus distribution: Commons Logging
  -          1.0.1, Log4j 1.2.6, HttpClient 2.0alpha1 built on 29/08/2002,
  +          1.0.1, Log4j 1.2.6, HttpClient 2.0alpha2 built on 03/01/2003,
             HttpUnit 1.4.5 and JUnit 3.8.1.
           </action>
           <action dev="VMA" type="add">
  
  
  
  1.21      +2 -2      jakarta-cactus/sample-servlet/conf/sample/build/j2ee13/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/conf/sample/build/j2ee13/build.properties.sample,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.properties.sample	1 Dec 2002 20:18:04 -0000	1.20
  +++ build.properties.sample	3 Jan 2003 14:12:13 -0000	1.21
  @@ -36,7 +36,7 @@
   log4j.jar = ../lib/log4j-1.2.6.jar
   
   # The location of the Commons Httpclient jar
  -commons.httpclient.jar = ../lib/commons-httpclient-2.0alpha1-20020829.jar
  +commons.httpclient.jar = ../lib/commons-httpclient-2.0alpha2-20030103.jar
   
   # The location of the Junit jar
   junit.jar = ../lib/junit-3.8.1.jar
  
  
  
  1.2       +1 -1      jakarta-cactus/sample-jetty/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-jetty/build.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.properties.sample	8 Sep 2002 17:43:20 -0000	1.1
  +++ build.properties.sample	3 Jan 2003 14:12:13 -0000	1.2
  @@ -37,7 +37,7 @@
   log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.6.jar
   
   # The location of the Commons Httpclient jar
  -commons.httpclient.jar = ${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0alpha1-20020829.jar
  +commons.httpclient.jar = ${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0alpha2-20030103.jar
   
   # The location of the Junit jar
   junit.jar = ${lib.repo}/junit/jars/junit-3.8.1.jar
  
  
  
  1.8       +3 -1      jakarta-cactus/Eclipse-Plugin/.classpath
  
  Index: .classpath
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/Eclipse-Plugin/.classpath,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- .classpath	24 Oct 2002 13:03:08 -0000	1.7
  +++ .classpath	3 Jan 2003 14:12:13 -0000	1.8
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <classpath>
       <classpathentry kind="src" path="src/java"/>
  -    <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
  +    <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
       <classpathentry kind="src" path="/org.eclipse.core.runtime"/>
       <classpathentry kind="src" path="/org.eclipse.debug.core"/>
       <classpathentry kind="src" path="/org.eclipse.debug.ui"/>
  @@ -16,5 +16,7 @@
       <classpathentry kind="src" path="/org.apache.ant"/>
       <classpathentry kind="src" path="/org.eclipse.ant.core"/>
       <classpathentry kind="src" path="/org.eclipse.core.boot"/>
  +    <classpathentry kind="src" path="/org.eclipse.ui.workbench"/>
  +    <classpathentry kind="lib" path="/org.eclipse.swt.win32/ws/win32/swt.jar"/>
       <classpathentry kind="output" path="bin"/>
   </classpath>
  
  
  
  1.7       +4 -0      jakarta-cactus/Eclipse-Plugin/.project
  
  Index: .project
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/Eclipse-Plugin/.project,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- .project	24 Oct 2002 15:45:23 -0000	1.6
  +++ .project	3 Jan 2003 14:12:13 -0000	1.7
  @@ -15,8 +15,12 @@
   		<project>org.eclipse.jdt.launching</project>
   		<project>org.eclipse.jdt.ui</project>
   		<project>org.eclipse.jface</project>
  +		<project>org.eclipse.sdk.win32</project>
   		<project>org.eclipse.swt</project>
  +		<project>org.eclipse.swt.win32</project>
   		<project>org.eclipse.ui</project>
  +		<project>org.eclipse.ui.win32</project>
  +		<project>org.eclipse.ui.workbench</project>
   	</projects>
   	<buildSpec>
   		<buildCommand>
  
  
  
  1.7       +2 -0      jakarta-cactus/Eclipse-Plugin/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/Eclipse-Plugin/.cvsignore,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- .cvsignore	30 Dec 2002 21:26:16 -0000	1.6
  +++ .cvsignore	3 Jan 2003 14:12:13 -0000	1.7
  @@ -1,3 +1,5 @@
   bin
   build.properties
   target
  +dist
  +release
  
  
  
  1.36      +2 -2      jakarta-cactus/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- build.properties.sample	3 Jan 2003 13:41:04 -0000	1.35
  +++ build.properties.sample	3 Jan 2003 14:12:14 -0000	1.36
  @@ -38,7 +38,7 @@
   log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.6.jar
   
   # The location of the Commons Httpclient jar
  -commons.httpclient.jar = ${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0alpha1-20020829.jar
  +commons.httpclient.jar = ${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0alpha2-20030103.jar
   
   # The location of the Httpunit jar
   httpunit.jar = ${lib.repo}/httpunit/jars/httpunit-1.4.5.jar
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>