Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » git lfs
git lfs [message #1861397] Wed, 11 October 2023 08:46 Go to next message
Helge Wiemann is currently offline Helge WiemannFriend
Messages: 5
Registered: July 2019
Junior Member
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 11:47 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33145
Registered: July 2009
Senior Member
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>


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: git lfs [message #1861406 is a reply to message #1861404] Wed, 11 October 2023 12:30 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33145
Registered: July 2009
Senior Member
Probably it should be org.eclipse.jgit.lfs.feature.group not just the bundle, but you get the idea...

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: git lfs [message #1861407 is a reply to message #1861406] Wed, 11 October 2023 12:32 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33145
Registered: July 2009
Senior Member
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


Ed Merks
Professional Support: https://www.macromodeling.com/
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: Tue May 07 15:30:24 GMT 2024

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

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

Back to the top