Removed unused ServeAction.
commit1a045a690f89c480d9577fdebd12e9643210d2b9
authorAlex Coles <alexbcoles@mac.com>
Thu, 10 Apr 2008 02:34:48 +0000 (10 04:34 +0200)
committerAlex Coles <alexbcoles@mac.com>
Thu, 10 Apr 2008 02:34:48 +0000 (10 04:34 +0200)
tree37493d0290ab7b57dae6b6c5452b73925d62111f
parentda35830cd82b35605a97b4fc338d761eeeb46b45
Removed unused ServeAction.
Added dummy action, Stash Action.
Added XTest Integration Tests.
Attempted to configure XTest to build with org.openide.nodes API (not yet working).
25 files changed:
nbproject/project.properties
nbproject/project.xml
src/org/netbeans/modules/git/Bundle.properties
src/org/netbeans/modules/git/GitAnnotator.java
src/org/netbeans/modules/git/SuperGitAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/resources/git-layer.xml
src/org/netbeans/modules/git/ui/stash/Bundle.properties [new file with mode: 0644]
src/org/netbeans/modules/git/ui/stash/StashAction.java [new file with mode: 0644]
src/org/netbeans/modules/git/ui/status/OpenVersioningAction.java
src/org/netbeans/modules/git/util/GitCommand.java
test/build-qa-functional.xml [new file with mode: 0644]
test/build-unit.xml [new file with mode: 0644]
test/build.xml [new file with mode: 0644]
test/cfg-qa-functional.xml [new file with mode: 0644]
test/cfg-unit.xml [new file with mode: 0644]
test/qa-functional/src/org/netbeans/test/git/main/commit/CommitDataTest.java
test/qa-functional/src/org/netbeans/test/git/main/commit/IgnoreTest.java
test/qa-functional/src/org/netbeans/test/git/operators/CommitOperator.java [new file with mode: 0644]
test/qa-functional/src/org/netbeans/test/git/operators/RevertModificationsOperator.java [new file with mode: 0644]
test/qa-functional/src/org/netbeans/test/git/operators/VersioningOperator.java [new file with mode: 0644]
test/qa-functional/src/org/netbeans/test/git/operators/actions/CommitAction.java [new file with mode: 0644]
test/qa-functional/src/org/netbeans/test/git/operators/actions/RevertAction.java [new file with mode: 0644]
test/qa-functional/src/org/netbeans/test/git/utils/RepositoryMaintenance.java [new file with mode: 0644]
test/qa-functional/src/org/netbeans/test/git/utils/StreamHandler.java [new file with mode: 0644]
test/qa-functional/src/org/netbeans/test/git/utils/TestKit.java [new file with mode: 0644]