Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rename components.xml to plugin.xml
  • Loading branch information
chenson42 committed Nov 27, 2016
1 parent a00bd34 commit 3794848
Show file tree
Hide file tree
Showing 27 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -207,7 +207,7 @@ protected void loadComponentsForClassloader(String projectVersionId, String plug
JAXBContext jc = JAXBContext.newInstance(XMLDefinitions.class, XMLComponentDefinition.class, XMLSetting.class, XMLSettings.class,
XMLSettingChoices.class, ObjectFactory.class);
Unmarshaller unmarshaller = jc.createUnmarshaller();
List<InputStream> componentXmls = loadResources("components.xml", classLoader);
List<InputStream> componentXmls = loadResources("plugin.xml", classLoader);
Map<String, XMLComponentDefinition> componentsById = componentsByProjectVersionIdById.get(projectVersionId);
if (componentsById == null) {
componentsById = new HashMap<>();
Expand Down
File renamed without changes.

0 comments on commit 3794848

Please sign in to comment.