[java-idp-testbed] 01/01: IDP-843 - Use jetty-base from idp-example-jetty-base.

Tom Zeller tzeller at dragonacea.biz
Thu May 19 18:07:24 EDT 2016


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch IDP-843
in repository java-idp-testbed.

commit 88d05184d516e9e423026aefa498b9c9ad48bc8f
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu May 19 17:07:14 2016 -0500

    IDP-843 - Use jetty-base from idp-example-jetty-base.
    
    Ignore embedded/jetty-base in idp-distribution.
---
 src/main/java/Main.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/Main.java b/src/main/java/Main.java
index 2a6c028..82090f1 100644
--- a/src/main/java/Main.java
+++ b/src/main/java/Main.java
@@ -54,7 +54,7 @@ public class Main {
             // 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", "embedded", "jetty-base");
+                            "java-idp-example-jetty-base", "src", "main", "resources", "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"));

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list