Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Belle2017-08-31 14:47:34 +0000
committerJan Belle2017-08-31 14:47:34 +0000
commit2b3ac6e99310df76f704e7231748bcc236e708a6 (patch)
treeb0b917dc95d45b5f628fba7ed1dba3e293539bf8 /plugins/org.eclipse.etrice.generator.doc/pom.xml
parentf3b5f39f725e0993bd713ff863c75ddd50bda41c (diff)
downloadorg.eclipse.etrice-2b3ac6e99310df76f704e7231748bcc236e708a6.tar.gz
org.eclipse.etrice-2b3ac6e99310df76f704e7231748bcc236e708a6.tar.xz
org.eclipse.etrice-2b3ac6e99310df76f704e7231748bcc236e708a6.zip
Bug 521698 - Tycho build
maven tycho build for plugins, plugin tests, features, update site Change-Id: Ic16d1fee6913a4b31c69c2d865b62931a421abfe
Diffstat (limited to 'plugins/org.eclipse.etrice.generator.doc/pom.xml')
-rw-r--r--plugins/org.eclipse.etrice.generator.doc/pom.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/plugins/org.eclipse.etrice.generator.doc/pom.xml b/plugins/org.eclipse.etrice.generator.doc/pom.xml
deleted file mode 100644
index 263ba6cec..000000000
--- a/plugins/org.eclipse.etrice.generator.doc/pom.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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.etrice</groupId>
- <artifactId>java-generator</artifactId>
- <version>1.1.1-SNAPSHOT</version>
- <relativePath>../../releng/org.eclipse.etrice.parent/pom.xml</relativePath>
- </parent>
-
- <artifactId>org.eclipse.etrice.generator.doc</artifactId>
- <packaging>eclipse-plugin</packaging>
-</project>

Back to the top