[java-idp-jetty-base] 03/03: Replace custom path with jetty.base property
Tom Zeller
tzeller at dragonacea.biz
Wed Oct 3 17:48:37 EDT 2018
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 9.4
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=6824a40bcc1f626ea909149250d8db56b9c7600d
commit 6824a40bcc1f626ea909149250d8db56b9c7600d
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Oct 3 16:47:26 2018 -0500
Replace custom path with jetty.base property
Used in WIP testing only
---
src/test/resources/jetty-base/webapps/idp.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/resources/jetty-base/webapps/idp.xml b/src/test/resources/jetty-base/webapps/idp.xml
index ea51813..d7c2fd8 100644
--- a/src/test/resources/jetty-base/webapps/idp.xml
+++ b/src/test/resources/jetty-base/webapps/idp.xml
@@ -12,5 +12,5 @@
<Set name="copyWebInf">true</Set>
<Set name="overrideDescriptor">etc/web-override.xml</Set>
- <Set name="extraClasspath">/workspaces/shib-work/java-idp-jetty-base/target/idp-jetty-base/jetty-base/lib/idp-testbed/idp-testbed-classes.jar</Set>
+ <Set name="extraClasspath"><Property name="jetty.base" />/lib/idp-testbed/idp-testbed-classes.jar</Set>
</Configure>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list