Skip to content

Commit

Permalink
rename class
Browse files Browse the repository at this point in the history
  • Loading branch information
doublefint committed Feb 7, 2017
1 parent c3136b2 commit fa0501e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sc.code.cls
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// special edition of sc.all.sub for ES without dependencies
/// Export different types of modules in different subfolders
Class sc.alles [ Abstract ]
Class sc.code [ Abstract ]
{

/// export all available code
Expand Down Expand Up @@ -160,7 +160,7 @@ ClassMethod filename(code)
}

s filename = ##class(%File).NormalizeFilename( code, wd )
//B:code="DPRep.Rest.JSON.cls" "L"
//B:code="DPRep.Rest.JSON.cls" "L"
#; for *.cls Package.Subpackage.ClassName.cls -> Folder/Subfolder/ClassName.cls
if ext ="cls" {
s dirs = $piece( code, ".",1, *-2 ), dirs = $translate( dirs, ".", "/" )
Expand Down

0 comments on commit fa0501e

Please sign in to comment.