Skip to content

Commit

Permalink
Fix little issue on properties names for JSON libs
Browse files Browse the repository at this point in the history
Bugzilla Id: 58515

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1710137 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
milamberspace committed Oct 23, 2015
1 parent b5010ff commit 57f0d3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,8 @@
<include name="${lib.dir}/${jodd-core.jar}"/>
<include name="${lib.dir}/${jodd-lagarto.jar}"/>
<include name="${lib.dir}/${jodd-log.jar}"/>
<include name="${lib.dir}/${json-path}"/>
<include name="${lib.dir}/${json-smart}"/>
<include name="${lib.dir}/${json-path.jar}"/>
<include name="${lib.dir}/${json-smart.jar}"/>
<include name="${lib.dir}/${jsoup.jar}"/>
<include name="${lib.dir}/${junit.jar}"/>
<include name="${lib.dir}/${logkit.jar}"/>
Expand Down Expand Up @@ -469,7 +469,7 @@
<pathelement location="${lib.dir}/${jodd-lagarto.jar}"/>
<pathelement location="${lib.dir}/${jodd-log.jar}"/>
<pathelement location="${lib.dir}/${json-path.jar}"/>
<pathelement location="${lib.dir}/${json-smart}"/>
<pathelement location="${lib.dir}/${json-smart.jar}"/>
<pathelement location="${lib.dir}/${jsoup.jar}"/>
<pathelement location="${lib.dir}/${junit.jar}"/>
<pathelement location="${lib.dir}/${logkit.jar}"/>
Expand Down

0 comments on commit 57f0d3f

Please sign in to comment.