[libinline-java-perl] 260/398: small windows bugs

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:43:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.55
in repository libinline-java-perl.

commit 07ed220570221de8d514b6bc8ce51ac4912e7744
Author: patrick_leb <>
Date:   Mon Dec 8 14:49:54 2003 +0000

    small windows bugs
---
 Java/Makefile.PL | 3 +++
 MANIFEST         | 1 +
 2 files changed, 4 insertions(+)

diff --git a/Java/Makefile.PL b/Java/Makefile.PL
index 5ce1be3..6a786e2 100644
--- a/Java/Makefile.PL
+++ b/Java/Makefile.PL
@@ -181,6 +181,9 @@ sub CleanSoDirs {
 		elsif ($d =~ /motif/){
 				delete $so_dirs{$d} ;
 		}
+		elsif ($d =~ /javaws/){
+				delete $so_dirs{$d} ;
+		}
 		elsif ($d =~ /_threads/){
 			if ($d !~ /native_threads/){
 				delete $so_dirs{$d} ;
diff --git a/MANIFEST b/MANIFEST
index f8aef93..d740005 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -50,6 +50,7 @@ t/10_5_shared_fork.t
 t/10_6_shared_sim.t
 t/11_exceptions.t
 t/12_callbacks.t
+t/13_end.t
 t/types.java
 t/types.class
 t/no_const.java

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git



More information about the Pkg-perl-cvs-commits mailing list