forked from OpenModelica/OMLibraries
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModelicaTest trunk.patch
More file actions
31 lines (28 loc) · 1.05 KB
/
ModelicaTest trunk.patch
File metadata and controls
31 lines (28 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
diff -u -x .svn -x .git -x Library -r git/MSL/ModelicaTest/package.mo "build/ModelicaTest trunk/package.mo"
--- git/MSL/ModelicaTest/package.mo 2016-04-06 07:57:06.513528551 +0200
+++ build/ModelicaTest trunk/package.mo 2016-04-06 07:59:37.114872680 +0200
@@ -1,4 +1,5 @@
within ;
+
package ModelicaTest "Library to test components of package Modelica - Version 3.2.2"
extends Modelica.Icons.Package;
@@ -51,12 +52,12 @@
annotation (preferredView="info",
- version="3.2.2",
+ version= "trunk",
versionBuild=0,
versionDate="2016-03-11",
dateModified = "2016-03-11 08:44:41Z",
revisionId="$Id:: $",
- uses(Modelica(version="3.2.2")),
+ uses(Modelica(version= "trunk")),
Documentation(info="<html>
<p>
This library provides models and functions to test components of
@@ -96,4 +97,4 @@
lineColor={75,138,73},
fillColor={75,138,73},
fillPattern=FillPattern.Solid)}));
-end ModelicaTest;
+end ModelicaTest;
\ No newline at end of file