Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--releng/org.eclipse.etrice.parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.etrice.parent/pom.xml b/releng/org.eclipse.etrice.parent/pom.xml
index 2e3e912d6..42e9b1ec1 100644
--- a/releng/org.eclipse.etrice.parent/pom.xml
+++ b/releng/org.eclipse.etrice.parent/pom.xml
@@ -109,7 +109,7 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<version>${tycho.version}</version>
- <!-- This line causes tycho to package artifacts from ${etrice.url} to the built jars!
+ <!-- Bug 537127. This line causes tycho to package artifacts from ${etrice.url} to the built jars!
The current built artifacts are just ignored !!!!1
<configuration>
<baselineRepositories>

Back to the top