Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk2011-03-08 20:12:01 +0000
committerChris Aniszczyk2011-03-08 20:12:01 +0000
commit25fc1c354005141a402ec95f67453dba0801848e (patch)
tree14946bdfb674da98182628998f2f7b24403cbd4e
parent0860cbd7aee3cb4baf374d489b5e9c0b0581c747 (diff)
downloadorg.eclipse.linuxtools-25fc1c354005141a402ec95f67453dba0801848e.tar.gz
org.eclipse.linuxtools-25fc1c354005141a402ec95f67453dba0801848e.tar.xz
org.eclipse.linuxtools-25fc1c354005141a402ec95f67453dba0801848e.zip
Add autotools to the tycho-based build
Signed-off-by: Chris Aniszczyk <zx@redhat.com>
-rw-r--r--autotools/org.eclipse.linuxtools.cdt.autotools-docs/.gitignore1
-rw-r--r--autotools/org.eclipse.linuxtools.cdt.autotools-docs/pom.xml28
-rw-r--r--autotools/org.eclipse.linuxtools.cdt.autotools-feature/.gitignore1
-rw-r--r--autotools/org.eclipse.linuxtools.cdt.autotools-feature/pom.xml28
-rw-r--r--autotools/org.eclipse.linuxtools.cdt.autotools.core/.gitignore1
-rw-r--r--autotools/org.eclipse.linuxtools.cdt.autotools.core/pom.xml54
-rw-r--r--autotools/org.eclipse.linuxtools.cdt.autotools.tests/.gitignore1
-rw-r--r--autotools/org.eclipse.linuxtools.cdt.autotools.tests/pom.xml53
-rw-r--r--autotools/org.eclipse.linuxtools.cdt.autotools.ui/.gitignore1
-rw-r--r--autotools/org.eclipse.linuxtools.cdt.autotools.ui/pom.xml54
-rw-r--r--autotools/org.eclipse.linuxtools.cdt.autotools/.gitignore1
-rw-r--r--autotools/org.eclipse.linuxtools.cdt.autotools/pom.xml53
-rw-r--r--autotools/pom.xml57
-rw-r--r--pom.xml1
14 files changed, 334 insertions, 0 deletions
diff --git a/autotools/org.eclipse.linuxtools.cdt.autotools-docs/.gitignore b/autotools/org.eclipse.linuxtools.cdt.autotools-docs/.gitignore
index 50c1b30a80..8d94ef8deb 100644
--- a/autotools/org.eclipse.linuxtools.cdt.autotools-docs/.gitignore
+++ b/autotools/org.eclipse.linuxtools.cdt.autotools-docs/.gitignore
@@ -2,3 +2,4 @@ bin
@dot
javaCompiler...args
build.xml
+target
diff --git a/autotools/org.eclipse.linuxtools.cdt.autotools-docs/pom.xml b/autotools/org.eclipse.linuxtools.cdt.autotools-docs/pom.xml
new file mode 100644
index 0000000000..7b0ea5aa97
--- /dev/null
+++ b/autotools/org.eclipse.linuxtools.cdt.autotools-docs/pom.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2011, Chris Aniszczyk <caniszczyk@gmail.com>
+
+ 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.html
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse.linuxtools.cdt.autotools</groupId>
+ <artifactId>linuxtools-cdt-autotools-parent</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.linuxtools.cdt.autotools_docs</artifactId>
+ <version>2.0.2-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>LinuxTools Autotools Documentation Plug-in</name>
+
+</project>
diff --git a/autotools/org.eclipse.linuxtools.cdt.autotools-feature/.gitignore b/autotools/org.eclipse.linuxtools.cdt.autotools-feature/.gitignore
index 50c1b30a80..8d94ef8deb 100644
--- a/autotools/org.eclipse.linuxtools.cdt.autotools-feature/.gitignore
+++ b/autotools/org.eclipse.linuxtools.cdt.autotools-feature/.gitignore
@@ -2,3 +2,4 @@ bin
@dot
javaCompiler...args
build.xml
+target
diff --git a/autotools/org.eclipse.linuxtools.cdt.autotools-feature/pom.xml b/autotools/org.eclipse.linuxtools.cdt.autotools-feature/pom.xml
new file mode 100644
index 0000000000..aca195a2c6
--- /dev/null
+++ b/autotools/org.eclipse.linuxtools.cdt.autotools-feature/pom.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2011, Chris Aniszczyk <caniszczyk@gmail.com>
+
+ 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.html
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse.linuxtools.cdt.autotools</groupId>
+ <artifactId>linuxtools-cdt-autotools-parent</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.linuxtools.cdt.autotools-feature</artifactId>
+ <version>2.0.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+
+ <name>LinuxTools Autotools Feature</name>
+
+</project>
diff --git a/autotools/org.eclipse.linuxtools.cdt.autotools.core/.gitignore b/autotools/org.eclipse.linuxtools.cdt.autotools.core/.gitignore
index 50c1b30a80..8d94ef8deb 100644
--- a/autotools/org.eclipse.linuxtools.cdt.autotools.core/.gitignore
+++ b/autotools/org.eclipse.linuxtools.cdt.autotools.core/.gitignore
@@ -2,3 +2,4 @@ bin
@dot
javaCompiler...args
build.xml
+target
diff --git a/autotools/org.eclipse.linuxtools.cdt.autotools.core/pom.xml b/autotools/org.eclipse.linuxtools.cdt.autotools.core/pom.xml
new file mode 100644
index 0000000000..c8eecce4f8
--- /dev/null
+++ b/autotools/org.eclipse.linuxtools.cdt.autotools.core/pom.xml
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2011, Chris Aniszczyk <caniszczyk@gmail.com>
+
+ 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.html
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse.linuxtools.cdt.autotools</groupId>
+ <artifactId>linuxtools-cdt-autotools-parent</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.linuxtools.cdt.autotools.core</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>LinuxTools Autotools Core Plug-in</name>
+
+ <build>
+ <!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 -->
+ <resources>
+ <resource>
+ <directory>src</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </resource>
+ </resources>
+ <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/autotools/org.eclipse.linuxtools.cdt.autotools.tests/.gitignore b/autotools/org.eclipse.linuxtools.cdt.autotools.tests/.gitignore
index 50c1b30a80..8d94ef8deb 100644
--- a/autotools/org.eclipse.linuxtools.cdt.autotools.tests/.gitignore
+++ b/autotools/org.eclipse.linuxtools.cdt.autotools.tests/.gitignore
@@ -2,3 +2,4 @@ bin
@dot
javaCompiler...args
build.xml
+target
diff --git a/autotools/org.eclipse.linuxtools.cdt.autotools.tests/pom.xml b/autotools/org.eclipse.linuxtools.cdt.autotools.tests/pom.xml
new file mode 100644
index 0000000000..3a2f666d5a
--- /dev/null
+++ b/autotools/org.eclipse.linuxtools.cdt.autotools.tests/pom.xml
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2011, Chris Aniszczyk <caniszczyk@gmail.com>
+
+ 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.html
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse.linuxtools.cdt.autotools</groupId>
+ <artifactId>linuxtools-cdt-autotools-parent</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.linuxtools.cdt.autotools.tests</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+
+ <name>Linuxtools Autotools Test Core Plug-in</name>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-test-plugin</artifactId>
+ <version>${tycho-version}</version>
+ <configuration>
+ <excludes>
+ <!-- test mojo matches TestProject be default and treats it as PojoTest -->
+ <exclude>**/Test*.class</exclude>
+ </excludes>
+ <useUIHarness>false</useUIHarness>
+ <useUIThread>false</useUIThread>
+ </configuration>
+ </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/autotools/org.eclipse.linuxtools.cdt.autotools.ui/.gitignore b/autotools/org.eclipse.linuxtools.cdt.autotools.ui/.gitignore
index 50c1b30a80..8d94ef8deb 100644
--- a/autotools/org.eclipse.linuxtools.cdt.autotools.ui/.gitignore
+++ b/autotools/org.eclipse.linuxtools.cdt.autotools.ui/.gitignore
@@ -2,3 +2,4 @@ bin
@dot
javaCompiler...args
build.xml
+target
diff --git a/autotools/org.eclipse.linuxtools.cdt.autotools.ui/pom.xml b/autotools/org.eclipse.linuxtools.cdt.autotools.ui/pom.xml
new file mode 100644
index 0000000000..110be97149
--- /dev/null
+++ b/autotools/org.eclipse.linuxtools.cdt.autotools.ui/pom.xml
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2011, Chris Aniszczyk <caniszczyk@gmail.com>
+
+ 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.html
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse.linuxtools.cdt.autotools</groupId>
+ <artifactId>linuxtools-cdt-autotools-parent</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.linuxtools.cdt.autotools.ui</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>LinuxTools Autotools UI Plug-in</name>
+
+ <build>
+ <!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 -->
+ <resources>
+ <resource>
+ <directory>src</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </resource>
+ </resources>
+ <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/autotools/org.eclipse.linuxtools.cdt.autotools/.gitignore b/autotools/org.eclipse.linuxtools.cdt.autotools/.gitignore
index 50c1b30a80..8d94ef8deb 100644
--- a/autotools/org.eclipse.linuxtools.cdt.autotools/.gitignore
+++ b/autotools/org.eclipse.linuxtools.cdt.autotools/.gitignore
@@ -2,3 +2,4 @@ bin
@dot
javaCompiler...args
build.xml
+target
diff --git a/autotools/org.eclipse.linuxtools.cdt.autotools/pom.xml b/autotools/org.eclipse.linuxtools.cdt.autotools/pom.xml
new file mode 100644
index 0000000000..776323ee41
--- /dev/null
+++ b/autotools/org.eclipse.linuxtools.cdt.autotools/pom.xml
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2011, Chris Aniszczyk <caniszczyk@gmail.com>
+
+ 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.html
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse.linuxtools.cdt.autotools</groupId>
+ <artifactId>linuxtools-cdt-autotools-parent</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.linuxtools.cdt.autotools</artifactId>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>LinuxTools Autotools Plug-in</name>
+
+ <build>
+ <!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 -->
+ <resources>
+ <resource>
+ <directory>src</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </resource>
+ </resources>
+ <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/autotools/pom.xml b/autotools/pom.xml
new file mode 100644
index 0000000000..d691510c9e
--- /dev/null
+++ b/autotools/pom.xml
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2011, Chris Aniszczyk <caniszczyk@gmail.com>
+
+ 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.html
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <prerequisites>
+ <maven>3.0</maven>
+ </prerequisites>
+
+ <parent>
+ <groupId>org.eclipse.linuxtools</groupId>
+ <artifactId>linuxtools-parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.eclipse.linuxtools.cdt.autotools</groupId>
+ <artifactId>linuxtools-cdt-autotools-parent</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <name>Eclipse LinuxTools Autotools Parent</name>
+
+ <licenses>
+ <license>
+ <name>Eclipse Public License v1.0</name>
+ <comments>
+ 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
+ </comments>
+ </license>
+ </licenses>
+
+ <modules>
+ <module>org.eclipse.linuxtools.cdt.autotools</module>
+ <module>org.eclipse.linuxtools.cdt.autotools.core</module>
+ <module>org.eclipse.linuxtools.cdt.autotools.ui</module>
+ <module>org.eclipse.linuxtools.cdt.autotools-docs</module>
+ <module>org.eclipse.linuxtools.cdt.autotools-feature</module>
+
+ <module>org.eclipse.linuxtools.cdt.autotools.tests</module>
+ </modules>
+
+</project>
diff --git a/pom.xml b/pom.xml
index dc12c840da..329c6c000c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,6 +81,7 @@
<modules>
<module>man</module>
<module>rpmstubby</module>
+ <module>autotools</module>
</modules>
<repositories>

Back to the top