Skip to content

Commit

Permalink
Add build option 'extra.product.name' for correct naming of Connector…
Browse files Browse the repository at this point in the history
…/J build variants.
  • Loading branch information
fjssilva committed Dec 2, 2015
1 parent 760c008 commit fe541c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ com.mysql.jdbc.noCleanBetweenCompiles=yes
<property name="snapshot.version" value="-SNAPSHOT" />
<property name="extra.version" value="" />
<property name="full.version" value="${version}${extra.version}${snapshot.version}" />
<property name="fullProdName" value="${prodName}-${full.version}" />
<property name="extra.product.name" value="" />
<property name="fullProdName" value="${prodName}${extra.product.name}-${full.version}" />
<property name="sourceDir" value="./src" />
<property name="buildDir" value="./build" />
<property name="distDir" value="./dist" />
Expand Down

0 comments on commit fe541c1

Please sign in to comment.