Просмотр исходного кода

Update iplog tool's README

Change-Id: I0a6d770b0c4deb11fea23b875ef5449c619c05a1
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v1.3.0.201202121842-rc4
Matthias Sohn 12 лет назад
Родитель
Сommit
f54e760232
1 измененных файлов: 6 добавлений и 6 удалений
  1. 6
    6
      org.eclipse.jgit.iplog/README

+ 6
- 6
org.eclipse.jgit.iplog/README Просмотреть файл

# $JGIT_BASE/.eclipse_iplog # $JGIT_BASE/.eclipse_iplog
# ----------------------------------------------------------- # -----------------------------------------------------------
# Prepare: # Prepare:
# jgit work tree base dir
export JGIT_BASE="c:/data/ide/helios/jgit"
# jgit executable (assuming jgit mvn build is up to date)
export jgit="~/src/git/jgit/org.eclipse.jgit.pgm/target/jgit"


# repository work dir root path # repository work dir root path
export WORK_DIR="c:/data/ide/helios/jgit"
export WORK_DIR="~/src/git/jgit/"


# cd to repository work dir root path (for jgit this is identical to $JGIT_BASE)
# cd to repository work dir root path
cd $WORK_DIR cd $WORK_DIR


# ----------------------------------------------------------- # -----------------------------------------------------------
# Update the CQ list: # Update the CQ list:
# - this command updates file .eclipse_iplog # - this command updates file .eclipse_iplog
java -jar $JGIT_BASE/org.eclipse.jgit.pgm/target/jgit-cli.jar eclipse-ipzilla
jgit eclipse-ipzilla


# - if there are any updates 'git commit' them # - if there are any updates 'git commit' them
git add .eclipse_iplog git add .eclipse_iplog
# options: # options:
# -- version : the project version the iplog is to be generated for # -- version : the project version the iplog is to be generated for
# - o : the output file # - o : the output file
java -jar $JGIT_BASE/org.eclipse.jgit.pgm/target/jgit-cli.jar eclipse-iplog --version=0.8.0 -o jgit-0.8.0.xml
jgit eclipse-iplog --version=1.3.0 -o $WORK_DIR/jgit-1.3.0.xml





Загрузка…
Отмена
Сохранить