//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  Juggling history deletion tool
//
//  How to use
//                                                                                            09-30-2025
//////////////////////////////////////////////////////////////////////////////////////////////////////////////

In IM-Juggling, the history is saved every time you save juggling.im.
If the history of juggling.im increases,it will take longer to open the juggling.im or IM-Juggling will not respond.

This is a tool to delete the juggling.im history.

---------------------------------------------
- Prerequisites
---------------------------------------------
1. JDK is installed and ready to execute.

---------------------------------------------
- Enclosed Files
---------------------------------------------
･ This readme.txt file
･ JugglingTool.jar execution jar file

---------------------------------------------
- How to use
---------------------------------------------

[Command to Execute]

java -jar JugglingTool.jar -f juggling.im -r 1

[Options]

-f {juggling.im file path}
･ Specify the path of the juggling.im file to delete the history. (Required)
･ If you specify only this option, the history will be displayed.

-r {Number of histories to keep}
･ Delete the history, leaving only {number of histories to keep} from the most recent history.
･ Processing
	1. Displays the current history.
	2. Create a backup file.
		Create a backup file in the same folder as the specified juggling.im as [juggling.im.bak.date].
	3. Delete old history up to the specified number. (The specified number of history will be saved.)
		Display deleted history.
	4. Display the history after deletion.

-c
･ Delete unmanaged module information.
	Normally, there is no need to specify it.
	If you fail to create a WAR in CUI, performing this step may enable the creation of the WAR.

-------------------------------------------------------------------------------
                                                 NTT DATA INTRAMART Corporation
