You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(16) |
Sep
(10) |
Oct
(1) |
Nov
(2) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(148) |
Feb
(80) |
Mar
(41) |
Apr
(85) |
May
(247) |
Jun
(345) |
Jul
(237) |
Aug
(241) |
Sep
(439) |
Oct
(321) |
Nov
(413) |
Dec
(302) |
2004 |
Jan
(143) |
Feb
(147) |
Mar
(200) |
Apr
(107) |
May
(15) |
Jun
(36) |
Jul
(11) |
Aug
(1) |
Sep
(36) |
Oct
|
Nov
(6) |
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
(115) |
May
(74) |
Jun
(215) |
Jul
(82) |
Aug
(47) |
Sep
(32) |
Oct
(8) |
Nov
(70) |
Dec
(24) |
2006 |
Jan
|
Feb
(1) |
Mar
(4) |
Apr
(2) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <mr...@us...> - 2003-01-08 05:13:42
|
Update of /cvsroot/struts/struts-resume/lib/ant-contrib-20020829 In directory sc8-pr-cvs1:/tmp/cvs-serv18597 Added Files: ant-contrib-20020829.jar Log Message: initial checkin of struts-resume 0.5 --- NEW FILE: ant-contrib-20020829.jar --- (This appears to be a binary file; contents omitted.) |
From: <mr...@us...> - 2003-01-08 05:13:18
|
Update of /cvsroot/struts/struts-resume/lib/StrutsMenu-1.2-dev/lib In directory sc8-pr-cvs1:/tmp/cvs-serv18517 Added Files: struts-menu.jar struts-menu.tld Log Message: initial checkin of struts-resume 0.5 --- NEW FILE: struts-menu.jar --- (This appears to be a binary file; contents omitted.) --- NEW FILE: struts-menu.tld --- <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"> <taglib> <!-- ============== Tag Library Description Elements ============= --> <tlibversion>1.0</tlibversion> <jspversion>1.1</jspversion> <shortname>Web menu tag library.</shortname> <info> </info> <tag> <name>useMenuDisplayer</name> <tagclass>com.fgm.web.menu.displayer.taglib.UseMenuDisplayerTag</tagclass> <bodycontent>JSP</bodycontent> <attribute> <name>name</name> <required>true</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>bundle</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>config</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>locale</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>permissions</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>repository</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> <tag> <name>displayMenu</name> <tagclass>com.fgm.web.menu.displayer.taglib.DisplayMenuTag</tagclass> <attribute> <name>name</name> <required>true</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>target</name> <required>false</required> <rtexprvalue>false</rtexprvalue> </attribute> </tag> </taglib> |
From: <mr...@us...> - 2003-01-08 05:13:06
|
Update of /cvsroot/struts/struts-resume/lib/StrutsMenu-1.2-dev/lib In directory sc8-pr-cvs1:/tmp/cvs-serv18419/lib Log Message: Directory /cvsroot/struts/struts-resume/lib/StrutsMenu-1.2-dev/lib added to the repository |
From: <mr...@us...> - 2003-01-08 05:11:21
|
Update of /cvsroot/struts/struts-resume/lib/JUnitDoclet.1.0.2 In directory sc8-pr-cvs1:/tmp/cvs-serv18012 Added Files: JUnitDoclet.jar Log Message: initial checkin of struts-resume 0.5 --- NEW FILE: JUnitDoclet.jar --- (This appears to be a binary file; contents omitted.) |
From: <mr...@us...> - 2003-01-08 05:10:54
|
Update of /cvsroot/struts/struts-resume/lib In directory sc8-pr-cvs1:/tmp/cvs-serv17923 Added Files: lib.properties README.txt Log Message: initial checkin of struts-resume 0.5 --- NEW FILE: lib.properties --- # # ant-contrib - http://www.sf.net/projects/ant-contrib # ant-contrib.version = 20020829 ant-contrib.dir=${lib.dir}/ant-contrib-${ant-contrib.version} ant-contrib.jar=${ant-contrib.dir}/ant-contrib-${ant-contrib.version}.jar # # Cactus - http://jakarta.apache.org/cactus # cactus.version = 13-1.5dev cactus.dir=${lib.dir}/jakarta-cactus-${cactus.version}/lib # # Canoo WebTest- http://webtest.canoo.com # webtest.version = build265 webtest.dir=${lib.dir}/webtest-${webtest.version} # # Checkstyle - http://checkstyle.sourceforge.net # checkstyle.version = 2.3 checkstyle.dir=${lib.dir}/checkstyle-${checkstyle.version} checkstyle.jar=${checkstyle.dir}/checkstyle-all-${checkstyle.version}.jar # # Commons - http://jakarta.apache.org/commons # commons-beanutils.jar=${struts.dir}/commons-beanutils.jar commons-collections.jar=${struts.dir}/commons-collections.jar commons-digester.jar=${struts.dir}/commons-digester.jar commons-fileupload.jar=${struts.dir}/commons-fileupload.jar commons-lang.jar=${struts.dir}/commons-lang.jar commons-logging.jar=${struts.dir}/commons-logging.jar commons-resources.jar=${struts.dir}/commons-resources.jar commons-validator.jar=${struts.dir}/commons-validator.jar # # Display Tag Library - http://edhill.its.uiowa.edu/display-0.8/ # I'm using a developing version that renders proper URI's for # pages that were accessed with a QueryString # display.version = 0.9-dev display.dir=${lib.dir}/display-${display.version} display.jar=${display.dir}/display.jar # # DBUnit - http://www.dbunit.org/ # dbunit.version = 1.4 dbunit.dir=${lib.dir}/dbunit-${dbunit.version}/ # # Hibernate - http://hibernate.bluemars.net/ # hibernate.version = 1.2.1 hibernate.dir=${lib.dir}/hibernate-${hibernate.version} hibernate.jar=${hibernate.dir}/hibernate.jar # # Java2HTML - http://www.java2html.com # j2h.version = 1.2 j2h.dir=${lib.dir}/java2html-${j2h.version} j2h.jar=${j2h.dir}/j2h.jar # # J2EE - http://java.sun.com # If you have $J2EE_HOME set, this will be overridden # j2ee.version = 1.4 j2ee.lib.dir=${lib.dir}/j2sdkee${j2ee.version} # # JUnit - http://www.junit.org # Put junit.jar in $ANT_HOME/lib - version 3.8.1 # junit.version = 3.8.1 junit.dir=${lib.dir}/junit${junit.version} junit.jar=${junit.dir}/junit.jar # # JUnitDoclet - http://www.junitdoclet.org/ # junitdoclet.version = 1.0.2 junitdoclet.dir=${lib.dir}/JUnitDoclet.${junitdoclet.version} junitdoclet.jar=${junitdoclet.dir}/JUnitDoclet.jar # # Log4j - http://jakarta.apache.org/log4j # log4j.version = 1.2.6 log4j.dir=${lib.dir}/jakarta-log4j-${log4j.version} log4j.jar=${log4j.dir}/dist/lib/log4j-${log4j.version}.jar # # JSTL - http://java.sun.com/products/jsp/jstl/ # jstl.version = 1.0.2 jstl.dir=${lib.dir}/jakarta-taglibs/standard-${jstl.version} # # Struts - http://jakarta.apache.org/struts # struts.version = 1.1-b3 struts.dir=${lib.dir}/jakarta-struts-${struts.version}/lib struts.jar=${struts.dir}/struts.jar # # StrutsMenu - http://www.sf.net/projects/struts-menu # strutsmenu.version = 1.2-dev strutsmenu.dir=${lib.dir}/StrutsMenu-${strutsmenu.version} strutsmenu.jar=${strutsmenu.dir}/lib/struts-menu.jar # # StrutsTestCase - http://strutstestcase.sourceforge.net # strutstestcase.version = dev_2.3 strutstestcase.dir=${lib.dir}/strutstest-${strutstestcase.version} strutstestcase.jar=${strutstestcase.dir}/strutstest.jar # # XDoclet - http://xdoclet.sourceforge.net # xdoclet.version = 1.2-beta2-20021223 xdoclet.dir=${lib.dir}/xdoclet-${xdoclet.version}/ --- NEW FILE: README.txt --- The following third-party libraries should be in this directory, and configured appropriately in lib.properties. Ant Contrib - dated 2002.08.29 Canoo's WebTest - build 265 Checkstyle - 2.3 Hibernate - 1.2 Cactus - 1.5 dev Log4j - 1.2.6 Struts - dated 2002.11.24 JSTL - 1.0.2 JUnitDoclet - 1.0.2 StrutsMenu - 1.2 dev StrutsTestCase - 1.9 dev XDoclet - 2002.12.13 |
From: <mr...@us...> - 2003-01-08 05:10:29
|
Update of /cvsroot/struts/struts-resume/lib/webtest-build265 In directory sc8-pr-cvs1:/tmp/cvs-serv17697/webtest-build265 Log Message: Directory /cvsroot/struts/struts-resume/lib/webtest-build265 added to the repository |
From: <mr...@us...> - 2003-01-08 05:10:29
|
Update of /cvsroot/struts/struts-resume/lib/xdoclet-1.2-beta2-20021223 In directory sc8-pr-cvs1:/tmp/cvs-serv17697/xdoclet-1.2-beta2-20021223 Log Message: Directory /cvsroot/struts/struts-resume/lib/xdoclet-1.2-beta2-20021223 added to the repository |
From: <mr...@us...> - 2003-01-08 05:10:29
|
Update of /cvsroot/struts/struts-resume/lib/strutstest-dev_2.3 In directory sc8-pr-cvs1:/tmp/cvs-serv17697/strutstest-dev_2.3 Log Message: Directory /cvsroot/struts/struts-resume/lib/strutstest-dev_2.3 added to the repository |
From: <mr...@us...> - 2003-01-08 05:10:27
|
Update of /cvsroot/struts/struts-resume/lib/StrutsMenu-1.2-dev In directory sc8-pr-cvs1:/tmp/cvs-serv17697/StrutsMenu-1.2-dev Log Message: Directory /cvsroot/struts/struts-resume/lib/StrutsMenu-1.2-dev added to the repository |
From: <mr...@us...> - 2003-01-08 05:10:26
|
Update of /cvsroot/struts/struts-resume/lib/JUnitDoclet.1.0.2 In directory sc8-pr-cvs1:/tmp/cvs-serv17697/JUnitDoclet.1.0.2 Log Message: Directory /cvsroot/struts/struts-resume/lib/JUnitDoclet.1.0.2 added to the repository |
From: <mr...@us...> - 2003-01-08 05:10:26
|
Update of /cvsroot/struts/struts-resume/lib/junit3.8.1 In directory sc8-pr-cvs1:/tmp/cvs-serv17697/junit3.8.1 Log Message: Directory /cvsroot/struts/struts-resume/lib/junit3.8.1 added to the repository |
From: <mr...@us...> - 2003-01-08 05:10:26
|
Update of /cvsroot/struts/struts-resume/lib/j2sdkee1.4 In directory sc8-pr-cvs1:/tmp/cvs-serv17697/j2sdkee1.4 Log Message: Directory /cvsroot/struts/struts-resume/lib/j2sdkee1.4 added to the repository |
From: <mr...@us...> - 2003-01-08 05:10:26
|
Update of /cvsroot/struts/struts-resume/lib/ant-contrib-20020829 In directory sc8-pr-cvs1:/tmp/cvs-serv17697/ant-contrib-20020829 Log Message: Directory /cvsroot/struts/struts-resume/lib/ant-contrib-20020829 added to the repository |
From: <mr...@us...> - 2003-01-08 05:10:26
|
Update of /cvsroot/struts/struts-resume/lib/jakarta-log4j-1.2.6 In directory sc8-pr-cvs1:/tmp/cvs-serv17697/jakarta-log4j-1.2.6 Log Message: Directory /cvsroot/struts/struts-resume/lib/jakarta-log4j-1.2.6 added to the repository |
From: <mr...@us...> - 2003-01-08 05:10:25
|
Update of /cvsroot/struts/struts-resume/lib/dbunit-1.4 In directory sc8-pr-cvs1:/tmp/cvs-serv17697/dbunit-1.4 Log Message: Directory /cvsroot/struts/struts-resume/lib/dbunit-1.4 added to the repository |
From: <mr...@us...> - 2003-01-08 05:10:25
|
Update of /cvsroot/struts/struts-resume/lib/java2html-1.2 In directory sc8-pr-cvs1:/tmp/cvs-serv17697/java2html-1.2 Log Message: Directory /cvsroot/struts/struts-resume/lib/java2html-1.2 added to the repository |
From: <mr...@us...> - 2003-01-08 05:10:25
|
Update of /cvsroot/struts/struts-resume/lib/display-0.9-dev In directory sc8-pr-cvs1:/tmp/cvs-serv17697/display-0.9-dev Log Message: Directory /cvsroot/struts/struts-resume/lib/display-0.9-dev added to the repository |
From: <mr...@us...> - 2003-01-08 05:10:25
|
Update of /cvsroot/struts/struts-resume/lib/jakarta-cactus-13-1.5dev In directory sc8-pr-cvs1:/tmp/cvs-serv17697/jakarta-cactus-13-1.5dev Log Message: Directory /cvsroot/struts/struts-resume/lib/jakarta-cactus-13-1.5dev added to the repository |
From: <mr...@us...> - 2003-01-08 05:10:25
|
Update of /cvsroot/struts/struts-resume/lib/jakarta-struts-1.1-b3 In directory sc8-pr-cvs1:/tmp/cvs-serv17697/jakarta-struts-1.1-b3 Log Message: Directory /cvsroot/struts/struts-resume/lib/jakarta-struts-1.1-b3 added to the repository |
From: <mr...@us...> - 2003-01-08 05:10:25
|
Update of /cvsroot/struts/struts-resume/lib/hibernate-1.2.1 In directory sc8-pr-cvs1:/tmp/cvs-serv17697/hibernate-1.2.1 Log Message: Directory /cvsroot/struts/struts-resume/lib/hibernate-1.2.1 added to the repository |
From: <mr...@us...> - 2003-01-08 05:10:25
|
Update of /cvsroot/struts/struts-resume/lib/jakarta-taglibs In directory sc8-pr-cvs1:/tmp/cvs-serv17697/jakarta-taglibs Log Message: Directory /cvsroot/struts/struts-resume/lib/jakarta-taglibs added to the repository |
From: <mr...@us...> - 2003-01-08 05:10:25
|
Update of /cvsroot/struts/struts-resume/lib/checkstyle-2.3 In directory sc8-pr-cvs1:/tmp/cvs-serv17697/checkstyle-2.3 Log Message: Directory /cvsroot/struts/struts-resume/lib/checkstyle-2.3 added to the repository |
From: <mr...@us...> - 2003-01-08 05:04:41
|
Update of /cvsroot/struts/struts-resume/web In directory sc8-pr-cvs1:/tmp/cvs-serv16113/web Log Message: Directory /cvsroot/struts/struts-resume/web added to the repository |
From: <mr...@us...> - 2003-01-08 05:04:41
|
Update of /cvsroot/struts/struts-resume/tools In directory sc8-pr-cvs1:/tmp/cvs-serv16113/tools Log Message: Directory /cvsroot/struts/struts-resume/tools added to the repository |
From: <mr...@us...> - 2003-01-08 05:04:41
|
Update of /cvsroot/struts/struts-resume/lib In directory sc8-pr-cvs1:/tmp/cvs-serv16113/lib Log Message: Directory /cvsroot/struts/struts-resume/lib added to the repository |