diff options
author | Juergen Haug | 2018-07-18 08:07:18 +0000 |
---|---|---|
committer | Juergen Haug | 2018-07-18 08:07:18 +0000 |
commit | 1a649d5a53f412f0f7d114c31049f62917eafc4a (patch) | |
tree | 2be1a2342c51a51976444970b5b8c531ce0347d8 | |
parent | 4e869c85c5c03b09566b1211605e28b43c3dade7 (diff) | |
download | org.eclipse.etrice-1a649d5a53f412f0f7d114c31049f62917eafc4a.tar.gz org.eclipse.etrice-1a649d5a53f412f0f7d114c31049f62917eafc4a.tar.xz org.eclipse.etrice-1a649d5a53f412f0f7d114c31049f62917eafc4a.zip |
Bug 537127 - added comments
Change-Id: I2a810e76c92e06034fbe34ab38b1ad1048d1407a
-rw-r--r-- | releng/org.eclipse.etrice.parent/pom.xml | 2 |
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> |