From 3d69f6d2d677a1c44004c8dcd1e668ea61fc3389 Mon Sep 17 00:00:00 2001 From: mistangl Date: Thu, 9 Jan 2025 18:15:20 +0100 Subject: [PATCH] =?UTF-8?q?Pfade=20zum=20l=C3=B6schen=20der=20angelegten?= =?UTF-8?q?=20shapeItems=20ver=C3=A4ndert,=20damit=20alle=20Repos=20in=20e?= =?UTF-8?q?inem=20Ordner=20liegen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cleanLocalShapes.bat | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cleanLocalShapes.bat b/cleanLocalShapes.bat index 2f7c61c..217843d 100644 --- a/cleanLocalShapes.bat +++ b/cleanLocalShapes.bat @@ -3,8 +3,9 @@ del "C:\PLM\RuleDesigner\RDConfigurator Fusion\WebApi\Editor2D\SSG\shapes\props\ del "C:\PLM\RuleDesigner\RDConfigurator Fusion\WebApi\Editor2D\SSG\shapes\svg\shape_*.xml" del "C:\PLM\RuleDesigner\RDConfigurator Fusion\WebApi\Editor2D\SSG\shapes\svg\Copy_*.xml" -del "C:\10-Develop\SSG-Ruledesigner-Konfigurator\Editor2DLibrary\SSG\shapes\props\shape_*.txt" -del "C:\10-Develop\SSG-Ruledesigner-Konfigurator\Editor2DLibrary\SSG\shapes\props\Copy_*.txt" -del "C:\10-Develop\SSG-Ruledesigner-Konfigurator\Editor2DLibrary\SSG\shapes\svg\shape_*.xml" -del "C:\10-Develop\SSG-Ruledesigner-Konfigurator\Editor2DLibrary\SSG\shapes\svg\Copy_*.xml" +del "C:\10-Develop\gitrepos\SSG-Ruledesigner-Konfigurator\Editor2DLibrary\SSG\shapes\props\shape_*.txt" +del "C:\10-Develop\gitrepos\SSG-Ruledesigner-Konfigurator\Editor2DLibrary\SSG\shapes\props\Copy_*.txt" +del "C:\10-Develop\gitrepos\SSG-Ruledesigner-Konfigurator\Editor2DLibrary\SSG\shapes\svg\shape_*.xml" +del "C:\10-Develop\gitrepos\SSG-Ruledesigner-Konfigurator\Editor2DLibrary\SSG\shapes\svg\Copy_*.xml" + pause \ No newline at end of file