From: <pat...@us...> - 2010-08-05 19:44:14
|
Revision: 1117 http://cishell.svn.sourceforge.net/cishell/?rev=1117&view=rev Author: pataphil Date: 2010-08-05 19:44:07 +0000 (Thu, 05 Aug 2010) Log Message: ----------- * Changed org.cishell.utilities.datastructure to org.cishell.utility.datastructure. Modified Paths: -------------- trunk/core/org.cishell.utilities.datastructure/.project trunk/core/org.cishell.utilities.datastructure/META-INF/MANIFEST.MF trunk/core/org.cishell.utilities.datastructure/src/org/cishell/utility/datastructure/ObjectContainer.java Added Paths: ----------- trunk/core/org.cishell.utilities.datastructure/src/org/cishell/utility/ trunk/core/org.cishell.utilities.datastructure/src/org/cishell/utility/datastructure/ Removed Paths: ------------- trunk/core/org.cishell.utilities.datastructure/src/org/cishell/utilities/datastructure/ Modified: trunk/core/org.cishell.utilities.datastructure/.project =================================================================== --- trunk/core/org.cishell.utilities.datastructure/.project 2010-08-05 19:23:40 UTC (rev 1116) +++ trunk/core/org.cishell.utilities.datastructure/.project 2010-08-05 19:44:07 UTC (rev 1117) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>org.cishell.utilities.datastructure</name> + <name>org.cishell.utility.datastructure</name> <comment></comment> <projects> </projects> Modified: trunk/core/org.cishell.utilities.datastructure/META-INF/MANIFEST.MF =================================================================== --- trunk/core/org.cishell.utilities.datastructure/META-INF/MANIFEST.MF 2010-08-05 19:23:40 UTC (rev 1116) +++ trunk/core/org.cishell.utilities.datastructure/META-INF/MANIFEST.MF 2010-08-05 19:44:07 UTC (rev 1117) @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: CIShell Data Structure Utilities -Bundle-SymbolicName: org.cishell.utilities.datastructure +Bundle-SymbolicName: org.cishell.utility.datastructure Bundle-Version: 1.0.0 Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Export-Package: org.cishell.utilities.datastructure +Export-Package: org.cishell.utility.datastructure Property changes on: trunk/core/org.cishell.utilities.datastructure/src/org/cishell/utility/datastructure ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/core/org.cishell.utilities.datastructure/src/org/cishell/utility/datastructure/ObjectContainer.java =================================================================== --- trunk/core/org.cishell.utilities.datastructure/src/org/cishell/utilities/datastructure/ObjectContainer.java 2010-08-02 20:26:26 UTC (rev 1100) +++ trunk/core/org.cishell.utilities.datastructure/src/org/cishell/utility/datastructure/ObjectContainer.java 2010-08-05 19:44:07 UTC (rev 1117) @@ -1,4 +1,4 @@ -package org.cishell.utilities.datastructure; +package org.cishell.utility.datastructure; public class ObjectContainer<T> { public T object; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |