Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Anderson2013-09-10 21:11:50 +0000
committerCarl Anderson2013-09-10 21:11:50 +0000
commit0cf21aa5351cf10073a12bbfb8dcafcf22795b75 (patch)
treecff742ff2f1ec35fd7284d577e65fc5dfea98d8e
parent1ce79ce03cc06a7d4e750f88ea9a224e2b66748e (diff)
downloadwebtools.common.snippets-0cf21aa5351cf10073a12bbfb8dcafcf22795b75.tar.gz
webtools.common.snippets-0cf21aa5351cf10073a12bbfb8dcafcf22795b75.tar.xz
webtools.common.snippets-0cf21aa5351cf10073a12bbfb8dcafcf22795b75.zip
[414699] [CBI] webtools.common.snippets patch for building with
Maven/Tycho
-rw-r--r--.gitignore3
-rw-r--r--org.eclipse.wst.common.snippets.tests/pom.xml26
-rw-r--r--org.eclipse.wst.common.snippets/pom.xml46
-rw-r--r--pom.xml33
4 files changed, 108 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 749e075..7e27cd8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,6 @@ temp.folder
src.zip
.fbwarnings
javaCompiler...args
+
+# maven
+target/ \ No newline at end of file
diff --git a/org.eclipse.wst.common.snippets.tests/pom.xml b/org.eclipse.wst.common.snippets.tests/pom.xml
new file mode 100644
index 0000000..dfeca69
--- /dev/null
+++ b/org.eclipse.wst.common.snippets.tests/pom.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ Thanh Ha (Eclipse Foundation) - initial implementation
+-->
+
+<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>
+ <groupId>org.eclipse.webtools.common</groupId>
+ <artifactId>org.eclipse.webtools.common.snippets</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.eclipse.webtools.common</groupId>
+ <artifactId>org.eclipse.wst.common.snippets.tests</artifactId>
+ <version>1.0.400-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/org.eclipse.wst.common.snippets/pom.xml b/org.eclipse.wst.common.snippets/pom.xml
new file mode 100644
index 0000000..548ba97
--- /dev/null
+++ b/org.eclipse.wst.common.snippets/pom.xml
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ Thanh Ha (Eclipse Foundation) - initial implementation
+-->
+
+<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>
+ <groupId>org.eclipse.webtools.common</groupId>
+ <artifactId>org.eclipse.webtools.common.snippets</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.eclipse.webtools.common</groupId>
+ <artifactId>org.eclipse.wst.common.snippets</artifactId>
+ <version>1.2.200-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <configuration>
+ <dependency-resolution>
+ <extraRequirements>
+ <requirement>
+ <type>eclipse-plugin</type>
+ <id>com.ibm.icu</id>
+ <versionRange>0.0.0</versionRange>
+ </requirement>
+ </extraRequirements>
+ </dependency-resolution>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project> \ No newline at end of file
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..f2ef45d
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ Thanh Ha (Eclipse Foundation) - initial implementation
+-->
+
+<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>
+ <groupId>org.eclipse</groupId>
+ <artifactId>wtp-parent</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../wtp-parent</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.common</groupId>
+ <artifactId>org.eclipse.webtools.common.snippets</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>org.eclipse.wst.common.snippets</module>
+ <module>org.eclipse.wst.common.snippets.tests</module>
+ </modules>
+</project> \ No newline at end of file

Back to the top