Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTran Le2013-08-22 22:18:21 +0000
committerTran Le2013-08-22 22:18:21 +0000
commit7d75ff7d2fc4dbb992748905432b4679965d491b (patch)
tree64b326ae59a8c0836405f0a527ec98046383379b /jpa/tests/org.eclipse.jpt.jpa.ui.tests/pom.xml
parent73dec9e400c64b2d1ca7376512367abd3136f2ea (diff)
downloadwebtools.dali-7d75ff7d2fc4dbb992748905432b4679965d491b.tar.gz
webtools.dali-7d75ff7d2fc4dbb992748905432b4679965d491b.tar.xz
webtools.dali-7d75ff7d2fc4dbb992748905432b4679965d491b.zip
414702 - [CBI] webtools.dali patch for building with Maven/Tycho
Diffstat (limited to 'jpa/tests/org.eclipse.jpt.jpa.ui.tests/pom.xml')
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.ui.tests/pom.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/jpa/tests/org.eclipse.jpt.jpa.ui.tests/pom.xml b/jpa/tests/org.eclipse.jpt.jpa.ui.tests/pom.xml
new file mode 100644
index 0000000000..a77e58f8ea
--- /dev/null
+++ b/jpa/tests/org.eclipse.jpt.jpa.ui.tests/pom.xml
@@ -0,0 +1,27 @@
+<?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.dali</groupId>
+ <artifactId>org.eclipse.webtools.dali</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.dali</groupId>
+ <artifactId>org.eclipse.jpt.jpa.ui.tests</artifactId>
+ <version>2.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>

Back to the top