[java-atk-wrapper] JAR: Add manifest



commit 60a1077d030d20e10b2330f2b7957b6b6293e829
Author: Magdalen Berns <m berns thismagpie com>
Date:   Mon Jun 29 20:05:01 2015 +0100

    JAR: Add manifest
    
    This allows a user to run:
      java -jar java-atk-wrapper.jar
    If they so wish
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=751671

 wrapper/Makefile.am  |    2 +-
 wrapper/manifest.txt |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/wrapper/Makefile.am b/wrapper/Makefile.am
index 01cf422..4f350f8 100644
--- a/wrapper/Makefile.am
+++ b/wrapper/Makefile.am
@@ -16,7 +16,7 @@ properties_DATA = accessibility.properties
 EXTRA_DIST = $(properties_DATA)
 
 $(JARFILES) : $(DEP_CLASSES)
-       $(JAR) cf $(JARFILES) $(ALL_CLASSES)
+       $(JAR) cfm $(JARFILES) manifest.txt org/GNOME/Accessibility/*.class
 
 all-local : $(DATA) $(JARFILES)
 
diff --git a/wrapper/manifest.txt b/wrapper/manifest.txt
new file mode 100644
index 0000000..deb4b05
--- /dev/null
+++ b/wrapper/manifest.txt
@@ -0,0 +1,2 @@
+Main-Class: org.GNOME.Accessibility.AtkWrapper
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]