diff options
author | Ketan Padegaonkar <KetanPadegaonkar@gmail.com> | 2011-04-25 10:24:48 -0700 |
---|---|---|
committer | Chris Aniszczyk <caniszczyk@gmail.com> | 2011-05-02 09:12:55 -0500 |
commit | fdeb3272705865e886cc0d47de18c967281ec6bb (patch) | |
tree | e7c7ca25bff25a1ac12c95498241a9aa6eff29fc /org.eclipse.jgit.ant/.project | |
parent | d05d351f3be5207a168c43b7cc52404195c2d567 (diff) | |
download | jgit-fdeb3272705865e886cc0d47de18c967281ec6bb.tar.gz jgit-fdeb3272705865e886cc0d47de18c967281ec6bb.zip |
Add org.eclipse.jgit.ant
Adds the initial project and a GitInitTask.
Bug: 321237
Change-Id: I06b94e0b42b20ecf51f86845e47d49913f3513c4
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.ant/.project')
-rw-r--r-- | org.eclipse.jgit.ant/.project | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/org.eclipse.jgit.ant/.project b/org.eclipse.jgit.ant/.project new file mode 100644 index 0000000000..855b351830 --- /dev/null +++ b/org.eclipse.jgit.ant/.project @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.jgit.ant</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> + </buildSpec> + <natures> + <nature>org.eclipse.pde.PluginNature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> |