Skip to content

Commit

Permalink
ISPN-10303 config-converter.bat contains wrong transaction library
Browse files Browse the repository at this point in the history
  • Loading branch information
wfink authored and tristantarrant committed Jun 13, 2019
1 parent 19d0421 commit d54561e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/src/main/release/all/bin/config-converter.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set ISPN_HOME="%ISPN_HOME%.."
set CP=
for %%i in (%ISPN_HOME%\*.jar) do call :append_to_cp %%i
for %%i in (%ISPN_HOME%\modules\tools\*.jar) do call :append_to_cp %%i
for %%i in (%ISPN_HOME%\lib\jboss-transactions-api*.jar) do call :append_to_cp %%i
for %%i in (%ISPN_HOME%\lib\jboss-transaction-api*.jar) do call :append_to_cp %%i
rem echo libs: %CP%

java -classpath "%CP%" org.infinispan.tools.config.ConfigurationConverter %*
Expand Down

0 comments on commit d54561e

Please sign in to comment.