-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathsite.xml
More file actions
35 lines (30 loc) · 970 Bytes
/
site.xml
File metadata and controls
35 lines (30 loc) · 970 Bytes
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"?>
<!--
#%L
JSQLParser library
%%
Copyright (C) 2004 - 2019 JSQLParser
%%
Dual licensed under GNU LGPL 2.1 or Apache License 2.0
#L%
-->
<project name="Maven" xmlns="http://maven.apache.org/DECORATION/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.7</version>
</skin>
<bannerLeft>
<name>JSqlParser</name>
</bannerLeft>
<body>
<links inherit="top">
<item name="JSqlParser" href="https://github.com/JSQLParser/JSqlParser"/>
</links>
<menu ref="parent" inherit="bottom"/>
<menu ref="modules" inherit="bottom"/>
<menu ref="reports" inherit="bottom"/>
</body>
</project>