Skip to content

Commit

Permalink
fix helper and clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
amattioc committed Feb 29, 2024
1 parent 08c5430 commit d79d144
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 137 deletions.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20240226-1226
20240229-1704
28 changes: 0 additions & 28 deletions JAVA/src/main/assembly/assembly-excel.xml

This file was deleted.

28 changes: 0 additions & 28 deletions JAVA/src/main/assembly/assembly-matlab.xml

This file was deleted.

28 changes: 0 additions & 28 deletions JAVA/src/main/assembly/assembly-sas.xml

This file was deleted.

28 changes: 0 additions & 28 deletions JAVA/src/main/assembly/assembly-stata.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public SDMXHelper(boolean exitOnClose, String lockedProvider)
try
{
if (selectedProviderGroup.getSelection() != null)
new ToolCommandsFrame(tfSdmxQuery.getText(),
new ToolCommandsFrame(getSelectedDataflow()+"/"+tfSdmxQuery.getText(),
selectedProviderGroup.getSelection().getActionCommand());
}
catch (SdmxException ex)
Expand Down
1 change: 0 additions & 1 deletion JAVA/src/site/markdown
Submodule markdown deleted from 682f5f
22 changes: 0 additions & 22 deletions JAVA/src/site/site.xml

This file was deleted.

Binary file modified RJSDMX/inst/java/SDMX.jar
Binary file not shown.
Binary file modified STATA/jar/SDMX.jar
Binary file not shown.

0 comments on commit d79d144

Please sign in to comment.