Author: wsmoak
Date: Wed Jul 5 20:10:44 2006
New Revision: 419419
URL: http://svn.apache.org/viewvc?rev=419419&view=rev
Log:
Comment out the JasperReports dependency due to licensing. (Thanks, Ted.)
Update the project name to Struts 2.
Modified:
struts/maven/trunk/struts2-archetype-quickstart/src/main/resources/archetype-resources/pom.xml
Modified:
struts/maven/trunk/struts2-archetype-quickstart/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-quickstart/src/main/resources/archetype-resources/pom.xml?rev=419419&r1=419418&r2=419419&view=diff
==============================================================================
---
struts/maven/trunk/struts2-archetype-quickstart/src/main/resources/archetype-resources/pom.xml
(original)
+++
struts/maven/trunk/struts2-archetype-quickstart/src/main/resources/archetype-resources/pom.xml
Wed Jul 5 20:10:44 2006
@@ -6,9 +6,9 @@
<artifactId>${artifactId}</artifactId>
<packaging>war</packaging>
<version>${version}</version>
- <name>SAF2 Quickstart Web App Sample</name>
+ <name>Struts 2 Quickstart Web App Sample</name>
<url>http://www.myComp.com</url>
- <description>Apache Struts Action Framework 2 - Maven Archetype -
Quickstart</description>
+ <description>Struts 2 - Maven Archetype - Quickstart</description>
<dependencies>
<!-- Junit -->
@@ -19,7 +19,7 @@
<scope>test</scope>
</dependency>
- <!-- SAF2 -->
+ <!-- Struts 2 -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
@@ -106,14 +106,17 @@
<artifactId>spring-web</artifactId>
<version>1.2.6</version>
</dependency>
-
- <!-- JasperReport -->
- <dependency>
+
+ <!-- JasperReports is available under
+ the GPL, LGPL, and commercial licenses.
+ http://www.jaspersoft.com/pr_licensing.html
+ <dependency>
<groupId>jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>1.2.1</version>
</dependency>
- </dependencies>
+ -->
+ </dependencies>
<repositories>
<repository>