You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mo...@apache.org on 2015/11/29 17:05:50 UTC

[24/33] wicket git commit: removed Eclipse launch file for core module

removed Eclipse launch file for core module


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/47ae79c0
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/47ae79c0
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/47ae79c0

Branch: refs/heads/lambdas
Commit: 47ae79c02d9e19f32efea92e7a5bd1336cb890f9
Parents: 2342406
Author: Andrea Del Bene <ad...@apache.org>
Authored: Thu Nov 19 17:18:40 2015 +0100
Committer: Andrea Del Bene <ad...@apache.org>
Committed: Thu Nov 19 17:18:40 2015 +0100

----------------------------------------------------------------------
 .gitignore                        |  1 +
 wicket-core/Wicket - Tests.launch | 18 ------------------
 2 files changed, 1 insertion(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/47ae79c0/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 1143e4a..a30f497 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ release.properties
 **/node_modules/
 nb-configuration.xml
 .DS_Store
+**.launch

http://git-wip-us.apache.org/repos/asf/wicket/blob/47ae79c0/wicket-core/Wicket - Tests.launch
----------------------------------------------------------------------
diff --git a/wicket-core/Wicket - Tests.launch b/wicket-core/Wicket - Tests.launch
deleted file mode 100644
index c6920c8..0000000
--- a/wicket-core/Wicket - Tests.launch	
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<launchConfiguration type="org.eclipse.jdt.junit.launchconfig">
-<stringAttribute key="bad_container_name" value="\wicket\regenerate-tests"/>
-<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/wicket/src/test/java"/>
-</listAttribute>
-<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
-<listEntry value="2"/>
-</listAttribute>
-<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value="=wicket/src\/test\/java"/>
-<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
-<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
-<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
-<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value=""/>
-<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="wicket"/>
-<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
-</launchConfiguration>