-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththirdparty_package_registry.xml
executable file
·35 lines (34 loc) · 1.34 KB
/
thirdparty_package_registry.xml
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
32
33
34
35
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2017 The MathWorks, Inc. -->
<!-- Mongo Java driver for Database Toolbox Interface for MongoDB -->
<RTTPackageRepository>
<!--Vendor home page and product name-->
<ThirdPartyPackage
name="Mongo Java Driver"
url="https://oss.sonatype.org/content/repositories/releases/org/mongodb/mongo-java-driver/">
<Platform
name="PCWIN64"
version="3.12.0"
instructionset="win64.xml"
archive="mongo-java-driver-3.12.0.jar"
removecmd=""
licenseurl="https://www.mongodb.com/legal/legal-notices">
</Platform>
<Platform
name="GLNXA64"
version="3.12.0"
instructionset="glnxa64.xml"
archive="mongo-java-driver-3.12.0.jar"
removecmd=""
licenseurl="https://www.mongodb.com/legal/legal-notices">
</Platform>
<Platform
name="MACI64"
version="3.12.0"
instructionset="maci64.xml"
archive="mongo-java-driver-3.12.0.jar"
removecmd=""
licenseurl="https://www.mongodb.com/legal/legal-notices">
</Platform>
</ThirdPartyPackage>
</RTTPackageRepository>