Author: struberg
Date: Wed Aug 31 20:37:55 2011
New Revision: 1163805
URL: http://svn.apache.org/viewvc?rev=1163805&view=rev
Log:
OWB-614 fix LICENSE and NOTICE inclusion
Modified:
openwebbeans/trunk/samples/pom.xml
Modified: openwebbeans/trunk/samples/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/pom.xml?rev=1163805&r1=1163804&r2=1163805&view=diff
==============================================================================
--- openwebbeans/trunk/samples/pom.xml (original)
+++ openwebbeans/trunk/samples/pom.xml Wed Aug 31 20:37:55 2011
@@ -67,8 +67,8 @@ under the License.
<directory>.</directory>
<targetPath>META-INF</targetPath>
<includes>
- <include>LICENCE.txt</include>
- <include>NOTICE.txt</include>
+ <include>LICENSE</include>
+ <include>NOTICE</include>
</includes>
</resource>
</webResources>