You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by al...@apache.org on 2007/03/06 17:30:26 UTC

svn commit: r515184 - in /incubator/uima/uimaj/trunk/uimaj-distr/src/main: assembly/src.xml readme_src/LICENSE readme_src/NOTICE

Author: alally
Date: Tue Mar  6 08:30:25 2007
New Revision: 515184

URL: http://svn.apache.org/viewvc?view=rev&rev=515184
Log:
Remove redundant LICENSE, NOTICE, DISCLAIMER files.
UIMA-334: https://issues.apache.org/jira/browse/UIMA-334

Removed:
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme_src/LICENSE
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme_src/NOTICE
Modified:
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/src.xml

Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/src.xml?view=diff&rev=515184&r1=515183&r2=515184
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/src.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/src.xml Tue Mar  6 08:30:25 2007
@@ -39,11 +39,9 @@
     <fileSet>
       <directory>src/main/readme</directory>
       <outputDirectory>/</outputDirectory>
-      <includes>
-        <include>DISCLAIMER</include>
-        <include>RELEASE_NOTES</include>
-        <include>RELEASE_NOTES.html</include>
-      </includes>
+      <excludes>
+		  <exclude>README</exclude>
+      </excludes>
     </fileSet>
     <fileSet>
       <directory>src/main/readme_src</directory>