We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4886683 commit 389321aCopy full SHA for 389321a
modules/core/core-content/build.gradle
@@ -12,6 +12,7 @@ dependencies {
12
13
jar {
14
bundle {
15
- bnd( 'Bundle-Name': 'Enonic XP Core - Content' )
+ bnd( 'Bundle-Name': 'Enonic XP Core - Content',
16
+ 'Export-Package': 'com.enonic.xp.core.impl.content.parser')
17
}
18
modules/core/core-schema/build.gradle
@@ -10,6 +10,7 @@ dependencies {
10
11
- bnd( 'Bundle-Name': 'Enonic XP Core - Schema' )
+ bnd( 'Bundle-Name': 'Enonic XP Core - Schema',
+ 'Export-Package': 'com.enonic.xp.core.impl.schema,com.enonic.xp.core.impl.schema.mapper')
0 commit comments