From dd60d5dc242afc81922605e181bf4c7e21d0c42b Mon Sep 17 00:00:00 2001 From: luukkainen Date: Tue, 28 Oct 2008 13:32:02 +0000 Subject: [PATCH] fixing subclipse caused problems git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@7311 ac1ea38d-2e2b-0410-8846-a27921b304fc --- .../.classpath | 7 - org.simantics.proconf.processeditor/.project | 28 -- .../META-INF/MANIFEST.MF | 27 - .../build.properties | 5 - .../data/dcp.mtl | 2 - .../data/dcp.obj | 476 ------------------ .../icons/Component.png | Bin 511 -> 0 bytes .../icons/Component.svg | 128 ----- .../icons/Elbow.png | Bin 668 -> 0 bytes .../icons/Elbow.svg | 127 ----- .../icons/Nozzle.png | Bin 421 -> 0 bytes .../icons/Nozzle.svg | 110 ---- .../icons/Straight.png | Bin 298 -> 0 bytes .../icons/Straight.svg | 96 ---- .../icons/bubble.png | Bin 1049 -> 0 bytes .../icons/bubble.svg | 127 ----- .../icons/crosshair.png | Bin 661 -> 0 bytes .../icons/crosshair.svg | 78 --- .../icons/factory.png | Bin 468 -> 0 bytes .../icons/factory.svg | 308 ------------ .../icons/middle.png | Bin 2273 -> 0 bytes .../icons/middle.svg | 190 ------- .../icons/plus.png | Bin 2098 -> 0 bytes .../icons/plus.svg | 184 ------- .../icons/tank.png | Bin 428 -> 0 bytes .../icons/tank.svg | 184 ------- .../icons/translate_d.png | Bin 363 -> 0 bytes .../icons/translate_d.svg | 118 ----- .../icons/x-axis.png | Bin 380 -> 0 bytes .../icons/x-axis.svg | 82 --- .../icons/x-plane.png | Bin 439 -> 0 bytes .../icons/x-plane.svg | 89 ---- .../icons/y-axis.png | Bin 340 -> 0 bytes .../icons/y-axis.svg | 83 --- .../icons/y-plane.png | Bin 371 -> 0 bytes .../icons/y-plane.svg | 89 ---- .../icons/z-axis.png | Bin 357 -> 0 bytes .../icons/z-axis.svg | 83 --- .../icons/z-plane.png | Bin 422 -> 0 bytes .../icons/z-plane.svg | 89 ---- .../plugin.xml | 266 ---------- 41 files changed, 2976 deletions(-) delete mode 100644 org.simantics.proconf.processeditor/.classpath delete mode 100644 org.simantics.proconf.processeditor/.project delete mode 100644 org.simantics.proconf.processeditor/META-INF/MANIFEST.MF delete mode 100644 org.simantics.proconf.processeditor/build.properties delete mode 100644 org.simantics.proconf.processeditor/data/dcp.mtl delete mode 100644 org.simantics.proconf.processeditor/data/dcp.obj delete mode 100644 org.simantics.proconf.processeditor/icons/Component.png delete mode 100644 org.simantics.proconf.processeditor/icons/Component.svg delete mode 100644 org.simantics.proconf.processeditor/icons/Elbow.png delete mode 100644 org.simantics.proconf.processeditor/icons/Elbow.svg delete mode 100644 org.simantics.proconf.processeditor/icons/Nozzle.png delete mode 100644 org.simantics.proconf.processeditor/icons/Nozzle.svg delete mode 100644 org.simantics.proconf.processeditor/icons/Straight.png delete mode 100644 org.simantics.proconf.processeditor/icons/Straight.svg delete mode 100644 org.simantics.proconf.processeditor/icons/bubble.png delete mode 100644 org.simantics.proconf.processeditor/icons/bubble.svg delete mode 100644 org.simantics.proconf.processeditor/icons/crosshair.png delete mode 100644 org.simantics.proconf.processeditor/icons/crosshair.svg delete mode 100644 org.simantics.proconf.processeditor/icons/factory.png delete mode 100644 org.simantics.proconf.processeditor/icons/factory.svg delete mode 100644 org.simantics.proconf.processeditor/icons/middle.png delete mode 100644 org.simantics.proconf.processeditor/icons/middle.svg delete mode 100644 org.simantics.proconf.processeditor/icons/plus.png delete mode 100644 org.simantics.proconf.processeditor/icons/plus.svg delete mode 100644 org.simantics.proconf.processeditor/icons/tank.png delete mode 100644 org.simantics.proconf.processeditor/icons/tank.svg delete mode 100644 org.simantics.proconf.processeditor/icons/translate_d.png delete mode 100644 org.simantics.proconf.processeditor/icons/translate_d.svg delete mode 100644 org.simantics.proconf.processeditor/icons/x-axis.png delete mode 100644 org.simantics.proconf.processeditor/icons/x-axis.svg delete mode 100644 org.simantics.proconf.processeditor/icons/x-plane.png delete mode 100644 org.simantics.proconf.processeditor/icons/x-plane.svg delete mode 100644 org.simantics.proconf.processeditor/icons/y-axis.png delete mode 100644 org.simantics.proconf.processeditor/icons/y-axis.svg delete mode 100644 org.simantics.proconf.processeditor/icons/y-plane.png delete mode 100644 org.simantics.proconf.processeditor/icons/y-plane.svg delete mode 100644 org.simantics.proconf.processeditor/icons/z-axis.png delete mode 100644 org.simantics.proconf.processeditor/icons/z-axis.svg delete mode 100644 org.simantics.proconf.processeditor/icons/z-plane.png delete mode 100644 org.simantics.proconf.processeditor/icons/z-plane.svg delete mode 100644 org.simantics.proconf.processeditor/plugin.xml diff --git a/org.simantics.proconf.processeditor/.classpath b/org.simantics.proconf.processeditor/.classpath deleted file mode 100644 index 02159672..00000000 --- a/org.simantics.proconf.processeditor/.classpath +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/org.simantics.proconf.processeditor/.project b/org.simantics.proconf.processeditor/.project deleted file mode 100644 index 4f2fb460..00000000 --- a/org.simantics.proconf.processeditor/.project +++ /dev/null @@ -1,28 +0,0 @@ - - - org.simantics.proconf.processeditor - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - - org.eclipse.pde.PluginNature - org.eclipse.jdt.core.javanature - - diff --git a/org.simantics.proconf.processeditor/META-INF/MANIFEST.MF b/org.simantics.proconf.processeditor/META-INF/MANIFEST.MF deleted file mode 100644 index 11636c76..00000000 --- a/org.simantics.proconf.processeditor/META-INF/MANIFEST.MF +++ /dev/null @@ -1,27 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: Processeditor Plug-in -Bundle-SymbolicName: org.simantics.processeditor;singleton:=true -Bundle-Version: 1.0.0 -Bundle-Activator: org.simantics.processeditor.Activator -Bundle-Vendor: VTT -Require-Bundle: org.eclipse.ui, - org.eclipse.core.runtime, - com.jme.eclipse, - org.simantics.g2d.stubs, - org.simantics.proconf.ui, - org.simantics.proconf.g3d, - org.simantics.proconf.image, - org.simantics.layer0.stubs, - org.simantics.layer0.utils, - org.simantics.utils, - org.simantics.utils.datastructures, - javax.vecmath, - org.simantics.proconf.ode, - org.simantics.proconf.browsing, - org.simantics.utils.ui, - org.simantics.utils.ui.workbench, - org.simantics.proconf.g3d.shapeeditor, - org.eclipse.ui.views -Eclipse-LazyStart: true -Export-Package: org.simantics.processeditor.tools diff --git a/org.simantics.proconf.processeditor/build.properties b/org.simantics.proconf.processeditor/build.properties deleted file mode 100644 index 6f20375d..00000000 --- a/org.simantics.proconf.processeditor/build.properties +++ /dev/null @@ -1,5 +0,0 @@ -source.. = src/ -output.. = bin/ -bin.includes = META-INF/,\ - .,\ - plugin.xml diff --git a/org.simantics.proconf.processeditor/data/dcp.mtl b/org.simantics.proconf.processeditor/data/dcp.mtl deleted file mode 100644 index e30d811c..00000000 --- a/org.simantics.proconf.processeditor/data/dcp.mtl +++ /dev/null @@ -1,2 +0,0 @@ -# Blender3D MTL File: dcp.blend -# Material Count: 0 diff --git a/org.simantics.proconf.processeditor/data/dcp.obj b/org.simantics.proconf.processeditor/data/dcp.obj deleted file mode 100644 index 8b19e699..00000000 --- a/org.simantics.proconf.processeditor/data/dcp.obj +++ /dev/null @@ -1,476 +0,0 @@ -# Blender v242 OBJ File: dcp.blend -# www.blender3d.org -mtllib dcp.mtl -o Sphere_Sphere -v 0.092388 -0.000000 -0.038268 -v -0.092388 0.014645 -0.035355 -v -0.070711 0.027060 -0.065328 -v -0.038268 0.035355 -0.085355 -v 0.000000 0.038268 -0.092388 -v 0.038268 0.035355 -0.085355 -v 0.070711 0.027060 -0.065328 -v 0.092388 0.014645 -0.035355 -v 0.092388 0.027060 -0.027060 -v 0.070711 0.050000 -0.050000 -v 0.038268 0.065328 -0.065328 -v 0.000000 0.070711 -0.070711 -v -0.038268 0.065328 -0.065328 -v -0.070711 0.050000 -0.050000 -v -0.092388 0.027060 -0.027060 -v -0.092388 0.035355 -0.014645 -v -0.070711 0.065328 -0.027060 -v -0.038268 0.085355 -0.035355 -v 0.000000 0.092388 -0.038268 -v 0.038268 0.085355 -0.035355 -v 0.070711 0.065328 -0.027060 -v 0.092388 0.035355 -0.014645 -v 0.092388 0.038268 0.000000 -v 0.070711 0.070711 0.000000 -v 0.038268 0.092388 0.000000 -v 0.000000 0.100000 0.000000 -v -0.038268 0.092388 -0.000000 -v -0.070711 0.070711 -0.000000 -v -0.092388 0.038268 -0.000000 -v -0.092388 0.035355 0.014645 -v -0.070711 0.065328 0.027060 -v -0.038268 0.085355 0.035355 -v 0.000000 0.092388 0.038268 -v 0.038268 0.085355 0.035355 -v 0.070711 0.065328 0.027060 -v 0.092388 0.035355 0.014645 -v 0.092388 0.027060 0.027060 -v 0.070711 0.050000 0.050000 -v 0.038268 0.065328 0.065328 -v 0.000000 0.070711 0.070711 -v -0.038268 0.065328 0.065328 -v -0.070711 0.050000 0.050000 -v -0.092388 0.027060 0.027060 -v -0.092388 0.014645 0.035355 -v -0.070711 0.027060 0.065328 -v -0.038268 0.035355 0.085355 -v -0.000000 0.038268 0.092388 -v 0.038268 0.035355 0.085355 -v 0.070711 0.027060 0.065328 -v 0.092388 0.014645 0.035355 -v 0.092388 -0.000000 0.038268 -v 0.070711 -0.000000 0.070711 -v 0.038268 -0.000000 0.092388 -v -0.000000 0.000000 0.100000 -v -0.038268 -0.000000 0.092388 -v -0.070711 -0.000000 0.070711 -v -0.092388 0.000000 0.038268 -v -0.092388 -0.014645 0.035355 -v -0.070711 -0.027060 0.065328 -v -0.038268 -0.035355 0.085355 -v -0.000000 -0.038268 0.092388 -v 0.038268 -0.035355 0.085355 -v 0.070711 -0.027060 0.065328 -v 0.092388 -0.014645 0.035355 -v 0.092388 -0.027060 0.027060 -v 0.070711 -0.050000 0.050000 -v 0.038268 -0.065328 0.065328 -v -0.000000 -0.070711 0.070711 -v -0.038268 -0.065328 0.065328 -v -0.070711 -0.050000 0.050000 -v -0.092388 -0.027060 0.027060 -v -0.100000 -0.000000 0.000000 -v -0.092388 -0.035355 0.014645 -v -0.070711 -0.065328 0.027060 -v -0.038268 -0.085355 0.035355 -v -0.000000 -0.092388 0.038268 -v 0.038268 -0.085355 0.035355 -v 0.070711 -0.065328 0.027060 -v 0.092388 -0.035355 0.014645 -v 0.092388 -0.038268 0.000000 -v 0.070711 -0.070711 0.000000 -v 0.038268 -0.092388 0.000000 -v 0.000000 -0.100000 0.000000 -v -0.038268 -0.092388 -0.000000 -v -0.070711 -0.070711 -0.000000 -v -0.092388 -0.038268 -0.000000 -v -0.092388 -0.035355 -0.014645 -v -0.070711 -0.065328 -0.027060 -v -0.038268 -0.085355 -0.035355 -v 0.000000 -0.092388 -0.038268 -v 0.038268 -0.085355 -0.035355 -v 0.070711 -0.065328 -0.027060 -v 0.092388 -0.035355 -0.014645 -v 0.092388 -0.027060 -0.027060 -v 0.070711 -0.050000 -0.050000 -v 0.038268 -0.065328 -0.065328 -v 0.000000 -0.070711 -0.070711 -v -0.038268 -0.065328 -0.065328 -v -0.070711 -0.050000 -0.050000 -v -0.092388 -0.027060 -0.027060 -v -0.092388 -0.014645 -0.035355 -v -0.070711 -0.027060 -0.065328 -v -0.038268 -0.035355 -0.085355 -v 0.000000 -0.038268 -0.092388 -v 0.038268 -0.035355 -0.085355 -v 0.070711 -0.027060 -0.065328 -v 0.092388 -0.014645 -0.035355 -v 0.070711 0.000000 -0.070711 -v 0.038268 0.000000 -0.092388 -v 0.000000 0.000000 -0.100000 -v -0.038268 0.000000 -0.092388 -v -0.070711 0.000000 -0.070711 -v -0.092388 0.000000 -0.038268 -v 0.232388 -0.014645 -0.035355 -v 0.232388 -0.027060 -0.027060 -v 0.232388 -0.035355 -0.014645 -v 0.232388 -0.038268 0.000000 -v 0.232388 -0.035355 0.014645 -v 0.232388 -0.027060 0.027060 -v 0.232388 -0.014645 0.035355 -v 0.232388 -0.000000 0.038268 -v 0.232388 0.014645 0.035355 -v 0.232388 0.027060 0.027060 -v 0.232388 0.035355 0.014645 -v 0.232388 0.038268 0.000000 -v 0.232388 0.035355 -0.014645 -v 0.232388 0.027060 -0.027060 -v 0.232388 0.014645 -0.035355 -v 0.232388 -0.000000 -0.038268 -v 0.231045 -0.000000 -0.153073 -v 0.231045 0.058579 -0.141421 -v 0.511493 -0.000000 0.000000 -v 0.231045 0.108239 -0.108239 -v 0.231045 0.141421 -0.058579 -v 0.231045 0.153073 0.000000 -v 0.231045 0.141421 0.058579 -v 0.231045 0.108239 0.108239 -v 0.231045 0.058579 0.141421 -v 0.231045 -0.000000 0.153073 -v 0.231045 -0.058579 0.141421 -v 0.231045 -0.108239 0.108239 -v 0.231045 -0.141421 0.058579 -v 0.231045 -0.153073 0.000000 -v 0.231045 -0.141421 -0.058579 -v 0.231045 -0.108239 -0.108239 -v 0.231045 -0.058579 -0.141421 -vn -0.999929 -0.002325 0.011699 -vn -0.999929 -0.006629 0.009917 -vn -0.999929 -0.009918 0.006627 -vn -0.999929 -0.011699 0.002327 -vn -0.999929 -0.011699 -0.002327 -vn -0.999929 -0.009918 -0.006627 -vn -0.999929 -0.006627 -0.009918 -vn -0.999929 -0.002327 -0.011699 -vn -0.999929 0.002327 -0.011699 -vn -0.999929 0.006627 -0.009918 -vn -0.999929 0.009918 -0.006627 -vn -0.999929 0.011699 -0.002327 -vn -0.999929 0.011699 0.002327 -vn -0.999929 0.009918 0.006627 -vn -0.999929 0.006627 0.009918 -vn -0.999929 0.002327 0.011699 -vn -1.000000 0.000000 0.000000 -vn -0.924070 0.146245 -0.353099 -vn -0.924070 0.000000 -0.382183 -vn -0.707602 0.270394 -0.652791 -vn -0.707602 0.000000 -0.706565 -vn -0.383129 0.353465 -0.853359 -vn -0.383129 0.000000 -0.923673 -vn 0.000000 0.382672 -0.923856 -vn 0.000000 0.000000 -1.000000 -vn 0.383129 0.353465 -0.853359 -vn 0.383129 0.000000 -0.923673 -vn 0.707602 0.270394 -0.652791 -vn 0.707602 0.000000 -0.706565 -vn 0.474532 0.336833 -0.813227 -vn 0.474532 0.000000 -0.880215 -vn 0.707602 0.499619 -0.499619 -vn 0.474532 0.622395 -0.622395 -vn 0.383129 0.653127 -0.653127 -vn 0.000000 0.707083 -0.707083 -vn -0.383129 0.653127 -0.653127 -vn -0.707602 0.499619 -0.499619 -vn -0.924070 0.270241 -0.270241 -vn -0.924070 0.353099 -0.146245 -vn -0.707602 0.652791 -0.270394 -vn -0.383129 0.853359 -0.353465 -vn 0.000000 0.923856 -0.382672 -vn 0.383129 0.853359 -0.353465 -vn 0.707602 0.652791 -0.270394 -vn 0.474532 0.813227 -0.336833 -vn 0.707602 0.706565 0.000000 -vn 0.474532 0.880215 0.000000 -vn 0.383129 0.923673 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.383129 0.923673 0.000000 -vn -0.707602 0.706565 0.000000 -vn -0.924070 0.382183 0.000000 -vn -0.924070 0.353099 0.146245 -vn -0.707602 0.652791 0.270394 -vn -0.383129 0.853359 0.353465 -vn 0.000000 0.923856 0.382672 -vn 0.383129 0.853359 0.353465 -vn 0.707602 0.652791 0.270394 -vn 0.474532 0.813227 0.336833 -vn 0.707602 0.499619 0.499619 -vn 0.474532 0.622395 0.622395 -vn 0.383129 0.653127 0.653127 -vn 0.000000 0.707083 0.707083 -vn -0.383129 0.653127 0.653127 -vn -0.707602 0.499619 0.499619 -vn -0.924070 0.270241 0.270241 -vn -0.924070 0.146245 0.353099 -vn -0.707602 0.270394 0.652791 -vn -0.383129 0.353465 0.853359 -vn 0.000000 0.382672 0.923856 -vn 0.383129 0.353465 0.853359 -vn 0.707602 0.270394 0.652791 -vn 0.474532 0.336833 0.813227 -vn 0.707602 0.000000 0.706565 -vn 0.474532 0.000000 0.880215 -vn 0.383129 0.000000 0.923673 -vn 0.000000 0.000000 1.000000 -vn -0.383129 0.000000 0.923673 -vn -0.707602 0.000000 0.706565 -vn -0.924070 0.000000 0.382183 -vn -0.924070 -0.146245 0.353099 -vn -0.707602 -0.270394 0.652791 -vn -0.383129 -0.353465 0.853359 -vn 0.000000 -0.382672 0.923856 -vn 0.383129 -0.353465 0.853359 -vn 0.707602 -0.270394 0.652791 -vn 0.474532 -0.336833 0.813227 -vn 0.707602 -0.499619 0.499619 -vn 0.474532 -0.622395 0.622395 -vn 0.383129 -0.653127 0.653127 -vn 0.000000 -0.707083 0.707083 -vn -0.383129 -0.653127 0.653127 -vn -0.707602 -0.499619 0.499619 -vn -0.924070 -0.270241 0.270241 -vn -0.924070 -0.353099 0.146245 -vn -0.707602 -0.652791 0.270394 -vn -0.383129 -0.853359 0.353465 -vn 0.000000 -0.923856 0.382672 -vn 0.383129 -0.853359 0.353465 -vn 0.707602 -0.652791 0.270394 -vn 0.474532 -0.813227 0.336833 -vn 0.707602 -0.706565 0.000000 -vn 0.474532 -0.880215 0.000000 -vn 0.383129 -0.923673 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -0.383129 -0.923673 0.000000 -vn -0.707602 -0.706565 0.000000 -vn -0.924070 -0.382183 0.000000 -vn -0.924070 -0.353099 -0.146245 -vn -0.707602 -0.652791 -0.270394 -vn -0.383129 -0.853359 -0.353465 -vn 0.000000 -0.923856 -0.382672 -vn 0.383129 -0.853359 -0.353465 -vn 0.707602 -0.652791 -0.270394 -vn 0.474532 -0.813227 -0.336833 -vn 0.707602 -0.499619 -0.499619 -vn 0.474532 -0.622395 -0.622395 -vn 0.383129 -0.653127 -0.653127 -vn 0.000000 -0.707083 -0.707083 -vn -0.383129 -0.653127 -0.653127 -vn -0.707602 -0.499619 -0.499619 -vn -0.924070 -0.270241 -0.270241 -vn -0.924070 -0.146245 -0.353099 -vn -0.707602 -0.270394 -0.652791 -vn -0.383129 -0.353465 -0.853359 -vn 0.000000 -0.382672 -0.923856 -vn 0.383129 -0.353465 -0.853359 -vn 0.707602 -0.270394 -0.652791 -vn 0.474532 -0.336833 -0.813227 -vn -0.718070 0.000000 -0.695944 -vn -0.718070 -0.266305 -0.642964 -vn -0.718070 -0.492080 -0.492080 -vn -0.718070 -0.642964 -0.266305 -vn -0.718070 -0.695944 0.000000 -vn -0.718070 -0.642964 0.266305 -vn -0.718070 -0.492080 0.492080 -vn -0.718070 -0.266305 0.642964 -vn -0.718070 0.000000 0.695944 -vn -0.718070 0.266305 0.642964 -vn -0.718070 0.492080 0.492080 -vn -0.718070 0.642964 0.266305 -vn -0.718070 0.695944 0.000000 -vn -0.718070 0.642964 -0.266305 -vn -0.718070 0.492080 -0.492080 -vn -0.718070 0.266305 -0.642964 -vn -0.526292 0.000000 -0.850276 -vn -0.526292 0.325388 -0.785546 -vn 1.000000 0.000000 0.000000 -vn -0.526292 0.601245 -0.601245 -vn -0.526292 0.785546 -0.325388 -vn -0.526292 0.850276 0.000000 -vn -0.526292 0.785546 0.325388 -vn -0.526292 0.601245 0.601245 -vn -0.526292 0.325388 0.785546 -vn -0.526292 0.000000 0.850276 -vn -0.526292 -0.325388 0.785546 -vn -0.526292 -0.601245 0.601245 -vn -0.526292 -0.785546 0.325388 -vn -0.526292 -0.850276 0.000000 -vn -0.526292 -0.785546 -0.325388 -vn -0.526292 -0.601245 -0.601245 -vn -0.526292 -0.325388 -0.785546 -usemtl (null) -usemtl (null) -s off -f 129//1 128//1 131//1 130//1 -f 128//2 127//2 133//2 131//2 -f 127//3 126//3 134//3 133//3 -f 126//4 125//4 135//4 134//4 -f 125//5 124//5 136//5 135//5 -f 124//6 123//6 137//6 136//6 -f 123//7 122//7 138//7 137//7 -f 122//8 121//8 139//8 138//8 -f 121//9 120//9 140//9 139//9 -f 120//10 119//10 141//10 140//10 -f 119//11 118//11 142//11 141//11 -f 118//12 117//12 143//12 142//12 -f 117//13 116//13 144//13 143//13 -f 116//14 115//14 145//14 144//14 -f 115//15 114//15 146//15 145//15 -f 114//16 129//16 130//16 146//16 -s 1 -f 72//17 2//18 113//19 -f 113//19 2//18 3//20 112//21 -f 112//21 3//20 4//22 111//23 -f 111//23 4//22 5//24 110//25 -f 110//25 5//24 6//26 109//27 -f 109//27 6//26 7//28 108//29 -f 8//30 1//31 108//29 7//28 -f 7//28 10//32 9//33 8//30 -f 6//26 11//34 10//32 7//28 -f 5//24 12//35 11//34 6//26 -f 4//22 13//36 12//35 5//24 -f 3//20 14//37 13//36 4//22 -f 2//18 15//38 14//37 3//20 -f 72//17 15//38 2//18 -f 72//17 16//39 15//38 -f 15//38 16//39 17//40 14//37 -f 14//37 17//40 18//41 13//36 -f 13//36 18//41 19//42 12//35 -f 12//35 19//42 20//43 11//34 -f 11//34 20//43 21//44 10//32 -f 10//32 21//44 22//45 9//33 -f 21//44 24//46 23//47 22//45 -f 20//43 25//48 24//46 21//44 -f 19//42 26//49 25//48 20//43 -f 18//41 27//50 26//49 19//42 -f 17//40 28//51 27//50 18//41 -f 16//39 29//52 28//51 17//40 -f 72//17 29//52 16//39 -f 72//17 30//53 29//52 -f 29//52 30//53 31//54 28//51 -f 28//51 31//54 32//55 27//50 -f 27//50 32//55 33//56 26//49 -f 26//49 33//56 34//57 25//48 -f 25//48 34//57 35//58 24//46 -f 24//46 35//58 36//59 23//47 -f 35//58 38//60 37//61 36//59 -f 34//57 39//62 38//60 35//58 -f 33//56 40//63 39//62 34//57 -f 32//55 41//64 40//63 33//56 -f 31//54 42//65 41//64 32//55 -f 30//53 43//66 42//65 31//54 -f 72//17 43//66 30//53 -f 72//17 44//67 43//66 -f 43//66 44//67 45//68 42//65 -f 42//65 45//68 46//69 41//64 -f 41//64 46//69 47//70 40//63 -f 40//63 47//70 48//71 39//62 -f 39//62 48//71 49//72 38//60 -f 38//60 49//72 50//73 37//61 -f 49//72 52//74 51//75 50//73 -f 48//71 53//76 52//74 49//72 -f 47//70 54//77 53//76 48//71 -f 46//69 55//78 54//77 47//70 -f 45//68 56//79 55//78 46//69 -f 44//67 57//80 56//79 45//68 -f 72//17 57//80 44//67 -f 72//17 58//81 57//80 -f 57//80 58//81 59//82 56//79 -f 56//79 59//82 60//83 55//78 -f 55//78 60//83 61//84 54//77 -f 54//77 61//84 62//85 53//76 -f 53//76 62//85 63//86 52//74 -f 52//74 63//86 64//87 51//75 -f 63//86 66//88 65//89 64//87 -f 62//85 67//90 66//88 63//86 -f 61//84 68//91 67//90 62//85 -f 60//83 69//92 68//91 61//84 -f 59//82 70//93 69//92 60//83 -f 58//81 71//94 70//93 59//82 -f 72//17 71//94 58//81 -f 72//17 73//95 71//94 -f 71//94 73//95 74//96 70//93 -f 70//93 74//96 75//97 69//92 -f 69//92 75//97 76//98 68//91 -f 68//91 76//98 77//99 67//90 -f 67//90 77//99 78//100 66//88 -f 66//88 78//100 79//101 65//89 -f 78//100 81//102 80//103 79//101 -f 77//99 82//104 81//102 78//100 -f 76//98 83//105 82//104 77//99 -f 75//97 84//106 83//105 76//98 -f 74//96 85//107 84//106 75//97 -f 73//95 86//108 85//107 74//96 -f 72//17 86//108 73//95 -f 72//17 87//109 86//108 -f 86//108 87//109 88//110 85//107 -f 85//107 88//110 89//111 84//106 -f 84//106 89//111 90//112 83//105 -f 83//105 90//112 91//113 82//104 -f 82//104 91//113 92//114 81//102 -f 81//102 92//114 93//115 80//103 -f 92//114 95//116 94//117 93//115 -f 91//113 96//118 95//116 92//114 -f 90//112 97//119 96//118 91//113 -f 89//111 98//120 97//119 90//112 -f 88//110 99//121 98//120 89//111 -f 87//109 100//122 99//121 88//110 -f 72//17 100//122 87//109 -f 72//17 101//123 100//122 -f 100//122 101//123 102//124 99//121 -f 99//121 102//124 103//125 98//120 -f 98//120 103//125 104//126 97//119 -f 97//119 104//126 105//127 96//118 -f 96//118 105//127 106//128 95//116 -f 95//116 106//128 107//129 94//117 -f 1//31 107//129 106//128 108//29 -f 105//127 109//27 108//29 106//128 -f 104//126 110//25 109//27 105//127 -f 103//125 111//23 110//25 104//126 -f 102//124 112//21 111//23 103//125 -f 101//123 113//19 112//21 102//124 -f 72//17 113//19 101//123 -f 107//129 1//31 129//130 114//131 -f 94//117 107//129 114//131 115//132 -f 93//115 94//117 115//132 116//133 -f 80//103 93//115 116//133 117//134 -f 79//101 80//103 117//134 118//135 -f 65//89 79//101 118//135 119//136 -f 64//87 65//89 119//136 120//137 -f 51//75 64//87 120//137 121//138 -f 50//73 51//75 121//138 122//139 -f 37//61 50//73 122//139 123//140 -f 36//59 37//61 123//140 124//141 -f 23//47 36//59 124//141 125//142 -f 22//45 23//47 125//142 126//143 -f 9//33 22//45 126//143 127//144 -f 8//30 9//33 127//144 128//145 -f 1//31 8//30 128//145 129//130 -f 130//146 131//147 132//148 -f 131//147 133//149 132//148 -f 133//149 134//150 132//148 -f 134//150 135//151 132//148 -f 135//151 136//152 132//148 -f 136//152 137//153 132//148 -f 137//153 138//154 132//148 -f 138//154 139//155 132//148 -f 139//155 140//156 132//148 -f 140//156 141//157 132//148 -f 141//157 142//158 132//148 -f 142//158 143//159 132//148 -f 143//159 144//160 132//148 -f 144//160 145//161 132//148 -f 145//161 146//162 132//148 -f 146//162 130//146 132//148 diff --git a/org.simantics.proconf.processeditor/icons/Component.png b/org.simantics.proconf.processeditor/icons/Component.png deleted file mode 100644 index 0d43ef5b4718a1d7d94eb0bf8ce357d53cfef487..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 511 zcmVjEtjR z14t(?M05(k+v9&{W`8F@O8Mxz?sYz&U)i<|+qMzMF_cnJN}=2BGJwLq1Xit9%T}vZ zlu9Kyj)O1^5d;B(Ab{`t!OuvP9HNx+%CfBcR4R2Qgz%)4yj(7!lp3&JAs!ly2DjU7ZZ@0jdEN+s_{*DKM=t=l_=09Kne*Xrh)$=2D2gzj&usvgM6^iM zer4u2VrFEs*{4dSax0|-04x>@gkeZT1ZIX|7|7*vn_lBMMz7a - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/org.simantics.proconf.processeditor/icons/Elbow.png b/org.simantics.proconf.processeditor/icons/Elbow.png deleted file mode 100644 index bbaa16eaade500534559ad606a0c4a129d3f0925..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 668 zcmV;N0%QG&P)S4k@H7!oJO(3WkC^zv>^4&=lk8G zb1o^RaGOg1ZzB=i<(xlbj6EVEmx$hv$K#j(1c>N?l(Ox4-fp#8-7S~Pnh*l5R_o>o zh)Bz3v#&hQdwzU;?B?@%aL!>E26SBqW9)i>hz_KbuMZCo4{EhqMhF4RvS6Af48s6p z47#pw2Z*R#EEeB2o6SAfbs?ohE|-IC+b~TNoO7&JD-h9kKnU^X0fo!0C1hm}eNj^iMo&!bQ%AW0JVzK<{rF&qxj>-E%f zxl~sGBDz;9l};OthLy|ZAf<%kIEdpIqtOWcejn|2``c_b`w&IZ+r?sWegzOhoE;q< zl`PAGZQBq+fQT@eOmJ~=vFLWYAA=xxs+977pE~vH^%Up){?5)0Ow&X*n}u!L2*VJA z!2sQE_e&52kN*sB006c9{rx+cOa`2DaLy6OF`_6!r_=c!1i=%f)Q@c^PXU0YX - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - diff --git a/org.simantics.proconf.processeditor/icons/Nozzle.png b/org.simantics.proconf.processeditor/icons/Nozzle.png deleted file mode 100644 index 48cf03e84d06cb054c09a8b71616c29ca1953d46..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 421 zcmV;W0b2fvP)L z)4ys0K@i9B@3|{-_y<9ED-#k3NE)j=LdtaZR%!Drd4d%75wSM-9#)bf&54EhXK%UP zyA&a36V4p|`uQ-!%mi7MaY-r{RhI=CjmDeSde!ZAKby_wD}XEmNGY#}!{Lp!mf37} zRT>aNpp+txV}uaoK&#by7DBuL{!9mVT5F6k1VM0{1GQT1VKf>Ilv0HqOs7+{)*KE8 zs?};c2f{F<-|y4w^$LN-Vu4bMFbt7Wo<>O16z3eyxk4aKQ;abfWB9!v31F>dxm>c@ zYzl$xc1sjR9FIqmBsl?b9M8w&@qJ-6Af+6v*Xy=12Jd~81H0XB0!+>Uola*SMbV?R z7VrI64*WOHIaaF`Ns{3G&&Go?&s4A1pDLBg6F`<_@B97!qZII0F8;=EYQ})S1$e9A P00000NkvXXu0mjf3ox$a diff --git a/org.simantics.proconf.processeditor/icons/Nozzle.svg b/org.simantics.proconf.processeditor/icons/Nozzle.svg deleted file mode 100644 index 0dd815c8..00000000 --- a/org.simantics.proconf.processeditor/icons/Nozzle.svg +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/org.simantics.proconf.processeditor/icons/Straight.png b/org.simantics.proconf.processeditor/icons/Straight.png deleted file mode 100644 index 459919e55ac8003536d5cef3d71e67a2b3f4de6a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 298 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf4nJ zFsXwu<36Df4xpf9iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0w^JzX3_ zEPCHwQsiqk5IOeIUYm0zL;K;!%XXZsx%#GTMrzSRHfsTQ2LX;1YPD~Vxa3aWm3qE@ z|NFg9L={@oc)I$ztaD0e0s!{CbJqX> diff --git a/org.simantics.proconf.processeditor/icons/Straight.svg b/org.simantics.proconf.processeditor/icons/Straight.svg deleted file mode 100644 index 117e6ec1..00000000 --- a/org.simantics.proconf.processeditor/icons/Straight.svg +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - diff --git a/org.simantics.proconf.processeditor/icons/bubble.png b/org.simantics.proconf.processeditor/icons/bubble.png deleted file mode 100644 index 410e2686d9a56e96bdc7e945b37ce5a7dadde5e6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1049 zcmV+!1m^pRP)zeyP#1xw!1n7y;gk{c~Um zSj9Y30d|Q%6BsCf9{>&lrC@gwI0d|lV3DP-+`*p$*MYadJg^9?1OmNU{dZsi3(1=7 zl;x#;!S;x3pNyV}1TxI+4t@=o#oWFu;|@>)z5!oE&Yx!iye5({Cq{&E7Ue`FFowna zy;eReZENML1p;N=YwPItdIVe-cqD)@#(hCjz{3znvzE@g$!*x!j)w{_x%<7jcz1-n@WjERpN&&iCs}XDaVER~+}Pv; z?~rl$D3O=#UUpW3FQS1Y&gfZ6X?zE>|L@AUusZ%1G=N9g?Dj8YlEP40Y!Y+W=sfw4 zz)w;9H`wHtsqvS?F)o`Mu(tYd%Th`gQcAD?0Qj|RtjByO1pfQaX(##Xzvn*z>4jjZ TBw5Tp00000NkvXXu0mjfF4Not diff --git a/org.simantics.proconf.processeditor/icons/bubble.svg b/org.simantics.proconf.processeditor/icons/bubble.svg deleted file mode 100644 index f52235f8..00000000 --- a/org.simantics.proconf.processeditor/icons/bubble.svg +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - diff --git a/org.simantics.proconf.processeditor/icons/crosshair.png b/org.simantics.proconf.processeditor/icons/crosshair.png deleted file mode 100644 index 379424ea7545e074b949490baca6eb300352ace3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 661 zcmV;G0&4wR9J=0 zmoZNpK@f#MBETSns0~P|5?NSspH#F_04Y)`3TX2$qWlZmq##1+3{l$r21`T^X~C|M zjQ~-YV&2BXzJPSRZ@30rHC>)EksvemFRu#_~e%mKSPn>>_sDO&%MS;y79B0K(X6?XJ3K-gfSq38& z>};RM4x#A55nyu+0VUv-di*`M|BGqpn~7aa-4TPMH3cb#q>An8AK=g>!yRZVu8q+= z6^^s*Cqn_9e;}aaC$n~79h+)JVM&~RkEnny_Uz}dky;eC#n~coOR;~!32=?g^Lhcz z>*Bf=_Yh(Nt}rJ9HqTckXucv2#QDIYWt{`3z%O6{_&~m$sO#DVaYe1!C`Z&#+yLHT zh9b0NG5D4YHE(1U&m?>qjWVTss`m@=e8`K|a}*rwVWgKTP(O v|I8DAm^gHS-&!!3YKQUi$1(M3ICTN{x@CL|H`YoB00000NkvXXu0mjf^`#ut diff --git a/org.simantics.proconf.processeditor/icons/crosshair.svg b/org.simantics.proconf.processeditor/icons/crosshair.svg deleted file mode 100644 index 8c73e69d..00000000 --- a/org.simantics.proconf.processeditor/icons/crosshair.svg +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/org.simantics.proconf.processeditor/icons/factory.png b/org.simantics.proconf.processeditor/icons/factory.png deleted file mode 100644 index aad23e326f7983c5bfabdfb00dc7f54b0570cb63..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 468 zcmV;_0W1EAP)T z)4_|)Q5eSY&$-<@3(Z6!W@@IaSjkotWn{A8+S%Cp50p~FM9Rj(A0S!SAX&+zS&c23 zjc}D_)R^IC#t3uon0YPcjDFoAH$0oC&U@bPdEfV(lOh77l)5p11}fNNRa4l6R}s189 zPVB|@44lMtu41y>LKXVizmMTQZoS|Uwq^KoKCK(iBciEI)%JymSiy8k=^et)HP zfD&locd@c6oowo;f));Q?qW(sCyB3la3f;$C!mR=oSbo>_RLB4T# ze`BeiS|=^s=Iltsm46=M|G9;NqQR3nYVTJsI=V8eJ0000< KMNUMnLSTYCW87;1 diff --git a/org.simantics.proconf.processeditor/icons/factory.svg b/org.simantics.proconf.processeditor/icons/factory.svg deleted file mode 100644 index e05205cb..00000000 --- a/org.simantics.proconf.processeditor/icons/factory.svg +++ /dev/null @@ -1,308 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/org.simantics.proconf.processeditor/icons/middle.png b/org.simantics.proconf.processeditor/icons/middle.png deleted file mode 100644 index 4e3d03e7280286f7d28c28f26d64f3c4a2c4e76a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2273 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 diff --git a/org.simantics.proconf.processeditor/icons/middle.svg b/org.simantics.proconf.processeditor/icons/middle.svg deleted file mode 100644 index 670c3b42..00000000 --- a/org.simantics.proconf.processeditor/icons/middle.svg +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/org.simantics.proconf.processeditor/icons/plus.png b/org.simantics.proconf.processeditor/icons/plus.png deleted file mode 100644 index 1d6b816ff72c869fcb19beae7dc84d4e506f9a6c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2098 zcmV-22+jA2P)j%Zi6Us(k6A{sQXpjR~l9@-{S+B$U|$4=AKZtA8D zX-Fw>Z{M659=>&a$yQ0rkw)LQv*$bi|D4Or8D*{IYD6jJ0kKRb6KJi2Fbunm zF}(nekWLDz4T9$iAYcV!gjP#fC=2sNp->WvC1Ymi zOXWi^{QKq6H^v?V&UFgQWdxK`emb2VeB`?i{rTX*dv+uf#?7XL-mI{3gAjOv?+Qvq z;Hyc5p-^uMrLu7Lyzs%S*tvqybu4bChaUXXjXSUJ?@HF3>#h-USs~`Ftk@V~t{_ajE!67K@4y#^b_iQ~ zBa*%=WYa=C7QIU-Zgr_|`xkGy`H9y@#~xHleXyJp-ik9w4-ens6{g=4N)=T!nV%{qJ^1vXWX+h)skJY%lR_8XQ)Qi^IaM=T?1H*Uyd}G2%^>o$f%?fdU6)AAf#X6Z z4V!zR*;;GE+Gw?l68s5>#rS4P?6D z(MRB$UyVLkEnx^J-h@B?6&6a-TqX^VJ`8(yf$y)?cOB^KjcjTYVN{ktge9Qh0Xo#= z=kl1T8QdM)p(_J>c7y5At27!>fyIKgs~p?~2M#p~xBp>s+l=G#5`qN!Lk?fkFu;PC>qi7Q;y(bby92JX@`j zpFRU;|4Wp3>I!4MTtUCljBHPzfohe!F+2-2oOYWu*=#ZK&J5wpN8!Reh>ccz+2}-K z^<0N<#6~t>J__&55H?#(0F%~Q?X*o)wC2f+1!hM^v15}^s(}3%gE(9+AERegWNT~^ zMnzMTWa_uYmX z9)@k#MMr8f8P)ZrM6{qaRI5-Z!rAxX@L_mu1bcdlMybSWTJuw`)RwOz;Q{@w%P(Rv zhBx)F<@zt+4Qz+OK^WK`ooa47fTE#NfvIVjn24Td-a%h1aG}}cun526YA+_MNH{?P;oY0y-0LS>GSF;WwNdY%G z4&QPdb_D^OT$hAWBmu0YDnhN*;-WFUX$;Q*ll(uI(+)&DAO`qA0CWSr?Z4-NBG3Xt cKEd_;f0wF@FkrQV4FCWD07*qoM6N<$f?ay!P5=M^ diff --git a/org.simantics.proconf.processeditor/icons/plus.svg b/org.simantics.proconf.processeditor/icons/plus.svg deleted file mode 100644 index 7338a019..00000000 --- a/org.simantics.proconf.processeditor/icons/plus.svg +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/org.simantics.proconf.processeditor/icons/tank.png b/org.simantics.proconf.processeditor/icons/tank.png deleted file mode 100644 index 44015a37104357c720234e16a8932442708ceb4e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 428 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4w z)A}ZAbKmKs=PpCfl%|8ft8Df?fBI@>-1~+9zD+AjOG`hQG9~9)_xZB5Vy4E$4oXwc zyK9Kph%Twwcfxh`)DMjROrO`x%Sm|lL-s;u*y`rXA1e-fJ8lk>W{_3StP=$HvPd$HI_DI4keB%0tTe(viR1B+oH!@7=GSEDv!mw1}iPMDWCk}5e z&*tAesf76o1LMp4J5+4)>kab+w@jCbIrjE-zRBjV25*>o9{OGS?f)nGVEiY>huZ!A U?w#r_z>sC|boFyt=akR{0MgH`0ssI2 diff --git a/org.simantics.proconf.processeditor/icons/tank.svg b/org.simantics.proconf.processeditor/icons/tank.svg deleted file mode 100644 index 8e8784f1..00000000 --- a/org.simantics.proconf.processeditor/icons/tank.svg +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/org.simantics.proconf.processeditor/icons/translate_d.png b/org.simantics.proconf.processeditor/icons/translate_d.png deleted file mode 100644 index f4b3b6088d19e913aacba188588c001ca91bd2a9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 363 zcmV-x0hIoUP)hM_!|ulpyOe}JWxb~VAi!(CWD|$KHAfxC-uQXfdYr9jS-I2IWa0}!nkp}|jkX}SRI(_yuzu$Y$ zi#v_lNqlco0Duu8IbbvaC4m9pl>rZeN{|7m0L+jTD-rxEEcTPy4QD)q2m>9U0m?Zm zW#wVv#p`EYOw%Y`0{|o~WsQx!@uRNSl~4S{YP;xq{D0;CfG^}Oi8C(bXEXo+002ov JPDHLkV1iKplV$(_ diff --git a/org.simantics.proconf.processeditor/icons/translate_d.svg b/org.simantics.proconf.processeditor/icons/translate_d.svg deleted file mode 100644 index 16669294..00000000 --- a/org.simantics.proconf.processeditor/icons/translate_d.svg +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - diff --git a/org.simantics.proconf.processeditor/icons/x-axis.png b/org.simantics.proconf.processeditor/icons/x-axis.png deleted file mode 100644 index 8eb8a0d501db42ac4a22fcac9306857c57fcf42c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 380 zcmV-?0fYXDP)L z(!VRlVH5@M&-IE(QDnAA5{pHV - - - - - - - - image/svg+xml - - - - - - - X - - - diff --git a/org.simantics.proconf.processeditor/icons/x-plane.png b/org.simantics.proconf.processeditor/icons/x-plane.png deleted file mode 100644 index 6b57f1ee7e80bbffce05b5de0d7477bf195ed6dc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 439 zcmV;o0Z9IdP)?~Fl$5DBIa=>md3Qy7Gh%2d99LeNJ@ks@hr?8M4KOG`n8K*}T!kU$z6 z38WB#heLe?)>P21NZK=&$?@`yG4YEfGM2j=NjJNRfjM7MzM+)5usC@ z!8xvq#t*p0Y(-!T7kHZA)$s?v(I^@dKH(=G<=PTjSS*9%|=8tOR_fPVh5Y~@@H(Nlpc4nh1H%Ba;=Hi zMIMJe8T1nAR|AfS&6H9TllWc=j3DKZ zj`PtIS{u8#O({Jr1?m{b-vO@r;XHNLF{ShjFSY;qFpOdcPq5Inb$6XS=0}`i>i;I* h7kLZ6VId-p;2+vrAPR&5^yB~l002ovPDHLkV1k^rxJ&>5 diff --git a/org.simantics.proconf.processeditor/icons/x-plane.svg b/org.simantics.proconf.processeditor/icons/x-plane.svg deleted file mode 100644 index 316d3ce6..00000000 --- a/org.simantics.proconf.processeditor/icons/x-plane.svg +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - image/svg+xml - - - - - - - X - - - - diff --git a/org.simantics.proconf.processeditor/icons/y-axis.png b/org.simantics.proconf.processeditor/icons/y-axis.png deleted file mode 100644 index ca60724b69e1fba257632d01d2f964f9d6ac2767..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 340 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#VfERP@Z##WBR9cj+ZVFXlvnqaW`dnc(Eo z%@X*5sY`5;c?5U<14)~Pr3n+YBO)p|yn|Owy|F@l!&ad!Q#Te&OquL^=gC2l{2A}h ze|Xk?W=luZVKt>P - - - - - - - - image/svg+xml - - - - - - - Y - - - diff --git a/org.simantics.proconf.processeditor/icons/y-plane.png b/org.simantics.proconf.processeditor/icons/y-plane.png deleted file mode 100644 index 59c3a2bb81906070ac3ce618f5d2f9243406a3b9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 371 zcmV-(0gV2MP)* z(y>ZIK@bJdvr#N8G$2@8S{Nj@VwIl=h+yjnXzw4`iM3cN+6!9Ss-0FMf)Nw~Dqk*&uQhfuZ(41X_wOydFf3XZtavlv4Fq&L?&hWX^ryD;KC^ z3eO`{)vGRb$1$Zehh@d|4YLXCVFr!9!5HS{Gf(h{+Ngunvxw;60*#2cgm2S@+u!#6 Rh7JG#002ovPDHLkV1g1qm>2*6 diff --git a/org.simantics.proconf.processeditor/icons/y-plane.svg b/org.simantics.proconf.processeditor/icons/y-plane.svg deleted file mode 100644 index 69d38142..00000000 --- a/org.simantics.proconf.processeditor/icons/y-plane.svg +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - image/svg+xml - - - - - - - Y - - - - diff --git a/org.simantics.proconf.processeditor/icons/z-axis.png b/org.simantics.proconf.processeditor/icons/z-axis.png deleted file mode 100644 index 11a574179c2b2cea5920ef2a9f50b2f89c7217dd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 357 zcmV-r0h<1aP)L z(y=atQ4j^-Z`i186hxvEjVMH-@Bmh!(})M)8N7i+sZw|V51?cpK%$a}XlaGShH4W# znl1KU|K80q$rSg_oH=vOy^)#z6OF+`L^RPZ^dDvBV+Av~K}0mLQv*E4GBz`_Q>kQT zF>!!Ttk>4ZfH&}k{gFKd@B*H3QX;8%FyuwM&%T$Ly-}_ - - - - - - - - image/svg+xml - - - - - - - Z - - - diff --git a/org.simantics.proconf.processeditor/icons/z-plane.png b/org.simantics.proconf.processeditor/icons/z-plane.png deleted file mode 100644 index d6e9f708adbedd26ad8725e4c6dfa35243f80a2a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 422 zcmV;X0a^ZuP)-gIQ4j>+XKyYcpaemKg&$a?4HB?RVG+baA*8ePS6HM|NMUCe`~m5;u@DPwO(h~W zDu_tb2nuOJFpkB218?M>+$@}GcV=g2&sGvpRSS5Q)|rK;3Z~~7~lq8;T{fJdaLRjo_EbwlI+1D^8k17yV3b{ zC-(!+_jALJb%707*qoM6N<$f*7i}ssI20 diff --git a/org.simantics.proconf.processeditor/icons/z-plane.svg b/org.simantics.proconf.processeditor/icons/z-plane.svg deleted file mode 100644 index d1a654c3..00000000 --- a/org.simantics.proconf.processeditor/icons/z-plane.svg +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - image/svg+xml - - - - - - - Z - - - - diff --git a/org.simantics.proconf.processeditor/plugin.xml b/org.simantics.proconf.processeditor/plugin.xml deleted file mode 100644 index 1a6d8f47..00000000 --- a/org.simantics.proconf.processeditor/plugin.xml +++ /dev/null @@ -1,266 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- 2.45.2