Skip to main content



      Home
Home » Eclipse Projects » Oomph » git lfs
git lfs [message #1861397] Wed, 11 October 2023 04:46 Go to next message
Eclipse UserFriend
Hi @ll,

what is the best way to install git lfs support with the installer and the setup file?
Re: git lfs [message #1861404 is a reply to message #1861397] Wed, 11 October 2023 07:47 Go to previous messageGo to next message
Eclipse UserFriend
Maybe this answers your question?

https://wiki.eclipse.org/Eclipse_Oomph_Authoring#How_to_install_Eclipse_plugins_using_the_P2_Director_and_Repository_Explorer

E.g.,
<?xml version="1.0" encoding="UTF-8"?>
<setup.p2:P2Task
    xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0">
  <requirement
      name="org.eclipse.jgit.lfs"/>
  <repository
      url="https://download.eclipse.org/egit/updates-stable-nightly"/>
</setup.p2:P2Task>
Re: git lfs [message #1861406 is a reply to message #1861404] Wed, 11 October 2023 08:30 Go to previous messageGo to next message
Eclipse UserFriend
Probably it should be org.eclipse.jgit.lfs.feature.group not just the bundle, but you get the idea...
Re: git lfs [message #1861407 is a reply to message #1861406] Wed, 11 October 2023 08:32 Go to previous message
Eclipse UserFriend
Oh, and what I do if I want something installed everywhere, is I use Navigate -> Open Setup -> User and put the p2 director task there so that every ide I install has that thing installed. E.g., I install vi plugin that way.

https://marketplace.eclipse.org/content/viplugin
Previous Topic:Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved a
Next Topic:installation error
Goto Forum:
  


Current Time: Wed Jul 16 02:40:48 EDT 2025

Powered by FUDForum. Page generated in 0.06697 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top