Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn-feature/.cvsignore1
-rw-r--r--org.eclipse.mylyn-feature/pom.xml14
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/.cvsignore1
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/pom.xml14
-rw-r--r--org.eclipse.mylyn.bugzilla.core/.cvsignore1
-rw-r--r--org.eclipse.mylyn.bugzilla.core/pom.xml30
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/.cvsignore2
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/pom.xml14
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/.cvsignore1
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/pom.xml30
-rw-r--r--org.eclipse.mylyn.help.sdk/.cvsignore1
-rw-r--r--org.eclipse.mylyn.help.sdk/pom.xml14
-rw-r--r--org.eclipse.mylyn.help.ui/.cvsignore1
-rw-r--r--org.eclipse.mylyn.help.ui/pom.xml30
-rw-r--r--org.eclipse.mylyn.oslc.core/.cvsignore1
-rw-r--r--org.eclipse.mylyn.oslc.core/pom.xml30
-rw-r--r--org.eclipse.mylyn.oslc.tests/.cvsignore1
-rw-r--r--org.eclipse.mylyn.oslc.tests/pom.xml30
-rw-r--r--org.eclipse.mylyn.oslc.ui/.cvsignore1
-rw-r--r--org.eclipse.mylyn.oslc.ui/pom.xml30
-rw-r--r--org.eclipse.mylyn.sdk-feature/.cvsignore1
-rw-r--r--org.eclipse.mylyn.sdk-feature/feature.xml7
-rw-r--r--org.eclipse.mylyn.sdk-feature/pom.xml14
-rw-r--r--org.eclipse.mylyn.tasks.bugs/.cvsignore1
-rw-r--r--org.eclipse.mylyn.tasks.bugs/pom.xml30
-rw-r--r--org.eclipse.mylyn.tasks.core/.cvsignore1
-rw-r--r--org.eclipse.mylyn.tasks.core/pom.xml30
-rw-r--r--org.eclipse.mylyn.tasks.search/.cvsignore1
-rw-r--r--org.eclipse.mylyn.tasks.search/pom.xml30
-rw-r--r--org.eclipse.mylyn.tasks.tests/.cvsignore2
-rw-r--r--org.eclipse.mylyn.tasks.tests/pom.xml30
-rw-r--r--org.eclipse.mylyn.tasks.ui/.cvsignore1
-rw-r--r--org.eclipse.mylyn.tasks.ui/pom.xml30
-rw-r--r--org.eclipse.mylyn.test-feature/.cvsignore1
-rw-r--r--org.eclipse.mylyn.test-feature/feature.xml18
-rw-r--r--org.eclipse.mylyn.test-feature/pom.xml14
-rw-r--r--org.eclipse.mylyn.tests.util/.cvsignore1
-rw-r--r--org.eclipse.mylyn.tests.util/pom.xml30
-rw-r--r--org.eclipse.mylyn.trac-feature/.cvsignore1
-rw-r--r--org.eclipse.mylyn.trac-feature/pom.xml14
-rw-r--r--org.eclipse.mylyn.trac.core/.cvsignore3
-rw-r--r--org.eclipse.mylyn.trac.core/pom.xml30
-rw-r--r--org.eclipse.mylyn.trac.tests/.cvsignore1
-rw-r--r--org.eclipse.mylyn.trac.tests/pom.xml30
-rw-r--r--org.eclipse.mylyn.trac.ui/.cvsignore3
-rw-r--r--org.eclipse.mylyn.trac.ui/pom.xml30
46 files changed, 584 insertions, 17 deletions
diff --git a/org.eclipse.mylyn-feature/.cvsignore b/org.eclipse.mylyn-feature/.cvsignore
new file mode 100644
index 000000000..eb5a316cb
--- /dev/null
+++ b/org.eclipse.mylyn-feature/.cvsignore
@@ -0,0 +1 @@
+target
diff --git a/org.eclipse.mylyn-feature/pom.xml b/org.eclipse.mylyn-feature/pom.xml
new file mode 100644
index 000000000..1fab07d29
--- /dev/null
+++ b/org.eclipse.mylyn-feature/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <artifactId>org.eclipse.mylyn_feature</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/org.eclipse.mylyn.bugzilla-feature/.cvsignore b/org.eclipse.mylyn.bugzilla-feature/.cvsignore
new file mode 100644
index 000000000..eb5a316cb
--- /dev/null
+++ b/org.eclipse.mylyn.bugzilla-feature/.cvsignore
@@ -0,0 +1 @@
+target
diff --git a/org.eclipse.mylyn.bugzilla-feature/pom.xml b/org.eclipse.mylyn.bugzilla-feature/pom.xml
new file mode 100644
index 000000000..b22fa76a4
--- /dev/null
+++ b/org.eclipse.mylyn.bugzilla-feature/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <artifactId>org.eclipse.mylyn.bugzilla_feature</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/org.eclipse.mylyn.bugzilla.core/.cvsignore b/org.eclipse.mylyn.bugzilla.core/.cvsignore
index bc8b2d4cb..0d2bd50b0 100644
--- a/org.eclipse.mylyn.bugzilla.core/.cvsignore
+++ b/org.eclipse.mylyn.bugzilla.core/.cvsignore
@@ -1,3 +1,4 @@
bin
bugzilla.jar
doc.zip
+target
diff --git a/org.eclipse.mylyn.bugzilla.core/pom.xml b/org.eclipse.mylyn.bugzilla.core/pom.xml
new file mode 100644
index 000000000..aba69409f
--- /dev/null
+++ b/org.eclipse.mylyn.bugzilla.core/pom.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <artifactId>org.eclipse.mylyn.bugzilla.core</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-source-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/org.eclipse.mylyn.bugzilla.tests/.cvsignore b/org.eclipse.mylyn.bugzilla.tests/.cvsignore
index 0a2b58025..2bf9bef1e 100644
--- a/org.eclipse.mylyn.bugzilla.tests/.cvsignore
+++ b/org.eclipse.mylyn.bugzilla.tests/.cvsignore
@@ -1,2 +1,4 @@
bin
credentials.properties
+target
+bugzilla-test.jar
diff --git a/org.eclipse.mylyn.bugzilla.tests/pom.xml b/org.eclipse.mylyn.bugzilla.tests/pom.xml
new file mode 100644
index 000000000..80ef59d1f
--- /dev/null
+++ b/org.eclipse.mylyn.bugzilla.tests/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <artifactId>org.eclipse.mylyn.bugzilla.tests</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <artifactId>org.eclipse.mylyn.bugzilla.ui</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-source-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/org.eclipse.mylyn.help.sdk/.cvsignore b/org.eclipse.mylyn.help.sdk/.cvsignore
index 81d2d82ac..008267d72 100644
--- a/org.eclipse.mylyn.help.sdk/.cvsignore
+++ b/org.eclipse.mylyn.help.sdk/.cvsignore
@@ -2,3 +2,4 @@ bin
doc.cnv.txt
reference
tmp
+target
diff --git a/org.eclipse.mylyn.help.sdk/pom.xml b/org.eclipse.mylyn.help.sdk/pom.xml
new file mode 100644
index 000000000..dd1a79450
--- /dev/null
+++ b/org.eclipse.mylyn.help.sdk/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>mylyn-mylyn-parent</artifactId>
+ <groupId>org.eclipse.mylyn</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.mylyn</groupId>
+ <artifactId>org.eclipse.mylyn.help.sdk</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/org.eclipse.mylyn.help.ui/.cvsignore b/org.eclipse.mylyn.help.ui/.cvsignore
index 7c18d5ded..5ed9a1c64 100644
--- a/org.eclipse.mylyn.help.ui/.cvsignore
+++ b/org.eclipse.mylyn.help.ui/.cvsignore
@@ -1,2 +1,3 @@
bin
tmp
+target
diff --git a/org.eclipse.mylyn.help.ui/pom.xml b/org.eclipse.mylyn.help.ui/pom.xml
new file mode 100644
index 000000000..6e8f2e4ec
--- /dev/null
+++ b/org.eclipse.mylyn.help.ui/pom.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>mylyn-mylyn-parent</artifactId>
+ <groupId>org.eclipse.mylyn</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.mylyn</groupId>
+ <artifactId>org.eclipse.mylyn.help.ui</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-source-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/org.eclipse.mylyn.oslc.core/.cvsignore b/org.eclipse.mylyn.oslc.core/.cvsignore
index ba077a403..d567ba01e 100644
--- a/org.eclipse.mylyn.oslc.core/.cvsignore
+++ b/org.eclipse.mylyn.oslc.core/.cvsignore
@@ -1 +1,2 @@
bin
+target
diff --git a/org.eclipse.mylyn.oslc.core/pom.xml b/org.eclipse.mylyn.oslc.core/pom.xml
new file mode 100644
index 000000000..41d452cf2
--- /dev/null
+++ b/org.eclipse.mylyn.oslc.core/pom.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <artifactId>org.eclipse.mylyn.oslc.core</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-source-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/org.eclipse.mylyn.oslc.tests/.cvsignore b/org.eclipse.mylyn.oslc.tests/.cvsignore
new file mode 100644
index 000000000..eb5a316cb
--- /dev/null
+++ b/org.eclipse.mylyn.oslc.tests/.cvsignore
@@ -0,0 +1 @@
+target
diff --git a/org.eclipse.mylyn.oslc.tests/pom.xml b/org.eclipse.mylyn.oslc.tests/pom.xml
new file mode 100644
index 000000000..737151047
--- /dev/null
+++ b/org.eclipse.mylyn.oslc.tests/pom.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <artifactId>org.eclipse.mylyn.oslc.tests</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-source-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/org.eclipse.mylyn.oslc.ui/.cvsignore b/org.eclipse.mylyn.oslc.ui/.cvsignore
index ba077a403..d567ba01e 100644
--- a/org.eclipse.mylyn.oslc.ui/.cvsignore
+++ b/org.eclipse.mylyn.oslc.ui/.cvsignore
@@ -1 +1,2 @@
bin
+target
diff --git a/org.eclipse.mylyn.oslc.ui/pom.xml b/org.eclipse.mylyn.oslc.ui/pom.xml
new file mode 100644
index 000000000..5d057b3fe
--- /dev/null
+++ b/org.eclipse.mylyn.oslc.ui/pom.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <artifactId>org.eclipse.mylyn.oslc.ui</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-source-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/org.eclipse.mylyn.sdk-feature/.cvsignore b/org.eclipse.mylyn.sdk-feature/.cvsignore
new file mode 100644
index 000000000..eb5a316cb
--- /dev/null
+++ b/org.eclipse.mylyn.sdk-feature/.cvsignore
@@ -0,0 +1 @@
+target
diff --git a/org.eclipse.mylyn.sdk-feature/feature.xml b/org.eclipse.mylyn.sdk-feature/feature.xml
index 64baf85d1..bcd0d8de4 100644
--- a/org.eclipse.mylyn.sdk-feature/feature.xml
+++ b/org.eclipse.mylyn.sdk-feature/feature.xml
@@ -288,13 +288,6 @@
unpack="false"/>
<plugin
- id="org.eclipse.mylyn.commons.soap.source"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.eclipse.mylyn.trac.ui.source"
download-size="0"
install-size="0"
diff --git a/org.eclipse.mylyn.sdk-feature/pom.xml b/org.eclipse.mylyn.sdk-feature/pom.xml
new file mode 100644
index 000000000..03a264bf3
--- /dev/null
+++ b/org.eclipse.mylyn.sdk-feature/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>mylyn-mylyn-parent</artifactId>
+ <groupId>org.eclipse.mylyn</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.mylyn</groupId>
+ <artifactId>org.eclipse.mylyn.sdk_feature</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/org.eclipse.mylyn.tasks.bugs/.cvsignore b/org.eclipse.mylyn.tasks.bugs/.cvsignore
index ba077a403..d567ba01e 100644
--- a/org.eclipse.mylyn.tasks.bugs/.cvsignore
+++ b/org.eclipse.mylyn.tasks.bugs/.cvsignore
@@ -1 +1,2 @@
bin
+target
diff --git a/org.eclipse.mylyn.tasks.bugs/pom.xml b/org.eclipse.mylyn.tasks.bugs/pom.xml
new file mode 100644
index 000000000..cd32f2f40
--- /dev/null
+++ b/org.eclipse.mylyn.tasks.bugs/pom.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <artifactId>org.eclipse.mylyn.tasks.bugs</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-source-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/org.eclipse.mylyn.tasks.core/.cvsignore b/org.eclipse.mylyn.tasks.core/.cvsignore
index 4a98758e6..31563a5b3 100644
--- a/org.eclipse.mylyn.tasks.core/.cvsignore
+++ b/org.eclipse.mylyn.tasks.core/.cvsignore
@@ -1,2 +1,3 @@
bin
.fbwarnings
+target
diff --git a/org.eclipse.mylyn.tasks.core/pom.xml b/org.eclipse.mylyn.tasks.core/pom.xml
new file mode 100644
index 000000000..b084a77e8
--- /dev/null
+++ b/org.eclipse.mylyn.tasks.core/pom.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <artifactId>org.eclipse.mylyn.tasks.core</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-source-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/org.eclipse.mylyn.tasks.search/.cvsignore b/org.eclipse.mylyn.tasks.search/.cvsignore
index 4a98758e6..31563a5b3 100644
--- a/org.eclipse.mylyn.tasks.search/.cvsignore
+++ b/org.eclipse.mylyn.tasks.search/.cvsignore
@@ -1,2 +1,3 @@
bin
.fbwarnings
+target
diff --git a/org.eclipse.mylyn.tasks.search/pom.xml b/org.eclipse.mylyn.tasks.search/pom.xml
new file mode 100644
index 000000000..6d00116d1
--- /dev/null
+++ b/org.eclipse.mylyn.tasks.search/pom.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <artifactId>org.eclipse.mylyn.tasks.search</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-source-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/org.eclipse.mylyn.tasks.tests/.cvsignore b/org.eclipse.mylyn.tasks.tests/.cvsignore
index ba077a403..1148b1d90 100644
--- a/org.eclipse.mylyn.tasks.tests/.cvsignore
+++ b/org.eclipse.mylyn.tasks.tests/.cvsignore
@@ -1 +1,3 @@
bin
+target
+mylyn-tasklist-tests.jar
diff --git a/org.eclipse.mylyn.tasks.tests/pom.xml b/org.eclipse.mylyn.tasks.tests/pom.xml
new file mode 100644
index 000000000..21fe9a168
--- /dev/null
+++ b/org.eclipse.mylyn.tasks.tests/pom.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <artifactId>org.eclipse.mylyn.tasks.tests</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-source-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/org.eclipse.mylyn.tasks.ui/.cvsignore b/org.eclipse.mylyn.tasks.ui/.cvsignore
index 4a98758e6..31563a5b3 100644
--- a/org.eclipse.mylyn.tasks.ui/.cvsignore
+++ b/org.eclipse.mylyn.tasks.ui/.cvsignore
@@ -1,2 +1,3 @@
bin
.fbwarnings
+target
diff --git a/org.eclipse.mylyn.tasks.ui/pom.xml b/org.eclipse.mylyn.tasks.ui/pom.xml
new file mode 100644
index 000000000..7fe0a9b12
--- /dev/null
+++ b/org.eclipse.mylyn.tasks.ui/pom.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <artifactId>org.eclipse.mylyn.tasks.ui</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-source-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/org.eclipse.mylyn.test-feature/.cvsignore b/org.eclipse.mylyn.test-feature/.cvsignore
new file mode 100644
index 000000000..eb5a316cb
--- /dev/null
+++ b/org.eclipse.mylyn.test-feature/.cvsignore
@@ -0,0 +1 @@
+target
diff --git a/org.eclipse.mylyn.test-feature/feature.xml b/org.eclipse.mylyn.test-feature/feature.xml
index 6dec95ea8..453d46913 100644
--- a/org.eclipse.mylyn.test-feature/feature.xml
+++ b/org.eclipse.mylyn.test-feature/feature.xml
@@ -110,6 +110,7 @@
install-size="0"
version="0.0.0"/>
+<!--
<plugin
id="org.eclipse.test.performance"
download-size="0"
@@ -117,13 +118,20 @@
version="0.0.0"/>
<plugin
- id="org.eclipse.mylyn.commons.tests"
+ id="org.eclipse.test.performance.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.eclipse.mylyn.tests.performance"
download-size="0"
install-size="0"
version="0.0.0"/>
+-->
<plugin
- id="org.eclipse.test.performance.ui"
+ id="org.eclipse.mylyn.commons.tests"
download-size="0"
install-size="0"
version="0.0.0"/>
@@ -163,12 +171,6 @@
unpack="false"/>
<plugin
- id="org.eclipse.mylyn.tests.performance"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
id="org.eclipse.mylyn.oslc.core"
download-size="0"
install-size="0"
diff --git a/org.eclipse.mylyn.test-feature/pom.xml b/org.eclipse.mylyn.test-feature/pom.xml
new file mode 100644
index 000000000..b47029438
--- /dev/null
+++ b/org.eclipse.mylyn.test-feature/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>mylyn-mylyn-parent</artifactId>
+ <groupId>org.eclipse.mylyn</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.mylyn</groupId>
+ <artifactId>org.eclipse.mylyn.test_feature</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/org.eclipse.mylyn.tests.util/.cvsignore b/org.eclipse.mylyn.tests.util/.cvsignore
index 0a2b58025..4eeff2861 100644
--- a/org.eclipse.mylyn.tests.util/.cvsignore
+++ b/org.eclipse.mylyn.tests.util/.cvsignore
@@ -1,2 +1,3 @@
bin
credentials.properties
+target
diff --git a/org.eclipse.mylyn.tests.util/pom.xml b/org.eclipse.mylyn.tests.util/pom.xml
new file mode 100644
index 000000000..5489ed047
--- /dev/null
+++ b/org.eclipse.mylyn.tests.util/pom.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <artifactId>org.eclipse.mylyn.tests.util</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-source-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/org.eclipse.mylyn.trac-feature/.cvsignore b/org.eclipse.mylyn.trac-feature/.cvsignore
new file mode 100644
index 000000000..eb5a316cb
--- /dev/null
+++ b/org.eclipse.mylyn.trac-feature/.cvsignore
@@ -0,0 +1 @@
+target
diff --git a/org.eclipse.mylyn.trac-feature/pom.xml b/org.eclipse.mylyn.trac-feature/pom.xml
new file mode 100644
index 000000000..2bd4550af
--- /dev/null
+++ b/org.eclipse.mylyn.trac-feature/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <artifactId>org.eclipse.mylyn.trac_feature</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/org.eclipse.mylyn.trac.core/.cvsignore b/org.eclipse.mylyn.trac.core/.cvsignore
index c5e82d745..13d02bf90 100644
--- a/org.eclipse.mylyn.trac.core/.cvsignore
+++ b/org.eclipse.mylyn.trac.core/.cvsignore
@@ -1 +1,2 @@
-bin \ No newline at end of file
+bintarget
+target
diff --git a/org.eclipse.mylyn.trac.core/pom.xml b/org.eclipse.mylyn.trac.core/pom.xml
new file mode 100644
index 000000000..bd1575793
--- /dev/null
+++ b/org.eclipse.mylyn.trac.core/pom.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <artifactId>org.eclipse.mylyn.trac.core</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-source-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/org.eclipse.mylyn.trac.tests/.cvsignore b/org.eclipse.mylyn.trac.tests/.cvsignore
index b0b9ecf46..a36227b54 100644
--- a/org.eclipse.mylyn.trac.tests/.cvsignore
+++ b/org.eclipse.mylyn.trac.tests/.cvsignore
@@ -1,3 +1,4 @@
bin
credentials.properties
credentials.properties
+target
diff --git a/org.eclipse.mylyn.trac.tests/pom.xml b/org.eclipse.mylyn.trac.tests/pom.xml
new file mode 100644
index 000000000..57f29336f
--- /dev/null
+++ b/org.eclipse.mylyn.trac.tests/pom.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <artifactId>org.eclipse.mylyn.trac.tests</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-source-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/org.eclipse.mylyn.trac.ui/.cvsignore b/org.eclipse.mylyn.trac.ui/.cvsignore
index c5e82d745..13d02bf90 100644
--- a/org.eclipse.mylyn.trac.ui/.cvsignore
+++ b/org.eclipse.mylyn.trac.ui/.cvsignore
@@ -1 +1,2 @@
-bin \ No newline at end of file
+bintarget
+target
diff --git a/org.eclipse.mylyn.trac.ui/pom.xml b/org.eclipse.mylyn.trac.ui/pom.xml
new file mode 100644
index 000000000..9291f2709
--- /dev/null
+++ b/org.eclipse.mylyn.trac.ui/pom.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <artifactId>org.eclipse.mylyn.trac.ui</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-source-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project>

Back to the top