Skip to content

Commit bf65168

Browse files
committed
corrected typos in the comments
1 parent 043a610 commit bf65168

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dao/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@
2626

2727
<!--
2828
log4j.xml file will be copied both in ${project.build.outputDirectory}
29-
and ${project.build.outputDirectory}. Thanks to Sean Patrick Floyd
29+
and ${project.build.directory}. Thanks to Sean Patrick Floyd
3030
(http://stackoverflow.com/questions/5637532/maven-how-to-place-resource-file-together-with-jar)
3131
-->
3232

3333
<resources>
34-
<resource> <!-- regular resource processing for everything except logback.xml -->
34+
<resource> <!-- regular processing for every resource file -->
3535
<directory>src/main/resources</directory>
3636
</resource>
37-
<resource> <!-- resource processing with a different output directory for log4j.xml -->
37+
<resource> <!-- processing with a different output directory for log4j.xml -->
3838
<directory>src/main/resources</directory>
3939
<includes>
4040
<include>log4j.xml</include>
4141
</includes>
42-
<targetPath>..</targetPath> <!-- relative to target/classes i.e. ${project.build.outputDirectory} -->
42+
<targetPath>..</targetPath> <!-- relative to target/classes i.e. ${project.build.directory} -->
4343
</resource>
4444
</resources>
4545

0 commit comments

Comments
 (0)