From 3af33b2548254f2e78c66fc92f7c741074c02d50 Mon Sep 17 00:00:00 2001 From: spingel Date: Tue, 14 Dec 2010 22:40:38 +0000 Subject: bug 330155: [releng] modularize Mylyn build https://bugs.eclipse.org/bugs/show_bug.cgi?id=330155 --- org.eclipse.mylyn.bugzilla.ui/.cvsignore | 1 + org.eclipse.mylyn.bugzilla.ui/pom.xml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 org.eclipse.mylyn.bugzilla.ui/pom.xml (limited to 'org.eclipse.mylyn.bugzilla.ui') diff --git a/org.eclipse.mylyn.bugzilla.ui/.cvsignore b/org.eclipse.mylyn.bugzilla.ui/.cvsignore index ba077a403..d567ba01e 100644 --- a/org.eclipse.mylyn.bugzilla.ui/.cvsignore +++ b/org.eclipse.mylyn.bugzilla.ui/.cvsignore @@ -1 +1,2 @@ bin +target diff --git a/org.eclipse.mylyn.bugzilla.ui/pom.xml b/org.eclipse.mylyn.bugzilla.ui/pom.xml new file mode 100644 index 000000000..7227f812d --- /dev/null +++ b/org.eclipse.mylyn.bugzilla.ui/pom.xml @@ -0,0 +1,30 @@ + + + 4.0.0 + + mylyn-tasks-parent + org.eclipse.mylyn.tasks + 0.0.1-SNAPSHOT + + org.eclipse.mylyn.tasks + org.eclipse.mylyn.bugzilla.ui + 3.5.0-SNAPSHOT + eclipse-plugin + + + + org.sonatype.tycho + maven-osgi-source-plugin + + + org.codehaus.mojo + findbugs-maven-plugin + + + org.apache.maven.plugins + maven-pmd-plugin + + + + -- cgit v1.2.3