From: <je...@us...> - 2008-03-20 09:07:33
|
Revision: 256 http://freetrain.svn.sourceforge.net/freetrain/?rev=256&view=rev Author: jendave Date: 2008-03-20 02:07:37 -0700 (Thu, 20 Mar 2008) Log Message: ----------- fix issue with dir name Modified Paths: -------------- branches/FreeTrainSDL/plugins/Chiname.Generic/StructCategory.cs Removed Paths: ------------- branches/FreeTrainSDL/lib/Controls/.cvsignore Property Changed: ---------------- branches/FreeTrainSDL/plugins/Kohsuke.Structure/ branches/FreeTrainSDL/plugins/Kohsuke.Structure.OsakaCastle/ Deleted: branches/FreeTrainSDL/lib/Controls/.cvsignore =================================================================== --- branches/FreeTrainSDL/lib/Controls/.cvsignore 2008-03-20 08:06:10 UTC (rev 255) +++ branches/FreeTrainSDL/lib/Controls/.cvsignore 2008-03-20 09:07:37 UTC (rev 256) @@ -1,2 +0,0 @@ -bin -obj Modified: branches/FreeTrainSDL/plugins/Chiname.Generic/StructCategory.cs =================================================================== --- branches/FreeTrainSDL/plugins/Chiname.Generic/StructCategory.cs 2008-03-20 08:06:10 UTC (rev 255) +++ branches/FreeTrainSDL/plugins/Chiname.Generic/StructCategory.cs 2008-03-20 09:07:37 UTC (rev 256) @@ -272,7 +272,7 @@ /// </summary> static public void loadDefaultTree() { - PluginDefinition p = PluginManager.theInstance.getPlugin("jp.co.tripod.chiname.lib.generic"); + PluginDefinition p = PluginManager.theInstance.getPlugin("Chiname.Generic"); _baseDir = p.dirName; string filename = Path.Combine(p.dirName, "CategoryTree.xml"); using (Stream file = p.loadStream(filename)) Property changes on: branches/FreeTrainSDL/plugins/Kohsuke.Structure ___________________________________________________________________ Name: svn:ignore + .plugin.xml.swp Property changes on: branches/FreeTrainSDL/plugins/Kohsuke.Structure.OsakaCastle ___________________________________________________________________ Name: svn:ignore + .plugin.xml.swp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |