From: <coe...@us...> - 2011-08-27 12:58:48
|
Revision: 372 http://mevislabmodules.svn.sourceforge.net/mevislabmodules/?rev=372&view=rev Author: coertmetz Date: 2011-08-27 12:58:42 +0000 (Sat, 27 Aug 2011) Log Message: ----------- CM: Renamed WEMSelectPatches to WEMCMSelectPatches to prevent collision with MeVisLab 2.2 module. CM = Community Modules (and not Coert Metz ;). Modified Paths: -------------- trunk/Community/General/Modules/ML/MLWEMCommunityModules/MLWEMCommunityModules.def Modified: trunk/Community/General/Modules/ML/MLWEMCommunityModules/MLWEMCommunityModules.def =================================================================== --- trunk/Community/General/Modules/ML/MLWEMCommunityModules/MLWEMCommunityModules.def 2011-08-27 12:58:10 UTC (rev 371) +++ trunk/Community/General/Modules/ML/MLWEMCommunityModules/MLWEMCommunityModules.def 2011-08-27 12:58:42 UTC (rev 372) @@ -166,9 +166,9 @@ } // MLModule WEMCenterOfMass //---------------------------------------------------------------------------------- -// MLModule WEMSelectPatches +// MLModule WEMCMSelectPatches //---------------------------------------------------------------------------------- -MLModule WEMSelectPatches { +MLModule WEMCMSelectPatches { DLL = "MLWEMCommunityModules" genre = "BIGR-WEM" @@ -178,9 +178,9 @@ comment = "Computes the center of mass of a WEM object" keywords = "WEM,Center of Mass,Centroid" seeAlso = "" - documentation = "$(LOCAL)/WEMSelectPatches/WEMSelectPatches.html" - exampleNetwork = "$(LOCAL)/WEMSelectPatches/WEMSelectPatchesExample.mlab" - deprecatedName = "WEMSelectPatch" + documentation = "$(LOCAL)/WEMCMSelectPatches/WEMCMSelectPatches.html" + exampleNetwork = "$(LOCAL)/WEMCMSelectPatches/WEMCMSelectPatchesExample.mlab" + deprecatedName = "WEMSelectPatch;WEMSelectPatches" Commands { FieldListener isProcessing { command = "*js: if (ctx.field("isProcessing").boolValue()){ MLAB.setWaitCursor(); } else { MLAB.removeWaitCursor(); } *" } @@ -202,7 +202,7 @@ CheckBox onePatch {} } } -} // MLModule WEMSelectPatches +} // MLModule WEMCMSelectPatches //---------------------------------------------------------------------------------- // MLModule WEMNodesToFile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |