You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2015/03/30 21:14:08 UTC

[05/10] wicket git commit: WICKET-5848 - Removed parent from wicket-eclipse-settings / added files

WICKET-5848 - Removed parent from wicket-eclipse-settings / added files

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

Branch: refs/heads/master
Commit: f002348a1dd152fa4728746539db122895e319a8
Parents: f027f20
Author: klopfdreh <kl...@192.168.2.110>
Authored: Thu Mar 5 10:03:58 2015 +0100
Committer: klopfdreh <kl...@192.168.2.110>
Committed: Thu Mar 5 10:03:58 2015 +0100

----------------------------------------------------------------------
 pom.xml                         | 6 ++++++
 wicket-eclipse-settings/pom.xml | 8 ++------
 2 files changed, 8 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/f002348a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b41178c..646ded7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -701,6 +701,12 @@
 					<version>2.9</version>
 					<configuration>
 						<downloadSources>true</downloadSources>
+						<additionalConfig>
+							<file>
+								<name>.settings/org.eclipse.jdt.core.prefs</name>
+								<location>/org.eclipse.jdt.core.prefs</location>
+							</file>
+						</additionalConfig>
 					</configuration>
 				    <dependencies>
 				        <dependency>

http://git-wip-us.apache.org/repos/asf/wicket/blob/f002348a/wicket-eclipse-settings/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-eclipse-settings/pom.xml b/wicket-eclipse-settings/pom.xml
index b41d4ba..6f753ff 100644
--- a/wicket-eclipse-settings/pom.xml
+++ b/wicket-eclipse-settings/pom.xml
@@ -17,13 +17,9 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>org.apache.wicket</groupId>
-		<artifactId>wicket-parent</artifactId>
-		<version>7.0.0-SNAPSHOT</version>
-		<relativePath>../pom.xml</relativePath>
-	</parent>
+	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-eclipse-settings</artifactId>
+	<version>7.0.0-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<name>Wicket Eclipse Settings</name>
 	<description>