Repository: wicket Updated Branches: refs/heads/master b3f086260 -> f7fd90f6f
Removed obsolete launcher configuration wicket-examples-1.2 doesn't exist anymore Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/294f479b Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/294f479b Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/294f479b Branch: refs/heads/master Commit: 294f479b0a671a66048fc11f70700a9c64cc0bc8 Parents: b3f0862 Author: Martijn Dashorst <[email protected]> Authored: Mon Sep 22 01:19:45 2014 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Mon Sep 22 01:19:45 2014 +0200 ---------------------------------------------------------------------- wicket-examples/jetty-examples.launch | 17 ----------------- 1 file changed, 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/294f479b/wicket-examples/jetty-examples.launch ---------------------------------------------------------------------- diff --git a/wicket-examples/jetty-examples.launch b/wicket-examples/jetty-examples.launch deleted file mode 100644 index 8f471b9..0000000 --- a/wicket-examples/jetty-examples.launch +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"> -<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.mortbay.jetty.Server"/> -<booleanAttribute key="org.eclipse.jdt.debug.ui.INCLUDE_EXTERNAL_JARS" value="true"/> -<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> -<listEntry value="4"/> -</listAttribute> -<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="src/etc/jetty-config.xml"/> -<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="wicket-examples-1.2"/> -<listAttribute key="org.eclipse.debug.ui.favoriteGroups"> -<listEntry value="org.eclipse.debug.ui.launchGroup.run"/> -</listAttribute> -<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> -<listEntry value="/wicket-examples-1.2"/> -</listAttribute> -<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> -</launchConfiguration>
