Skip to content

Commit 0df7cc8

Browse files
committedSep 18, 2018
18-09-18_20-05 = pom.xml
1 parent f2380b5 commit 0df7cc8

File tree

6 files changed

+44
-3
lines changed

6 files changed

+44
-3
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target/

‎db/user/user.mv.db

36 KB
Binary file not shown.

‎pkg_user_export_18.09.18.html

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<html>
2+
<head>
3+
<meta charset=UTF-8>
4+
<title>
5+
PKG export for user user, DB last change = 18.09.18 08:02
6+
</title>
7+
</head>
8+
<body>
9+
<h3>
10+
PKG html export for user user, DB last change = 18.09.18 08:02
11+
</h3>
12+
<table border=1 cellpading=3 cellspacing=1>
13+
<tr>
14+
<td><b>N</b></td>
15+
<td><b>Title</b></td>
16+
<td><b>Login</b></td>
17+
<td><b>Password</b></td>
18+
<td><b>Description</b></td>
19+
<td><b>URL</b></td>
20+
</tr>
21+
<tr>
22+
<td>1</td>
23+
<td>qq</td>
24+
<td>qqq</td>
25+
<td>qqqq</td>
26+
<td></td>
27+
<td></td>
28+
</tr>
29+
</table>
30+
</body>
31+
</html>

‎pkg_user_export_18.09.18.xml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<user>
2+
<record_1>
3+
<title>qq</title>
4+
<login>qqq</login>
5+
<password>qqqq</password>
6+
<description></description>
7+
<url></url>
8+
</record_1>
9+
</user>

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@
117117
<artifactId>configloader</artifactId>
118118
<version>1.5</version>
119119
</dependency>
120-
120+
<!--
121121
<dependency>
122122
<groupId>xml-apis</groupId>
123123
<artifactId>xml-apis</artifactId>
124124
<version>2.0.2</version>
125125
</dependency>
126-
126+
-->
127127
<dependency>
128128
<groupId>xerces</groupId>
129129
<artifactId>xercesImpl</artifactId>

‎users/user/user.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<user>
33
<password>ee11cbb19052e40b07aac0ca060c23ee</password>
44
<hash>md5</hash>
5-
<change>15.12.17 12:19</change>
5+
<change>18.09.18 08:03</change>
66
</user>
77
</pkg>

0 commit comments

Comments
 (0)
Please sign in to comment.