Revision: 944
http://cishell.svn.sourceforge.net/cishell/?rev=944&view=rev
Author: mwlinnem
Date: 2009-09-03 19:47:28 +0000 (Thu, 03 Sep 2009)
Log Message:
-----------
Updated Jung library to 1.7.6 which fixes a visualization bug.
Modified Paths:
--------------
trunk/libs/edu.uci.ics.jung/.classpath
trunk/libs/edu.uci.ics.jung/META-INF/MANIFEST.MF
trunk/libs/edu.uci.ics.jung/build.properties
Added Paths:
-----------
trunk/libs/edu.uci.ics.jung/jung-1.7.6.jar
Removed Paths:
-------------
trunk/libs/edu.uci.ics.jung/jung-1.7.4.jar
Modified: trunk/libs/edu.uci.ics.jung/.classpath
===================================================================
--- trunk/libs/edu.uci.ics.jung/.classpath 2009-08-31 16:44:38 UTC (rev 943)
+++ trunk/libs/edu.uci.ics.jung/.classpath 2009-09-03 19:47:28 UTC (rev 944)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry exported="true" kind="lib" path="jung-1.7.4.jar"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry exported="true" kind="lib" path="jung-1.7.6.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Modified: trunk/libs/edu.uci.ics.jung/META-INF/MANIFEST.MF
===================================================================
--- trunk/libs/edu.uci.ics.jung/META-INF/MANIFEST.MF 2009-08-31 16:44:38 UTC (rev 943)
+++ trunk/libs/edu.uci.ics.jung/META-INF/MANIFEST.MF 2009-09-03 19:47:28 UTC (rev 944)
@@ -2,8 +2,8 @@
Bundle-ManifestVersion: 2
Bundle-Name: Jung Plug-in
Bundle-SymbolicName: edu.uci.ics.jung
-Bundle-Version: 1.7.4
-Bundle-ClassPath: jung-1.7.4.jar
+Bundle-Version: 1.7.6
+Bundle-ClassPath: jung-1.7.6.jar
Export-Package: edu.uci.ics.jung.algorithms,
edu.uci.ics.jung.algorithms.blockmodel,
edu.uci.ics.jung.algorithms.cluster,
Modified: trunk/libs/edu.uci.ics.jung/build.properties
===================================================================
--- trunk/libs/edu.uci.ics.jung/build.properties 2009-08-31 16:44:38 UTC (rev 943)
+++ trunk/libs/edu.uci.ics.jung/build.properties 2009-09-03 19:47:28 UTC (rev 944)
@@ -1,2 +1,2 @@
bin.includes = META-INF/,\
- jung-1.7.4.jar
+ jung-1.7.6.jar
Deleted: trunk/libs/edu.uci.ics.jung/jung-1.7.4.jar
===================================================================
(Binary files differ)
Added: trunk/libs/edu.uci.ics.jung/jung-1.7.6.jar
===================================================================
(Binary files differ)
Property changes on: trunk/libs/edu.uci.ics.jung/jung-1.7.6.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|