diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-10-13 00:22:11 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-10-13 00:26:22 +0200 |
commit | add5c14b4d2b5f05fe2628483165e9862c8d17d7 (patch) | |
tree | aef2320d35423122efd035e7b3da421411f20b3e /org.eclipse.jgit.ssh.apache.agent | |
parent | c7849fbb193476c15b5023ced586616529c6b9d1 (diff) | |
parent | 4d6671b4cec3b3822c75089f3a8aa16c39d49307 (diff) | |
download | jgit-add5c14b4d2b5f05fe2628483165e9862c8d17d7.tar.gz jgit-add5c14b4d2b5f05fe2628483165e9862c8d17d7.zip |
Merge branch 'stable-5.13' into stable-6.0
* stable-5.13:
PackConfig: fix @since tags
Remove unused API problem filters
Add support for git config repack.packKeptObjects
Do not exclude objects in locked packs from bitmap processing
Change-Id: Ifeaa4b4f0c5944d4ecd3042be429833ff72b43ed
Diffstat (limited to 'org.eclipse.jgit.ssh.apache.agent')
-rw-r--r-- | org.eclipse.jgit.ssh.apache.agent/bin/.project | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/org.eclipse.jgit.ssh.apache.agent/bin/.project b/org.eclipse.jgit.ssh.apache.agent/bin/.project new file mode 100644 index 0000000000..73358f4a6b --- /dev/null +++ b/org.eclipse.jgit.ssh.apache.agent/bin/.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> |