Skip to content

Commit

Permalink
resources2 -> resources
Browse files Browse the repository at this point in the history
  • Loading branch information
lb-actoron committed Feb 23, 2022
1 parent 15c90df commit e9abc2d
Show file tree
Hide file tree
Showing 127 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protected IFuture<Void> setup()
//getPlatforms();
//IWebPublishService wps = agent.getFeature(IRequiredServicesFeature.class).getLocalService(new ServiceQuery<>(IWebPublishService.class));
//return wps.publishResources("[http://localhost:8080/]", "META-INF/resources2");
//return wps.publishResources("[http://localhost:8080/]", "META-INF/resources");
}*/

@AgentArgument
Expand Down Expand Up @@ -109,7 +109,7 @@ protected void publish(IWebPublishService wps)

wps.publishService(sid, new PublishInfo("[http://localhost:"+port+"/]webjcc", IPublishService.PUBLISH_RS, null)).get();

wps.publishResources("[http://localhost:"+port+"/]", "META-INF/resources2").get();
wps.publishResources("[http://localhost:"+port+"/]", "META-INF/resources").get();

if(openbrowser)
{
Expand Down

0 comments on commit e9abc2d

Please sign in to comment.