From 7d1b648aecbb6247bcf1581a076b8ac0273291b6 Mon Sep 17 00:00:00 2001 From: eutarass Date: Thu, 21 Jul 2011 18:42:34 +0000 Subject: Mavenize TCF release branch, change version to 0.4.1 --- features/org.eclipse.tm.tcf.feature/feature.xml | 4 +- features/org.eclipse.tm.tcf.feature/pom.xml | 17 ++ features/org.eclipse.tm.tcf.repo/category.xml | 15 ++ features/org.eclipse.tm.tcf.repo/pom.xml | 17 ++ features/org.eclipse.tm.tcf.site/site.xml | 2 +- plugins/org.eclipse.tm.tcf.cdt.ui/pom.xml | 17 ++ .../org.eclipse.tm.tcf.core/META-INF/MANIFEST.MF | 2 +- plugins/org.eclipse.tm.tcf.core/pom.xml | 17 ++ .../META-INF/MANIFEST.MF | 2 +- plugins/org.eclipse.tm.tcf.debug.ui/pom.xml | 17 ++ .../tcf/debug/ui/launch/setup/WizardLogPage.java | 2 +- plugins/org.eclipse.tm.tcf.debug/pom.xml | 17 ++ plugins/org.eclipse.tm.tcf.rse/pom.xml | 17 ++ plugins/org.eclipse.tm.tcf/pom.xml | 17 ++ pom.xml | 223 +++++++++++++++++++++ 15 files changed, 380 insertions(+), 6 deletions(-) create mode 100644 features/org.eclipse.tm.tcf.feature/pom.xml create mode 100644 features/org.eclipse.tm.tcf.repo/category.xml create mode 100644 features/org.eclipse.tm.tcf.repo/pom.xml create mode 100644 plugins/org.eclipse.tm.tcf.cdt.ui/pom.xml create mode 100644 plugins/org.eclipse.tm.tcf.core/pom.xml create mode 100644 plugins/org.eclipse.tm.tcf.debug.ui/pom.xml create mode 100644 plugins/org.eclipse.tm.tcf.debug/pom.xml create mode 100644 plugins/org.eclipse.tm.tcf.rse/pom.xml create mode 100644 plugins/org.eclipse.tm.tcf/pom.xml create mode 100644 pom.xml diff --git a/features/org.eclipse.tm.tcf.feature/feature.xml b/features/org.eclipse.tm.tcf.feature/feature.xml index bddc29842..4817f04f8 100644 --- a/features/org.eclipse.tm.tcf.feature/feature.xml +++ b/features/org.eclipse.tm.tcf.feature/feature.xml @@ -13,7 +13,7 @@ @@ -29,7 +29,7 @@ - + diff --git a/features/org.eclipse.tm.tcf.feature/pom.xml b/features/org.eclipse.tm.tcf.feature/pom.xml new file mode 100644 index 000000000..c3b707e08 --- /dev/null +++ b/features/org.eclipse.tm.tcf.feature/pom.xml @@ -0,0 +1,17 @@ + + + 4.0.0 + + + org.eclipse.tcf + tcf-parent + 0.4.1-SNAPSHOT + ../../pom.xml + + + org.eclipse.tm.tcf.feature + eclipse-feature + 0.4.1-SNAPSHOT + diff --git a/features/org.eclipse.tm.tcf.repo/category.xml b/features/org.eclipse.tm.tcf.repo/category.xml new file mode 100644 index 000000000..6aa0f6124 --- /dev/null +++ b/features/org.eclipse.tm.tcf.repo/category.xml @@ -0,0 +1,15 @@ + + + + Target Communication Framework + + + + + + + + + + + diff --git a/features/org.eclipse.tm.tcf.repo/pom.xml b/features/org.eclipse.tm.tcf.repo/pom.xml new file mode 100644 index 000000000..094d6058e --- /dev/null +++ b/features/org.eclipse.tm.tcf.repo/pom.xml @@ -0,0 +1,17 @@ + + + 4.0.0 + + + org.eclipse.tcf + tcf-parent + 0.4.1-SNAPSHOT + ../../pom.xml + + + 0.4.1-SNAPSHOT + org.eclipse.tm.tcf.repo + eclipse-repository + diff --git a/features/org.eclipse.tm.tcf.site/site.xml b/features/org.eclipse.tm.tcf.site/site.xml index 977ff682c..7a192b389 100644 --- a/features/org.eclipse.tm.tcf.site/site.xml +++ b/features/org.eclipse.tm.tcf.site/site.xml @@ -11,7 +11,7 @@ --> - + TCF update site diff --git a/plugins/org.eclipse.tm.tcf.cdt.ui/pom.xml b/plugins/org.eclipse.tm.tcf.cdt.ui/pom.xml new file mode 100644 index 000000000..330ce616d --- /dev/null +++ b/plugins/org.eclipse.tm.tcf.cdt.ui/pom.xml @@ -0,0 +1,17 @@ + + + 4.0.0 + + + org.eclipse.tcf + tcf-parent + 0.4.1-SNAPSHOT + ../../pom.xml + + + 0.4.0-SNAPSHOT + org.eclipse.tm.tcf.cdt.ui + eclipse-plugin + diff --git a/plugins/org.eclipse.tm.tcf.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.tm.tcf.core/META-INF/MANIFEST.MF index 0ae916b44..4c13e85e4 100644 --- a/plugins/org.eclipse.tm.tcf.core/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.tm.tcf.core/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.tm.tcf.core;singleton:=true -Bundle-Version: 0.4.0.qualifier +Bundle-Version: 0.4.1.qualifier Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-ActivationPolicy: lazy diff --git a/plugins/org.eclipse.tm.tcf.core/pom.xml b/plugins/org.eclipse.tm.tcf.core/pom.xml new file mode 100644 index 000000000..48e765a3a --- /dev/null +++ b/plugins/org.eclipse.tm.tcf.core/pom.xml @@ -0,0 +1,17 @@ + + + 4.0.0 + + + org.eclipse.tcf + tcf-parent + 0.4.1-SNAPSHOT + ../../pom.xml + + + 0.4.1-SNAPSHOT + org.eclipse.tm.tcf.core + eclipse-plugin + diff --git a/plugins/org.eclipse.tm.tcf.debug.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.tm.tcf.debug.ui/META-INF/MANIFEST.MF index e3063d589..e9974b279 100644 --- a/plugins/org.eclipse.tm.tcf.debug.ui/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.tm.tcf.debug.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.tm.tcf.debug.ui;singleton:=true -Bundle-Version: 0.4.0.qualifier +Bundle-Version: 0.4.1.qualifier Bundle-Activator: org.eclipse.tm.internal.tcf.debug.ui.Activator Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/plugins/org.eclipse.tm.tcf.debug.ui/pom.xml b/plugins/org.eclipse.tm.tcf.debug.ui/pom.xml new file mode 100644 index 000000000..2d316786b --- /dev/null +++ b/plugins/org.eclipse.tm.tcf.debug.ui/pom.xml @@ -0,0 +1,17 @@ + + + 4.0.0 + + + org.eclipse.tcf + tcf-parent + 0.4.1-SNAPSHOT + ../../pom.xml + + + 0.4.1-SNAPSHOT + org.eclipse.tm.tcf.debug.ui + eclipse-plugin + diff --git a/plugins/org.eclipse.tm.tcf.debug.ui/src/org/eclipse/tm/internal/tcf/debug/ui/launch/setup/WizardLogPage.java b/plugins/org.eclipse.tm.tcf.debug.ui/src/org/eclipse/tm/internal/tcf/debug/ui/launch/setup/WizardLogPage.java index 5d81a86fd..d37268cd6 100644 --- a/plugins/org.eclipse.tm.tcf.debug.ui/src/org/eclipse/tm/internal/tcf/debug/ui/launch/setup/WizardLogPage.java +++ b/plugins/org.eclipse.tm.tcf.debug.ui/src/org/eclipse/tm/internal/tcf/debug/ui/launch/setup/WizardLogPage.java @@ -136,7 +136,7 @@ class WizardLogPage extends WizardPage implements Runnable { String os = waitPrompt().replace('\n', ' ').trim(); send("uname -m", true); String machine = waitPrompt().replace('\n', ' ').trim(); - String version = "0.4.0"; + String version = "0.4.1"; Bundle bundle = Platform.getBundle(Activator.PLUGIN_ID); URL url = FileLocator.find(bundle, new Path("agent/get-os-tag"), null); diff --git a/plugins/org.eclipse.tm.tcf.debug/pom.xml b/plugins/org.eclipse.tm.tcf.debug/pom.xml new file mode 100644 index 000000000..0e9a2a33d --- /dev/null +++ b/plugins/org.eclipse.tm.tcf.debug/pom.xml @@ -0,0 +1,17 @@ + + + 4.0.0 + + + org.eclipse.tcf + tcf-parent + 0.4.1-SNAPSHOT + ../../pom.xml + + + 0.4.0-SNAPSHOT + org.eclipse.tm.tcf.debug + eclipse-plugin + diff --git a/plugins/org.eclipse.tm.tcf.rse/pom.xml b/plugins/org.eclipse.tm.tcf.rse/pom.xml new file mode 100644 index 000000000..7f84eadd2 --- /dev/null +++ b/plugins/org.eclipse.tm.tcf.rse/pom.xml @@ -0,0 +1,17 @@ + + + 4.0.0 + + + org.eclipse.tcf + tcf-parent + 0.4.1-SNAPSHOT + ../../pom.xml + + + 0.4.0-SNAPSHOT + org.eclipse.tm.tcf.rse + eclipse-plugin + diff --git a/plugins/org.eclipse.tm.tcf/pom.xml b/plugins/org.eclipse.tm.tcf/pom.xml new file mode 100644 index 000000000..bbb9b05d6 --- /dev/null +++ b/plugins/org.eclipse.tm.tcf/pom.xml @@ -0,0 +1,17 @@ + + + 4.0.0 + + + org.eclipse.tcf + tcf-parent + 0.4.1-SNAPSHOT + ../../pom.xml + + + 0.4.0-SNAPSHOT + org.eclipse.tm.tcf + eclipse-plugin + diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..8da120921 --- /dev/null +++ b/pom.xml @@ -0,0 +1,223 @@ + + + 4.0.0 + + + 3.0 + + + org.eclipse.tcf + tcf-parent + 0.4.1-SNAPSHOT + pom + TCF Parent + + + 0.12.0 + 3.7 + http://download.eclipse.org/eclipse/updates/${platform-version} + indigo + http://download.eclipse.org/releases/${eclipse-version} + + + + + Eclipse Public License v1.0 + + All rights reserved. + + This program and the accompanying materials are made + available under the terms of the Eclipse Public License v1.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/legal/epl-v10.htm + + + + + + plugins/org.eclipse.tm.tcf + plugins/org.eclipse.tm.tcf.core + plugins/org.eclipse.tm.tcf.debug + plugins/org.eclipse.tm.tcf.debug.ui + plugins/org.eclipse.tm.tcf.cdt.ui + plugins/org.eclipse.tm.tcf.rse + + features/org.eclipse.tm.tcf.feature + features/org.eclipse.tm.tcf.cdt.feature + features/org.eclipse.tm.tcf.rse.feature + + features/org.eclipse.tm.tcf.repo + + + + + platform-${platform-version} + ${platform-site} + p2 + + + eclipse-${eclipse-version} + ${eclipse-site} + p2 + + + + + + + org.eclipse.tycho + tycho-maven-plugin + ${tycho-version} + true + + + org.eclipse.tycho + target-platform-configuration + ${tycho-version} + + p2 + consider + + + linux + gtk + x86 + + + linux + gtk + x86_64 + + + linux + gtk + ppc64 + + + win32 + win32 + x86 + + + win32 + win32 + x86_64 + + + macosx + cocoa + x86 + + + macosx + cocoa + x86_64 + + + aix + gtk + ppc + + + solaris + gtk + sparc + + + + + + org.eclipse.tycho + tycho-source-plugin + ${tycho-version} + + UTF-8 + + + + attach-source + + plugin-source + + + + + + + + + org.eclipse.tycho + tycho-compiler-plugin + ${tycho-version} + + UTF-8 + + + + + org.eclipse.tycho + tycho-source-plugin + ${tycho-version} + + + plugin-source + + plugin-source + + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.4.1 + + ISO-8859-1 + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.3 + + + org.codehaus.mojo + findbugs-maven-plugin + 2.3.2 + + true + false + + + + + check + + + + + + org.apache.maven.plugins + maven-pmd-plugin + 2.5 + + utf-8 + 100 + 1.5 + xml + false + + + + + cpd-check + + + + + + + + -- cgit v1.2.3