From 7c6710191bd8a5be69c2ec6fc356f013bd36aaf7 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Sun, 3 Apr 2016 12:54:05 +0300 Subject: [PATCH] Convert Eclipse project to Maven based Ignore exec plugin for m2e in themes and client-compiled. Change-Id: I1c500a4cf204e3bd09aa0e9ae75e922b463e72fa --- .classpath | 27 +++++--------- .gitignore | 1 + .project | 7 +++- .settings/org.eclipse.m2e.core.prefs | 4 +++ build.properties | 2 +- client-compiled/pom.xml | 35 ++++++++++++++++++ eclipse/Development Mode (vaadin).launch | 2 ++ eclipse/Development Server (vaadin).launch | 2 ++ .../Super Development Mode (vaadin).launch | 2 ++ themes/pom.xml | 36 +++++++++++++++++++ 10 files changed, 97 insertions(+), 21 deletions(-) create mode 100644 .settings/org.eclipse.m2e.core.prefs diff --git a/.classpath b/.classpath index 3a407350de..027a399de8 100644 --- a/.classpath +++ b/.classpath @@ -1,26 +1,15 @@ - - - - - - - - - - - - - - + - - - - - + + + + + + + diff --git a/.gitignore b/.gitignore index e11ab9b5a0..405841c547 100644 --- a/.gitignore +++ b/.gitignore @@ -84,6 +84,7 @@ scripts/*.pyc # build result folders */result result +target/ all/target/ push/target/ shared/target/ diff --git a/.project b/.project index a0a79fbcec..4539834a7d 100644 --- a/.project +++ b/.project @@ -20,12 +20,17 @@ + + org.eclipse.m2e.core.maven2Builder + + + org.eclipse.jem.workbench.JavaEMFNature org.eclipse.wst.common.modulecore.ModuleCoreNature org.eclipse.wst.common.project.facet.core.nature org.eclipse.jdt.core.javanature - org.apache.ivyde.eclipse.ivynature + org.eclipse.m2e.core.maven2Nature diff --git a/.settings/org.eclipse.m2e.core.prefs b/.settings/org.eclipse.m2e.core.prefs new file mode 100644 index 0000000000..f897a7f1cb --- /dev/null +++ b/.settings/org.eclipse.m2e.core.prefs @@ -0,0 +1,4 @@ +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 diff --git a/build.properties b/build.properties index 332771139c..2148fc00e6 100644 --- a/build.properties +++ b/build.properties @@ -4,7 +4,7 @@ ivy.organisation=com.vaadin vaadin.vendor=Vaadin Ltd vaadin.url=http://vaadin.com vaadin.java.version=1.6 -vaadin.version=0.0.0.unversioned-development-build +vaadin.version=7.7.0-SNAPSHOT vaadin.sass.version=0.9.13 gwt.version=2.7.0.vaadin3 commons-io.version=2.4 diff --git a/client-compiled/pom.xml b/client-compiled/pom.xml index 10815470fc..815fd87261 100644 --- a/client-compiled/pom.xml +++ b/client-compiled/pom.xml @@ -171,6 +171,41 @@ + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.codehaus.mojo + + + exec-maven-plugin + + + [1.4.0,) + + + exec + + + + + + + + + + + + diff --git a/eclipse/Development Mode (vaadin).launch b/eclipse/Development Mode (vaadin).launch index 072b9a57c4..e29c9cf504 100644 --- a/eclipse/Development Mode (vaadin).launch +++ b/eclipse/Development Mode (vaadin).launch @@ -19,9 +19,11 @@ + + diff --git a/eclipse/Development Server (vaadin).launch b/eclipse/Development Server (vaadin).launch index 197344cce0..7d38d84649 100644 --- a/eclipse/Development Server (vaadin).launch +++ b/eclipse/Development Server (vaadin).launch @@ -12,9 +12,11 @@ + + diff --git a/eclipse/Super Development Mode (vaadin).launch b/eclipse/Super Development Mode (vaadin).launch index b03337e5ff..2f5c4fa6a9 100644 --- a/eclipse/Super Development Mode (vaadin).launch +++ b/eclipse/Super Development Mode (vaadin).launch @@ -19,9 +19,11 @@ + + diff --git a/themes/pom.xml b/themes/pom.xml index 672f425456..eb8990b6df 100644 --- a/themes/pom.xml +++ b/themes/pom.xml @@ -216,6 +216,42 @@ + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.codehaus.mojo + + + exec-maven-plugin + + + [1.4.0,) + + + exec + + + + + + + + + + + + -- 2.39.5