[cvs] expresso commit by rimovm: Fix Cactus-ANT dependency name to
match that
JCorporate Ltd
jcorp at jcorp2.servlets.net
Fri Nov 12 09:16:16 PST 2004
Log Message:
-----------
Fix Cactus-ANT dependency name to match that of ibiblio.
Modified Files:
--------------
expresso:
project.xml
Revision Data
-------------
Index: project.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/project.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lproject.xml -Lproject.xml -u -r1.5 -r1.6
--- project.xml
+++ project.xml
@@ -63,15 +63,13 @@
<logo/>
<!-- Gump integration -->
<gumpRepositoryId>expresso</gumpRepositoryId>
- <description>
-<![CDATA[
+ <description><![CDATA[
<p>Expresso is a powerful, open standards-based, enterprise-strength J2EE architectural framework for developing database-driven web applications based on open standards. It is based upon many years of collective experience from industry-leading software engineers, consultants, and enterprise Web developers. Expresso is designed to shorten time-to-delivery of Web-based, business transactional applications by providing a library of extensible Java Server components for providing services to web-based applications so the developer can concentrate on application logic.</p>
<p>Expresso integrates with Struts which is a MVC light weight framework emphasizing presentation and application configuration, and bringing a powerful tag library to Expresso; whereas Expresso adds capabilities for security, robust object-relational mapping, background job handling and scheduling, self-tests, logging integration, automated table manipulation, database connection pooling, email connectivity, event notification, error handling, caching, internationalization, XML automation, testing, registration objects, configuration management, workflow, automatic database maintenance and JSP tag library etc.</p>
<p>Expresso enables developers to decrease their learning curve and time to solution, which translates directly into reduced costs and increased revenue for customers.</p>
-]]>
- </description>
+]]></description>
<shortDescription>Web Application Framework</shortDescription>
<url>http://www.jcorporate.com/expresso.html</url>
<issueTrackingUrl> http://www.jcorporate.com/expresso/components/internal/bugs.jsp;jsessionid=amNk0Mk4vA14?project=EXPRESSO
@@ -226,7 +224,7 @@
</dependency>
<dependency>
<groupId>cactus</groupId>
- <artifactId>cactus-ant</artifactId>
+ <artifactId>cactus-ant-13</artifactId>
<version>1.6.1</version>
<url>http://jakarta.apache.org/cactus/</url>
</dependency>
More information about the cvs
mailing list