diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-03-23 00:30:46 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-03-23 00:30:46 +0100 |
commit | 9dd6e6cd297ae9c0d912ecfa07a148a29e6f4eee (patch) | |
tree | fa901526a945d6f5c78992feccb5f427d5b0550d /org.eclipse.jgit.pgm.test/.project | |
parent | 473139bbf6c8b5a5603d3f59ca968de5aeaa1887 (diff) | |
download | jgit-9dd6e6cd297ae9c0d912ecfa07a148a29e6f4eee.tar.gz jgit-9dd6e6cd297ae9c0d912ecfa07a148a29e6f4eee.zip |
Revert "Allow to write tests with CLI syntax"
This reverts commit bf845c126d53f07de103e03b68ddb7f24014cee5 since this
change needs to go through a formal IP review and Chris missed to file a
CQ for that.
Change-Id: I303515d78116f0591a2911dbfb9f857738f086a9
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm.test/.project')
-rw-r--r-- | org.eclipse.jgit.pgm.test/.project | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/org.eclipse.jgit.pgm.test/.project b/org.eclipse.jgit.pgm.test/.project deleted file mode 100644 index cf0a9ed27c..0000000000 --- a/org.eclipse.jgit.pgm.test/.project +++ /dev/null @@ -1,34 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>org.eclipse.jgit.pgm.test</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.pde.ManifestBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.pde.SchemaBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - <nature>org.eclipse.pde.PluginNature</nature> - <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature> - </natures> -</projectDescription> |