You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2013/01/11 17:24:46 UTC

svn commit: r1432136 - in /uima/sandbox/uima-ducc/trunk: pom.xml src/main/assembly/bin.xml

Author: cwiklik
Date: Fri Jan 11 16:24:46 2013
New Revision: 1432136

URL: http://svn.apache.org/viewvc?rev=1432136&view=rev
Log:
UIMA-2559 Updates build scripts

Modified:
    uima/sandbox/uima-ducc/trunk/pom.xml
    uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml

Modified: uima/sandbox/uima-ducc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/pom.xml?rev=1432136&r1=1432135&r2=1432136&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/pom.xml Fri Jan 11 16:24:46 2013
@@ -83,7 +83,11 @@
 			<artifactId>uima-ducc-jd</artifactId>
 			<version>${project.version}</version>
 		</dependency>
-		
+		<dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uima-ducc-web</artifactId>
+			<version>${project.version}</version>
+		</dependency>
 	</dependencies>
 
 	<build>
@@ -123,7 +127,7 @@
           </execution>
         </executions>
       </plugin -->
-			<plugin>
+			<!-- plugin>
 				<artifactId>maven-resources-plugin</artifactId>
 				<version>2.5</version>
 				<executions>
@@ -143,12 +147,14 @@
 										<include>LICENSE</include>
 										<include>NOTICE</include>
 									</includes>
+									
+									
 								</resource>
 							</resources>
 						</configuration>
 					</execution>
 				</executions>
-			</plugin>
+			</plugin -->
 
          <!-- plugin>
           <groupId>org.apache.maven.plugins</groupId>

Modified: uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml?rev=1432136&r1=1432135&r2=1432136&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml Fri Jan 11 16:24:46 2013
@@ -39,6 +39,8 @@ under the License.    
         <include>org.apache.uima:uima-ducc-rm</include>
         <include>org.apache.uima:uima-ducc-sm</include>
         <include>org.apache.uima:uima-ducc-orchestrator</include>
+        <include>org.apache.uima:uima-ducc-web</include>
+        
       </includes>      
       <outputFileNameMapping>${artifact.artifactId}.jar</outputFileNameMapping>
       <outputDirectory>ducc_runtime/lib</outputDirectory>
@@ -450,7 +452,12 @@ under the License.    
   
   <files>
   
-  
+  <file>
+      <source>src/main/scripts/dd2spring.xsl</source>
+      <outputDirectory>ducc_runtime/resources</outputDirectory>
+      <destName>dd2spring.xsl</destName>
+      <fileMode>755</fileMode>
+    </file>
     
   <file>
       <source>src/main/scripts/ducc_boot.py</source>