From c5b28cc28ada7bea4fe22234f830e3ea2eedd336 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timoth=C3=A9e=20Couble?= <timothee.couble@kitware.com>
Date: Thu, 2 Mar 2023 11:11:57 +0100
Subject: [PATCH] [refact] Order source by alphebetical order

---
 Application/vvSources.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Application/vvSources.xml b/Application/vvSources.xml
index 166114ec1..0f4b35d73 100644
--- a/Application/vvSources.xml
+++ b/Application/vvSources.xml
@@ -1,8 +1,5 @@
 <!-- list of Sources copy past from paraview -->
 <ParaViewSources>
-  <Proxy group="sources" name="GlyphSource2D" />
-  <Proxy group="sources" name="VectorText" />
-  <Proxy group="sources" name="TimeToTextConvertorSource" />
   <Proxy group="sources" name="ArrowSource" />
   <Proxy group="sources" name="Axes" />
   <Proxy group="sources" name="CubeSource" />
@@ -10,18 +7,21 @@
   <Proxy group="sources" name="CylinderSource" />
   <Proxy group="sources" name="DataObjectGenerator" />
   <Proxy group="sources" name="DiskSource" />
+  <Proxy group="sources" name="GlyphSource2D" />
   <Proxy group="sources" name="HierarchicalFractal" />
-  <Proxy group="sources" name="LineSource" />
   <Proxy group="sources" name="ImageMandelbrotSource" />
+  <Proxy group="sources" name="LineSource" />
   <Proxy group="sources" name="OutlineSource" />
   <Proxy group="sources" name="PlaneSource" />
   <Proxy group="sources" name="PointSource" />
   <Proxy group="sources" name="ProgrammableSource" />
+  <Proxy group="sources" name="RTAnalyticSource" />
+  <Proxy group="sources" name="Ruler" />
   <Proxy group="sources" name="SphereSource" />
   <Proxy group="sources" name="SplineSource" />
   <Proxy group="sources" name="SuperquadricSource" />
   <Proxy group="sources" name="TextSource" />
+  <Proxy group="sources" name="TimeToTextConvertorSource" />
   <Proxy group="sources" name="TimeSource" />
-  <Proxy group="sources" name="Ruler" />
-  <Proxy group="sources" name="RTAnalyticSource" />
+  <Proxy group="sources" name="VectorText" />
 </ParaViewSources>
-- 
GitLab