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

[2/2] 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/47ac1570
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/47ac1570
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/47ac1570

Branch: refs/heads/wicket-7.x
Commit: 47ac1570936db34c68c5860b6090fd83c4e4e352
Parents: d6e6a7c
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 18:05:14 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/47ac1570/.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/47ac1570/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>