Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
comm-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sally4-core
comm-core
Commits
5fcb3870
Commit
5fcb3870
authored
10 years ago
by
Constantin Jucovschi
Browse files
Options
Downloads
Patches
Plain Diff
fixes theo and frame messages. Alpha version for 0.0.8 release
parent
76e091b6
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
js/info_kwarc_sally_comm_frames.js
+7
-3
7 additions, 3 deletions
js/info_kwarc_sally_comm_frames.js
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
src/main/resources/frames.xsd
+4
-2
4 additions, 2 deletions
src/main/resources/frames.xsd
src/main/resources/theo.xsd
+4
-4
4 additions, 4 deletions
src/main/resources/theo.xsd
with
16 additions
and
10 deletions
js/info_kwarc_sally_comm_frames.js
+
7
−
3
View file @
5fcb3870
...
@@ -44,6 +44,10 @@ var _info_kwarc_sally_comm_frames_factory = function () {
...
@@ -44,6 +44,10 @@ var _info_kwarc_sally_comm_frames_factory = function () {
elementName
:
'
icon
'
,
elementName
:
'
icon
'
,
typeInfo
:
'
String
'
typeInfo
:
'
String
'
}]
}]
},
{
type
:
'
classInfo
'
,
localName
:
'
ListenDocLevelServices
'
,
propertyInfos
:
[]
},
{
},
{
type
:
'
classInfo
'
,
type
:
'
classInfo
'
,
localName
:
'
ShowSallyFrameMenu
'
,
localName
:
'
ShowSallyFrameMenu
'
,
...
@@ -68,12 +72,12 @@ var _info_kwarc_sally_comm_frames_factory = function () {
...
@@ -68,12 +72,12 @@ var _info_kwarc_sally_comm_frames_factory = function () {
},
{
},
{
elementName
:
'
NewDocLevelService
'
,
elementName
:
'
NewDocLevelService
'
,
typeInfo
:
'
info_kwarc_sally_comm_frames.NewDocLevelService
'
typeInfo
:
'
info_kwarc_sally_comm_frames.NewDocLevelService
'
},
{
elementName
:
'
ListenDocLevelServices
'
,
typeInfo
:
'
info_kwarc_sally_comm_frames.ListenDocLevelServices
'
},
{
},
{
elementName
:
'
ShowSallyFrameMenu
'
,
elementName
:
'
ShowSallyFrameMenu
'
,
typeInfo
:
'
info_kwarc_sally_comm_frames.ShowSallyFrameMenu
'
typeInfo
:
'
info_kwarc_sally_comm_frames.ShowSallyFrameMenu
'
},
{
elementName
:
'
ListenDocLevelServices
'
,
typeInfo
:
'
AnyType
'
}]
}]
};
};
return
{
return
{
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
5fcb3870
...
@@ -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.
7
</version>
<version>
0.0.
8-SNAPSHOT
</version>
<relativePath>
../comm-parent
</relativePath>
<relativePath>
../comm-parent
</relativePath>
</parent>
</parent>
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/frames.xsd
+
4
−
2
View file @
5fcb3870
...
@@ -20,6 +20,8 @@
...
@@ -20,6 +20,8 @@
</xs:element>
</xs:element>
<xs:element
name=
"ListenDocLevelServices"
>
<xs:element
name=
"ListenDocLevelServices"
>
<xs:complexType>
</xs:complexType>
</xs:element>
</xs:element>
<xs:element
name=
"NewDocLevelService"
>
<xs:element
name=
"NewDocLevelService"
>
...
@@ -40,7 +42,7 @@
...
@@ -40,7 +42,7 @@
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:complexType>
</xs:element>
</xs:element>
<xs:element
name=
"ExecDocLevelService"
>
<xs:element
name=
"ExecDocLevelService"
>
<xs:complexType>
<xs:complexType>
<xs:sequence>
<xs:sequence>
...
@@ -48,5 +50,5 @@
...
@@ -48,5 +50,5 @@
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:complexType>
</xs:element>
</xs:element>
</xs:schema>
</xs:schema>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/main/resources/theo.xsd
+
4
−
4
View file @
5fcb3870
...
@@ -6,10 +6,10 @@
...
@@ -6,10 +6,10 @@
<xs:sequence>
<xs:sequence>
<xs:element
name=
"url"
type=
"xs:string"
/>
<xs:element
name=
"url"
type=
"xs:string"
/>
<xs:element
name=
"title"
type=
"xs:string"
/>
<xs:element
name=
"title"
type=
"xs:string"
/>
<xs:element
name=
"posx"
type=
"xs:int"
/>
<xs:element
name=
"posx"
type=
"xs:int"
nillable=
"true"
/>
<xs:element
name=
"posy"
type=
"xs:int"
/>
<xs:element
name=
"posy"
type=
"xs:int"
nillable=
"true"
/>
<xs:element
name=
"width"
type=
"xs:int"
/>
<xs:element
name=
"width"
type=
"xs:int"
nillable=
"true"
/>
<xs:element
name=
"height"
type=
"xs:int"
/>
<xs:element
name=
"height"
type=
"xs:int"
nillable=
"true"
/>
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:complexType>
</xs:element>
</xs:element>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment