-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathproject.xml
More file actions
22 lines (19 loc) · 708 Bytes
/
project.xml
File metadata and controls
22 lines (19 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<project type="library" builder="java">
<name>OrientDB Database Service</name>
<description>
A service for working with OrientDB databases.
</description>
<identifyingName>interactivespaces.sandbox.service.database.document.orientdb
</identifyingName>
<version>1.0.0</version>
<library>
<container>
<activator>interactivespaces.sandbox.service.database.document.orientdb.internal.osgi.OrientDbDocumentDatabaseServiceOsgiBundleActivator
</activator>
</container>
</library>
<dependencies>
<dependency name="com.orientechnologies.orientdb-core" minimumVersion="1.7.0" maximumVersion="2.2.0" required="true" />
</dependencies>
</project>