You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/10/13 22:18:42 UTC

svn commit: r824907 - /incubator/uima/uima-as/trunk/uima-as-distr/src/main/assembly/src.xml

Author: schor
Date: Tue Oct 13 20:18:41 2009
New Revision: 824907

URL: http://svn.apache.org/viewvc?rev=824907&view=rev
Log:
UIMA-1615 remove uima-docbook-tool and uima-docbooks from uima-as build - because it shrinks the source by 1/3 and is not required (because the uima-as build has to be done on top of a base uima build in any case, so those files are already there)

Modified:
    incubator/uima/uima-as/trunk/uima-as-distr/src/main/assembly/src.xml

Modified: incubator/uima/uima-as/trunk/uima-as-distr/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uima-as-distr/src/main/assembly/src.xml?rev=824907&r1=824906&r2=824907&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uima-as-distr/src/main/assembly/src.xml (original)
+++ incubator/uima/uima-as/trunk/uima-as-distr/src/main/assembly/src.xml Tue Oct 13 20:18:41 2009
@@ -112,7 +112,7 @@
       </excludes>
       <fileMode>644</fileMode>
     </fileSet>   
-    <fileSet>
+    <!--fileSet>
       <directory>../uima-docbook-tool</directory>
       <outputDirectory>uima-docbook-tool</outputDirectory>
       <includes>
@@ -127,48 +127,6 @@
         <include>README.FIRST</include>
       </includes>
       <fileMode>644</fileMode>
-    </fileSet>
-    <!-- include part of the base docbook - need to build the
-         tools documentation to produce the help files
-         needed by the CVD tool -->
-    <fileSet>
-      <directory>../uima-docbooks</directory>
-      <outputDirectory>/uima-docbooks</outputDirectory>
-      <excludes>
-        <exclude>target/**</exclude>
-        <!-- Directories does not exist -->
-        <!-- <exclude>docbook/**</exclude>  -->
-        <!-- <exclude>lib/**</exclude> -->
-        <!-- <exclude>Source_UIMA_SDK_Guide_Ref/**</exclude> -->
-        <exclude>.*</exclude>   
-        <exclude>LICENSE.txt</exclude>
-        <exclude>src/styles/titlepage/*.xsl</exclude>
-        <!-- exclude books not needed by uima-as -->
-        <exclude>src/docbook/overview_and_setup/**</exclude>     
-        <exclude>src/docbook/references/**</exclude>     
-        <exclude>src/docbook/tutorials_and_users_guildes/**</exclude>
-        <!-- exclude builders that reference non-existent parts -->
-        <exclude>build_overview_and_setup.xml</exclude>    
-        <exclude>build_references.xml</exclude>    
-        <exclude>build_tutorials_and_users_guildes.xml</exclude>    
-        <exclude>build_all_books.xml</exclude>
-        <exclude>README.USER.txt</exclude>  <!-- remove, because it has misleading info in this context -->    
-      </excludes>
-      <fileMode>644</fileMode>
-    </fileSet>
-    <!-- update site not part of the source distribution.  This is 
-         something built after the release vote, as part of deployment -->
-    <!--fileSet>
-      <directory>../uimaj-eclipse-update-site</directory>
-      <outputDirectory>uimaj-eclipse-update-site</outputDirectory>
-      <includes>
-        <include>features/**</include-->
-        <!--include>plugins/**</include-->
-        <!--include>web/**</include>
-        <include>build.xml</include>
-        <include>index.html</include>
-        <include>site.xml</include>
-      </includes>
     </fileSet-->
     <fileSet>
       <directory>../uimaj-ep-deployeditor</directory>