Created
February 6, 2017 11:59
-
-
Save peterkir/64bf267a52643066b993a787f13e5fe5 to your computer and use it in GitHub Desktop.
Example of cmd line bindex call
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#java -jar C:\tmp\BNDarchive\archive\dist\bundles\biz\aQute\bnd\org.osgi.impl.bundle.repoindex.cli\3.4.0-SNAPSHOT\org.osgi.impl.bundle.repoindex.cli-3.4.0-20161003.182247-1.jar ^ | |
#-d C:/jbe5.0.2/repo/download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200 ^ | |
#-n "Eclipse Platform R-4.6.1-201609071200" ^ | |
#-v C:/jbe5.0.2/repo/download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200 | |
java -jar C:\tmp\BNDarchive\archive\dist\bundles\biz\aQute\bnd\org.osgi.impl.bundle.repoindex.cli\3.4.0-SNAPSHOT\org.osgi.impl.bundle.repoindex.cli-3.4.0-20161003.182247-1.jar ^ | |
-d C:/jbe5.0.2/repo/download.eclipse.org/releases/neon/201609281000 ^ | |
-n "Eclipse Simultaneous Release 201609281000" ^ | |
-v C:/jbe5.0.2/repo/download.eclipse.org/releases/neon/201609281000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment