diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-06-22 02:15:21 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-06-22 02:15:21 +0200 |
commit | dd92c1aa98c25bb1a2c2cbb0a056e6e34c64b385 (patch) | |
tree | 4e897100fb6a506b8f0bc0c8037b628419bc1f3c /org.eclipse.jgit.ssh.apache.agent | |
parent | 5aa8a7e276326c6fb1f9c4905563aadba10d7dec (diff) | |
download | jgit-dd92c1aa98c25bb1a2c2cbb0a056e6e34c64b385.tar.gz jgit-dd92c1aa98c25bb1a2c2cbb0a056e6e34c64b385.zip |
Prepare 5.13.3-SNAPSHOT builds
Change-Id: I02b9388c8bc1c266bb29b4502504d137dd42142f
Diffstat (limited to 'org.eclipse.jgit.ssh.apache.agent')
-rw-r--r-- | org.eclipse.jgit.ssh.apache.agent/.project | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/org.eclipse.jgit.ssh.apache.agent/.project b/org.eclipse.jgit.ssh.apache.agent/.project new file mode 100644 index 0000000000..73358f4a6b --- /dev/null +++ b/org.eclipse.jgit.ssh.apache.agent/.project @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.jgit.ssh.apache.agent</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> |