Author: rahul
Date: Sun Jan 8 15:10:18 2006
New Revision: 367119
URL: http://svn.apache.org/viewcvs?rev=367119&view=rev
Log:
Add URLs for dependencies web page.
Modified:
jakarta/commons/sandbox/scxml/trunk/project.xml
Modified: jakarta/commons/sandbox/scxml/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/project.xml?rev=367119&r1=367118&r2=367119&view=diff
==============================================================================
--- jakarta/commons/sandbox/scxml/trunk/project.xml (original)
+++ jakarta/commons/sandbox/scxml/trunk/project.xml Sun Jan 8 15:10:18 2006
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright 2005 The Apache Software Foundation
+ Copyright 2005-2006 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -93,7 +93,8 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.0.4</version>
+ <version>1.0.4</version>
+ <url>http://jakarta.apache.org/commons/logging/</url>
<properties>
<comment><b>Core</b>
(everything)</comment>
@@ -102,7 +103,8 @@
<dependency>
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
- <version>1.7</version>
+ <version>1.7</version>
+ <url>http://jakarta.apache.org/commons/digester/</url>
<properties>
<comment><b>Core</b>
(everything)</comment>
@@ -112,6 +114,7 @@
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.7.0</version>
+ <url>http://jakarta.apache.org/commons/beanutils/</url>
<properties>
<comment><b>Transitive</b>
(from Digester, so <b>core</b>)</comment>
@@ -121,6 +124,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
+ <url>http://www.junit.org/</url>
<properties>
<comment><b>Test</b> only</comment>
<scope>test</scope>
@@ -129,7 +133,8 @@
<dependency>
<groupId>commons-el</groupId>
<artifactId>commons-el</artifactId>
- <version>1.0</version>
+ <version>1.0</version>
+ <url>http://jakarta.apache.org/commons/el/</url>
<properties>
<comment><b>Usecases</b>
(JSP/JSF environments)</comment>
@@ -139,7 +144,8 @@
<dependency>
<groupId>commons-jexl</groupId>
<artifactId>commons-jexl</artifactId>
- <version>1.0</version>
+ <version>1.0</version>
+ <url>http://jakarta.apache.org/commons/jexl/</url>
<properties>
<comment><b>Usecases</b>
(JEXL environments)</comment>
@@ -147,8 +153,9 @@
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.4</version>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ <url>http://tomcat.apache.org/</url>
<properties>
<comment><b>Usecases</b>
(Servlet/JSP environments)</comment>
@@ -159,6 +166,7 @@
<groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId>
<version>2.0</version>
+ <url>http://tomcat.apache.org/</url>
<properties>
<comment><b>Usecases</b>
(JSP environments)</comment>
@@ -169,6 +177,7 @@
<groupId>myfaces</groupId>
<artifactId>myfaces-all</artifactId>
<version>1.1.0</version>
+ <url>http://myfaces.apache.org/</url>
<properties>
<comment><b>Usecases</b>
(JSF environments)</comment>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]