Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2011-01-21 20:53:53 +0000
committerIgor Fedorenko2011-01-21 20:54:01 +0000
commitf2c2498cfe6525bec34803c010656a89bb8f2673 (patch)
tree0f86b45becc75b3323fcf83d406d29f7fcf0f525 /target-platform
parent45700218e116cadb77578b6ba1d76de42db7f12d (diff)
downloadm2e-core-f2c2498cfe6525bec34803c010656a89bb8f2673.tar.gz
m2e-core-f2c2498cfe6525bec34803c010656a89bb8f2673.tar.xz
m2e-core-f2c2498cfe6525bec34803c010656a89bb8f2673.zip
instructions how to update .target files
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'target-platform')
-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