summaryrefslogtreecommitdiffstats
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-21 11:30:59 +0200
commit493b9ea37145d7f3c73285931e4c8e69525076ef (patch)
treec1df1b71719be671a0afa0baa9b431a5c1ab865b /configgen
parentfb3fc5e739990bb9d1c7c3368fb4b9d385ddd0b4 (diff)
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, 0 insertions, 14 deletions
diff --git a/configgen/pom.xml b/configgen/pom.xml
index c328ea53635..3e8172f5ed6 100644
--- a/configgen/pom.xml
+++ b/configgen/pom.xml
@@ -57,11 +57,6 @@
<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
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