rdonkin 2003/02/05 10:52:48 Modified: jexl project.xml jexl/xdocs index.xml project.xml Added: jexl/xdocs changes.xml tasks.xml Log: Updated product.xml and docs to reflect promotion Revision Changes Path 1.9 +6 -6 jakarta-commons/jexl/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-commons/jexl/project.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- project.xml 12 Aug 2002 19:17:44 -0000 1.8 +++ project.xml 5 Feb 2003 18:52:47 -0000 1.9 @@ -11,7 +11,7 @@ <url>http://www.apache.org</url> <logo>/images/jakarta-logo-blue.gif</logo> </organization> - <logo>/images/logo.jpg</logo> + <logo/> <inceptionYear>2002</inceptionYear> <package>org.apache.commons.jexl</package> @@ -24,14 +24,14 @@ Jexl is an implementation of the JSTL Expression Language with extensions. </description> - <url>http://jakarta.apache.org/commons/sandbox/jexl/</url> + <url>http://jakarta.apache.org/commons/jexl/</url> <issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl> <siteAddress>jakarta.apache.org</siteAddress> - <siteDirectory>/www/jakarta.apache.org/commons/sandbox/jexl/</siteDirectory> - <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/jexl/</distributionDirectory> + <siteDirectory>/www/jakarta.apache.org/commons/jexl/</siteDirectory> + <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/jexl/</distributionDirectory> <repository> - <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:jakarta-commons-sandbox/jexl</connection> - <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jexl/</url> + <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:jakarta-commons/jexl</connection> + <url>http://cvs.apache.org/viewcvs/jakarta-commons/jexl/</url> </repository> <versions> 1.4 +2 -1 jakarta-commons/jexl/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-commons/jexl/xdocs/index.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.xml 26 Apr 2002 16:20:44 -0000 1.3 +++ index.xml 5 Feb 2003 18:52:48 -0000 1.4 @@ -95,7 +95,8 @@ <section name="Nightly Snapshots"> <p> - Soon. + The nightly shapshots can be found + <a href='http://cvs.apache.org/builds/jakarta-commons/nightly/commons-jexl'>here</a> </p> </section> 1.4 +2 -1 jakarta-commons/jexl/xdocs/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-commons/jexl/xdocs/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 11 Jun 2002 17:52:37 -0000 1.3 +++ project.xml 5 Feb 2003 18:52:48 -0000 1.4 @@ -43,6 +43,7 @@ <item name="Digester" href="http://jakarta.apache.org/commons/digester.html"/> <item name="DBCP" href="http://cvs.apache.org/viewcvs/jakarta-commons/dbcp/"/> <item name="HTTP Client" href="http://jakarta.apache.org/commons/httpclient"/> + <item name="Jexl" href="http://jakarta.apache.org/commons/jexl/"/> <item name="JXPath" href="http://cvs.apache.org/viewcvs/jakarta-commons/jxpath/"/> <item name="Latka" href="http://jakarta.apache.org/commons/latka/index.html"/> <item name="Pool" href="http://cvs.apache.org/viewcvs/jakarta-commons/pool/"/> @@ -52,7 +53,7 @@ <menu name="Sandbox Components"> <item name="Jelly" href="http://jakarta.apache.org/commons/sandbox/jelly/"/> - <item name="Jexl" href="http://jakarta.apache.org/commons/sandbox/jexl/"/> + <item name="JJar" href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/"/> <item name="Messenger" href="http://jakarta.apache.org/commons/sandbox/messenger/"/> <item name="Workflow" href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/workflow/"/> 1.1 jakarta-commons/jexl/xdocs/changes.xml Index: changes.xml =================================================================== <?xml version="1.0"?> <document> <properties> <title>Changes</title> <author email="[EMAIL PROTECTED]">Robert Burrell Donkin</author> </properties> <body> <section name="Changes"> </section> </body> </document> 1.1 jakarta-commons/jexl/xdocs/tasks.xml Index: tasks.xml =================================================================== <?xml version="1.0"?> <document> <properties> <title>Tasks</title> <author email="[EMAIL PROTECTED]">Robert Burrell Donkin</author> </properties> <body> <section name="To Do"> </section> <section name="Completed"> </section> </body> </document>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]