Skip to content

Commit

Permalink
change update site to weekly builds (auto rewrite on point release)
Browse files Browse the repository at this point in the history
  • Loading branch information
simlei committed Jun 13, 2022
1 parent 9bff7de commit fe1f22b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org.jcryptool.product/jcryptool.p2.inf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ instructions.configure=\
org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/eclipsec.exe);\
org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/epl-v10.html);\
org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/notice.html);\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:https${#58}//www.cryptool.org/jct/update,name:JCrypTool);\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:https${#58}//www.cryptool.org/jct/update,name:JCrypTool);
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:https${#58}//www.cryptool.org/jct/update_weekly,name:JCrypTool);\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:https${#58}//www.cryptool.org/jct/update_weekly,name:JCrypTool);


instructions.install=mkdir(path:${installFolder}/dropins);
Expand Down

0 comments on commit fe1f22b

Please sign in to comment.