[java-idp-testbed COMMIT] /trunk/src/main/java/Main.java

noreply at shibboleth.net noreply at shibboleth.net
Sun Apr 12 13:05:58 EDT 2015


Author: rdw
Date: Sun Apr 12 13:05:57 2015
New Revision: 300

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=300&view=rev
Log:
IDP-639 jetty-base gets distributed as embedded/jetty-base

Modified:
    trunk/src/main/java/Main.java

Modified: trunk/src/main/java/Main.java
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/java/Main.java?rev=300&r1=299&r2=300&view=diff
==============================================================================
--- trunk/src/main/java/Main.java (original)
+++ trunk/src/main/java/Main.java Sun Apr 12 13:05:57 2015
@@ -51,7 +51,7 @@
             // Determine path to jetty-base in the idp-distribution module.
             final Path pathToJettyBase =
                     Paths.get(Paths.get("").toAbsolutePath().getParent().toAbsolutePath().toString(),
-                            "java-identity-provider", "idp-distribution", "src", "main", "resources", "jetty-base");
+                            "java-identity-provider", "idp-distribution", "src", "main", "resources", "embedded", "jetty-base");
 
             // Create Jetty configuration from jetty-base/etc/jetty.xml in the idp-distribution module.
             final Path pathToJettyXML = pathToJettyBase.resolve(Paths.get("etc", "jetty.xml"));



More information about the commits mailing list