Set module specification to 1.0.
commit474f376112eb654e4791347c8a4a67d24d587c0e
authorAlex Coles <alexbcoles@mac.com>
Fri, 4 Apr 2008 02:01:44 +0000 (4 04:01 +0200)
committerAlex Coles <alexbcoles@mac.com>
Fri, 4 Apr 2008 02:01:44 +0000 (4 04:01 +0200)
tree33e5bddab379f0edb0aea8ab9647f7c951d90c39
parentad7f93f36e0fa09915ed1ef38c685a75348ca705
Set module specification to 1.0.
Added email address and name into UI Options Panel. Users can now successfully
change their ~/.gitconfig user name + password.
Added artwork into misc/ folder (logo borrowed from msysgit project)
Added icon for Git VCS.
Fixed missing icons in VersioningPanel.
13 files changed:
manifest.mf
misc/gitlogo.eps [new file with mode: 0644]
misc/gitlogo.svg [new file with mode: 0644]
src/org/netbeans/modules/git/GitModuleConfig.java
src/org/netbeans/modules/git/config/GitConfigFiles.java
src/org/netbeans/modules/git/options/Bundle.properties
src/org/netbeans/modules/git/options/GitOptionsPanelController.java
src/org/netbeans/modules/git/options/GitPanel.form
src/org/netbeans/modules/git/options/GitPanel.java
src/org/netbeans/modules/git/resources/git-layer.xml
src/org/netbeans/modules/git/resources/icons/gitvcs-icon.png [new file with mode: 0644]
src/org/netbeans/modules/git/ui/status/VersioningPanel.form
src/org/netbeans/modules/git/ui/status/VersioningPanel.java