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 2013/02/09 22:33:32 UTC

svn commit: r1444440 - /manifoldcf/branches/release-1.1-branch/tests/filesystem/pom.xml

Author: kwright
Date: Sat Feb  9 21:33:32 2013
New Revision: 1444440

URL: http://svn.apache.org/r1444440
Log:
Missing a pullup for combined service dependencies.

Modified:
    manifoldcf/branches/release-1.1-branch/tests/filesystem/pom.xml

Modified: manifoldcf/branches/release-1.1-branch/tests/filesystem/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.1-branch/tests/filesystem/pom.xml?rev=1444440&r1=1444439&r2=1444440&view=diff
==============================================================================
--- manifoldcf/branches/release-1.1-branch/tests/filesystem/pom.xml (original)
+++ manifoldcf/branches/release-1.1-branch/tests/filesystem/pom.xml Sat Feb  9 21:33:32 2013
@@ -86,7 +86,7 @@
             <crawlerWarPath>../dependency/mcf-crawler-ui-${project.version}.war</crawlerWarPath>
             <authorityserviceWarPath>../dependency/mcf-authority-service-${project.version}.war</authorityserviceWarPath>
             <apiWarPath>../dependency/mcf-api-service-${project.version}.war</apiWarPath>
-            <combinedWarPath>../dependency/mcf-combined-service-${project.version}.war</apiWarPath>
+            <combinedWarPath>../dependency/mcf-combined-service-${project.version}.war</combinedWarPath>
           </systemPropertyVariables>
           <excludes>
             <exclude>**/*Postgresql*.java</exclude>