Skip to content

Commit

Permalink
[LIC|LOC] Fix basedOn attributes and include Extension-Point schemata
Browse files Browse the repository at this point in the history
Fixes #1397
  • Loading branch information
HannesWell committed Jul 2, 2024
1 parent f2994a6 commit a71c7e6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions bundles/org.eclipse.passage.lic.base/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ bin.includes = META-INF/,\
OSGI-INF/,\
about.html,\
plugin.xml
src.includes = schema/
2 changes: 1 addition & 1 deletion bundles/org.eclipse.passage.lic.base/schema/library.exsd
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

</documentation>
<appinfo>
<meta.attribute kind="java" basedOn=":org.eclipse.passage.lic.internal.base.access.Library"/>
<meta.attribute kind="java" basedOn=":org.eclipse.passage.lic.base.access.Library"/>
</appinfo>
</annotation>
</attribute>
Expand Down
1 change: 1 addition & 0 deletions bundles/org.eclipse.passage.lic.jetty/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ bin.includes = META-INF/,\
about.properties,\
passage32.png,\
plugin.xml
src.includes = schema/
2 changes: 1 addition & 1 deletion bundles/org.eclipse.passage.lic.jetty/schema/commands.exsd
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

</documentation>
<appinfo>
<meta.attribute kind="java" basedOn=":org.eclipse.passage.lic.internal.jetty.interaction.JettyCommand"/>
<meta.attribute kind="java" basedOn=":org.eclipse.passage.lic.internal.jetty.interaction.JettyCommands"/>
</appinfo>
</annotation>
</attribute>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ bin.includes = META-INF/,\
OSGI-INF/,\
about.html,\
plugin.xml
src.includes = schema/
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

</documentation>
<appinfo>
<meta.attribute kind="java" basedOn=":org.eclipse.passage.loc.internal.licenses.core.LicensePackPersistenceListener"/>
<meta.attribute kind="java" basedOn=":org.eclipse.passage.loc.internal.licenses.core.LicensePackIssueListener"/>
</appinfo>
</annotation>
</attribute>
Expand Down

0 comments on commit a71c7e6

Please sign in to comment.