Author: mrdon Date: Sat Dec 17 11:42:28 2005 New Revision: 357374 URL: http://svn.apache.org/viewcvs?rev=357374&view=rev Log: Updating changes for 1.0.1, moved Struts mailreader jar to cvs maven repository, added more comments to dependencies
Removed: struts/scripting/trunk/src/struts-example/WEB-INF/lib/ Modified: struts/scripting/trunk/project.xml struts/scripting/trunk/xdocs/changes.xml Modified: struts/scripting/trunk/project.xml URL: http://svn.apache.org/viewcvs/struts/scripting/trunk/project.xml?rev=357374&r1=357373&r2=357374&view=diff ============================================================================== --- struts/scripting/trunk/project.xml (original) +++ struts/scripting/trunk/project.xml Sat Dec 17 11:42:28 2005 @@ -92,7 +92,7 @@ <properties> <scope>provided</scope> </properties> - <comment>Required for build</comment> + <comment>Required only for build</comment> </dependency> <dependency> @@ -161,6 +161,7 @@ <war.bundle>true</war.bundle> <cactus.bundle>true</cactus.bundle> </properties> + <comment>Required for Struts 1.2.8</comment> </dependency> <dependency> @@ -175,6 +176,21 @@ <comment>Required</comment> </dependency> + + <dependency> + <groupId>struts</groupId> + <artifactId>struts-mailreader</artifactId> + <version>1.2.8</version> + <url>http://struts.apache.org/</url> + <properties> + <war.bundle>true</war.bundle> + <cactus.bundle>true</cactus.bundle> + </properties> + <url>http://struts.apache.org/</url> + <comment>Optional - Used by the Mailreader example</comment> + </dependency> + + <dependency> <groupId>groovy</groupId> <artifactId>groovy-all</artifactId> @@ -196,6 +212,7 @@ <properties> <scope>compile</scope> </properties> + <comment>Required only for build</comment> </dependency> <dependency> @@ -206,6 +223,7 @@ <properties> <scope>compile</scope> </properties> + <comment>Required only for build</comment> </dependency> </dependencies> Modified: struts/scripting/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/struts/scripting/trunk/xdocs/changes.xml?rev=357374&r1=357373&r2=357374&view=diff ============================================================================== --- struts/scripting/trunk/xdocs/changes.xml (original) +++ struts/scripting/trunk/xdocs/changes.xml Sat Dec 17 11:42:28 2005 @@ -23,9 +23,15 @@ <body> - <release version="1.0.1" date="Unreleased"> + <release version="1.0.1" date="2005-12-17"> <action dev="mrdon" type="add"> Changed Mailreader example to use Groovy instead of BeanShell due to possible licensing issues. + </action> + <action dev="mrdon" type="fix"> + Fixed most checkstyle errors. + </action> + <action dev="wsmoak" type="fix"> + Merged Ant and Maven build into one Maven. </action> </release> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]