File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed
test/java/org/apache/ibatis/submitted/language Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 6
6
/.idea
7
7
/.project
8
8
/.settings
9
- /ibderby
10
9
/nb *
11
10
/release.properties
12
11
/target
13
- /test.db.lck
14
- /test.db.log
15
- /test.db.properties
16
- /test.db.script
17
- /test.db.tmp
18
- /src /docbkx
19
- velocity.log
20
- /bin
21
- /derby.log
Original file line number Diff line number Diff line change 42
42
<coverSubTitle >v. ${project.version}</coverSubTitle >
43
43
<coverType >User Guide</coverType >
44
44
<projectName >${project.name}</projectName >
45
- <projectLogo >http://www. mybatis.org /images/logo.png</projectLogo >
45
+ <projectLogo >http://mybatis.github.io /images/mybatis- logo.png</projectLogo >
46
46
<companyName >${project.organization.name}</companyName >
47
47
</cover >
48
48
</document >
Original file line number Diff line number Diff line change 1
1
/**
2
- * Copyright 2009-2015 the original author or authors.
2
+ * Copyright 2009-2016 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -42,6 +42,7 @@ public class VelocitySqlSource implements SqlSource {
42
42
private final Template script ;
43
43
44
44
static {
45
+ Velocity .setProperty ("runtime.log" , "target/velocity.log" );
45
46
Velocity .init ();
46
47
}
47
48
You can’t perform that action at this time.
0 commit comments