You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2014/09/22 01:20:45 UTC

[1/2] git commit: Removed obsolete launcher configuration

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 <ma...@gmail.com>
Authored: Mon Sep 22 01:19:45 2014 +0200
Committer: Martijn Dashorst <ma...@gmail.com>
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>


[2/2] git commit: Removed duplicate version in module POM

Posted by da...@apache.org.
Removed duplicate version in module POM


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

Branch: refs/heads/master
Commit: f7fd90f6f4ae8aea533b7400044878988a25ccc5
Parents: 294f479
Author: Martijn Dashorst <ma...@gmail.com>
Authored: Mon Sep 22 01:20:33 2014 +0200
Committer: Martijn Dashorst <ma...@gmail.com>
Committed: Mon Sep 22 01:20:33 2014 +0200

----------------------------------------------------------------------
 wicket-bean-validation/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/f7fd90f6/wicket-bean-validation/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-bean-validation/pom.xml b/wicket-bean-validation/pom.xml
index aabc849..6dc0ea1 100644
--- a/wicket-bean-validation/pom.xml
+++ b/wicket-bean-validation/pom.xml
@@ -8,7 +8,6 @@
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-bean-validation</artifactId>
-	<version>7.0.0-SNAPSHOT</version>
 	<name>Wicket Bean Validation</name>
 
 	<dependencies>