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_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.doc.user
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_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.doc.user')
-rw-r--r--jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.doc.user/build.properties8
-rw-r--r--jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.doc.user/pom.xml22
2 files changed, 25 insertions, 5 deletions
diff --git a/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.doc.user/build.properties b/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.doc.user/build.properties
index 64f61190a1..1601fbdf75 100644
--- a/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.doc.user/build.properties
+++ b/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.doc.user/build.properties
@@ -6,4 +6,12 @@ bin.includes = .,\
plugin.xml,\
html/,\
*.xml
+src.includes = about.html,\
+ plugin.xml,\
+ plugin.properties,\
+ build.xml,\
+ html/,\
+ img/,\
+ pom.xml,\
+ toc.xml
generateSourceBundle=false
diff --git a/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.doc.user/pom.xml b/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.doc.user/pom.xml
index 1a2a42365d..ed2f5a6f65 100644
--- a/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.doc.user/pom.xml
+++ b/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.doc.user/pom.xml
@@ -1,17 +1,29 @@
<?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:
+ Petya Sabeva (SAP) - Initial Implementation
+ Thanh Ha (Eclipse Foundation) - CBI Webtools Implementation
+-->
<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>
- <artifactId>org.eclipse.jpt.jpadiagrameditor_parent</artifactId>
- <groupId>org.eclipse.jpt.jpadiagrameditor</groupId>
- <version>1.2.0-SNAPSHOT</version>
- <relativePath>../../development/org.eclipse.jpt.jpadiagrameditor.releng/pom.xml</relativePath>
+ <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.jpadiagrameditor.doc.user</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<name>JPA Diagram Editor Branding Plug-in</name>
-
</project>

Back to the top