Skip to content

Instantly share code, notes, and snippets.

@ralfebert
Created August 26, 2010 11:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ralfebert/551240 to your computer and use it in GitHub Desktop.
Save ralfebert/551240 to your computer and use it in GitHub Desktop.
example p2.inf
instructions.configure=\
addRepository(type:0,location:http${#58}//localhost:1234/repository/);\
addRepository(type:1,location:http${#58}//localhost:1234/repository/);
instructions.configure=\
addRepository(type:0,location:file${#58}/c:/export/repository/);\
addRepository(type:1,location:file${#58}/c:/export/repository/);
@gangaharrahul
Copy link

HI,
I am reading your blog that How to create a P2 Update in RCP eclipse project .My problem is that After creating P2.ini file .I am trying to read repository folder via url ' http://localhost:1234/repository/' Which I cannot read there.Any Help Mr.Expert.

I am following your `[https://www.ralfebert.de/archive/eclipse_rcp/p2_updates_tutorial_36/]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment