Revision: 4778
          http://sourceforge.net/p/vexi/code/4778
Author:   mkpg2
Date:     2015-03-28 23:19:59 +0000 (Sat, 28 Mar 2015)
Log Message:
-----------
Fix jpp-induced compilation error.

Modified Paths:
--------------
    branches/vexi3/org.vexi-library.js/src/main/jpp/org/ibex/js/XMLRPC.jpp
    trunk/_ebuild/seed/version

Modified: branches/vexi3/org.vexi-library.js/src/main/jpp/org/ibex/js/XMLRPC.jpp
===================================================================
--- branches/vexi3/org.vexi-library.js/src/main/jpp/org/ibex/js/XMLRPC.jpp      
2015-03-28 23:02:52 UTC (rev 4777)
+++ branches/vexi3/org.vexi-library.js/src/main/jpp/org/ibex/js/XMLRPC.jpp      
2015-03-28 23:19:59 UTC (rev 4778)
@@ -5,7 +5,7 @@
 package org.ibex.js;
 
 import java.io.*;
-import java.util.HashMap;
+import java.util.IdentityHashMap;
 
 import javax.xml.transform.*;
 import javax.xml.transform.sax.*;

Modified: trunk/_ebuild/seed/version
===================================================================
--- trunk/_ebuild/seed/version  2015-03-28 23:02:52 UTC (rev 4777)
+++ trunk/_ebuild/seed/version  2015-03-28 23:19:59 UTC (rev 4778)
@@ -1,2 +1,2 @@
 #nofetch=true
-tag=0.8.6
+tag=0.8.7

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to