Author: challngr
Date: Wed May 22 18:48:05 2013
New Revision: 1485332

URL: http://svn.apache.org/r1485332
Log:
UIMA-2682 Remove obsolete ducc_qmon.

Removed:
    uima/sandbox/uima-ducc/trunk/src/main/scripts/ducc_qmon
Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml?rev=1485332&r1=1485331&r2=1485332&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml Wed May 22 18:48:05 2013
@@ -308,31 +308,7 @@ y                    <class-path>${DUCC_CP}</class-path
                </excludes>
             </configuration>
           </execution>          
-          
-         <execution>
-            <id>UimaAsServiceMonitor</id>
-            <goals><goal>jar</goal></goals>
-            <phase>package</phase>
-            <configuration>
-            <!-- Name the jar -->
-            <finalName>uima-ducc-qmon</finalName>
-               <archive>
-                  <index>false</index>
-                  <manifest>
-                     <addClasspath>false</addClasspath>
-                     
<mainClass>org.apache.uima.ducc.cli.UimaAsServiceMonitor</mainClass>
-                  </manifest>
-                  <manifestEntries>
-                    <class-path>${DUCC_CP}</class-path>
-                  </manifestEntries>                                    
-               </archive>
-               <excludes>
-                 <exclude>**/</exclude>
-                 <exclude>META-INF/*</exclude>
-               </excludes>
-            </configuration>
-          </execution>          
-               
+                         
          <execution>
             <id>DuccPerfStats</id>
             <goals><goal>jar</goal></goals>


Reply via email to