Created
September 25, 2011 03:38
-
-
Save alphazero/1240197 to your computer and use it in GitHub Desktop.
set user.name (e.g. for @author tag) in eclipse | Mac OS X
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
# read $EHOME as the path to where eclipse is installed | |
# edit eclipse.ini | |
cd $EHOME/eclipse/Eclipse.app/Contents/MacOS/ | |
vim eclipse.ini | |
# add the following key/value to end of the ini file | |
# value can be anything including embedded spaces. | |
-Duser.name=Your Name <[email protected]> | |
# restart if eclipse is already running. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment