Skip to content

Commit

Permalink
Fix the URI for the simrel.aggr
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Oct 6, 2023
1 parent 4db16e9 commit d432104
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -455,7 +455,7 @@ private Set<URI> loadAggregator(File outputLocation) throws IOException, Provisi
ResourceSet resourceSet = new ResourceSetImpl();
final URIConverter uriConverter = resourceSet.getURIConverter();
resourceSet.getResourceFactoryRegistry().getExtensionToFactoryMap().put("*", new GenericXMLResourceFactoryImpl());
URI aggregatorURI = URI.createURI("https://git.eclipse.org/c/simrel/org.eclipse.simrel.build.git/plain/simrel.aggr");
URI aggregatorURI = URI.createURI("https://raw.githubusercontent.com/eclipse-simrel/simrel.build/main/simrel.aggr");
Resource aggregatorResource = resourceSet.getResource(aggregatorURI, true);
// aggregatorResource.save(System.out, null);

Expand Down

0 comments on commit d432104

Please sign in to comment.