1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-03 14:10:33 +03:00

0022913: Clean up source repository from unused files

Changes
Removed unused files. Files in QAResources have been moved to DrawResources
Removing unused files from NCollection (see #23041)
This commit is contained in:
dbv
2012-03-29 19:32:30 +04:00
parent 9d35f66806
commit 5fdb6d685b
34 changed files with 22 additions and 1959 deletions

View File

@@ -0,0 +1,18 @@
global tcl_platform
if {[array get env QA_DUMP] != "" && $env(QA_DUMP) == "1"} {
set env(CSF_DrawPluginQADefaults) $env(CASROOT)/src/DrawResources/.
###catch {pload ALL}
catch {pload FULL}
#catch {pload -DrawPluginProducts ALL}
catch {pload -DrawPluginProducts OMF CANONICALRECOGNITION EMESH PARASOLID DXF SAT }
catch {pload QAcommands}
###foreach h [array names Draw_Groups] {
### foreach f $Draw_Groups($h) {
### QARebuild $f
### }
###}
catch {source $env(CSF_DrawPluginQADefaults)/QARebuildCommands}
}

View File

@@ -47,3 +47,4 @@ XSDRAW : TKXSDRAW
XDEDRAW : TKXDEDRAW
TOBJ : TKTObjDRAW
DFBROWSER : TKDFBrowser
QAcommands : TKQADraw

View File

@@ -37,3 +37,6 @@ srcinc:::wing.brep
srcinc:::VisualizationDemo.tcl
srcinc:::OCAFDemo.tcl
srcinc:::TKTopTest.tcl
srcinc:::dftree.tcl
srcinc:::QARebuildCommands
srcinc:::DrawAppliInit

View File

@@ -0,0 +1,5 @@
foreach h [array names Draw_Groups] {
foreach f $Draw_Groups($h) {
QARebuild $f
}
}