summaryrefslogtreecommitdiffstats
path: root/annotations
diff options
context:
space:
mode:
authorgjoranv <gv@yahooinc.com>2023-06-05 18:18:16 +0200
committergjoranv <gv@yahooinc.com>2023-06-05 18:18:16 +0200
commitc3bcedf17e0c6042e5533652febec7df050de2aa (patch)
treec51c71bbebf4961da20705c5b4f34403d3420534 /annotations
parentf47fce3107cbf14d3de04941274e21da78654ff9 (diff)
Add public api manifest header to annotations bundle.
- Must be added manually, as it's built with maven-bundle-plugin
Diffstat (limited to 'annotations')
-rw-r--r--annotations/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/annotations/pom.xml b/annotations/pom.xml
index 067a6966a11..3e232a9c64f 100644
--- a/annotations/pom.xml
+++ b/annotations/pom.xml
@@ -64,6 +64,7 @@
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Version>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}</Bundle-Version>
<Export-Package>com.yahoo.component.annotation;version=1.0.0;-noimport:=true</Export-Package>
+ <X-JDisc-PublicApi-Package>com.yahoo.component.annotation</X-JDisc-PublicApi-Package>
<_nouses>true</_nouses> <!-- Don't include 'uses' directives for package exports -->
</instructions>
</configuration>