Adding Git source, NetBeans project files, GPL v2 LICENSE, ant build file.
commit6e2aa27cb28c2babf128bf2072162f1d97a04969
authorAlex Coles <alexbcoles@mac.com>
Sat, 22 Mar 2008 20:00:10 +0000 (22 21:00 +0100)
committerAlex Coles <alexbcoles@mac.com>
Sat, 22 Mar 2008 20:00:10 +0000 (22 21:00 +0100)
tree8b6122084e24ea52b895810d08f0e54334f83675
parentb70638284ff09c9b2331eda0ddd1985bd086ec61
Adding Git source, NetBeans project files, GPL v2 LICENSE, ant build file.
192 files changed:
.gitignore [copied from LICENSE with 100% similarity]
LICENSE
build.xml [new file with mode: 0644]
manifest.mf [new file with mode: 0644]
nbproject/project.properties [new file with mode: 0644]
nbproject/project.xml [new file with mode: 0644]
src/org/netbeans/modules/git/Bundle.properties [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/DiskMapTurboProvider.java [new file with mode: 0644]
src/org/netbeans/modules/git/ExceptionHandler.java [new file with mode: 0644]
src/org/netbeans/modules/git/FileInformation.java [new file with mode: 0644]
src/org/netbeans/modules/git/FileStatus.java [new file with mode: 0644]
src/org/netbeans/modules/git/FileStatusCache.java [new file with mode: 0644]
src/org/netbeans/modules/git/Git.java [new file with mode: 0644]
src/org/netbeans/modules/git/GitAnnotator.java [new file with mode: 0644]
src/org/netbeans/modules/git/GitException.java [new file with mode: 0644]
src/org/netbeans/modules/git/GitFileNode.java [new file with mode: 0644]
src/org/netbeans/modules/git/GitInterceptor.java [new file with mode: 0644]
src/org/netbeans/modules/git/GitMail.java [new file with mode: 0644]
src/org/netbeans/modules/git/GitModuleConfig.java [new file with mode: 0644]
src/org/netbeans/modules/git/GitProgressSupport.java [new file with mode: 0644]
src/org/netbeans/modules/git/GitVCS.java [new file with mode: 0644]
src/org/netbeans/modules/git/MergeMenu.java [new file with mode: 0644]
src/org/netbeans/modules/git/OutputLogger.java [new file with mode: 0644]
src/org/netbeans/modules/git/RecoverMenu.java [new file with mode: 0644]
src/org/netbeans/modules/git/ShareMenu.java [new file with mode: 0644]
src/org/netbeans/modules/git/ShowMenu.java [new file with mode: 0644]
src/org/netbeans/modules/git/VersionsCache.java [new file with mode: 0644]
src/org/netbeans/modules/git/config/Bundle.properties [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/config/GitConfigFiles.java [new file with mode: 0644]
src/org/netbeans/modules/git/options/Bundle.properties [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/options/GitAdvancedOption.java [new file with mode: 0644]
src/org/netbeans/modules/git/options/GitExtProperties.java [new file with mode: 0644]
src/org/netbeans/modules/git/options/GitOptionsPanelController.java [new file with mode: 0644]
src/org/netbeans/modules/git/options/GitPanel.form [new file with mode: 0644]
src/org/netbeans/modules/git/options/GitPanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/options/LabelsPanel.form [new file with mode: 0644]
src/org/netbeans/modules/git/options/LabelsPanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/options/PropertiesPanel.form [new file with mode: 0644]
src/org/netbeans/modules/git/options/PropertiesPanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/options/PropertiesTable.java [new file with mode: 0644]
src/org/netbeans/modules/git/options/PropertiesTableModel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/actions/ContextAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/annotate/AnnotateAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/annotate/AnnotateLine.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/annotate/AnnotationBar.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/annotate/AnnotationBarManager.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/annotate/AnnotationMark.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/annotate/AnnotationMarkInstaller.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/annotate/AnnotationMarkProvider.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/annotate/LinesReader.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/clone/Bundle.properties [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/clone/Clone.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/clone/CloneAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/clone/CloneCompleted.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/clone/CloneCompletedPanel.form [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/clone/CloneCompletedPanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/clone/CloneExternalAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/clone/ClonePanel.form [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/clone/ClonePanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/clone/ProjectUtilities.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/commit/Bundle.properties [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/commit/CommitAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/commit/CommitOptions.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/commit/CommitPanel.form [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/commit/CommitPanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/commit/CommitTable.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/commit/CommitTableModel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/commit/ExcludeFromCommitAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/create/Bundle.properties [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/create/CreateAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/diff/Bundle.properties [new file with mode: 0644]
src/org/netbeans/modules/git/ui/diff/DiffAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/diff/DiffFileTable.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/diff/DiffNode.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/diff/DiffSetupSource.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/diff/DiffStreamSource.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/diff/DiffTopComponent.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/diff/ExportDiff.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/diff/ExportDiffAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/diff/ExportDiffPanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/diff/ImportDiffAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/diff/MultiDiffPanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/diff/Setup.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/diff/VerticalFlowLayout.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/ignore/Bundle.properties [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/ignore/IgnoreAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/log/Bundle.properties [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/log/DiffResultsView.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/log/DiffTreeTable.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/log/Divider.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/log/FileEnvironment.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/log/GitLogMessage.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/log/GitLogMessageChangedPath.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/log/IncomingAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/log/LogAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/log/OutAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/log/RepositoryRevision.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/log/RevisionNode.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/log/RevisionNodeChildren.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/log/SearchCriteriaPanel.form [new file with mode: 0644]
src/org/netbeans/modules/git/ui/log/SearchCriteriaPanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/log/SearchExecutor.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/log/SearchHistoryAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/log/SearchHistoryPanel.form [new file with mode: 0644]
src/org/netbeans/modules/git/ui/log/SearchHistoryPanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/log/SearchHistoryTopComponent.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/log/SummaryView.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/merge/Bundle.properties [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/merge/MergeAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/merge/MergeRevisions.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/merge/MergeRevisionsPanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/properties/Bundle.properties [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/properties/GitProperties.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/properties/GitPropertiesNode.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/properties/PropertiesAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/properties/PropertiesPanel.form [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/properties/PropertiesPanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/properties/PropertiesTable.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/properties/PropertiesTableModel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/pull/Bundle.properties [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/pull/FetchAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/pull/PullAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/pull/PullOtherAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/push/Bundle.properties [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/push/PushAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/push/PushOtherAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/remove/Bundle.properties [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/remove/RemoveAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/repository/Bundle.properties [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/repository/GitURL.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/repository/Repository.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/repository/RepositoryConnection.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/repository/RepositoryDialogPanel.form [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/repository/RepositoryDialogPanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/repository/RepositoryPanel.form [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/repository/RepositoryPanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/rollback/Backout.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/rollback/BackoutAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/rollback/BackoutPanel.form [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/rollback/BackoutPanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/rollback/Bundle.properties [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/rollback/RollbackAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/rollback/Strip.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/rollback/StripAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/rollback/StripPanel.form [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/rollback/StripPanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/serve/Bundle.properties [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/serve/ServeAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/status/Bundle.properties [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/status/GitVersioningTopComponent.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/status/OpenInEditorAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/status/OpenVersioningAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/status/ShowAllChangesAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/status/StatusAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/status/SyncFileNode.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/status/SyncTable.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/status/VersioningPanel.form [new file with mode: 0644]
src/org/netbeans/modules/git/ui/status/VersioningPanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/status/package.html [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/update/Bundle.properties [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/update/ConflictResolvedAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/update/ResolveConflictsAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/update/ResolveConflictsExecutor.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/update/RevertModifications.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/update/RevertModificationsAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/update/RevertModificationsPanel.form [new file with mode: 0644]
src/org/netbeans/modules/git/ui/update/RevertModificationsPanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/update/Update.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/update/UpdateAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/update/UpdatePanel.form [new file with mode: 0644]
src/org/netbeans/modules/git/ui/update/UpdatePanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/view/Bundle.properties [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/view/ViewAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/wizards/Bundle.properties [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/ui/wizards/CloneDestinationDirectoryPanel.form [new file with mode: 0644]
src/org/netbeans/modules/git/ui/wizards/CloneDestinationDirectoryPanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/wizards/CloneDestinationDirectoryWizardPanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/wizards/ClonePathsPanel.form [new file with mode: 0644]
src/org/netbeans/modules/git/ui/wizards/ClonePathsPanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/wizards/ClonePathsWizardPanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/wizards/CloneRepositoryPanel.form [new file with mode: 0644]
src/org/netbeans/modules/git/ui/wizards/CloneRepositoryPanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/wizards/CloneRepositoryWizardPanel.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/wizards/CloneWizardAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/wizards/WizardStepProgressSupport.java [new file with mode: 0644]
src/org/netbeans/modules/git/util/Bundle.properties [copied from LICENSE with 100% similarity]
src/org/netbeans/modules/git/util/GitCommand.java [new file with mode: 0644]
src/org/netbeans/modules/git/util/GitLogMessage.java [new file with mode: 0644]
src/org/netbeans/modules/git/util/GitProjectUtils.java [new file with mode: 0644]
src/org/netbeans/modules/git/util/GitProxySettings.java [new file with mode: 0644]
src/org/netbeans/modules/git/util/GitRepositoryContextCache.java [new file with mode: 0644]
src/org/netbeans/modules/git/util/GitUtils.java [new file with mode: 0644]