Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Ocarina
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
Ocarina
Commits
a51895d8
Commit
a51895d8
authored
Jan 10, 2017
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ErrorLibrary is not a predefined property set
For issue #75
parent
601086de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
src/core/tree/ocarina-property_sets.adb
src/core/tree/ocarina-property_sets.adb
+2
-3
src/core/tree/ocarina-property_sets.ads
src/core/tree/ocarina-property_sets.ads
+2
-3
No files found.
src/core/tree/ocarina-property_sets.adb
View file @
a51895d8
...
...
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
-- Copyright (C) 2008-2009 Telecom ParisTech, 2010-201
6
ESA & ISAE. --
-- Copyright (C) 2008-2009 Telecom ParisTech, 2010-201
7
ESA & ISAE. --
-- --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- terms of the GNU General Public License as published by the Free Soft- --
...
...
@@ -47,8 +47,7 @@ package body Ocarina.Property_Sets is
S_Memory_Properties
,
S_Modeling_Properties
,
S_Timing_Properties
,
S_Programming_Properties
,
S_ErrorLibrary
);
S_Programming_Properties
);
Standard_Property_Sets_Table
:
constant
array
(
AADL_Version_Type
)
of
Standard_Property_Set_Array_Access
:=
...
...
src/core/tree/ocarina-property_sets.ads
View file @
a51895d8
...
...
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
-- Copyright (C) 2008-2009 Telecom ParisTech, 2010-201
6
ESA & ISAE. --
-- Copyright (C) 2008-2009 Telecom ParisTech, 2010-201
7
ESA & ISAE. --
-- --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- terms of the GNU General Public License as published by the Free Soft- --
...
...
@@ -43,8 +43,7 @@ package Ocarina.Property_Sets is
S_Memory_Properties
,
S_Modeling_Properties
,
S_Timing_Properties
,
S_Programming_Properties
,
S_ErrorLibrary
);
S_Programming_Properties
);
-- The standard property sets
type
Ocarina_Property_Set_Type
is
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment