From ab2645d12d240515fe15d99284cecc73d707832b Mon Sep 17 00:00:00 2001
From: Constantin Jucovschi <jucovschi@gmail.com>
Date: Mon, 8 Jun 2015 19:56:52 +0200
Subject: [PATCH] 1.0.1-SNAPSHOT

---
 .project                           |  1 +
 js/info_kwarc_sally_comm_core.js   | 14 +++----
 js/info_kwarc_sally_comm_frames.js | 60 +++++++++++++++---------------
 js/info_kwarc_sally_comm_theo.js   | 42 ++++++++++-----------
 pom.xml                            |  2 +-
 5 files changed, 60 insertions(+), 59 deletions(-)

diff --git a/.project b/.project
index 02cd1c9..26455bf 100644
--- a/.project
+++ b/.project
@@ -17,6 +17,7 @@
 		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>
diff --git a/js/info_kwarc_sally_comm_core.js b/js/info_kwarc_sally_comm_core.js
index 8d448bb..f01bbc9 100644
--- a/js/info_kwarc_sally_comm_core.js
+++ b/js/info_kwarc_sally_comm_core.js
@@ -6,10 +6,6 @@ var _info_kwarc_sally_comm_core_factory = function () {
         type: 'classInfo',
         localName: 'HeartbeatResponse',
         propertyInfos: []
-      }, {
-        type: 'classInfo',
-        localName: 'HeartbeatRequest',
-        propertyInfos: []
       }, {
         type: 'classInfo',
         localName: 'RegisterClientResponse',
@@ -39,19 +35,23 @@ var _info_kwarc_sally_comm_core_factory = function () {
             elementName: 'EnvironmentID',
             typeInfo: 'String'
           }]
