summaryrefslogtreecommitdiffstats
path: root/configgen
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-24 15:54:10 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-24 15:54:10 +0200
commit943500b7b722dad5e314238a96ddd3c2d6a13ce4 (patch)
tree0de54554e746edb793e16721580370f65c488037 /configgen
parentda67accbf615ad94e2ff24b061798cdfcc4afec2 (diff)
Revert "Configgen is not a bundle"
This reverts commit 77b22f35b96782bd3930d3c5671d3ca49b32d918.
Diffstat (limited to 'configgen')
-rw-r--r--configgen/pom.xml4
-rw-r--r--configgen/src/main/manifest.mf9
2 files changed, 10 insertions, 3 deletions
diff --git a/configgen/pom.xml b/configgen/pom.xml
index 8f6f65a7f49..c328ea53635 100644
--- a/configgen/pom.xml
+++ b/configgen/pom.xml
@@ -59,9 +59,7 @@
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
- <manifest>
- <mainClass>com.yahoo.config.codegen.MakeConfig</mainClass>
- </manifest>
+ <manifestFile>src/main/manifest.mf</manifestFile>
</archive>
</configuration>
</plugin>
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