summaryrefslogtreecommitdiffstats
path: root/configgen
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2017-07-21 15:22:35 +0200
committerGitHub <noreply@github.com>2017-07-21 15:22:35 +0200
commita26f42508d099b3a39b66b8947581e4564c3df17 (patch)
treec1d5d36056c372a842f89440e2a718b2e0c2aff5 /configgen
parent9126313f4830e6487409d6162a2ca5aa64bf588b (diff)
Revert "Remove old manifest file"
Diffstat (limited to 'configgen')
-rw-r--r--configgen/pom.xml5
-rw-r--r--configgen/src/main/manifest.mf9
2 files changed, 14 insertions, 0 deletions
diff --git a/configgen/pom.xml b/configgen/pom.xml
index 3e8172f5ed6..c328ea53635 100644
--- a/configgen/pom.xml
+++ b/configgen/pom.xml
@@ -57,6 +57,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestFile>src/main/manifest.mf</manifestFile>
+ </archive>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/configgen/src/main/manifest.mf b/configgen/src/main/manifest.mf
new file mode 100644
index 00000000000..a998997f7c2
--- /dev/null
+++ b/configgen/src/main/manifest.mf
@@ -0,0 +1,9 @@
+Manifest-Version: 1.0
+Export-Package: com.yahoo.config.codegen
+Bundle-Vendor: Yahoo!
+Bundle-ClassPath: .,dependencies/annotation-6-SNAPSHOT.jar,dependenc
+ ies/scala-library-2.9.1.jar
+Bundle-ManifestVersion: 2
+Bundle-Name: vespa config generator
+Bundle-SymbolicName: configgen
+Main-Class: com.yahoo.config.codegen.MakeConfig