Skip to content

Commit

Permalink
Small fix in releasing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri-Blankenstein-TNO committed Jan 18, 2024
1 parent f896789 commit 2c51de9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
with:
files: |
packaging/org.obeonetwork.dsl.uml2.product/target/products/UMLDesigner-*.*
pages.tar.gz
UMLDesigner-pages.tar.gz
4 changes: 2 additions & 2 deletions packaging/org.obeonetwork.dsl.uml2.product/sketcher.p2.inf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
instructions.configure=\
addRepository(type:0,location:http${#58}//www.obeo.fr/download/release/uml/latest/repository,name:UML Designer);\
addRepository(type:1,location:http${#58}//www.obeo.fr/download/release/uml/latest/repository,name:UML Designer);\
addRepository(type:0,location:https${#58}//tno.github.io/UML-Designer/9.0.0-2023-03/repository/,name:UML Designer);\
addRepository(type:1,location:https${#58}//tno.github.io/UML-Designer/9.0.0-2023-03/repository/,name:UML Designer);\
mkdir(path:${installFolder}/dropins);

requires.1.namespace=org.eclipse.equinox.p2.iu
Expand Down

0 comments on commit 2c51de9

Please sign in to comment.