%HOME_Eclipse%\configuration\.settings\org.eclipse.ui.ide.prefsの中にworkspaceの設定値があるので、必要ないものを消せばOK
そもそも解決したい問題は、新しいプロジェクトを既存ソースから追加するときに出る
i
nvalid description : project overlapsなんだけど、まだそちらは解決出来てない
%HOME_Eclipse%\configuration\.settings\org.eclipse.ui.ide.prefsの中にworkspaceの設定値があるので、必要ないものを消せばOK
nvalid description : project overlapsなんだけど、まだそちらは解決出来てない
preferences > Java > Editor > Content Assist > Auto activation
git branch RB1.0 master
git checkout RB1.0
git tag 1.0 RB1.0
git tag
git rebase RB1.0
git init
git add --allgit commit -m "initial project"
git log -n
git status
最低限、そのコミットの「何故」を説明するすべてのメタデータを書く
検証用のソースがわけのわからないことになりそうだったので、gitで管理をしようと思い、インストール。
sudo apt-get build-dep git-core