Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-10-30 16:16:06 +0000
committerAlexander Kurtakov2018-10-30 16:45:16 +0000
commitbfeba8f3c940d1df631f0a688da55952d0437ac5 (patch)
treed26c303093587d7ed602776480c8aed6af4f6070 /pom.xml
parentae43ae1a68fd23451f8d3a05b361c67d48faf43a (diff)
downloadeclipse.platform.team-bfeba8f3c940d1df631f0a688da55952d0437ac5.tar.gz
eclipse.platform.team-bfeba8f3c940d1df631f0a688da55952d0437ac5.tar.xz
eclipse.platform.team-bfeba8f3c940d1df631f0a688da55952d0437ac5.zip
Having them in there confuses jgit timestamp provider making it complain if there is a change in fragment to also ask for version bump of the host. Change-Id: Ie644415a0a8ddb9522fbcb539cd3b4bdc74b90d1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 58989dc24..66fcedc42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,9 +73,9 @@
<module>features/org.eclipse.cvs-feature</module>
- <!-- creatively located fragments -->
- <module>bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86_64</module>
- <module>bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64</module>
+ <!-- fragments -->
+ <module>bundles/org.eclipse.core.net.linux.x86_64</module>
+ <module>bundles/org.eclipse.core.net.win32.x86_64</module>
<module>tests</module>
</modules>

Back to the top