mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 00:36:48 +00:00
Add LevelDb's Java interface
Summary: See the wiki below https://our.intern.facebook.com/intern/wiki/index.php/Database/leveldb/Java Test Plan: compile test Reviewers: dhruba Reviewed By: dhruba Differential Revision: https://reviews.facebook.net/D5919
This commit is contained in:
41
java/leveldb/src/site/site.xml
Normal file
41
java/leveldb/src/site/site.xml
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2011 the original author or authors.
|
||||
See the notice.md file distributed with this work for additional
|
||||
information regarding copyright ownership.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<project name="${project.name}">
|
||||
|
||||
<skin>
|
||||
<groupId>com.googlecode.fluido-skin</groupId>
|
||||
<artifactId>fluido-skin</artifactId>
|
||||
<version>1.3</version>
|
||||
</skin>
|
||||
|
||||
<!-- Enable if the project ever gets a logo.
|
||||
<bannerLeft>
|
||||
<name>${project.name}</name>
|
||||
<src>http://github.com/dain/leveldb/tree/master/ ...... /project-logo.png</src>
|
||||
<href>${project.url}</href>
|
||||
</bannerLeft>
|
||||
-->
|
||||
|
||||
<version position="left"/>
|
||||
<body>
|
||||
<menu ref="reports" inherit="bottom"/>
|
||||
<menu ref="modules" inherit="bottom"/>
|
||||
</body>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user