From 7879f9a5bf120449907635889308769a05a4a748 Mon Sep 17 00:00:00 2001 From: "n.hoffmann" Date: Tue, 17 Jan 2012 14:18:15 +0000 Subject: [PATCH] fixing dependency problems within tycho configuration --- .gitignore | 1 + .../.project | 24 ++++--- .../feature.xml | 70 +++++++++++++++++++ eu.etaxonomy.taxeditor.feature/.project | 21 +++--- .../META-INF/MANIFEST.MF | 2 +- eu.etaxonomy.taxeditor.test/.classpath | 16 ++--- pom.xml | 5 ++ 7 files changed, 109 insertions(+), 30 deletions(-) diff --git a/.gitignore b/.gitignore index a6d296165..6758ad418 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ eu.etaxonomy.taxeditor.cdmlib/target eu.etaxonomy.taxeditor.editor/.settings eu.etaxonomy.taxeditor.editor/target eu.etaxonomy.taxeditor.feature.platform/.settings +eu.etaxonomy.taxeditor.feature.platform/bin eu.etaxonomy.taxeditor.feature.platform/target eu.etaxonomy.taxeditor.feature/.settings eu.etaxonomy.taxeditor.feature/compile.eu.etaxonomy.taxeditor.product.feature.xml diff --git a/eu.etaxonomy.taxeditor.feature.platform/.project b/eu.etaxonomy.taxeditor.feature.platform/.project index 2b8857b44..81724d3bb 100644 --- a/eu.etaxonomy.taxeditor.feature.platform/.project +++ b/eu.etaxonomy.taxeditor.feature.platform/.project @@ -1,14 +1,16 @@ eu.etaxonomy.taxeditor.feature.platform - NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse. - - - - org.eclipse.jdt.core.javabuilder - - - - org.eclipse.jdt.core.javanature - org.eclipse.pde.PluginNature - + + + + + + org.eclipse.pde.FeatureBuilder + + + + + + org.eclipse.pde.FeatureNature + \ No newline at end of file diff --git a/eu.etaxonomy.taxeditor.feature.platform/feature.xml b/eu.etaxonomy.taxeditor.feature.platform/feature.xml index e4ff00707..c9385f2ad 100644 --- a/eu.etaxonomy.taxeditor.feature.platform/feature.xml +++ b/eu.etaxonomy.taxeditor.feature.platform/feature.xml @@ -846,4 +846,74 @@ Software distributed under the License is distributed on an "AS IS" ba fragment="true" unpack="false"/> + + + + + + + + + + + + + + + + + + + + diff --git a/eu.etaxonomy.taxeditor.feature/.project b/eu.etaxonomy.taxeditor.feature/.project index 35ce558dc..7e46fa237 100644 --- a/eu.etaxonomy.taxeditor.feature/.project +++ b/eu.etaxonomy.taxeditor.feature/.project @@ -1,6 +1,6 @@ eu.etaxonomy.taxeditor.feature - NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse. + eu.etaxonomy.taxeditor.application eu.etaxonomy.taxeditor.bulkeditor @@ -11,13 +11,14 @@ eu.etaxonomy.taxeditor.printpublisher eu.etaxonomy.taxeditor.store - - - org.eclipse.jdt.core.javabuilder - - - - org.eclipse.jdt.core.javanature - org.eclipse.pde.PluginNature - + + + org.eclipse.pde.FeatureBuilder + + + + + + org.eclipse.pde.FeatureNature + \ No newline at end of file diff --git a/eu.etaxonomy.taxeditor.help/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.help/META-INF/MANIFEST.MF index 4983df81f..90d905776 100644 --- a/eu.etaxonomy.taxeditor.help/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.help/META-INF/MANIFEST.MF @@ -9,6 +9,6 @@ Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.help.ui, org.eclipse.help.webapp, - org.hamcrest;bundle-version="1.1.0" + org.hamcrest Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ActivationPolicy: lazy diff --git a/eu.etaxonomy.taxeditor.test/.classpath b/eu.etaxonomy.taxeditor.test/.classpath index c45eced95..12d3a7cdd 100644 --- a/eu.etaxonomy.taxeditor.test/.classpath +++ b/eu.etaxonomy.taxeditor.test/.classpath @@ -1,8 +1,8 @@ - - - - - - - - + + + + + + + + diff --git a/pom.xml b/pom.xml index a969dad8b..15f22ce9c 100644 --- a/pom.xml +++ b/pom.xml @@ -95,6 +95,11 @@ eclipse-indigo p2 + http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/ + + + eclipse-swtbot + p2 http://download.eclipse.org/releases/indigo -- 2.34.1