summaryrefslogtreecommitdiffstats
path: root/configgen/src/main/manifest.mf
diff options
context:
space:
mode:
Diffstat (limited to 'configgen/src/main/manifest.mf')
-rw-r--r--configgen/src/main/manifest.mf9
1 files changed, 9 insertions, 0 deletions
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