Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin Park2014-04-19 18:55:53 +0000
committerEdwin Park2014-04-19 18:55:53 +0000
commit9b55d753c47ff528b78f28944ce89418eca34b14 (patch)
tree1fa219ff1faa72421119e20bbe932eba2bfc6a33
parent901794a3bcc2efe17ee583c26bac0663d3a47bea (diff)
downloadorg.eclipse.nebula.widgets.nattable-9b55d753c47ff528b78f28944ce89418eca34b14.tar.gz
org.eclipse.nebula.widgets.nattable-9b55d753c47ff528b78f28944ce89418eca34b14.tar.xz
org.eclipse.nebula.widgets.nattable-9b55d753c47ff528b78f28944ce89418eca34b14.zip
added Application-Name to manifest
-rw-r--r--org.eclipse.nebula.widgets.nattable.examples/build-examples.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.nebula.widgets.nattable.examples/build-examples.xml b/org.eclipse.nebula.widgets.nattable.examples/build-examples.xml
index 0e12a536..2fcf3575 100644
--- a/org.eclipse.nebula.widgets.nattable.examples/build-examples.xml
+++ b/org.eclipse.nebula.widgets.nattable.examples/build-examples.xml
@@ -6,6 +6,7 @@
<target name="prepare_jar">
<jar destfile="target/NatTableExamples.jar" filesetmanifest="mergewithoutmain" duplicate="preserve">
<manifest>
+ <attribute name="Application-Name" value="NatTable Examples"/>
<attribute name="Main-Class" value="org.eclipse.nebula.widgets.nattable.examples.NatTableExamples"/>
<attribute name="Class-Path" value="."/>
<attribute name="Permissions" value="all-permissions"/>

Back to the top