Skip to content

Commit

Permalink
Fix UML Designer discovery image
Browse files Browse the repository at this point in the history
  • Loading branch information
mbats committed Jul 26, 2018
1 parent 4c8105e commit d9683d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion plugins/org.obeonetwork.dsl.uml2.discovery/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
icons/,\
intro/
intro/,\
images/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* @author Melanie Bats <a href="mailto:[email protected]">[email protected]</a>
*/
public class UmlDiscovery extends DiscoveryContentProvider {
private static final String CATALOG_URI = "https://s3-eu-west-1.amazonaws.com/obeo-umldesigner-nightly/capella-1.2/discovery.xmi";
private static final String CATALOG_URI = "https://s3-eu-west-1.amazonaws.com/obeo-umldesigner-releases/8.1.0/discovery.xmi";

@Override
public DiscoveryDefinition load(IProgressMonitor monitor) throws InterruptedException {
Expand Down

0 comments on commit d9683d8

Please sign in to comment.