You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/12/08 09:51:38 UTC

svn commit: r1211788 - in /incubator/lcf/trunk: pom.xml test-materials/ test-materials/alfresco-war/ test-materials/alfresco-war/pom.xml test-materials/pom.xml tests/alfresco-war/ tests/pom.xml

Author: kwright
Date: Thu Dec  8 08:51:38 2011
New Revision: 1211788

URL: http://svn.apache.org/viewvc?rev=1211788&view=rev
Log:
Move alfresco-war build to new 'test-materials' folder

Added:
    incubator/lcf/trunk/test-materials/
    incubator/lcf/trunk/test-materials/alfresco-war/
      - copied from r1211784, incubator/lcf/trunk/tests/alfresco-war/
    incubator/lcf/trunk/test-materials/pom.xml   (with props)
Removed:
    incubator/lcf/trunk/tests/alfresco-war/
Modified:
    incubator/lcf/trunk/pom.xml
    incubator/lcf/trunk/test-materials/alfresco-war/pom.xml
    incubator/lcf/trunk/tests/pom.xml

Modified: incubator/lcf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/pom.xml?rev=1211788&r1=1211787&r2=1211788&view=diff
==============================================================================
--- incubator/lcf/trunk/pom.xml (original)
+++ incubator/lcf/trunk/pom.xml Thu Dec  8 08:51:38 2011
@@ -48,6 +48,7 @@
   <modules>
     <module>framework</module>
     <module>connectors</module>
+    <module>test-materials</module>
     <module>tests</module>
     <module>framework/jetty-runner</module>
   </modules>

Modified: incubator/lcf/trunk/test-materials/alfresco-war/pom.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/test-materials/alfresco-war/pom.xml?rev=1211788&r1=1211784&r2=1211788&view=diff
==============================================================================
--- incubator/lcf/trunk/test-materials/alfresco-war/pom.xml (original)
+++ incubator/lcf/trunk/test-materials/alfresco-war/pom.xml Thu Dec  8 08:51:38 2011
@@ -29,7 +29,7 @@
         
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
-    <artifactId>mcf-tests</artifactId>
+    <artifactId>mcf-test-materials</artifactId>
     <version>0.4.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
@@ -37,7 +37,7 @@
 	
 	<artifactId>mcf-alfresco-war-test</artifactId>
 	
-	<name>ManifoldCF - Test - Alfresco WAR</name>
+	<name>ManifoldCF - Test Materials - Alfresco WAR</name>
 	<packaging>war</packaging>
 	<url></url>
 	<description>Alfresco WAR builder</description>

Added: incubator/lcf/trunk/test-materials/pom.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/test-materials/pom.xml?rev=1211788&view=auto
==============================================================================
--- incubator/lcf/trunk/test-materials/pom.xml (added)
+++ incubator/lcf/trunk/test-materials/pom.xml Thu Dec  8 08:51:38 2011
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <parent>
+    <groupId>org.apache.manifoldcf</groupId>
+    <artifactId>mcf-parent</artifactId>
+    <version>0.4.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>mcf-test-materials</artifactId>
+  <name>ManifoldCF - Test materials</name>
+  <packaging>pom</packaging>
+  <modules>
+    <module>alfresco-war</module>
+  </modules>
+  <build>
+    <defaultGoal>package</defaultGoal>
+  </build>
+</project>
\ No newline at end of file

Propchange: incubator/lcf/trunk/test-materials/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/trunk/test-materials/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lcf/trunk/tests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/tests/pom.xml?rev=1211788&r1=1211787&r2=1211788&view=diff
==============================================================================
--- incubator/lcf/trunk/tests/pom.xml (original)
+++ incubator/lcf/trunk/tests/pom.xml Thu Dec  8 08:51:38 2011
@@ -28,7 +28,6 @@
   <name>ManifoldCF - Tests</name>
   <packaging>pom</packaging>
   <modules>
-    <module>alfresco-war</module>
     <module>alfresco</module> 
     <module>wiki</module>
     <module>cmis</module>