+      }, {
+        type: 'classInfo',
+        localName: 'HeartbeatRequest',
+        propertyInfos: []
       }],
     elementInfos: [{
         elementName: 'HeartbeatResponse',
         typeInfo: 'info_kwarc_sally_comm_core.HeartbeatResponse'
-      }, {
-        elementName: 'HeartbeatRequest',
-        typeInfo: 'info_kwarc_sally_comm_core.HeartbeatRequest'
       }, {
         elementName: 'RegisterClientResponse',
         typeInfo: 'info_kwarc_sally_comm_core.RegisterClientResponse'
       }, {
         elementName: 'RegisterClientRequest',
         typeInfo: 'info_kwarc_sally_comm_core.RegisterClientRequest'
+      }, {
+        elementName: 'HeartbeatRequest',
+        typeInfo: 'info_kwarc_sally_comm_core.HeartbeatRequest'
       }]
   };
   return {
diff --git a/js/info_kwarc_sally_comm_frames.js b/js/info_kwarc_sally_comm_frames.js
index 2a99581..1a8701d 100644
--- a/js/info_kwarc_sally_comm_frames.js
+++ b/js/info_kwarc_sally_comm_frames.js
@@ -4,22 +4,22 @@ var _info_kwarc_sally_comm_frames_factory = function () {
     defaultElementNamespaceURI: 'http:\/\/kwarc.info\/sally\/comm\/frames',
     typeInfos: [{
         type: 'classInfo',
-        localName: 'RemoveDocLevelService',
+        localName: 'ShowSallyFrameMenu',
         propertyInfos: [{
             type: 'element',
-            name: 'id',
-            elementName: 'id',
-            typeInfo: 'String'
+            name: 'posx',
+            elementName: 'posx',
+            typeInfo: 'Int'
+          }, {
+            type: 'element',
+            name: 'posy',
+            elementName: 'posy',
+            typeInfo: 'Int'
           }]
       }, {
         type: 'classInfo',
-        localName: 'ExecDocLevelService',
-        propertyInfos: [{
-            type: 'element',
-            name: 'id',
-            elementName: 'id',
-            typeInfo: 'String'
-          }]
+        localName: 'ListenDocLevelServices',
+        propertyInfos: []
       }, {
         type: 'classInfo',
         localName: 'NewDocLevelService',
@@ -46,38 +46,38 @@ var _info_kwarc_sally_comm_frames_factory = function () {
           }]
       }, {
         type: 'classInfo',
-        localName: 'ListenDocLevelServices',
-        propertyInfos: []
+        localName: 'RemoveDocLevelService',
+        propertyInfos: [{
+            type: 'element',
+            name: 'id',
+            elementName: 'id',
+            typeInfo: 'String'
+          }]
       }, {
         type: 'classInfo',
-        localName: 'ShowSallyFrameMenu',
+        localName: 'ExecDocLevelService',
         propertyInfos: [{
             type: 'element',
-            name: 'posx',
-            elementName: 'posx',
-            typeInfo: 'Int'
-          }, {
-            type: 'element',
-            name: 'posy',
-            elementName: 'posy',
-            typeInfo: 'Int'
+            name: 'id',
+            elementName: 'id',
+            typeInfo: 'String'
           }]
       }],
     elementInfos: [{
-        elementName: 'RemoveDocLevelService',
-        typeInfo: 'info_kwarc_sally_comm_frames.RemoveDocLevelService'
+        elementName: 'ShowSallyFrameMenu',
+        typeInfo: 'info_kwarc_sally_comm_frames.ShowSallyFrameMenu'
       }, {
-        elementName: 'ExecDocLevelService',
-        typeInfo: 'info_kwarc_sally_comm_frames.ExecDocLevelService'
+        elementName: 'ListenDocLevelServices',
+        typeInfo: 'info_kwarc_sally_comm_frames.ListenDocLevelServices'
       }, {
         elementName: 'NewDocLevelService',
         typeInfo: 'info_kwarc_sally_comm_frames.NewDocLevelService'
       }, {
-        elementName: 'ListenDocLevelServices',
-        typeInfo: 'info_kwarc_sally_comm_frames.ListenDocLevelServices'
+        elementName: 'RemoveDocLevelService',
+        typeInfo: 'info_kwarc_sally_comm_frames.RemoveDocLevelService'
       }, {
-        elementName: 'ShowSallyFrameMenu',
-        typeInfo: 'info_kwarc_sally_comm_frames.ShowSallyFrameMenu'
+        elementName: 'ExecDocLevelService',
+        typeInfo: 'info_kwarc_sally_comm_frames.ExecDocLevelService'
       }]
   };
   return {
diff --git a/js/info_kwarc_sally_comm_theo.js b/js/info_kwarc_sally_comm_theo.js
index 722f69b..8023de9 100644
--- a/js/info_kwarc_sally_comm_theo.js
+++ b/js/info_kwarc_sally_comm_theo.js
@@ -3,6 +3,24 @@ var _info_kwarc_sally_comm_theo_factory = function () {
     name: 'info_kwarc_sally_comm_theo',
     defaultElementNamespaceURI: 'http:\/\/kwarc.info\/sally\/comm\/theo',
     typeInfos: [{
+        type: 'classInfo',
+        localName: 'CloseTheoWindow',
+        propertyInfos: [{
+            type: 'element',
+            name: 'id',
+            elementName: 'id',
+            typeInfo: 'String'
+          }]
+      }, {
+        type: 'classInfo',
+        localName: 'OpenTheoWindowResponse',
+        propertyInfos: [{
+            type: 'element',
+            name: 'id',
+            elementName: 'id',
+            typeInfo: 'String'
+          }]
+      }, {
         type: 'classInfo',
         localName: 'OpenTheoWindowRequest',
         propertyInfos: [{
@@ -36,34 +54,16 @@ var _info_kwarc_sally_comm_theo_factory = function () {
             elementName: 'height',
             typeInfo: 'Int'
           }]
-      }, {
-        type: 'classInfo',
-        localName: 'CloseTheoWindow',
-        propertyInfos: [{
-            type: 'element',
-            name: 'id',
-            elementName: 'id',
-            typeInfo: 'String'
-          }]
-      }, {
-        type: 'classInfo',
-        localName: 'OpenTheoWindowResponse',
-        propertyInfos: [{
-            type: 'element',
-            name: 'id',
-            elementName: 'id',
-            typeInfo: 'String'
-          }]
       }],
     elementInfos: [{
-        elementName: 'OpenTheoWindowRequest',
-        typeInfo: 'info_kwarc_sally_comm_theo.OpenTheoWindowRequest'
-      }, {
         elementName: 'CloseTheoWindow',
         typeInfo: 'info_kwarc_sally_comm_theo.CloseTheoWindow'
       }, {
         elementName: 'OpenTheoWindowResponse',
         typeInfo: 'info_kwarc_sally_comm_theo.OpenTheoWindowResponse'
+      }, {
+        elementName: 'OpenTheoWindowRequest',
+        typeInfo: 'info_kwarc_sally_comm_theo.OpenTheoWindowRequest'
       }]
   };
   return {
diff --git a/pom.xml b/pom.xml
index 29de433..6731364 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>info.kwarc.sally4.comm</groupId>
 		<artifactId>comm-parent</artifactId>
-		<version>0.0.8-SNAPSHOT</version>
+		<version>1.0.1-SNAPSHOT</version>
 		<relativePath>../comm-parent</relativePath>
 	</parent>
 
-- 
GitLab