You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by jo...@apache.org on 2009/07/02 16:05:28 UTC

svn commit: r790597 - in /incubator/uima/uimaj/trunk/uimaj-distr: pom.xml src/main/assembly/bin.xml src/main/assembly/src.xml

Author: joern
Date: Thu Jul  2 14:05:27 2009
New Revision: 790597

URL: http://svn.apache.org/viewvc?rev=790597&view=rev
Log:
UIMA-1414

Modified:
    incubator/uima/uimaj/trunk/uimaj-distr/pom.xml
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/bin.xml
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/src.xml

Modified: incubator/uima/uimaj/trunk/uimaj-distr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/pom.xml?rev=790597&r1=790596&r2=790597&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/pom.xml Thu Jul  2 14:05:27 2009
@@ -89,6 +89,12 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-ep-cas-editor</artifactId>
+			<version>${uimaj-release-eclipse-version}</version>
+			<scope>compile</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.uima</groupId>
 			<artifactId>uimaj-ep-configurator</artifactId>
 			<version>${uimaj-release-eclipse-version}</version>
 			<scope>compile</scope>

Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/bin.xml?rev=790597&r1=790596&r2=790597&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/bin.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/bin.xml Thu Jul  2 14:05:27 2009
@@ -113,6 +113,7 @@
     <!-- Copy each eclipse plugin into the /eclipsePlugins dir of the distribution -->
     <dependencySet>
       <includes>
+        <include>org.apache.uima:uimaj-ep-cas-editor</include>
         <include>org.apache.uima:uimaj-ep-configurator</include>
         <include>org.apache.uima:uimaj-ep-debug</include>
         <include>org.apache.uima:uimaj-ep-jcasgen</include>

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?rev=790597&r1=790596&r2=790597&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/src.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/src.xml Thu Jul  2 14:05:27 2009
@@ -201,6 +201,17 @@
       </includes>
     </fileSet>   
     <fileSet>
+      <directory>../uimaj-ep-cas-editor</directory>
+      <outputDirectory>/uimaj-ep-cas-editor</outputDirectory>
+      <includes>
+        <include>icons/**</include>
+        <include>src/**</include>
+        <include>schema/**</include>
+        <include>plugin.xml</include>
+        <include>pom.xml</include>
+      </includes>
+    </fileSet>      
+    <fileSet>
       <directory>../uimaj-ep-configurator</directory>
       <outputDirectory>/uimaj-ep-configurator</outputDirectory>
       <includes>