Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Haug2018-07-18 08:07:18 +0000
committerJuergen Haug2018-07-18 08:07:18 +0000
commit1a649d5a53f412f0f7d114c31049f62917eafc4a (patch)
tree2be1a2342c51a51976444970b5b8c531ce0347d8
parent4e869c85c5c03b09566b1211605e28b43c3dade7 (diff)
downloadorg.eclipse.etrice-1a649d5a53f412f0f7d114c31049f62917eafc4a.tar.gz
org.eclipse.etrice-1a649d5a53f412f0f7d114c31049f62917eafc4a.tar.xz
org.eclipse.etrice-1a649d5a53f412f0f7d114c31049f62917eafc4a.zip
Bug 537127 - added comments
-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