Skip to content
Snippets Groups Projects
Commit 767fb175 authored by Matthias Sohn's avatar Matthias Sohn
Browse files

Fix line endings


Some sources had dos line endings. Also configure all projects to use
unix line endings and UTF-8 text encoding.

Change-Id: I8fc9a1dbb219ffa91d1b3011b3b11b7e48e74ca7
Signed-off-by: default avatarMatthias Sohn <matthias.sohn@sap.com>
parent 93ccd4a7
No related branches found
No related tags found
No related merge requests found
Showing
with 81 additions and 63 deletions
#Fri Jun 18 23:33:29 CEST 2010
eclipse.preferences.version=1
encoding/<project>=UTF-8
#Fri Jun 18 23:33:29 CEST 2010
eclipse.preferences.version=1
line.separator=\n
# -----------------------------------------------------------
# This document describes how to generate the Eclipse ip log
# for the eclipse project technology.jgit using a local clone
# of the git repository
# git://egit.eclipse.org/jgit.git
# starting point is a manually written file
# .eclipse_iplog
# located in the repository's work dir root path
# which is describing the project, see first section of this
# file in the jgit root directory:
# $JGIT_BASE/.eclipse_iplog
# -----------------------------------------------------------
# Prepare:
# jgit work tree base dir
export JGIT_BASE="c:/data/ide/helios/jgit"
# repository work dir root path
export WORK_DIR="c:/data/ide/helios/jgit"
# cd to repository work dir root path (for jgit this is identical to $JGIT_BASE)
cd $WORK_DIR
# -----------------------------------------------------------
# Update the CQ list:
# - this command updates file .eclipse_iplog
java -jar $JGIT_BASE/org.eclipse.jgit.pgm/target/jgit-cli.jar eclipse-ipzilla
# - if there are any updates 'git commit' them
git add .eclipse_iplog
git commit
# - type in ipzilla user and password
# -----------------------------------------------------------
# Get the committer data from gerrit:
# - start gerrit gsql via ssh
# options:
# -p : ssh port gerrit is listening on
ssh -p 29418 username@egit.eclipse.org gerrit gsql --format PRETTY
# - type in ssh passphrase for your ssh key
# - run the SQL query (cut and paste content to interactive gerrit shell)
# org.eclipse.jgit.iplog/src/org/eclipse/jgit/iplog/gsql_query.txt
# - copy the query result into the file (no headers, no blank lines):
# $WORK_DIR/.git/gerrit_committers
# -----------------------------------------------------------
# Generate the iplog:
# options:
# -- version : the project version the iplog is to be generated for
# - 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
# -----------------------------------------------------------
# This document describes how to generate the Eclipse ip log
# for the eclipse project technology.jgit using a local clone
# of the git repository
# git://egit.eclipse.org/jgit.git
# starting point is a manually written file
# .eclipse_iplog
# located in the repository's work dir root path
# which is describing the project, see first section of this
# file in the jgit root directory:
# $JGIT_BASE/.eclipse_iplog
# -----------------------------------------------------------
# Prepare:
# jgit work tree base dir
export JGIT_BASE="c:/data/ide/helios/jgit"
# repository work dir root path
export WORK_DIR="c:/data/ide/helios/jgit"
# cd to repository work dir root path (for jgit this is identical to $JGIT_BASE)
cd $WORK_DIR
# -----------------------------------------------------------
# Update the CQ list:
# - this command updates file .eclipse_iplog
java -jar $JGIT_BASE/org.eclipse.jgit.pgm/target/jgit-cli.jar eclipse-ipzilla
# - if there are any updates 'git commit' them
git add .eclipse_iplog
git commit
# - type in ipzilla user and password
# -----------------------------------------------------------
# Get the committer data from gerrit:
# - start gerrit gsql via ssh
# options:
# -p : ssh port gerrit is listening on
ssh -p 29418 username@egit.eclipse.org gerrit gsql --format PRETTY
# - type in ssh passphrase for your ssh key
# - run the SQL query (cut and paste content to interactive gerrit shell)
# org.eclipse.jgit.iplog/src/org/eclipse/jgit/iplog/gsql_query.txt
# - copy the query result into the file (no headers, no blank lines):
# $WORK_DIR/.git/gerrit_committers
# -----------------------------------------------------------
# Generate the iplog:
# options:
# -- version : the project version the iplog is to be generated for
# - 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
#Fri Jun 18 23:33:45 CEST 2010
eclipse.preferences.version=1
encoding/<project>=UTF-8
#Fri Jun 18 23:33:45 CEST 2010
eclipse.preferences.version=1
line.separator=\n
#Fri Jun 18 23:33:08 CEST 2010
eclipse.preferences.version=1
encoding/<project>=UTF-8
#Fri Jun 18 23:33:08 CEST 2010
eclipse.preferences.version=1
line.separator=\n
#Mon Mar 24 18:55:44 EDT 2008
eclipse.preferences.version=1
line.separator=\n
#Mon Mar 24 18:55:44 EDT 2008
eclipse.preferences.version=1
line.separator=\n
#Mon Mar 24 18:55:56 EDT 2008
eclipse.preferences.version=1
line.separator=\n
#Mon Mar 24 18:55:56 EDT 2008
eclipse.preferences.version=1
line.separator=\n
#Mon Mar 24 18:55:50 EDT 2008
eclipse.preferences.version=1
line.separator=\n
#Mon Mar 24 18:55:50 EDT 2008
eclipse.preferences.version=1
line.separator=\n
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment