Skip to content

Commit

Permalink
done changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SaiDevOpsFaculty committed Nov 17, 2018
1 parent a735d9f commit 51258df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<project name="SampleBuild" default="compile" basedir=".">
<path id="compile.classpath">
<taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
classpath="/path/to/checkstyle-8.13-all.jar"/>
<path id="compile.classpath">
<fileset dir="WebContent/WEB-INF/lib">
<include name="*.jar"/>
</fileset>
Expand Down

0 comments on commit 51258df

Please sign in to comment.