aboutsummaryrefslogtreecommitdiffstats
path: root/configgen
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-21 11:30:59 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-25 11:25:44 +0200
commit8a0d45a12c28e151e2e47d13ce8932ff43bc9b97 (patch)
tree88f425fcb6f1951438a29feffb8639c4206231d6 /configgen
parent213d13617c0477cd32056cd6367c3d2606d59a26 (diff)
Configgen is not a bundle
Diffstat (limited to 'configgen')
-rw-r--r--configgen/pom.xml4
-rw-r--r--configgen/src/main/manifest.mf9
2 files changed, 3 insertions, 10 deletions
diff --git a/configgen/pom.xml b/configgen/pom.xml
index dc616ec070e..0dc53e1e016 100644
--- a/configgen/pom.xml
+++ b/configgen/pom.xml
@@ -54,7 +54,9 @@
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
- <manifestFile>src/main/manifest.mf</manifestFile>
+ <manifest>
+ <mainClass>com.yahoo.config.codegen.MakeConfig</mainClass>
+ </manifest>
</archive>
</configuration>
</plugin>
diff --git a/configgen/src/main/manifest.mf b/configgen/src/main/manifest.mf
deleted file mode 100644
index a998997f7c2..00000000000
--- a/configgen/src/main/manifest.mf
+++ /dev/null
@@ -1,9 +0,0 @@
-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