[java-idp-testbed] branch master updated: Run testbed in Eclipse with Jetty 9.4
Tom Zeller
tzeller at dragonacea.biz
Mon Aug 12 12:07:02 EDT 2019
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=d9a468b94b3d296570fa8dafcb263d7a5f7fe2ad
The following commit(s) were added to refs/heads/master by this push:
new d9a468b Run testbed in Eclipse with Jetty 9.4
d9a468b is described below
commit d9a468b94b3d296570fa8dafcb263d7a5f7fe2ad
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 12 11:06:50 2019 -0500
Run testbed in Eclipse with Jetty 9.4
---
idp-testbed-jetty-9.4.launch | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/idp-testbed-jetty-9.4.launch b/idp-testbed-jetty-9.4.launch
new file mode 100644
index 0000000..27f546e
--- /dev/null
+++ b/idp-testbed-jetty-9.4.launch
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
+ <stringAttribute key="bad_container_name" value="/idp-testbed-jetty-9.4"/>
+ <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+ <listEntry value="/idp-testbed/src/main/java/Main.java"/>
+ </listAttribute>
+ <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+ <listEntry value="1"/>
+ </listAttribute>
+ <booleanAttribute key="org.eclipse.jdt.launching.ATTR_EXCLUDE_TEST_CODE" value="true"/>
+ <booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
+ <booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
+ <stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
+ <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="Main"/>
+ <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-Djetty.home=/opt/jetty/jetty-9.4 -Didp.home=classpath: -Didp.webflows=classpath*:/flows -Djava.io.tmpdir=tmp"/>
+ <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="idp-testbed"/>
+ <stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
+ <stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:idp-jetty-base/src/main/resources/jetty-base}"/>
+</launchConfiguration>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list