Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target-platform/UPDATING')
-rw-r--r--target-platform/UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/target-platform/UPDATING b/target-platform/UPDATING
new file mode 100644
index 00000000..8083fca2
--- /dev/null
+++ b/target-platform/UPDATING
@@ -0,0 +1,5 @@
+Use the following command to update .target file to match contents of remote p2 repositories.
+
+mvn org.sonatype.tycho.extras:tycho-version-bump-plugin:0.11.0-SNAPSHOT:update-target \
+ -Dtycho.mode=maven -Dtycho-version=0.11.0-SNAPSHOT \
+ -Dtarget=m2e-e37.target \ No newline at end of file

Back to the top