]> OCCT Git - occt-wok.git/commitdiff
5082,5083 Some corrections and improvements in WOK Java extractor.cdl,cxx,h,java...
authorcascade <cascade@opencascade.com>
Mon, 9 Feb 2004 11:22:16 +0000 (11:22 +0000)
committercascade <cascade@opencascade.com>
Mon, 9 Feb 2004 11:22:16 +0000 (11:22 +0000)
src/WOKStepsDef/WOKSteps_Del.edl

index 2ab1c9cc2028f06904d690ea2b5a57dd71aab944..c8877e4a7f2b551d1866df0552e202e46286325d 100755 (executable)
@@ -6,64 +6,18 @@
 @ifnotdefined ( %WOKSteps_Del_EDL) then
 @set %WOKSteps_Del_EDL = "";
 
-@if ( %Station != "wnt" ) then
-       @template WOKSteps_Remove_File   ( %FilePath ) is
-        $ /bin/rm -f %FilePath
-       @end;
-@else
-       @template WOKSteps_Remove_File   ( %FilePath ) is
-       $ wokRM -f %FilePath
-       @end;
-@endif;
-
-@ifdefined (%UnitType) then
-@if (%UnitType != "delivery") then
-
-@if ( %Station != "wnt" ) then
-       @template WOKSteps_Dummy_Include ( %FilePath ) is
-        $ /bin/rm -f %FilePath
----##POP        $ echo '#error %FilePath has disappeared' > %FilePath
-       @end;
-
-       @template WOKSteps_Save_File     ( %FilePath ) is
-        $ 
-       @end;
-@else
-       @template WOKSteps_Dummy_Include ( %FilePath ) is
-        $ wokRM -f %FilePath;
-        $ echo #error %FilePath has disappeared > %FilePath
-       @end;
-
-       @template WOKSteps_Save_File     ( %FilePath ) is
-        $ 
-       @end;
-@endif;
-
-@endif;
-
-@if (%UnitType == "delivery") then
-
-@if ( %Station != "wnt" ) then
-       @template WOKSteps_Dummy_Include ( %FilePath ) is
-        $ /bin/rm -f %FilePath
-       @end;
-
-       @template WOKSteps_Save_File     ( %FilePath ) is
-        $ /bin/rm -f %FilePath
-       @end;
-@else
-       @template WOKSteps_Dummy_Include ( %FilePath ) is
-        $ wokRM -f %FilePath
-       @end;
-
-       @template WOKSteps_Save_File     ( %FilePath ) is
-        $ wokRM -f %FilePath
-       @end;
-@endif;
+@template WOKSteps_Remove_File   ( %FilePath ) is
+ $ rm -f %FilePath
+@end;
 
-@endif;
+@template WOKSteps_Dummy_Include ( %FilePath ) is
+$ rm -f %FilePath
+-- $ echo #error %FilePath has disappeared > %FilePath
+@end;
 
-@endif;
+@template WOKSteps_Save_File     ( %FilePath ) is
+ $ 
+@end;
 
 @template WOKSteps_Dummy_Action  ( %FilePath ) is
  $ set status = 0