From: <hu...@us...> - 2006-10-05 14:37:33
|
Revision: 246 http://svn.sourceforge.net/cishell/?rev=246&view=rev Author: huangb Date: 2006-10-05 07:37:12 -0700 (Thu, 05 Oct 2006) Log Message: ----------- version 1.7.4 Added Paths: ----------- trunk/libs/edu.uci.ics.junglib/.classpath trunk/libs/edu.uci.ics.junglib/.project trunk/libs/edu.uci.ics.junglib/.settings/ trunk/libs/edu.uci.ics.junglib/.settings/org.eclipse.pde.core.prefs trunk/libs/edu.uci.ics.junglib/META-INF/ trunk/libs/edu.uci.ics.junglib/META-INF/MANIFEST.MF trunk/libs/edu.uci.ics.junglib/build.properties trunk/libs/edu.uci.ics.junglib/jung-1.7.4.jar Added: trunk/libs/edu.uci.ics.junglib/.classpath =================================================================== --- trunk/libs/edu.uci.ics.junglib/.classpath (rev 0) +++ trunk/libs/edu.uci.ics.junglib/.classpath 2006-10-05 14:37:12 UTC (rev 246) @@ -0,0 +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> Added: trunk/libs/edu.uci.ics.junglib/.project =================================================================== --- trunk/libs/edu.uci.ics.junglib/.project (rev 0) +++ trunk/libs/edu.uci.ics.junglib/.project 2006-10-05 14:37:12 UTC (rev 246) @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>edu.uci.ics.junglib</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.pde.ManifestBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.pde.SchemaBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.pde.PluginNature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> Added: trunk/libs/edu.uci.ics.junglib/.settings/org.eclipse.pde.core.prefs =================================================================== --- trunk/libs/edu.uci.ics.junglib/.settings/org.eclipse.pde.core.prefs (rev 0) +++ trunk/libs/edu.uci.ics.junglib/.settings/org.eclipse.pde.core.prefs 2006-10-05 14:37:12 UTC (rev 246) @@ -0,0 +1,4 @@ +#Wed Oct 04 10:36:19 EDT 2006 +eclipse.preferences.version=1 +pluginProject.equinox=false +pluginProject.extensions=false Added: trunk/libs/edu.uci.ics.junglib/META-INF/MANIFEST.MF =================================================================== --- trunk/libs/edu.uci.ics.junglib/META-INF/MANIFEST.MF (rev 0) +++ trunk/libs/edu.uci.ics.junglib/META-INF/MANIFEST.MF 2006-10-05 14:37:12 UTC (rev 246) @@ -0,0 +1,53 @@ +Manifest-Version: 1.0 +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-Localization: plugin +Export-Package: edu.uci.ics.jung.algorithms, + edu.uci.ics.jung.algorithms.blockmodel, + edu.uci.ics.jung.algorithms.cluster, + edu.uci.ics.jung.algorithms.connectivity, + edu.uci.ics.jung.algorithms.flows, + edu.uci.ics.jung.algorithms.importance, + edu.uci.ics.jung.algorithms.metrics, + edu.uci.ics.jung.algorithms.shortestpath, + edu.uci.ics.jung.algorithms.transformation, + edu.uci.ics.jung.exceptions, + edu.uci.ics.jung.graph, + edu.uci.ics.jung.graph.decorators, + edu.uci.ics.jung.graph.event, + edu.uci.ics.jung.graph.filters, + edu.uci.ics.jung.graph.filters.impl, + edu.uci.ics.jung.graph.impl, + edu.uci.ics.jung.graph.predicates, + edu.uci.ics.jung.io, + edu.uci.ics.jung.random.generators, + edu.uci.ics.jung.random.permuters, + edu.uci.ics.jung.statistics, + edu.uci.ics.jung.utils, + edu.uci.ics.jung.visualization, + edu.uci.ics.jung.visualization.contrib, + edu.uci.ics.jung.visualization.control, + edu.uci.ics.jung.visualization.graphdraw, + edu.uci.ics.jung.visualization.subLayout, + edu.uci.ics.jung.visualization.transform, + edu.uci.ics.jung.visualization.transform.shape, + samples.graph, + samples.graph.southern, + samples.preview_new_graphdraw, + samples.preview_new_graphdraw.event, + samples.preview_new_graphdraw.impl, + samples.preview_new_graphdraw.impl.crooked, + samples.preview_new_graphdraw.iter, + samples.preview_new_graphdraw.iterablelayouts, + samples.preview_new_graphdraw.staticlayouts, + samples.preview_new_graphdraw.test, + samples.preview_new_graphdraw.transform +Import-Package: cern.colt.matrix, + cern.colt.matrix.impl, + cern.jet.random.engine, + org.apache.commons.collections, + org.apache.commons.collections.buffer, + org.apache.commons.collections.functors Added: trunk/libs/edu.uci.ics.junglib/build.properties =================================================================== --- trunk/libs/edu.uci.ics.junglib/build.properties (rev 0) +++ trunk/libs/edu.uci.ics.junglib/build.properties 2006-10-05 14:37:12 UTC (rev 246) @@ -0,0 +1,2 @@ +bin.includes = META-INF/,\ + jung-1.7.4.jar Added: trunk/libs/edu.uci.ics.junglib/jung-1.7.4.jar =================================================================== (Binary files differ) Property changes on: trunk/libs/edu.uci.ics.junglib/jung-1.7.4.jar ___________________________________________________________________ Name: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |