jstrachan 2003/02/08 11:10:55
Modified: xdocs sandbox.xml components.xml
xdocs/stylesheets project.xml
Log:
Added Jelly to the main commons site
Revision Changes Path
1.26 +0 -6 jakarta-commons/xdocs/sandbox.xml
Index: sandbox.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/xdocs/sandbox.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sandbox.xml 19 Jan 2003 20:23:43 -0000 1.25
+++ sandbox.xml 8 Feb 2003 19:10:55 -0000 1.26
@@ -58,12 +58,6 @@
</li>
<li>
- <a href="http://jakarta.apache.org/commons/sandbox/jelly/">
- Jelly</a>
- a Java and XML scripting engine proposal from James Strachan.
- </li>
-
- <li>
<a href="http://jakarta.apache.org/commons/sandbox/messenger/">
Messenger</a>
a JMS framework proposal from James Strachan.
1.73 +19 -19 jakarta-commons/xdocs/components.xml
Index: components.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- components.xml 6 Feb 2003 18:46:29 -0000 1.72
+++ components.xml 8 Feb 2003 19:10:55 -0000 1.73
@@ -127,6 +127,25 @@
</dd>
<!-- /Discovery -->
+ <!-- Jelly -->
+ <dt><b><big><a
href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a></big></b></dt>
+ <dd>
+ Jelly is an XML based scripting and processing engine. Jelly borrows many
+ good ideas from both JSP custom tags, Velocity, Cocoon and the
+ scripting engine inside XDoclet. Jelly can be used from the command line,
inside
+ Ant or inside a Servlet.
+ </dd>
+ <!-- /Jelly -->
+
+ <!-- Jexl -->
+ <dt><b><big><a
href="http://jakarta.apache.org/commons/jexl.html">Jexl</a></big></b></dt>
+ <dd>
+ Jexl is an expression language which entends the Expression Language of the
JSTL
+ by bringing in some of the lessons leaned by the
+ <a href='http://jakarta.apache.org/velocity/'>Velocity</a> community.
+ </dd>
+ <!-- /Jexl -->
+
<!-- JXPath -->
<dt><b><big><a
href="http://jakarta.apache.org/commons/jxpath/">JXPath</a></big></b></dt>
<dd>
@@ -278,15 +297,6 @@
</dd>
<!-- /Net -->
- <!-- Jexl -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/jexl.html">Jexl</a></big></b></dt>
- <dd>
- Jexl is an expression language which entends the Expression Language of the
JSTL
- by bringing in some of the lessons leaned by the
- <a href='http://jakarta.apache.org/velocity/'>Velocity</a> community.
- </dd>
- <!-- /Jexl -->
-
</dl>
</section>
@@ -351,16 +361,6 @@
IO is a collection of I/O utilities.
</dd>
<!-- /IO -->
-
- <!-- Jelly -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a></big></b></dt>
- <dd>
- Jelly is an XML based scripting and processing engine. Jelly borrows many
- good ideas from both JSP custom tags, Velocity, Cocoon and the
- scripting engine inside XDoclet. Jelly can be used from the command line,
inside
- Ant or inside a Servlet.
- </dd>
- <!-- /Jelly -->
<!-- JJar -->
<dt><b><big><a
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/">JJar</a></big></b></dt>
1.66 +2 -2 jakarta-commons/xdocs/stylesheets/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/xdocs/stylesheets/project.xml,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- project.xml 6 Feb 2003 18:37:41 -0000 1.65
+++ project.xml 8 Feb 2003 19:10:55 -0000 1.66
@@ -52,13 +52,14 @@
<item name="Discovery"
href="http://jakarta.apache.org/commons/discovery.html"/>
<item name="FileUpload"
href="http://jakarta.apache.org/commons/fileupload/index.html"/>
<item name="HttpClient"
href="http://jakarta.apache.org/commons/httpclient/index.html"/>
+ <item name="Jelly"
href="http://jakarta.apache.org/commons/jelly/index.html"/>
<item name="Jexl"
href="http://jakarta.apache.org/commons/jexl.html"/>
<item name="JXPath"
href="http://jakarta.apache.org/commons/jxpath/index.html"/>
<item name="Lang"
href="http://jakarta.apache.org/commons/lang.html"/>
<item name="Latka"
href="http://jakarta.apache.org/commons/latka/index.html"/>
<item name="Logging"
href="http://jakarta.apache.org/commons/logging.html"/>
<item name="Modeler"
href="http://jakarta.apache.org/commons/modeler.html"/>
- <item name="Net"
href="http://jakarta.apache.org/commons/net/index.html"/>
+ <item name="Net"
href="http://jakarta.apache.org/commons/net/index.html"/>
<item name="Pool"
href="http://jakarta.apache.org/commons/pool.html"/>
<item name="Validator"
href="http://jakarta.apache.org/commons/validator/index.html"/>
</menu>
@@ -73,7 +74,6 @@
<item name="DbUtils"
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/dbutils/"/>
<item name="Functor"
href="http://jakarta.apache.org/commons/sandbox/functor/"/>
<item name="IO"
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/io/"/>
- <item name="Jelly"
href="http://jakarta.apache.org/commons/sandbox/jelly/index.html"/>
<item name="JJar"
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/"/>
<item name="Messenger"
href="http://jakarta.apache.org/commons/sandbox/messenger/index.html"/>
<item name="Resources"
href="http://jakarta.apache.org/commons/sandbox/resources/index.html"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]