Added various missing project metadata files to allow module to run in NB.
commit6b7ac471e3f5f700fd080730e9e56505b02654ae
authorAlex Coles <alexbcoles@mac.com>
Thu, 3 Apr 2008 23:04:22 +0000 (4 01:04 +0200)
committerAlex Coles <alexbcoles@mac.com>
Thu, 3 Apr 2008 23:04:22 +0000 (4 01:04 +0200)
tree22d7a3b53548452c6456d8b9ff114c2bce754ce7
parent8ddb7c661301ad2a901683491fac29835b8f54eb
Added various missing project metadata files to allow module to run in NB.
Added skeleton for JavaHelp.
Updated project name and metadata.
13 files changed:
javahelp/org/netbeans/modules/git/docs/credits.html [new file with mode: 0644]
javahelp/org/netbeans/modules/git/docs/git.hs [new file with mode: 0644]
manifest.mf
nbproject/project.properties
nbproject/project.xml
src/org/netbeans/modules/git/Bundle.properties
src/org/netbeans/modules/git/GitVCS.java
src/org/netbeans/modules/git/resources/git-helpset.xml [new file with mode: 0644]
src/org/netbeans/modules/git/resources/git-layer.xml [new file with mode: 0644]
src/org/netbeans/modules/git/resources/git_annotation.xml [new file with mode: 0644]
src/org/netbeans/modules/git/resources/git_wstcref.xml [new file with mode: 0644]
src/org/netbeans/modules/git/resources/gitversioning.xml [new file with mode: 0644]
src/org/netbeans/modules/git/ui/commit/CommitOptions.java