Author: wsmoak
Date: Wed Jan 4 19:47:39 2006
New Revision: 366070
URL: http://svn.apache.org/viewcvs?rev=366070&view=rev
Log:
Switch to Commons Resources 1.0.0-RC1. (Thanks Niall!)
Include license, notice and properties files in the jar.
Fix copyright dates based on svn log.
Modified:
struts/extras/trunk/project.xml
Modified: struts/extras/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/struts/extras/trunk/project.xml?rev=366070&r1=366069&r2=366070&view=diff
==============================================================================
--- struts/extras/trunk/project.xml (original)
+++ struts/extras/trunk/project.xml Wed Jan 4 19:47:39 2006
@@ -2,7 +2,7 @@
<project>
<!--
/*
- * Copyright 2001-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.
@@ -68,7 +68,7 @@
<dependency>
<groupId>commons-resources</groupId>
<artifactId>commons-resources</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0.0-RC1</version>
<url>http://jakarta.apache.org/commons/resources/</url>
<properties>
<war.bundle>true</war.bundle>
@@ -89,7 +89,21 @@
</unitTest>
<!-- J A R R E S O U R C E S -->
<!-- Resources that are packaged up inside the JAR file -->
- <resources />
+ <resources>
+ <resource>
+ <directory>src/java</directory>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
+ </resource>
+ <resource>
+ <directory>build</directory>
+ <includes>
+ <include>LICENSE.txt</include>
+ <include>NOTICE.txt</include>
+ </includes>
+ </resource>
+ </resources>
<!-- Integration unit test cases -->
<integrationUnitTest>
<includes>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]