Skip to content

Commit

Permalink
13: Fix update site name in the p2.inf
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Oct 24, 2017
1 parent 4c843eb commit 636e738
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,2 +1,2 @@
instructions.configure=org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//dl.bintray.com/lorenzobettini/edelta/updates/,type:0,name:Javamm,enabled:true); \
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//dl.bintray.com/lorenzobettini/edelta/updates/,type:1,name:Javamm,enabled:true);
instructions.configure=org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//dl.bintray.com/lorenzobettini/edelta/updates/,type:0,name:Edelta,enabled:true); \
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//dl.bintray.com/lorenzobettini/edelta/updates/,type:1,name:Edelta,enabled:true);

0 comments on commit 636e738

Please sign in to comment.