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 2010/08/09 17:09:20 UTC

svn commit: r983677 - in /uima/uimaj/trunk/uimaj-eclipse-update-site: pom.xml site.xml

Author: schor
Date: Mon Aug  9 15:09:20 2010
New Revision: 983677

URL: http://svn.apache.org/viewvc?rev=983677&view=rev
Log:
[UIMA-1854] site.xml: add the feature for the deploy editor version 2.3.1.SNAPSHOT

pom.xml: Add the artifactItems to cause incorporating into the current features the uima-as-tooling (deployment editor).  Add the artifactItems to copy the deployement editor and the runtime fragment for it into the set of plugins.

Modified:
    uima/uimaj/trunk/uimaj-eclipse-update-site/pom.xml
    uima/uimaj/trunk/uimaj-eclipse-update-site/site.xml

Modified: uima/uimaj/trunk/uimaj-eclipse-update-site/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-update-site/pom.xml?rev=983677&r1=983676&r2=983677&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-eclipse-update-site/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-eclipse-update-site/pom.xml Mon Aug  9 15:09:20 2010
@@ -211,7 +211,19 @@
                   <artifactId>uimaj-ep-runtime</artifactId>
                   <version>2.3.1-SNAPSHOT</version>
                   <destFileName>org.apache.uima.runtime_2.3.1.SNAPSHOT.jar</destFileName>
-                </artifactItem>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.uima</groupId>
+                  <artifactId>uimaj-ep-deployeditor</artifactId>
+                  <version>2.3.1-SNAPSHOT</version>
+                  <destFileName>org.apache.uima.deployeditor_2.3.1.SNAPSHOT.jar</destFileName>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.uima</groupId>
+                  <artifactId>uimaj-ep-runtime-deployeditor</artifactId>
+                  <version>2.3.1-SNAPSHOT</version>
+                  <destFileName>org.apache.uima.runtime.fragments.deployeditor_2.3.1.SNAPSHOT.jar</destFileName>
+                </artifactItem>              
               </artifactItems>
               <outputDirectory>${project.build.directory}/work/plugins</outputDirectory>
             </configuration>
@@ -236,6 +248,12 @@
                   <version>${project.version}</version>
                   <destFileName>org.apache.uima.tools_${parsedVersion.osgiVersion}.jar</destFileName>
                 </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.uima</groupId>
+                  <artifactId>uimaj-eclipse-feature-deployeditor</artifactId>
+                  <version>${project.version}</version>
+                  <destFileName>org.apache.uima.as.deployeditor_${parsedVersion.osgiVersion}.jar</destFileName>
+                </artifactItem>
               </artifactItems>
               <outputDirectory>${project.build.directory}/eclipse-update-site/features</outputDirectory>
             </configuration>

Modified: uima/uimaj/trunk/uimaj-eclipse-update-site/site.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-update-site/site.xml?rev=983677&r1=983676&r2=983677&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-eclipse-update-site/site.xml (original)
+++ uima/uimaj/trunk/uimaj-eclipse-update-site/site.xml Mon Aug  9 15:09:20 2010
@@ -31,6 +31,9 @@
    <feature url="features/org.apache.uima.runtime_2.3.1.SNAPSHOT.jar" id="org.apache.uima.runtime" version="2.3.1.SNAPSHOT">
       <category name="uima-tooling-and-runtimes"/>
    </feature>
+   <feature url="features/org.apache.uima.as.deployeditor_2.3.1.SNAPSHOT.jar" id="org.apache.uima.as.deployeditor" version="2.3.1.SNAPSHOT">
+      <category name="uima-as-tooling"/>
+   </feature>
    
    
    <feature url="features/org.apache.uima.tools_2.3.0.incubating.jar" id="org.apache.uima.tools" version="2.3.0.incubating">