Author: wsmoak
Date: Tue Aug 30 22:00:13 2005
New Revision: 264943
URL: http://svn.apache.org/viewcvs?rev=264943&view=rev
Log:
Changed version to SNAPSHOT and included NOTICE.txt in the .jar file.
tiles-core-SNAPSHOT.jar has been published to
http://cvs.apache.org/repository/tiles/
Thanks to Don, Joe and Phil for the help!
Modified:
struts/sandbox/trunk/tiles/project.xml
Modified: struts/sandbox/trunk/tiles/project.xml
URL:
http://svn.apache.org/viewcvs/struts/sandbox/trunk/tiles/project.xml?rev=264943&r1=264942&r2=264943&view=diff
==============================================================================
--- struts/sandbox/trunk/tiles/project.xml (original)
+++ struts/sandbox/trunk/tiles/project.xml Tue Aug 30 22:00:13 2005
@@ -32,7 +32,7 @@
<gumpRepositoryId>struts-svn</gumpRepositoryId>
<inceptionYear>2003</inceptionYear>
<package>org.apache.tiles</package>
- <currentVersion>0.2-dev</currentVersion>
+ <currentVersion>SNAPSHOT</currentVersion>
<packageGroups>
<packageGroup>
<title>Tiles Core Library</title>
@@ -107,6 +107,13 @@
</includes>
<targetPath>META-INF</targetPath>
</resource>
+ <resource>
+ <includes>
+ <include>NOTICE.txt</include>
+ </includes>
+ <targetPath>META-INF</targetPath>
+ </resource>
+
</resources>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]