Author: struberg
Date: Mon Aug 30 09:49:43 2010
New Revision: 990749
URL: http://svn.apache.org/viewvc?rev=990749&view=rev
Log:
fix dist-assembly descriptor for alpha-2 release
Modified:
openwebbeans/trunk/distribution/src/assembly/dist-binary.xml
Modified: openwebbeans/trunk/distribution/src/assembly/dist-binary.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/distribution/src/assembly/dist-binary.xml?rev=990749&r1=990748&r2=990749&view=diff
==============================================================================
--- openwebbeans/trunk/distribution/src/assembly/dist-binary.xml (original)
+++ openwebbeans/trunk/distribution/src/assembly/dist-binary.xml Mon Aug 30
09:49:43 2010
@@ -29,7 +29,7 @@ under the License.
<files>
<file>
- <source>../LICENCE</source>
+ <source>../LICENSE</source>
</file>
<file>
@@ -37,7 +37,7 @@ under the License.
</file>
<file>
- <source>../readme/README_1_0_0-alpha-1.txt</source>
+ <source>../readme/README_1_0_0-alpha-2.txt</source>
</file>
<file>
@@ -51,7 +51,7 @@ under the License.
<file>
<outputDirectory>config</outputDirectory>
-
<source>../webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans-default.properties</source>
+
<source>../webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties</source>
</file>
</files>