Skip to content

Commit 0cb3d79

Browse files
committed
Merge pull request #668 from hazendaz/master
Minor build tweaks
2 parents d91d71e + 1eecdf3 commit 0cb3d79

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.gitignore

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@
66
/.idea
77
/.project
88
/.settings
9-
/ibderby
109
/nb*
1110
/release.properties
1211
/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

src/site/pdf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<coverSubTitle>v. ${project.version}</coverSubTitle>
4343
<coverType>User Guide</coverType>
4444
<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>
4646
<companyName>${project.organization.name}</companyName>
4747
</cover>
4848
</document>

src/test/java/org/apache/ibatis/submitted/language/VelocitySqlSource.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2009-2015 the original author or authors.
2+
* Copyright 2009-2016 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -42,6 +42,7 @@ public class VelocitySqlSource implements SqlSource {
4242
private final Template script;
4343

4444
static {
45+
Velocity.setProperty("runtime.log", "target/velocity.log");
4546
Velocity.init();
4647
}
4748

0 commit comments

Comments
 (0)