[java-idp-integration-tests COMMIT] in /trunk: pom.xml src/test/webapps/0-idp-testbed.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Jul 9 23:39:19 EDT 2014


Author: tzeller
Date: Wed Jul  9 23:39:19 2014
New Revision: 23

URL: http://svn.shibboleth.net/view/java-idp-integration-tests?rev=23&view=rev
Log:
IDP-410 and IDP-411 Unpacked WAR file.

Modified:
    trunk/pom.xml
    trunk/src/test/webapps/0-idp-testbed.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-idp-integration-tests/trunk/pom.xml?rev=23&r1=22&r2=23&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Wed Jul  9 23:39:19 2014
@@ -212,7 +212,7 @@
                                     <destFileName>idp-testbed.war</destFileName>
                                 </artifactItem>
                             </artifactItems>
-                            <outputDirectory>${test-distributions.directory}/idp-distribution-${idp.version}/war/</outputDirectory>
+                            <outputDirectory>${test-distributions.directory}/idp-distribution-${idp.version}/testbed-war/</outputDirectory>
                         </configuration>
                     </execution>
                 </executions>

Modified: trunk/src/test/webapps/0-idp-testbed.xml
URL: http://svn.shibboleth.net/view/java-idp-integration-tests/trunk/src/test/webapps/0-idp-testbed.xml?rev=23&r1=22&r2=23&view=diff
==============================================================================
--- trunk/src/test/webapps/0-idp-testbed.xml (original)
+++ trunk/src/test/webapps/0-idp-testbed.xml Wed Jul  9 23:39:19 2014
@@ -5,7 +5,7 @@
 <!-- Configure the Shibboleth Testbed webapp                             -->
 <!-- =============================================================== -->
 <Configure class="org.eclipse.jetty.webapp.WebAppContext">
-  <Set name="war">../war/idp-testbed.war</Set>
+  <Set name="war">../testbed-war/idp-testbed.war</Set>
   <Set name="contextPath">/</Set>
   <Set name="extractWAR">false</Set>
   <Set name="copyWebDir">false</Set>



More information about the commits mailing list