Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetya Sabeva2012-09-17 14:17:12 +0000
committerPetya Sabeva2012-09-17 14:31:36 +0000
commit49321fa53f2717f31f6747de662243e240c2f943 (patch)
tree2ff8fa756fa7b2dd3b295b6e306b59299d248b39 /jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.ui/pom.xml
parent90fcfa8db95bb0646125f8c482ce627a90a8b74e (diff)
downloadwebtools.dali-49321fa53f2717f31f6747de662243e240c2f943.tar.gz
webtools.dali-49321fa53f2717f31f6747de662243e240c2f943.tar.xz
webtools.dali-49321fa53f2717f31f6747de662243e240c2f943.zip
[383656] - Extend JPA Diagram editor's tests using SWTBot for GEF
Diffstat (limited to 'jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.ui/pom.xml')
-rw-r--r--jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.ui/pom.xml30
1 files changed, 15 insertions, 15 deletions
diff --git a/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.ui/pom.xml b/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.ui/pom.xml
index b0b1cff07c..27ced134e5 100644
--- a/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.ui/pom.xml
+++ b/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.ui/pom.xml
@@ -1,16 +1,16 @@
-<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/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <version>1.0.100-SNAPSHOT</version>
-
- <parent>
- <artifactId>org.eclipse.jpt.jpadiagrameditor_parent</artifactId>
- <groupId>org.eclipse.jpt.jpadiagrameditor</groupId>
- <version>1.1.0-SNAPSHOT</version>
- <relativePath>../../development/org.eclipse.jpt.jpadiagrameditor.releng/pom.xml</relativePath>
- </parent>
-
- <artifactId>org.eclipse.jpt.jpadiagrameditor.ui</artifactId>
- <packaging>eclipse-plugin</packaging>
- <name>JPA Diagram Editor Plug-in</name>
+<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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <version>1.1.0-SNAPSHOT</version>
+
+ <parent>
+ <artifactId>org.eclipse.jpt.jpadiagrameditor_parent</artifactId>
+ <groupId>org.eclipse.jpt.jpadiagrameditor</groupId>
+ <version>1.1.0-SNAPSHOT</version>
+ <relativePath>../../development/org.eclipse.jpt.jpadiagrameditor.releng/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>org.eclipse.jpt.jpadiagrameditor.ui</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <name>JPA Diagram Editor Plug-in</name>
</project> \ No newline at end of file

Back to the top