Skip to content
Snippets Groups Projects
Commit ab2645d1 authored by Constantin Jucovschi's avatar Constantin Jucovschi
Browse files

1.0.1-SNAPSHOT

parent 5fcb3870
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
</buildCommand> </buildCommand>
</buildSpec> </buildSpec>
<natures> <natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature> <nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures> </natures>
......
...@@ -6,10 +6,6 @@ var _info_kwarc_sally_comm_core_factory = function () { ...@@ -6,10 +6,6 @@ var _info_kwarc_sally_comm_core_factory = function () {
type: 'classInfo', type: 'classInfo',
localName: 'HeartbeatResponse', localName: 'HeartbeatResponse',
propertyInfos: [] propertyInfos: []
}, {
type: 'classInfo',
localName: 'HeartbeatRequest',
propertyInfos: []
}, { }, {
type: 'classInfo', type: 'classInfo',
localName: 'RegisterClientResponse', localName: 'RegisterClientResponse',
...@@ -39,19 +35,23 @@ var _info_kwarc_sally_comm_core_factory = function () { ...@@ -39,19 +35,23 @@ var _info_kwarc_sally_comm_core_factory = function () {
elementName: 'EnvironmentID', elementName: 'EnvironmentID',
typeInfo: 'String' typeInfo: 'String'
}] }]
}, {
type: 'classInfo',
localName: 'HeartbeatRequest',
propertyInfos: []
}], }],
elementInfos: [{ elementInfos: [{
elementName: 'HeartbeatResponse', elementName: 'HeartbeatResponse',
typeInfo: 'info_kwarc_sally_comm_core.HeartbeatResponse' typeInfo: 'info_kwarc_sally_comm_core.HeartbeatResponse'
}, {
elementName: 'HeartbeatRequest',
typeInfo: 'info_kwarc_sally_comm_core.HeartbeatRequest'
}, { }, {
elementName: 'RegisterClientResponse', elementName: 'RegisterClientResponse',
typeInfo: 'info_kwarc_sally_comm_core.RegisterClientResponse' typeInfo: 'info_kwarc_sally_comm_core.RegisterClientResponse'
}, { }, {
elementName: 'RegisterClientRequest', elementName: 'RegisterClientRequest',
typeInfo: 'info_kwarc_sally_comm_core.RegisterClientRequest' typeInfo: 'info_kwarc_sally_comm_core.RegisterClientRequest'
}, {
elementName: 'HeartbeatRequest',
typeInfo: 'info_kwarc_sally_comm_core.HeartbeatRequest'
}] }]
}; };
return { return {
......
...@@ -4,22 +4,22 @@ var _info_kwarc_sally_comm_frames_factory = function () { ...@@ -4,22 +4,22 @@ var _info_kwarc_sally_comm_frames_factory = function () {
defaultElementNamespaceURI: 'http:\/\/kwarc.info\/sally\/comm\/frames', defaultElementNamespaceURI: 'http:\/\/kwarc.info\/sally\/comm\/frames',
typeInfos: [{ typeInfos: [{
type: 'classInfo', type: 'classInfo',
localName: 'RemoveDocLevelService', localName: 'ShowSallyFrameMenu',
propertyInfos: [{ propertyInfos: [{
type: 'element', type: 'element',
name: 'id', name: 'posx',
elementName: 'id', elementName: 'posx',
typeInfo: 'String' typeInfo: 'Int'
}, {
type: 'element',
name: 'posy',
elementName: 'posy',
typeInfo: 'Int'
}] }]
}, { }, {
type: 'classInfo', type: 'classInfo',
localName: 'ExecDocLevelService', localName: 'ListenDocLevelServices',
propertyInfos: [{ propertyInfos: []
type: 'element',
name: 'id',
elementName: 'id',
typeInfo: 'String'
}]
}, { }, {
type: 'classInfo', type: 'classInfo',
localName: 'NewDocLevelService', localName: 'NewDocLevelService',
...@@ -46,38 +46,38 @@ var _info_kwarc_sally_comm_frames_factory = function () { ...@@ -46,38 +46,38 @@ var _info_kwarc_sally_comm_frames_factory = function () {
}] }]
}, { }, {
type: 'classInfo', type: 'classInfo',
localName: 'ListenDocLevelServices', localName: 'RemoveDocLevelService',
propertyInfos: [] propertyInfos: [{
type: 'element',
name: 'id',
elementName: 'id',
typeInfo: 'String'
}]
}, { }, {
type: 'classInfo', type: 'classInfo',
localName: 'ShowSallyFrameMenu', localName: 'ExecDocLevelService',
propertyInfos: [{ propertyInfos: [{
type: 'element', type: 'element',
name: 'posx', name: 'id',
elementName: 'posx', elementName: 'id',
typeInfo: 'Int' typeInfo: 'String'
}, {
type: 'element',
name: 'posy',
elementName: 'posy',
typeInfo: 'Int'
}] }]
}], }],
elementInfos: [{ elementInfos: [{
elementName: 'RemoveDocLevelService', elementName: 'ShowSallyFrameMenu',
typeInfo: 'info_kwarc_sally_comm_frames.RemoveDocLevelService' typeInfo: 'info_kwarc_sally_comm_frames.ShowSallyFrameMenu'
}, { }, {
elementName: 'ExecDocLevelService', elementName: 'ListenDocLevelServices',
typeInfo: 'info_kwarc_sally_comm_frames.ExecDocLevelService' typeInfo: 'info_kwarc_sally_comm_frames.ListenDocLevelServices'
}, { }, {
elementName: 'NewDocLevelService', elementName: 'NewDocLevelService',
typeInfo: 'info_kwarc_sally_comm_frames.NewDocLevelService' typeInfo: 'info_kwarc_sally_comm_frames.NewDocLevelService'
}, { }, {
elementName: 'ListenDocLevelServices', elementName: 'RemoveDocLevelService',
typeInfo: 'info_kwarc_sally_comm_frames.ListenDocLevelServices' typeInfo: 'info_kwarc_sally_comm_frames.RemoveDocLevelService'
}, { }, {
elementName: 'ShowSallyFrameMenu', elementName: 'ExecDocLevelService',
typeInfo: 'info_kwarc_sally_comm_frames.ShowSallyFrameMenu' typeInfo: 'info_kwarc_sally_comm_frames.ExecDocLevelService'
}] }]
}; };
return { return {
......
...@@ -3,6 +3,24 @@ var _info_kwarc_sally_comm_theo_factory = function () { ...@@ -3,6 +3,24 @@ var _info_kwarc_sally_comm_theo_factory = function () {
name: 'info_kwarc_sally_comm_theo', name: 'info_kwarc_sally_comm_theo',
defaultElementNamespaceURI: 'http:\/\/kwarc.info\/sally\/comm\/theo', defaultElementNamespaceURI: 'http:\/\/kwarc.info\/sally\/comm\/theo',
typeInfos: [{ 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', type: 'classInfo',
localName: 'OpenTheoWindowRequest', localName: 'OpenTheoWindowRequest',
propertyInfos: [{ propertyInfos: [{
...@@ -36,34 +54,16 @@ var _info_kwarc_sally_comm_theo_factory = function () { ...@@ -36,34 +54,16 @@ var _info_kwarc_sally_comm_theo_factory = function () {
elementName: 'height', elementName: 'height',
typeInfo: 'Int' 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: [{ elementInfos: [{
elementName: 'OpenTheoWindowRequest',
typeInfo: 'info_kwarc_sally_comm_theo.OpenTheoWindowRequest'
}, {
elementName: 'CloseTheoWindow', elementName: 'CloseTheoWindow',
typeInfo: 'info_kwarc_sally_comm_theo.CloseTheoWindow' typeInfo: 'info_kwarc_sally_comm_theo.CloseTheoWindow'
}, { }, {
elementName: 'OpenTheoWindowResponse', elementName: 'OpenTheoWindowResponse',
typeInfo: 'info_kwarc_sally_comm_theo.OpenTheoWindowResponse' typeInfo: 'info_kwarc_sally_comm_theo.OpenTheoWindowResponse'
}, {
elementName: 'OpenTheoWindowRequest',
typeInfo: 'info_kwarc_sally_comm_theo.OpenTheoWindowRequest'
}] }]
}; };
return { return {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>info.kwarc.sally4.comm</groupId> <groupId>info.kwarc.sally4.comm</groupId>
<artifactId>comm-parent</artifactId> <artifactId>comm-parent</artifactId>
<version>0.0.8-SNAPSHOT</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../comm-parent</relativePath> <relativePath>../comm-parent</relativePath>
</parent> </parent>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment