Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2013-11-20 07:20:47 +0000
committerHenrik Rentz-Reichert2013-11-20 07:20:47 +0000
commit066548765fb227062011747531ed292115a22c1b (patch)
treeb5c0d245b0745d723417733c23045ab327dc918a
parentaf70a003bffc78a40b716f493069545a9d94ad5c (diff)
downloadorg.eclipse.etrice-066548765fb227062011747531ed292115a22c1b.tar.gz
org.eclipse.etrice-066548765fb227062011747531ed292115a22c1b.tar.xz
org.eclipse.etrice-066548765fb227062011747531ed292115a22c1b.zip
[parent] removed additional dependency (was only for JavaDoc)
-rw-r--r--releng/org.eclipse.etrice.parent/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/releng/org.eclipse.etrice.parent/pom.xml b/releng/org.eclipse.etrice.parent/pom.xml
index 69303554e..3eab369a3 100644
--- a/releng/org.eclipse.etrice.parent/pom.xml
+++ b/releng/org.eclipse.etrice.parent/pom.xml
@@ -166,18 +166,6 @@
<head>Parameter:</head>
</tag>
</tags>
- <additionalDependencies>
- <additionalDependency>
- <groupId>org.eclipse.etrice</groupId>
- <artifactId>org.eclipse.etrice.core.genmodel</artifactId>
- <version>0.4.0-SNAPSHOT</version>
- </additionalDependency>
- <additionalDependency>
- <groupId>org.eclipse.etrice</groupId>
- <artifactId>org.eclipse.etrice.generator</artifactId>
- <version>0.4.0-SNAPSHOT</version>
- </additionalDependency>
- </additionalDependencies>
</configuration>
<executions>
<execution>

Back to the top