@bentley/imodeljs-win32-x64 3.2.0 → 3.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Assets/ECSchemas/Dgn/ChangedElements.01.00.00.ecschema.xml +84 -80
- package/Assets/ECSchemas/ECDb/ECDbChange.01.00.01.ecschema.xml +4 -0
- package/Assets/ECSchemas/ECDb/ECDbFileInfo.02.00.01.ecschema.xml +4 -0
- package/Assets/ECSchemas/ECDb/ECDbMap.02.00.00.ecschema.xml +54 -50
- package/Assets/ECSchemas/ECDb/ECDbMeta.04.00.01.ecschema.xml +537 -533
- package/Assets/ECSchemas/ECDb/ECDbSchemaPolicies.01.00.00.ecschema.xml +24 -20
- package/Assets/sqlang/iModelJsNodeAddon_en.sqlang.db3 +0 -0
- package/BRepCoreM02.dll +0 -0
- package/BaseGeoCoordM02.dll +0 -0
- package/BeBlobDaemon.exe +0 -0
- package/BeFollyM02.dll +0 -0
- package/BeHttpM02.dll +0 -0
- package/BeOpenSSLB02.dll +0 -0
- package/BeSQLiteECM02.dll +0 -0
- package/BeSQLiteM02.dll +0 -0
- package/BeSecurityM02.dll +0 -0
- package/BeXmlM02.dll +0 -0
- package/BentleyGeomM02.dll +0 -0
- package/BentleyGeomSerializationM02.dll +0 -0
- package/BentleyM02.dll +0 -0
- package/ECObjectsM02.dll +0 -0
- package/ECPresentationM02.dll +0 -0
- package/Notices/rapidjson-license.txt +57 -57
- package/UnitsM02.dll +0 -0
- package/iModelPlatformM02.dll +0 -0
- package/imodeljs.node +0 -0
- package/napi.dll +0 -0
- package/package.json +1 -1
- package/Assets/log4j.dtd +0 -227
- package/CCApi.dll +0 -0
- package/DgnPlatformM02.dll +0 -0
- package/LicensingM02.dll +0 -0
- package/Notices/apr-license.txt +0 -341
- package/Notices/apr-notice.txt +0 -15
- package/Notices/apr-util-license.txt +0 -459
- package/Notices/apr-util-notice.txt +0 -14
- package/Notices/expat-license.txt +0 -21
- package/Notices/log4cxx-license.txt +0 -202
- package/Notices/log4cxx-notice.txt +0 -5
- package/WebServicesClientM02.dll +0 -0
- package/bentleylog4cxxM02.dll +0 -0
- package/iModelHubClientM02.dll +0 -0
|
@@ -1,20 +1,24 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
description="
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!-- =====================================================================================
|
|
3
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
|
+
* See COPYRIGHT.md in the repository root for full copyright notice.
|
|
5
|
+
========================================================================================== -->
|
|
6
|
+
<ECSchema schemaName="ECDbSchemaPolicies" alias="ecdbpol" version="01.00.00" description="Schema policies which impose schema authoring rules." displayLabel="ECDb Schema Policies" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.1">
|
|
7
|
+
|
|
8
|
+
<ECCustomAttributeClass typeName="NoAdditionalForeignKeyConstraints" modifier="Sealed" appliesTo="Schema"
|
|
9
|
+
description="If opted-in by a schema, other schemas may not define additional ECDbMap:ForeignKeyConstraint custom attributes.">
|
|
10
|
+
<ECArrayProperty propertyName="Exceptions" typeName="string" minOccurs="0" maxOccurs="unbounded"
|
|
11
|
+
description="Navigation properties that are allowed violate against the policy. Format: {schema name}:{class name}.{property name}"/>
|
|
12
|
+
</ECCustomAttributeClass>
|
|
13
|
+
|
|
14
|
+
<ECCustomAttributeClass typeName="NoAdditionalLinkTables" modifier="Sealed" appliesTo="Schema"
|
|
15
|
+
description="If opted-in by a schema, other schemas may not define ECRelationshipClasses that cause new link tables to be created.">
|
|
16
|
+
<ECArrayProperty propertyName="Exceptions" typeName="string" minOccurs="0" maxOccurs="unbounded" description="Relationship classes that that are allowed to violate against the policy. Format: {schema name}:{relationship class name}"/>
|
|
17
|
+
</ECCustomAttributeClass>
|
|
18
|
+
|
|
19
|
+
<ECCustomAttributeClass typeName="NoAdditionalRootEntityClasses" modifier="Sealed" appliesTo="Schema"
|
|
20
|
+
description="If opted-in by a schema, other schemas may not define entity classes that do not subclass from existing classes (mixins are excluded from this policy).">
|
|
21
|
+
<ECArrayProperty propertyName="Exceptions" typeName="string" minOccurs="0" maxOccurs="unbounded"
|
|
22
|
+
description="Entity classes that that are allowed to violate against the policy. Format: {schema name}:{class name}"/>
|
|
23
|
+
</ECCustomAttributeClass>
|
|
24
|
+
</ECSchema>
|
|
Binary file
|
package/BRepCoreM02.dll
CHANGED
|
Binary file
|
package/BaseGeoCoordM02.dll
CHANGED
|
Binary file
|
package/BeBlobDaemon.exe
CHANGED
|
Binary file
|
package/BeFollyM02.dll
CHANGED
|
Binary file
|
package/BeHttpM02.dll
CHANGED
|
Binary file
|
package/BeOpenSSLB02.dll
CHANGED
|
Binary file
|
package/BeSQLiteECM02.dll
CHANGED
|
Binary file
|
package/BeSQLiteM02.dll
CHANGED
|
Binary file
|
package/BeSecurityM02.dll
CHANGED
|
Binary file
|
package/BeXmlM02.dll
CHANGED
|
Binary file
|
package/BentleyGeomM02.dll
CHANGED
|
Binary file
|
|
Binary file
|
package/BentleyM02.dll
CHANGED
|
Binary file
|
package/ECObjectsM02.dll
CHANGED
|
Binary file
|
package/ECPresentationM02.dll
CHANGED
|
Binary file
|
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
Tencent is pleased to support the open source community by making RapidJSON available.
|
|
2
|
-
|
|
3
|
-
Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
|
|
4
|
-
|
|
5
|
-
If you have downloaded a copy of the RapidJSON binary from Tencent, please note that the RapidJSON binary is licensed under the MIT License.
|
|
6
|
-
If you have downloaded a copy of the RapidJSON source code from Tencent, please note that RapidJSON source code is licensed under the MIT License, except for the third-party components listed below which are subject to different license terms. Your integration of RapidJSON into your own projects may require compliance with the MIT License, as well as the other licenses applicable to the third-party components included within RapidJSON. To avoid the problematic JSON license in your own projects, it's sufficient to exclude the bin/jsonchecker/ directory, as it's the only code under the JSON license.
|
|
7
|
-
A copy of the MIT License is included in this file.
|
|
8
|
-
|
|
9
|
-
Other dependencies and licenses:
|
|
10
|
-
|
|
11
|
-
Open Source Software Licensed Under the BSD License:
|
|
12
|
-
--------------------------------------------------------------------
|
|
13
|
-
|
|
14
|
-
The msinttypes r29
|
|
15
|
-
Copyright (c) 2006-2013 Alexander Chemeris
|
|
16
|
-
All rights reserved.
|
|
17
|
-
|
|
18
|
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
19
|
-
|
|
20
|
-
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
21
|
-
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
22
|
-
* Neither the name of copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
|
23
|
-
|
|
24
|
-
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
25
|
-
|
|
26
|
-
Open Source Software Licensed Under the JSON License:
|
|
27
|
-
--------------------------------------------------------------------
|
|
28
|
-
|
|
29
|
-
json.org
|
|
30
|
-
Copyright (c) 2002 JSON.org
|
|
31
|
-
All Rights Reserved.
|
|
32
|
-
|
|
33
|
-
JSON_checker
|
|
34
|
-
Copyright (c) 2002 JSON.org
|
|
35
|
-
All Rights Reserved.
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
Terms of the JSON License:
|
|
39
|
-
---------------------------------------------------
|
|
40
|
-
|
|
41
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
42
|
-
|
|
43
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
44
|
-
|
|
45
|
-
The Software shall be used for Good, not Evil.
|
|
46
|
-
|
|
47
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
Terms of the MIT License:
|
|
51
|
-
--------------------------------------------------------------------
|
|
52
|
-
|
|
53
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
54
|
-
|
|
55
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
56
|
-
|
|
57
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1
|
+
Tencent is pleased to support the open source community by making RapidJSON available.
|
|
2
|
+
|
|
3
|
+
Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
|
|
4
|
+
|
|
5
|
+
If you have downloaded a copy of the RapidJSON binary from Tencent, please note that the RapidJSON binary is licensed under the MIT License.
|
|
6
|
+
If you have downloaded a copy of the RapidJSON source code from Tencent, please note that RapidJSON source code is licensed under the MIT License, except for the third-party components listed below which are subject to different license terms. Your integration of RapidJSON into your own projects may require compliance with the MIT License, as well as the other licenses applicable to the third-party components included within RapidJSON. To avoid the problematic JSON license in your own projects, it's sufficient to exclude the bin/jsonchecker/ directory, as it's the only code under the JSON license.
|
|
7
|
+
A copy of the MIT License is included in this file.
|
|
8
|
+
|
|
9
|
+
Other dependencies and licenses:
|
|
10
|
+
|
|
11
|
+
Open Source Software Licensed Under the BSD License:
|
|
12
|
+
--------------------------------------------------------------------
|
|
13
|
+
|
|
14
|
+
The msinttypes r29
|
|
15
|
+
Copyright (c) 2006-2013 Alexander Chemeris
|
|
16
|
+
All rights reserved.
|
|
17
|
+
|
|
18
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
19
|
+
|
|
20
|
+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
21
|
+
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
22
|
+
* Neither the name of copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
|
23
|
+
|
|
24
|
+
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
25
|
+
|
|
26
|
+
Open Source Software Licensed Under the JSON License:
|
|
27
|
+
--------------------------------------------------------------------
|
|
28
|
+
|
|
29
|
+
json.org
|
|
30
|
+
Copyright (c) 2002 JSON.org
|
|
31
|
+
All Rights Reserved.
|
|
32
|
+
|
|
33
|
+
JSON_checker
|
|
34
|
+
Copyright (c) 2002 JSON.org
|
|
35
|
+
All Rights Reserved.
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
Terms of the JSON License:
|
|
39
|
+
---------------------------------------------------
|
|
40
|
+
|
|
41
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
42
|
+
|
|
43
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
44
|
+
|
|
45
|
+
The Software shall be used for Good, not Evil.
|
|
46
|
+
|
|
47
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
Terms of the MIT License:
|
|
51
|
+
--------------------------------------------------------------------
|
|
52
|
+
|
|
53
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
54
|
+
|
|
55
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
56
|
+
|
|
57
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/UnitsM02.dll
CHANGED
|
Binary file
|
|
Binary file
|
package/imodeljs.node
CHANGED
|
Binary file
|
package/napi.dll
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/Assets/log4j.dtd
DELETED
|
@@ -1,227 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
-
<!--
|
|
3
|
-
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
4
|
-
contributor license agreements. See the NOTICE file distributed with
|
|
5
|
-
this work for additional information regarding copyright ownership.
|
|
6
|
-
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
7
|
-
(the "License"); you may not use this file except in compliance with
|
|
8
|
-
the License. You may obtain a copy of the License at
|
|
9
|
-
|
|
10
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
-
|
|
12
|
-
Unless required by applicable law or agreed to in writing, software
|
|
13
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
-
See the License for the specific language governing permissions and
|
|
16
|
-
limitations under the License.
|
|
17
|
-
-->
|
|
18
|
-
|
|
19
|
-
<!-- Authors: Chris Taylor, Ceki Gulcu. -->
|
|
20
|
-
|
|
21
|
-
<!-- Version: 1.2 -->
|
|
22
|
-
|
|
23
|
-
<!-- A configuration element consists of optional renderer
|
|
24
|
-
elements,appender elements, categories and an optional root
|
|
25
|
-
element. -->
|
|
26
|
-
|
|
27
|
-
<!ELEMENT log4j:configuration (renderer*, appender*,plugin*, (category|logger)*,root?,
|
|
28
|
-
(categoryFactory|loggerFactory)?)>
|
|
29
|
-
|
|
30
|
-
<!-- The "threshold" attribute takes a level value below which -->
|
|
31
|
-
<!-- all logging statements are disabled. -->
|
|
32
|
-
|
|
33
|
-
<!-- Setting the "debug" enable the printing of internal log4j logging -->
|
|
34
|
-
<!-- statements. -->
|
|
35
|
-
|
|
36
|
-
<!-- By default, debug attribute is "null", meaning that we not do touch -->
|
|
37
|
-
<!-- internal log4j logging settings. The "null" value for the threshold -->
|
|
38
|
-
<!-- attribute can be misleading. The threshold field of a repository -->
|
|
39
|
-
<!-- cannot be set to null. The "null" value for the threshold attribute -->
|
|
40
|
-
<!-- simply means don't touch the threshold field, the threshold field -->
|
|
41
|
-
<!-- keeps its old value. -->
|
|
42
|
-
|
|
43
|
-
<!ATTLIST log4j:configuration
|
|
44
|
-
xmlns:log4j CDATA #FIXED "http://jakarta.apache.org/log4j/"
|
|
45
|
-
threshold (all|trace|debug|info|warn|error|fatal|off|null) "null"
|
|
46
|
-
debug (true|false|null) "null"
|
|
47
|
-
reset (true|false) "false"
|
|
48
|
-
>
|
|
49
|
-
|
|
50
|
-
<!-- renderer elements allow the user to customize the conversion of -->
|
|
51
|
-
<!-- message objects to String. -->
|
|
52
|
-
|
|
53
|
-
<!ELEMENT renderer EMPTY>
|
|
54
|
-
<!ATTLIST renderer
|
|
55
|
-
renderedClass CDATA #REQUIRED
|
|
56
|
-
renderingClass CDATA #REQUIRED
|
|
57
|
-
>
|
|
58
|
-
|
|
59
|
-
<!-- Appenders must have a name and a class. -->
|
|
60
|
-
<!-- Appenders may contain an error handler, a layout, optional parameters -->
|
|
61
|
-
<!-- and filters. They may also reference (or include) other appenders. -->
|
|
62
|
-
<!ELEMENT appender (errorHandler?, param*,
|
|
63
|
-
rollingPolicy?, triggeringPolicy?, connectionSource?,
|
|
64
|
-
layout?, filter*, appender-ref*)>
|
|
65
|
-
<!ATTLIST appender
|
|
66
|
-
name CDATA #REQUIRED
|
|
67
|
-
class CDATA #REQUIRED
|
|
68
|
-
>
|
|
69
|
-
|
|
70
|
-
<!ELEMENT layout (param*)>
|
|
71
|
-
<!ATTLIST layout
|
|
72
|
-
class CDATA #REQUIRED
|
|
73
|
-
>
|
|
74
|
-
|
|
75
|
-
<!ELEMENT filter (param*)>
|
|
76
|
-
<!ATTLIST filter
|
|
77
|
-
class CDATA #REQUIRED
|
|
78
|
-
>
|
|
79
|
-
|
|
80
|
-
<!-- ErrorHandlers can be of any class. They can admit any number of -->
|
|
81
|
-
<!-- parameters. -->
|
|
82
|
-
|
|
83
|
-
<!ELEMENT errorHandler (param*, root-ref?, logger-ref*, appender-ref?)>
|
|
84
|
-
<!ATTLIST errorHandler
|
|
85
|
-
class CDATA #REQUIRED
|
|
86
|
-
>
|
|
87
|
-
|
|
88
|
-
<!ELEMENT root-ref EMPTY>
|
|
89
|
-
|
|
90
|
-
<!ELEMENT logger-ref EMPTY>
|
|
91
|
-
<!ATTLIST logger-ref
|
|
92
|
-
ref CDATA #REQUIRED
|
|
93
|
-
>
|
|
94
|
-
|
|
95
|
-
<!ELEMENT param EMPTY>
|
|
96
|
-
<!ATTLIST param
|
|
97
|
-
name CDATA #REQUIRED
|
|
98
|
-
value CDATA #REQUIRED
|
|
99
|
-
>
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
<!-- The priority class is org.apache.log4j.Level by default -->
|
|
103
|
-
<!ELEMENT priority (param*)>
|
|
104
|
-
<!ATTLIST priority
|
|
105
|
-
class CDATA #IMPLIED
|
|
106
|
-
value CDATA #REQUIRED
|
|
107
|
-
>
|
|
108
|
-
|
|
109
|
-
<!-- The level class is org.apache.log4j.Level by default -->
|
|
110
|
-
<!ELEMENT level (param*)>
|
|
111
|
-
<!ATTLIST level
|
|
112
|
-
class CDATA #IMPLIED
|
|
113
|
-
value CDATA #REQUIRED
|
|
114
|
-
>
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
<!-- If no level element is specified, then the configurator MUST not -->
|
|
118
|
-
<!-- touch the level of the named category. -->
|
|
119
|
-
<!ELEMENT category (param*,(priority|level)?,appender-ref*)>
|
|
120
|
-
<!ATTLIST category
|
|
121
|
-
class CDATA #IMPLIED
|
|
122
|
-
name CDATA #REQUIRED
|
|
123
|
-
additivity (true|false) "true"
|
|
124
|
-
>
|
|
125
|
-
|
|
126
|
-
<!-- If no level element is specified, then the configurator MUST not -->
|
|
127
|
-
<!-- touch the level of the named logger. -->
|
|
128
|
-
<!ELEMENT logger (level?,appender-ref*)>
|
|
129
|
-
<!ATTLIST logger
|
|
130
|
-
name CDATA #REQUIRED
|
|
131
|
-
additivity (true|false) "true"
|
|
132
|
-
>
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
<!ELEMENT categoryFactory (param*)>
|
|
136
|
-
<!ATTLIST categoryFactory
|
|
137
|
-
class CDATA #REQUIRED>
|
|
138
|
-
|
|
139
|
-
<!ELEMENT loggerFactory (param*)>
|
|
140
|
-
<!ATTLIST loggerFactory
|
|
141
|
-
class CDATA #REQUIRED>
|
|
142
|
-
|
|
143
|
-
<!ELEMENT appender-ref EMPTY>
|
|
144
|
-
<!ATTLIST appender-ref
|
|
145
|
-
ref CDATA #REQUIRED
|
|
146
|
-
>
|
|
147
|
-
|
|
148
|
-
<!-- plugins must have a name and class and can have optional parameters -->
|
|
149
|
-
<!ELEMENT plugin (param*, connectionSource?)>
|
|
150
|
-
<!ATTLIST plugin
|
|
151
|
-
name CDATA #REQUIRED
|
|
152
|
-
class CDATA #REQUIRED
|
|
153
|
-
>
|
|
154
|
-
|
|
155
|
-
<!ELEMENT connectionSource (dataSource?, param*)>
|
|
156
|
-
<!ATTLIST connectionSource
|
|
157
|
-
class CDATA #REQUIRED
|
|
158
|
-
>
|
|
159
|
-
|
|
160
|
-
<!ELEMENT dataSource (param*)>
|
|
161
|
-
<!ATTLIST dataSource
|
|
162
|
-
class CDATA #REQUIRED
|
|
163
|
-
>
|
|
164
|
-
|
|
165
|
-
<!ELEMENT triggeringPolicy ((param|filter)*)>
|
|
166
|
-
<!ATTLIST triggeringPolicy
|
|
167
|
-
name CDATA #IMPLIED
|
|
168
|
-
class CDATA #REQUIRED
|
|
169
|
-
>
|
|
170
|
-
|
|
171
|
-
<!ELEMENT rollingPolicy (param*)>
|
|
172
|
-
<!ATTLIST rollingPolicy
|
|
173
|
-
name CDATA #IMPLIED
|
|
174
|
-
class CDATA #REQUIRED
|
|
175
|
-
>
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
<!-- If no priority element is specified, then the configurator MUST not -->
|
|
179
|
-
<!-- touch the priority of root. -->
|
|
180
|
-
<!-- The root category always exists and cannot be subclassed. -->
|
|
181
|
-
<!ELEMENT root (param*, (priority|level)?, appender-ref*)>
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
<!-- ==================================================================== -->
|
|
185
|
-
<!-- A logging event -->
|
|
186
|
-
<!-- ==================================================================== -->
|
|
187
|
-
<!ELEMENT log4j:eventSet (log4j:event*)>
|
|
188
|
-
<!ATTLIST log4j:eventSet
|
|
189
|
-
xmlns:log4j CDATA #FIXED "http://jakarta.apache.org/log4j/"
|
|
190
|
-
version (1.1|1.2) "1.2"
|
|
191
|
-
includesLocationInfo (true|false) "true"
|
|
192
|
-
>
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
<!ELEMENT log4j:event (log4j:message, log4j:NDC?, log4j:throwable?,
|
|
197
|
-
log4j:locationInfo?, log4j:properties?) >
|
|
198
|
-
|
|
199
|
-
<!-- The timestamp format is application dependent. -->
|
|
200
|
-
<!ATTLIST log4j:event
|
|
201
|
-
logger CDATA #REQUIRED
|
|
202
|
-
level CDATA #REQUIRED
|
|
203
|
-
thread CDATA #REQUIRED
|
|
204
|
-
timestamp CDATA #REQUIRED
|
|
205
|
-
time CDATA #IMPLIED
|
|
206
|
-
>
|
|
207
|
-
|
|
208
|
-
<!ELEMENT log4j:message (#PCDATA)>
|
|
209
|
-
<!ELEMENT log4j:NDC (#PCDATA)>
|
|
210
|
-
|
|
211
|
-
<!ELEMENT log4j:throwable (#PCDATA)>
|
|
212
|
-
|
|
213
|
-
<!ELEMENT log4j:locationInfo EMPTY>
|
|
214
|
-
<!ATTLIST log4j:locationInfo
|
|
215
|
-
class CDATA #REQUIRED
|
|
216
|
-
method CDATA #REQUIRED
|
|
217
|
-
file CDATA #REQUIRED
|
|
218
|
-
line CDATA #REQUIRED
|
|
219
|
-
>
|
|
220
|
-
|
|
221
|
-
<!ELEMENT log4j:properties (log4j:data*)>
|
|
222
|
-
|
|
223
|
-
<!ELEMENT log4j:data EMPTY>
|
|
224
|
-
<!ATTLIST log4j:data
|
|
225
|
-
name CDATA #REQUIRED
|
|
226
|
-
value CDATA #REQUIRED
|
|
227
|
-
>
|
package/CCApi.dll
DELETED
|
Binary file
|
package/DgnPlatformM02.dll
DELETED
|
Binary file
|
package/LicensingM02.dll
DELETED
|
Binary file
|