8cce5386731f03de2b60ba3c3789d619a118d3c4
[smo/teiv.git] /
1 module unresolvable-import-with-revision-test-module {
2
3     namespace "test:unresolvable-import-with-revision-test-module";
4     prefix "this";
5
6         description
7         "Copyright (C) 2024 Ericsson
8         Modifications Copyright (C) 2024 OpenInfra Foundation Europe";
9
10     revision "2020-10-02" {
11         description "initial revision";
12     }
13
14         import unresolvable-module {
15                 prefix prefix1;
16                 revision-date 2020-10-02;
17         }
18
19 }