diff --git a/.classpath b/.classpath index d8e84c1c..303de162 100644 --- a/.classpath +++ b/.classpath @@ -1,6 +1,7 @@ + @@ -8,5 +9,6 @@ + diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..43467aab --- /dev/null +++ b/.gitignore @@ -0,0 +1,53 @@ +.metadata +/FreeCol.jar +/*.properties +/TESTS-TestSuites.xml +bin/ +tmp/ +build/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.settings/ +.loadpath +.recommenders + +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +# PyDev specific (Python IDE for Eclipse) +*.pydevproject + +# CDT-specific (C/C++ Development Tooling) +.cproject + +# Java annotation processor (APT) +.factorypath + +# PDT-specific (PHP Development Tools) +.buildpath + +# sbteclipse plugin +.target + +# Tern plugin +.tern-project + +# TeXlipse plugin +.texlipse + +# STS (Spring Tool Suite) +.springBeans + +# Code Recommenders +.recommenders/ + +# Scala IDE specific (Scala & Java development for Eclipse) +.cache-main +.scala_dependencies +.worksheet diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 3a215370..00000000 --- a/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,11 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.8 -org.eclipse.jdt.core.compiler.debug.lineNumber=generate -org.eclipse.jdt.core.compiler.debug.localVariable=generate -org.eclipse.jdt.core.compiler.debug.sourceFile=generate -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.8 diff --git a/FreeCol.jar b/FreeCol.jar deleted file mode 100644 index ed0bb8bf..00000000 Binary files a/FreeCol.jar and /dev/null differ diff --git a/bin/net/sf/freecol/FreeCol$1.class b/bin/net/sf/freecol/FreeCol$1.class deleted file mode 100644 index 1b48b681..00000000 Binary files a/bin/net/sf/freecol/FreeCol$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/FreeCol.class b/bin/net/sf/freecol/FreeCol.class deleted file mode 100644 index 9ebd341f..00000000 Binary files a/bin/net/sf/freecol/FreeCol.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/ClientOptions$MessageSourceComparator.class b/bin/net/sf/freecol/client/ClientOptions$MessageSourceComparator.class deleted file mode 100644 index b7f3c977..00000000 Binary files a/bin/net/sf/freecol/client/ClientOptions$MessageSourceComparator.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/ClientOptions.class b/bin/net/sf/freecol/client/ClientOptions.class deleted file mode 100644 index 845fb0b0..00000000 Binary files a/bin/net/sf/freecol/client/ClientOptions.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/FreeColClient$1.class b/bin/net/sf/freecol/client/FreeColClient$1.class deleted file mode 100644 index 1572a805..00000000 Binary files a/bin/net/sf/freecol/client/FreeColClient$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/FreeColClient.class b/bin/net/sf/freecol/client/FreeColClient.class deleted file mode 100644 index fef85001..00000000 Binary files a/bin/net/sf/freecol/client/FreeColClient.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/Worker.class b/bin/net/sf/freecol/client/Worker.class deleted file mode 100644 index e74631a6..00000000 Binary files a/bin/net/sf/freecol/client/Worker.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/ConnectController$1ErrorJob.class b/bin/net/sf/freecol/client/control/ConnectController$1ErrorJob.class deleted file mode 100644 index 961eda91..00000000 Binary files a/bin/net/sf/freecol/client/control/ConnectController$1ErrorJob.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/ConnectController.class b/bin/net/sf/freecol/client/control/ConnectController.class deleted file mode 100644 index aa191f2d..00000000 Binary files a/bin/net/sf/freecol/client/control/ConnectController.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/InGameController$ArmedUnitSettlementAction.class b/bin/net/sf/freecol/client/control/InGameController$ArmedUnitSettlementAction.class deleted file mode 100644 index da72b960..00000000 Binary files a/bin/net/sf/freecol/client/control/InGameController$ArmedUnitSettlementAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/InGameController$BoycottAction.class b/bin/net/sf/freecol/client/control/InGameController$BoycottAction.class deleted file mode 100644 index ded9cff5..00000000 Binary files a/bin/net/sf/freecol/client/control/InGameController$BoycottAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/InGameController$BuyAction.class b/bin/net/sf/freecol/client/control/InGameController$BuyAction.class deleted file mode 100644 index 30146b2d..00000000 Binary files a/bin/net/sf/freecol/client/control/InGameController$BuyAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/InGameController$ClaimAction.class b/bin/net/sf/freecol/client/control/InGameController$ClaimAction.class deleted file mode 100644 index bbab7ad0..00000000 Binary files a/bin/net/sf/freecol/client/control/InGameController$ClaimAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/InGameController$MissionaryAction.class b/bin/net/sf/freecol/client/control/InGameController$MissionaryAction.class deleted file mode 100644 index 2c873b17..00000000 Binary files a/bin/net/sf/freecol/client/control/InGameController$MissionaryAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/InGameController$MoveMode.class b/bin/net/sf/freecol/client/control/InGameController$MoveMode.class deleted file mode 100644 index fd43721f..00000000 Binary files a/bin/net/sf/freecol/client/control/InGameController$MoveMode.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/InGameController$ScoutColonyAction.class b/bin/net/sf/freecol/client/control/InGameController$ScoutColonyAction.class deleted file mode 100644 index 1d57c419..00000000 Binary files a/bin/net/sf/freecol/client/control/InGameController$ScoutColonyAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/InGameController$ScoutIndianSettlementAction.class b/bin/net/sf/freecol/client/control/InGameController$ScoutIndianSettlementAction.class deleted file mode 100644 index 2477ed57..00000000 Binary files a/bin/net/sf/freecol/client/control/InGameController$ScoutIndianSettlementAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/InGameController$SellAction.class b/bin/net/sf/freecol/client/control/InGameController$SellAction.class deleted file mode 100644 index 106010cb..00000000 Binary files a/bin/net/sf/freecol/client/control/InGameController$SellAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/InGameController$TradeAction.class b/bin/net/sf/freecol/client/control/InGameController$TradeAction.class deleted file mode 100644 index fe0c0d3f..00000000 Binary files a/bin/net/sf/freecol/client/control/InGameController$TradeAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/InGameController.class b/bin/net/sf/freecol/client/control/InGameController.class deleted file mode 100644 index b5af7c8d..00000000 Binary files a/bin/net/sf/freecol/client/control/InGameController.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/InGameInputHandler.class b/bin/net/sf/freecol/client/control/InGameInputHandler.class deleted file mode 100644 index 8b212d58..00000000 Binary files a/bin/net/sf/freecol/client/control/InGameInputHandler.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/InputHandler.class b/bin/net/sf/freecol/client/control/InputHandler.class deleted file mode 100644 index ba067c65..00000000 Binary files a/bin/net/sf/freecol/client/control/InputHandler.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/MapEditorController$1.class b/bin/net/sf/freecol/client/control/MapEditorController$1.class deleted file mode 100644 index 6960ee7d..00000000 Binary files a/bin/net/sf/freecol/client/control/MapEditorController$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/MapEditorController$1ErrorJob.class b/bin/net/sf/freecol/client/control/MapEditorController$1ErrorJob.class deleted file mode 100644 index 64b695d3..00000000 Binary files a/bin/net/sf/freecol/client/control/MapEditorController$1ErrorJob.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/MapEditorController$IMapTransform.class b/bin/net/sf/freecol/client/control/MapEditorController$IMapTransform.class deleted file mode 100644 index ec407aea..00000000 Binary files a/bin/net/sf/freecol/client/control/MapEditorController$IMapTransform.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/MapEditorController.class b/bin/net/sf/freecol/client/control/MapEditorController.class deleted file mode 100644 index 68f18c94..00000000 Binary files a/bin/net/sf/freecol/client/control/MapEditorController.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/PreGameController.class b/bin/net/sf/freecol/client/control/PreGameController.class deleted file mode 100644 index 99aff99b..00000000 Binary files a/bin/net/sf/freecol/client/control/PreGameController.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/PreGameInputHandler$1.class b/bin/net/sf/freecol/client/control/PreGameInputHandler$1.class deleted file mode 100644 index 1ed15c9e..00000000 Binary files a/bin/net/sf/freecol/client/control/PreGameInputHandler$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/PreGameInputHandler.class b/bin/net/sf/freecol/client/control/PreGameInputHandler.class deleted file mode 100644 index e5af3a04..00000000 Binary files a/bin/net/sf/freecol/client/control/PreGameInputHandler.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/SoundController.class b/bin/net/sf/freecol/client/control/SoundController.class deleted file mode 100644 index d7b6067b..00000000 Binary files a/bin/net/sf/freecol/client/control/SoundController.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/control/package.html b/bin/net/sf/freecol/client/control/package.html deleted file mode 100644 index ca6f6b0e..00000000 --- a/bin/net/sf/freecol/client/control/package.html +++ /dev/null @@ -1,13 +0,0 @@ - - -Contains the classes responsible for the control of the game. - -

- -There are two types of control classes: controllers and -input handlers. The latter receives requests from the server -and takes the appropriate actions, while the former contains -the other methods that are neccessary to control the game. - - - diff --git a/bin/net/sf/freecol/client/gui/AbstractCanvasListener.class b/bin/net/sf/freecol/client/gui/AbstractCanvasListener.class deleted file mode 100644 index b30f1b2c..00000000 Binary files a/bin/net/sf/freecol/client/gui/AbstractCanvasListener.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/Canvas$DialogCallback$1.class b/bin/net/sf/freecol/client/gui/Canvas$DialogCallback$1.class deleted file mode 100644 index 1ec3ba3c..00000000 Binary files a/bin/net/sf/freecol/client/gui/Canvas$DialogCallback$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/Canvas$DialogCallback.class b/bin/net/sf/freecol/client/gui/Canvas$DialogCallback.class deleted file mode 100644 index 6897273b..00000000 Binary files a/bin/net/sf/freecol/client/gui/Canvas$DialogCallback.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/Canvas$PopupPosition.class b/bin/net/sf/freecol/client/gui/Canvas$PopupPosition.class deleted file mode 100644 index 07d6ec84..00000000 Binary files a/bin/net/sf/freecol/client/gui/Canvas$PopupPosition.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/Canvas$ToolBoxFrame.class b/bin/net/sf/freecol/client/gui/Canvas$ToolBoxFrame.class deleted file mode 100644 index 16f10349..00000000 Binary files a/bin/net/sf/freecol/client/gui/Canvas$ToolBoxFrame.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/Canvas.class b/bin/net/sf/freecol/client/gui/Canvas.class deleted file mode 100644 index 2f4f0742..00000000 Binary files a/bin/net/sf/freecol/client/gui/Canvas.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/CanvasMapEditorMouseListener.class b/bin/net/sf/freecol/client/gui/CanvasMapEditorMouseListener.class deleted file mode 100644 index dfde6e8b..00000000 Binary files a/bin/net/sf/freecol/client/gui/CanvasMapEditorMouseListener.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/CanvasMouseListener.class b/bin/net/sf/freecol/client/gui/CanvasMouseListener.class deleted file mode 100644 index f895fca4..00000000 Binary files a/bin/net/sf/freecol/client/gui/CanvasMouseListener.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/CanvasMouseMotionListener.class b/bin/net/sf/freecol/client/gui/CanvasMouseMotionListener.class deleted file mode 100644 index de0374f6..00000000 Binary files a/bin/net/sf/freecol/client/gui/CanvasMouseMotionListener.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/ChatDisplay.class b/bin/net/sf/freecol/client/gui/ChatDisplay.class deleted file mode 100644 index c064daa8..00000000 Binary files a/bin/net/sf/freecol/client/gui/ChatDisplay.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/ChoiceItem.class b/bin/net/sf/freecol/client/gui/ChoiceItem.class deleted file mode 100644 index 86727dc9..00000000 Binary files a/bin/net/sf/freecol/client/gui/ChoiceItem.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/DialogHandler.class b/bin/net/sf/freecol/client/gui/DialogHandler.class deleted file mode 100644 index db5067fc..00000000 Binary files a/bin/net/sf/freecol/client/gui/DialogHandler.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/FontLibrary$FontSize.class b/bin/net/sf/freecol/client/gui/FontLibrary$FontSize.class deleted file mode 100644 index f0177623..00000000 Binary files a/bin/net/sf/freecol/client/gui/FontLibrary$FontSize.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/FontLibrary$FontType.class b/bin/net/sf/freecol/client/gui/FontLibrary$FontType.class deleted file mode 100644 index 948d5c75..00000000 Binary files a/bin/net/sf/freecol/client/gui/FontLibrary$FontType.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/FontLibrary.class b/bin/net/sf/freecol/client/gui/FontLibrary.class deleted file mode 100644 index fe8c75d1..00000000 Binary files a/bin/net/sf/freecol/client/gui/FontLibrary.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/FrameMotionListener.class b/bin/net/sf/freecol/client/gui/FrameMotionListener.class deleted file mode 100644 index d50387b7..00000000 Binary files a/bin/net/sf/freecol/client/gui/FrameMotionListener.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/FreeColFrame$1.class b/bin/net/sf/freecol/client/gui/FreeColFrame$1.class deleted file mode 100644 index 8a6836e2..00000000 Binary files a/bin/net/sf/freecol/client/gui/FreeColFrame$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/FreeColFrame.class b/bin/net/sf/freecol/client/gui/FreeColFrame.class deleted file mode 100644 index d847f89a..00000000 Binary files a/bin/net/sf/freecol/client/gui/FreeColFrame.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/FullScreenFrameListener.class b/bin/net/sf/freecol/client/gui/FullScreenFrameListener.class deleted file mode 100644 index b6812cb6..00000000 Binary files a/bin/net/sf/freecol/client/gui/FullScreenFrameListener.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/GUI.class b/bin/net/sf/freecol/client/gui/GUI.class deleted file mode 100644 index 0f2726db..00000000 Binary files a/bin/net/sf/freecol/client/gui/GUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/GUIMessage.class b/bin/net/sf/freecol/client/gui/GUIMessage.class deleted file mode 100644 index ef462c0c..00000000 Binary files a/bin/net/sf/freecol/client/gui/GUIMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/GrayLayer.class b/bin/net/sf/freecol/client/gui/GrayLayer.class deleted file mode 100644 index e0cc18b7..00000000 Binary files a/bin/net/sf/freecol/client/gui/GrayLayer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/ImageLibrary$PathType.class b/bin/net/sf/freecol/client/gui/ImageLibrary$PathType.class deleted file mode 100644 index 5c819a1b..00000000 Binary files a/bin/net/sf/freecol/client/gui/ImageLibrary$PathType.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/ImageLibrary.class b/bin/net/sf/freecol/client/gui/ImageLibrary.class deleted file mode 100644 index 95a8dad0..00000000 Binary files a/bin/net/sf/freecol/client/gui/ImageLibrary.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/LoadingSavegameInfo.class b/bin/net/sf/freecol/client/gui/LoadingSavegameInfo.class deleted file mode 100644 index 573c9ba3..00000000 Binary files a/bin/net/sf/freecol/client/gui/LoadingSavegameInfo.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/MapViewer$BorderType.class b/bin/net/sf/freecol/client/gui/MapViewer$BorderType.class deleted file mode 100644 index 903ce3e3..00000000 Binary files a/bin/net/sf/freecol/client/gui/MapViewer$BorderType.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/MapViewer$TextSpecification.class b/bin/net/sf/freecol/client/gui/MapViewer$TextSpecification.class deleted file mode 100644 index 5aa79773..00000000 Binary files a/bin/net/sf/freecol/client/gui/MapViewer$TextSpecification.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/MapViewer.class b/bin/net/sf/freecol/client/gui/MapViewer.class deleted file mode 100644 index 061c0da0..00000000 Binary files a/bin/net/sf/freecol/client/gui/MapViewer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/OutForAnimationCallback.class b/bin/net/sf/freecol/client/gui/OutForAnimationCallback.class deleted file mode 100644 index 36b8ed55..00000000 Binary files a/bin/net/sf/freecol/client/gui/OutForAnimationCallback.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/RoadPainter.class b/bin/net/sf/freecol/client/gui/RoadPainter.class deleted file mode 100644 index 8fc68f81..00000000 Binary files a/bin/net/sf/freecol/client/gui/RoadPainter.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/ScrollThread.class b/bin/net/sf/freecol/client/gui/ScrollThread.class deleted file mode 100644 index b824afab..00000000 Binary files a/bin/net/sf/freecol/client/gui/ScrollThread.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/SwingGUI$1AbortListener.class b/bin/net/sf/freecol/client/gui/SwingGUI$1AbortListener.class deleted file mode 100644 index 5a9efba8..00000000 Binary files a/bin/net/sf/freecol/client/gui/SwingGUI$1AbortListener.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/SwingGUI.class b/bin/net/sf/freecol/client/gui/SwingGUI.class deleted file mode 100644 index 4ebc0a0c..00000000 Binary files a/bin/net/sf/freecol/client/gui/SwingGUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/TerrainCursor.class b/bin/net/sf/freecol/client/gui/TerrainCursor.class deleted file mode 100644 index 2cb3d71c..00000000 Binary files a/bin/net/sf/freecol/client/gui/TerrainCursor.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/TilePopup.class b/bin/net/sf/freecol/client/gui/TilePopup.class deleted file mode 100644 index 49332f87..00000000 Binary files a/bin/net/sf/freecol/client/gui/TilePopup.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/TileViewer$SortableImage.class b/bin/net/sf/freecol/client/gui/TileViewer$SortableImage.class deleted file mode 100644 index 5d5d87f2..00000000 Binary files a/bin/net/sf/freecol/client/gui/TileViewer$SortableImage.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/TileViewer.class b/bin/net/sf/freecol/client/gui/TileViewer.class deleted file mode 100644 index a4fb28f1..00000000 Binary files a/bin/net/sf/freecol/client/gui/TileViewer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/WindowedFrameListener.class b/bin/net/sf/freecol/client/gui/WindowedFrameListener.class deleted file mode 100644 index b3c8c61f..00000000 Binary files a/bin/net/sf/freecol/client/gui/WindowedFrameListener.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/AboutAction.class b/bin/net/sf/freecol/client/gui/action/AboutAction.class deleted file mode 100644 index bee75128..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/AboutAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ActionManager.class b/bin/net/sf/freecol/client/gui/action/ActionManager.class deleted file mode 100644 index 13dd5dd3..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ActionManager.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/AssignTradeRouteAction.class b/bin/net/sf/freecol/client/gui/action/AssignTradeRouteAction.class deleted file mode 100644 index d3c3da8b..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/AssignTradeRouteAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/BuildColonyAction.class b/bin/net/sf/freecol/client/gui/action/BuildColonyAction.class deleted file mode 100644 index 62eec2f4..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/BuildColonyAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/CenterAction.class b/bin/net/sf/freecol/client/gui/action/CenterAction.class deleted file mode 100644 index a08eaefe..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/CenterAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ChangeAction.class b/bin/net/sf/freecol/client/gui/action/ChangeAction.class deleted file mode 100644 index 182e033b..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ChangeAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ChangeWindowedModeAction.class b/bin/net/sf/freecol/client/gui/action/ChangeWindowedModeAction.class deleted file mode 100644 index 2eb7b695..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ChangeWindowedModeAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ChatAction.class b/bin/net/sf/freecol/client/gui/action/ChatAction.class deleted file mode 100644 index cc0a1491..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ChatAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ClearOrdersAction.class b/bin/net/sf/freecol/client/gui/action/ClearOrdersAction.class deleted file mode 100644 index fea4c494..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ClearOrdersAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ColopediaAction$PanelType.class b/bin/net/sf/freecol/client/gui/action/ColopediaAction$PanelType.class deleted file mode 100644 index 34b355ce..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ColopediaAction$PanelType.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ColopediaAction.class b/bin/net/sf/freecol/client/gui/action/ColopediaAction.class deleted file mode 100644 index 5d79fc44..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ColopediaAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ContinueAction.class b/bin/net/sf/freecol/client/gui/action/ContinueAction.class deleted file mode 100644 index 2aded5e8..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ContinueAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/DebugAction.class b/bin/net/sf/freecol/client/gui/action/DebugAction.class deleted file mode 100644 index 0fb53681..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/DebugAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/DeclareIndependenceAction.class b/bin/net/sf/freecol/client/gui/action/DeclareIndependenceAction.class deleted file mode 100644 index 06c68000..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/DeclareIndependenceAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/DetermineHighSeasAction.class b/bin/net/sf/freecol/client/gui/action/DetermineHighSeasAction.class deleted file mode 100644 index 5ed9e554..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/DetermineHighSeasAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/DisbandUnitAction.class b/bin/net/sf/freecol/client/gui/action/DisbandUnitAction.class deleted file mode 100644 index 3a87cfdc..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/DisbandUnitAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/DisplayBordersAction.class b/bin/net/sf/freecol/client/gui/action/DisplayBordersAction.class deleted file mode 100644 index b3fafa09..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/DisplayBordersAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/DisplayGridAction.class b/bin/net/sf/freecol/client/gui/action/DisplayGridAction.class deleted file mode 100644 index 08285e36..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/DisplayGridAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/DisplayTileTextAction$DisplayText.class b/bin/net/sf/freecol/client/gui/action/DisplayTileTextAction$DisplayText.class deleted file mode 100644 index 5042a660..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/DisplayTileTextAction$DisplayText.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/DisplayTileTextAction.class b/bin/net/sf/freecol/client/gui/action/DisplayTileTextAction.class deleted file mode 100644 index 992efa8f..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/DisplayTileTextAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/EndTurnAction.class b/bin/net/sf/freecol/client/gui/action/EndTurnAction.class deleted file mode 100644 index fabb1c1c..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/EndTurnAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/EuropeAction.class b/bin/net/sf/freecol/client/gui/action/EuropeAction.class deleted file mode 100644 index 367dcc8c..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/EuropeAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ExecuteGotoOrdersAction.class b/bin/net/sf/freecol/client/gui/action/ExecuteGotoOrdersAction.class deleted file mode 100644 index f81df0e6..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ExecuteGotoOrdersAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/FindSettlementAction.class b/bin/net/sf/freecol/client/gui/action/FindSettlementAction.class deleted file mode 100644 index bc5768b6..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/FindSettlementAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/FortifyAction.class b/bin/net/sf/freecol/client/gui/action/FortifyAction.class deleted file mode 100644 index 5d8a6d4c..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/FortifyAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/FreeColAction$InnerMenuKeyListener.class b/bin/net/sf/freecol/client/gui/action/FreeColAction$InnerMenuKeyListener.class deleted file mode 100644 index 1d09a736..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/FreeColAction$InnerMenuKeyListener.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/FreeColAction.class b/bin/net/sf/freecol/client/gui/action/FreeColAction.class deleted file mode 100644 index 284f4389..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/FreeColAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/GotoAction.class b/bin/net/sf/freecol/client/gui/action/GotoAction.class deleted file mode 100644 index 560d4396..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/GotoAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/GotoTileAction.class b/bin/net/sf/freecol/client/gui/action/GotoTileAction.class deleted file mode 100644 index a1cb5535..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/GotoTileAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ImprovementAction.class b/bin/net/sf/freecol/client/gui/action/ImprovementAction.class deleted file mode 100644 index e0784582..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ImprovementAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/LoadAction.class b/bin/net/sf/freecol/client/gui/action/LoadAction.class deleted file mode 100644 index 33512290..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/LoadAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/MapControlsAction.class b/bin/net/sf/freecol/client/gui/action/MapControlsAction.class deleted file mode 100644 index 9f9ad056..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/MapControlsAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/MapEditorAction.class b/bin/net/sf/freecol/client/gui/action/MapEditorAction.class deleted file mode 100644 index 872bab73..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/MapEditorAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/MapboardAction.class b/bin/net/sf/freecol/client/gui/action/MapboardAction.class deleted file mode 100644 index 2c705a96..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/MapboardAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/MiniMapToggleFogOfWarAction.class b/bin/net/sf/freecol/client/gui/action/MiniMapToggleFogOfWarAction.class deleted file mode 100644 index 5a71eec4..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/MiniMapToggleFogOfWarAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/MiniMapToggleViewAction.class b/bin/net/sf/freecol/client/gui/action/MiniMapToggleViewAction.class deleted file mode 100644 index 424b9189..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/MiniMapToggleViewAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/MiniMapZoomInAction.class b/bin/net/sf/freecol/client/gui/action/MiniMapZoomInAction.class deleted file mode 100644 index 59e2dfe1..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/MiniMapZoomInAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/MiniMapZoomOutAction.class b/bin/net/sf/freecol/client/gui/action/MiniMapZoomOutAction.class deleted file mode 100644 index 6e705e99..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/MiniMapZoomOutAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/MoveAction.class b/bin/net/sf/freecol/client/gui/action/MoveAction.class deleted file mode 100644 index ae40d413..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/MoveAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/NewAction.class b/bin/net/sf/freecol/client/gui/action/NewAction.class deleted file mode 100644 index a8a94cdc..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/NewAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/NewEmptyMapAction.class b/bin/net/sf/freecol/client/gui/action/NewEmptyMapAction.class deleted file mode 100644 index eca1bc52..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/NewEmptyMapAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/OpenAction.class b/bin/net/sf/freecol/client/gui/action/OpenAction.class deleted file mode 100644 index 293255c1..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/OpenAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/PreferencesAction.class b/bin/net/sf/freecol/client/gui/action/PreferencesAction.class deleted file mode 100644 index 5ba6e930..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/PreferencesAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/QuitAction.class b/bin/net/sf/freecol/client/gui/action/QuitAction.class deleted file mode 100644 index 5027e9f6..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/QuitAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ReconnectAction.class b/bin/net/sf/freecol/client/gui/action/ReconnectAction.class deleted file mode 100644 index 93905a95..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ReconnectAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/RenameAction.class b/bin/net/sf/freecol/client/gui/action/RenameAction.class deleted file mode 100644 index e6c33060..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/RenameAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ReportCargoAction.class b/bin/net/sf/freecol/client/gui/action/ReportCargoAction.class deleted file mode 100644 index 433dabe7..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ReportCargoAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ReportColonyAction.class b/bin/net/sf/freecol/client/gui/action/ReportColonyAction.class deleted file mode 100644 index 42e98629..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ReportColonyAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ReportContinentalCongressAction.class b/bin/net/sf/freecol/client/gui/action/ReportContinentalCongressAction.class deleted file mode 100644 index 0981eab5..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ReportContinentalCongressAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ReportEducationAction.class b/bin/net/sf/freecol/client/gui/action/ReportEducationAction.class deleted file mode 100644 index a80cc8a9..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ReportEducationAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ReportExplorationAction.class b/bin/net/sf/freecol/client/gui/action/ReportExplorationAction.class deleted file mode 100644 index f3acf1c5..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ReportExplorationAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ReportForeignAction.class b/bin/net/sf/freecol/client/gui/action/ReportForeignAction.class deleted file mode 100644 index 9197729b..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ReportForeignAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ReportHighScoresAction.class b/bin/net/sf/freecol/client/gui/action/ReportHighScoresAction.class deleted file mode 100644 index 9dc39da4..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ReportHighScoresAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ReportHistoryAction.class b/bin/net/sf/freecol/client/gui/action/ReportHistoryAction.class deleted file mode 100644 index a6bb65d2..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ReportHistoryAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ReportIndianAction.class b/bin/net/sf/freecol/client/gui/action/ReportIndianAction.class deleted file mode 100644 index a9fe23fa..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ReportIndianAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ReportLabourAction.class b/bin/net/sf/freecol/client/gui/action/ReportLabourAction.class deleted file mode 100644 index 73ee3e94..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ReportLabourAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ReportMilitaryAction.class b/bin/net/sf/freecol/client/gui/action/ReportMilitaryAction.class deleted file mode 100644 index b4efcf01..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ReportMilitaryAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ReportNavalAction.class b/bin/net/sf/freecol/client/gui/action/ReportNavalAction.class deleted file mode 100644 index 3cfb8f6e..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ReportNavalAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ReportProductionAction.class b/bin/net/sf/freecol/client/gui/action/ReportProductionAction.class deleted file mode 100644 index b86eef14..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ReportProductionAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ReportReligionAction.class b/bin/net/sf/freecol/client/gui/action/ReportReligionAction.class deleted file mode 100644 index a1374c9a..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ReportReligionAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ReportRequirementsAction.class b/bin/net/sf/freecol/client/gui/action/ReportRequirementsAction.class deleted file mode 100644 index 1ac25d0a..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ReportRequirementsAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ReportTradeAction.class b/bin/net/sf/freecol/client/gui/action/ReportTradeAction.class deleted file mode 100644 index 6daf04f0..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ReportTradeAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ReportTurnAction.class b/bin/net/sf/freecol/client/gui/action/ReportTurnAction.class deleted file mode 100644 index 394a2793..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ReportTurnAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/RetireAction.class b/bin/net/sf/freecol/client/gui/action/RetireAction.class deleted file mode 100644 index 7c07e78e..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/RetireAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/SaveAction.class b/bin/net/sf/freecol/client/gui/action/SaveAction.class deleted file mode 100644 index 8988765c..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/SaveAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/SaveAndQuitAction.class b/bin/net/sf/freecol/client/gui/action/SaveAndQuitAction.class deleted file mode 100644 index 6dbd2111..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/SaveAndQuitAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ScaleMapAction.class b/bin/net/sf/freecol/client/gui/action/ScaleMapAction.class deleted file mode 100644 index 73d0afac..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ScaleMapAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/SelectableAction.class b/bin/net/sf/freecol/client/gui/action/SelectableAction.class deleted file mode 100644 index be4d4278..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/SelectableAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/SentryAction.class b/bin/net/sf/freecol/client/gui/action/SentryAction.class deleted file mode 100644 index a764ada9..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/SentryAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ShowDifficultyAction.class b/bin/net/sf/freecol/client/gui/action/ShowDifficultyAction.class deleted file mode 100644 index 01f109b2..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ShowDifficultyAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ShowGameOptionsAction.class b/bin/net/sf/freecol/client/gui/action/ShowGameOptionsAction.class deleted file mode 100644 index 17ff4a54..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ShowGameOptionsAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ShowMainAction.class b/bin/net/sf/freecol/client/gui/action/ShowMainAction.class deleted file mode 100644 index be979832..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ShowMainAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ShowMapGeneratorOptionsAction.class b/bin/net/sf/freecol/client/gui/action/ShowMapGeneratorOptionsAction.class deleted file mode 100644 index 8308136e..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ShowMapGeneratorOptionsAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/SkipUnitAction.class b/bin/net/sf/freecol/client/gui/action/SkipUnitAction.class deleted file mode 100644 index b9b72c56..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/SkipUnitAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/TilePopupAction.class b/bin/net/sf/freecol/client/gui/action/TilePopupAction.class deleted file mode 100644 index 7a7fbefc..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/TilePopupAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ToggleViewModeAction.class b/bin/net/sf/freecol/client/gui/action/ToggleViewModeAction.class deleted file mode 100644 index 5aa622a4..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ToggleViewModeAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/TradeRouteAction.class b/bin/net/sf/freecol/client/gui/action/TradeRouteAction.class deleted file mode 100644 index d9817550..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/TradeRouteAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/UnitAction.class b/bin/net/sf/freecol/client/gui/action/UnitAction.class deleted file mode 100644 index 927afeac..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/UnitAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/UnloadAction.class b/bin/net/sf/freecol/client/gui/action/UnloadAction.class deleted file mode 100644 index 2d9b572d..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/UnloadAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/WaitAction.class b/bin/net/sf/freecol/client/gui/action/WaitAction.class deleted file mode 100644 index 2a1d1ee0..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/WaitAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ZoomInAction.class b/bin/net/sf/freecol/client/gui/action/ZoomInAction.class deleted file mode 100644 index ac5751fb..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ZoomInAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/ZoomOutAction.class b/bin/net/sf/freecol/client/gui/action/ZoomOutAction.class deleted file mode 100644 index 5f218198..00000000 Binary files a/bin/net/sf/freecol/client/gui/action/ZoomOutAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/action/package.html b/bin/net/sf/freecol/client/gui/action/package.html deleted file mode 100644 index 07d10bb2..00000000 --- a/bin/net/sf/freecol/client/gui/action/package.html +++ /dev/null @@ -1,24 +0,0 @@ - - -Contains the Actions used by the GUI in menus and other places. - -

- -The actions are stored by the {@link net.sf.freecol.client.gui.action.ActionManager} and -are all subclasses of {@link net.sf.freecol.client.gui.action.FreeColAction}. - -

If you implement a new action, you must also add a corresponding -line to the {@link net.sf.freecol.client.gui.action.ActionManager#initializeActions(InGameController,ConnectController)} -method. Each action is identified by a short ID, such as -"quitAction". In order to provide localization, you must also add a -line to the localization file -"data/strings/FreeColMessages.properties" using the ID of the action -plus ".name" as key. - -

You can also add a line with the ID of the action plus ".accelerator" -in order to define a key binding. The value of the accelerator must be -unique and must be valid Java KeyStroke Strings, as described -here. - - - diff --git a/bin/net/sf/freecol/client/gui/animation/Animations.class b/bin/net/sf/freecol/client/gui/animation/Animations.class deleted file mode 100644 index 3c3904dd..00000000 Binary files a/bin/net/sf/freecol/client/gui/animation/Animations.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/animation/UnitAttackAnimation.class b/bin/net/sf/freecol/client/gui/animation/UnitAttackAnimation.class deleted file mode 100644 index 631b4c2c..00000000 Binary files a/bin/net/sf/freecol/client/gui/animation/UnitAttackAnimation.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/animation/UnitImageAnimation.class b/bin/net/sf/freecol/client/gui/animation/UnitImageAnimation.class deleted file mode 100644 index edc29f0a..00000000 Binary files a/bin/net/sf/freecol/client/gui/animation/UnitImageAnimation.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/animation/UnitMoveAnimation.class b/bin/net/sf/freecol/client/gui/animation/UnitMoveAnimation.class deleted file mode 100644 index 90d40048..00000000 Binary files a/bin/net/sf/freecol/client/gui/animation/UnitMoveAnimation.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/menu/DebugMenu.class b/bin/net/sf/freecol/client/gui/menu/DebugMenu.class deleted file mode 100644 index ff3efa6b..00000000 Binary files a/bin/net/sf/freecol/client/gui/menu/DebugMenu.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/menu/FreeColMenuBar.class b/bin/net/sf/freecol/client/gui/menu/FreeColMenuBar.class deleted file mode 100644 index e3c8cf07..00000000 Binary files a/bin/net/sf/freecol/client/gui/menu/FreeColMenuBar.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/menu/FreeColMenuTest.class b/bin/net/sf/freecol/client/gui/menu/FreeColMenuTest.class deleted file mode 100644 index 9a3e8fe5..00000000 Binary files a/bin/net/sf/freecol/client/gui/menu/FreeColMenuTest.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/menu/InGameMenuBar.class b/bin/net/sf/freecol/client/gui/menu/InGameMenuBar.class deleted file mode 100644 index 2c6296b7..00000000 Binary files a/bin/net/sf/freecol/client/gui/menu/InGameMenuBar.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/menu/MapEditorMenuBar.class b/bin/net/sf/freecol/client/gui/menu/MapEditorMenuBar.class deleted file mode 100644 index 7e0f6311..00000000 Binary files a/bin/net/sf/freecol/client/gui/menu/MapEditorMenuBar.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/menu/MenuMouseMotionListener.class b/bin/net/sf/freecol/client/gui/menu/MenuMouseMotionListener.class deleted file mode 100644 index c85f9f21..00000000 Binary files a/bin/net/sf/freecol/client/gui/menu/MenuMouseMotionListener.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/menu/package.html b/bin/net/sf/freecol/client/gui/menu/package.html deleted file mode 100644 index 21832819..00000000 --- a/bin/net/sf/freecol/client/gui/menu/package.html +++ /dev/null @@ -1,8 +0,0 @@ - - -

Contains the FreeCol menu classes. - -

- - - diff --git a/bin/net/sf/freecol/client/gui/option/AbstractUnitOptionUI$AbstractUnitRenderer.class b/bin/net/sf/freecol/client/gui/option/AbstractUnitOptionUI$AbstractUnitRenderer.class deleted file mode 100644 index d47d1477..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/AbstractUnitOptionUI$AbstractUnitRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/AbstractUnitOptionUI$RoleRenderer.class b/bin/net/sf/freecol/client/gui/option/AbstractUnitOptionUI$RoleRenderer.class deleted file mode 100644 index 698b3158..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/AbstractUnitOptionUI$RoleRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/AbstractUnitOptionUI.class b/bin/net/sf/freecol/client/gui/option/AbstractUnitOptionUI.class deleted file mode 100644 index 2f47f35b..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/AbstractUnitOptionUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/AudioMixerOptionUI.class b/bin/net/sf/freecol/client/gui/option/AudioMixerOptionUI.class deleted file mode 100644 index fd17e54f..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/AudioMixerOptionUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/BooleanOptionUI.class b/bin/net/sf/freecol/client/gui/option/BooleanOptionUI.class deleted file mode 100644 index 0e6d8166..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/BooleanOptionUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/FileOptionUI.class b/bin/net/sf/freecol/client/gui/option/FileOptionUI.class deleted file mode 100644 index c1460381..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/FileOptionUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/FreeColActionUI$BlinkingLabel.class b/bin/net/sf/freecol/client/gui/option/FreeColActionUI$BlinkingLabel.class deleted file mode 100644 index 4dc09149..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/FreeColActionUI$BlinkingLabel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/FreeColActionUI.class b/bin/net/sf/freecol/client/gui/option/FreeColActionUI.class deleted file mode 100644 index 8f825c34..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/FreeColActionUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/IntegerOptionUI.class b/bin/net/sf/freecol/client/gui/option/IntegerOptionUI.class deleted file mode 100644 index 194c0775..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/IntegerOptionUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/LanguageOptionUI.class b/bin/net/sf/freecol/client/gui/option/LanguageOptionUI.class deleted file mode 100644 index 21a08bb2..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/LanguageOptionUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/ListOptionUI.class b/bin/net/sf/freecol/client/gui/option/ListOptionUI.class deleted file mode 100644 index 21ccfa2b..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/ListOptionUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/ModOptionUI$BoxRenderer.class b/bin/net/sf/freecol/client/gui/option/ModOptionUI$BoxRenderer.class deleted file mode 100644 index 66cab3d8..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/ModOptionUI$BoxRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/ModOptionUI$ModOptionRenderer.class b/bin/net/sf/freecol/client/gui/option/ModOptionUI$ModOptionRenderer.class deleted file mode 100644 index f2c0f65c..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/ModOptionUI$ModOptionRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/ModOptionUI.class b/bin/net/sf/freecol/client/gui/option/ModOptionUI.class deleted file mode 100644 index 2acd6be0..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/ModOptionUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/OptionGroupUI$1.class b/bin/net/sf/freecol/client/gui/option/OptionGroupUI$1.class deleted file mode 100644 index 8ed0e92a..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/OptionGroupUI$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/OptionGroupUI.class b/bin/net/sf/freecol/client/gui/option/OptionGroupUI.class deleted file mode 100644 index 8a16c607..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/OptionGroupUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/OptionUI.class b/bin/net/sf/freecol/client/gui/option/OptionUI.class deleted file mode 100644 index 64efd2af..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/OptionUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/OptionUpdater.class b/bin/net/sf/freecol/client/gui/option/OptionUpdater.class deleted file mode 100644 index 4c3bf0af..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/OptionUpdater.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/PercentageOptionUI.class b/bin/net/sf/freecol/client/gui/option/PercentageOptionUI.class deleted file mode 100644 index b452c20e..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/PercentageOptionUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/RangeOptionUI.class b/bin/net/sf/freecol/client/gui/option/RangeOptionUI.class deleted file mode 100644 index b6dfb02a..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/RangeOptionUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/SelectOptionUI.class b/bin/net/sf/freecol/client/gui/option/SelectOptionUI.class deleted file mode 100644 index 29708350..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/SelectOptionUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/SliderOptionUI.class b/bin/net/sf/freecol/client/gui/option/SliderOptionUI.class deleted file mode 100644 index 8498eed3..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/SliderOptionUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/StringOptionUI.class b/bin/net/sf/freecol/client/gui/option/StringOptionUI.class deleted file mode 100644 index 219c9de8..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/StringOptionUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/TextOptionUI.class b/bin/net/sf/freecol/client/gui/option/TextOptionUI.class deleted file mode 100644 index db3a7694..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/TextOptionUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/UnitTypeOptionUI$ChoiceRenderer.class b/bin/net/sf/freecol/client/gui/option/UnitTypeOptionUI$ChoiceRenderer.class deleted file mode 100644 index fa25250e..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/UnitTypeOptionUI$ChoiceRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/UnitTypeOptionUI.class b/bin/net/sf/freecol/client/gui/option/UnitTypeOptionUI.class deleted file mode 100644 index 45268675..00000000 Binary files a/bin/net/sf/freecol/client/gui/option/UnitTypeOptionUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/option/package.html b/bin/net/sf/freecol/client/gui/option/package.html deleted file mode 100644 index 6d67ddee..00000000 --- a/bin/net/sf/freecol/client/gui/option/package.html +++ /dev/null @@ -1,5 +0,0 @@ - - -Contains user interface classes for visualizing {@link net.sf.freecol.common.option options}. - - diff --git a/bin/net/sf/freecol/client/gui/package.html b/bin/net/sf/freecol/client/gui/package.html deleted file mode 100644 index cd463e8b..00000000 --- a/bin/net/sf/freecol/client/gui/package.html +++ /dev/null @@ -1,31 +0,0 @@ - - -Contains the GUI classes. - -

- -A JFrame is created during the startup of the -program. This frame will be a {@link net.sf.freecol.client.gui.FreeColFrame} -which handles both windowed and full screen presentations. - -A {@link net.sf.freecol.client.gui.Canvas} will then be added to the frame. - -

- -Canvas is the main container for the other GUI components in FreeCol. -This class is where the panels, dialogs and menus are added. In addition, Canvas -is the component in which the map graphics are displayed. - -

- -Other important classes: -
-

- - - diff --git a/bin/net/sf/freecol/client/gui/panel/AboutPanel.class b/bin/net/sf/freecol/client/gui/panel/AboutPanel.class deleted file mode 100644 index f38f01ba..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/AboutPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/AbstractGoodsLabel.class b/bin/net/sf/freecol/client/gui/panel/AbstractGoodsLabel.class deleted file mode 100644 index aac74974..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/AbstractGoodsLabel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/BuildQueuePanel$1.class b/bin/net/sf/freecol/client/gui/panel/BuildQueuePanel$1.class deleted file mode 100644 index 2b14dddd..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/BuildQueuePanel$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/BuildQueuePanel$2.class b/bin/net/sf/freecol/client/gui/panel/BuildQueuePanel$2.class deleted file mode 100644 index 4fd9286b..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/BuildQueuePanel$2.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/BuildQueuePanel$BuildQueueMouseAdapter.class b/bin/net/sf/freecol/client/gui/panel/BuildQueuePanel$BuildQueueMouseAdapter.class deleted file mode 100644 index f5fc8961..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/BuildQueuePanel$BuildQueueMouseAdapter.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/BuildQueuePanel$BuildQueueTransferHandler$BuildablesTransferable.class b/bin/net/sf/freecol/client/gui/panel/BuildQueuePanel$BuildQueueTransferHandler$BuildablesTransferable.class deleted file mode 100644 index 51d079ff..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/BuildQueuePanel$BuildQueueTransferHandler$BuildablesTransferable.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/BuildQueuePanel$BuildQueueTransferHandler.class b/bin/net/sf/freecol/client/gui/panel/BuildQueuePanel$BuildQueueTransferHandler.class deleted file mode 100644 index 5fbf422d..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/BuildQueuePanel$BuildQueueTransferHandler.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/BuildQueuePanel$DefaultBuildQueueCellRenderer.class b/bin/net/sf/freecol/client/gui/panel/BuildQueuePanel$DefaultBuildQueueCellRenderer.class deleted file mode 100644 index 6f8dae32..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/BuildQueuePanel$DefaultBuildQueueCellRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/BuildQueuePanel.class b/bin/net/sf/freecol/client/gui/panel/BuildQueuePanel.class deleted file mode 100644 index e44682f1..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/BuildQueuePanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/BuildingDetailPanel.class b/bin/net/sf/freecol/client/gui/panel/BuildingDetailPanel.class deleted file mode 100644 index 91f6846f..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/BuildingDetailPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/BuildingPanel$UpkeepLabel.class b/bin/net/sf/freecol/client/gui/panel/BuildingPanel$UpkeepLabel.class deleted file mode 100644 index a63159ed..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/BuildingPanel$UpkeepLabel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/BuildingPanel.class b/bin/net/sf/freecol/client/gui/panel/BuildingPanel.class deleted file mode 100644 index 245eabf8..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/BuildingPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/BuildingToolTip.class b/bin/net/sf/freecol/client/gui/panel/BuildingToolTip.class deleted file mode 100644 index 1c599ddf..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/BuildingToolTip.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/CaptureGoodsDialog$1.class b/bin/net/sf/freecol/client/gui/panel/CaptureGoodsDialog$1.class deleted file mode 100644 index 8c3d286e..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/CaptureGoodsDialog$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/CaptureGoodsDialog$CheckBoxRenderer.class b/bin/net/sf/freecol/client/gui/panel/CaptureGoodsDialog$CheckBoxRenderer.class deleted file mode 100644 index 0f00b8e9..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/CaptureGoodsDialog$CheckBoxRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/CaptureGoodsDialog$GoodsItem.class b/bin/net/sf/freecol/client/gui/panel/CaptureGoodsDialog$GoodsItem.class deleted file mode 100644 index 5850335e..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/CaptureGoodsDialog$GoodsItem.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/CaptureGoodsDialog.class b/bin/net/sf/freecol/client/gui/panel/CaptureGoodsDialog.class deleted file mode 100644 index 0c2b8ddc..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/CaptureGoodsDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/CargoPanel.class b/bin/net/sf/freecol/client/gui/panel/CargoPanel.class deleted file mode 100644 index 7c484ad6..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/CargoPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ChatPanel.class b/bin/net/sf/freecol/client/gui/panel/ChatPanel.class deleted file mode 100644 index df077657..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ChatPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ChooseFoundingFatherDialog.class b/bin/net/sf/freecol/client/gui/panel/ChooseFoundingFatherDialog.class deleted file mode 100644 index 0f125f06..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ChooseFoundingFatherDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ClassicMapControls.class b/bin/net/sf/freecol/client/gui/panel/ClassicMapControls.class deleted file mode 100644 index 65d1df33..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ClassicMapControls.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ClientOptionsDialog.class b/bin/net/sf/freecol/client/gui/panel/ClientOptionsDialog.class deleted file mode 100644 index c8a059c3..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ClientOptionsDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ColonyPanel$BuildingsPanel$ASingleBuildingPanel$1.class b/bin/net/sf/freecol/client/gui/panel/ColonyPanel$BuildingsPanel$ASingleBuildingPanel$1.class deleted file mode 100644 index e6ce4193..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ColonyPanel$BuildingsPanel$ASingleBuildingPanel$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ColonyPanel$BuildingsPanel$ASingleBuildingPanel.class b/bin/net/sf/freecol/client/gui/panel/ColonyPanel$BuildingsPanel$ASingleBuildingPanel.class deleted file mode 100644 index c50cecca..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ColonyPanel$BuildingsPanel$ASingleBuildingPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ColonyPanel$BuildingsPanel.class b/bin/net/sf/freecol/client/gui/panel/ColonyPanel$BuildingsPanel.class deleted file mode 100644 index b8fcbccf..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ColonyPanel$BuildingsPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ColonyPanel$ColonyCargoPanel.class b/bin/net/sf/freecol/client/gui/panel/ColonyPanel$ColonyCargoPanel.class deleted file mode 100644 index b624eefa..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ColonyPanel$ColonyCargoPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ColonyPanel$ColonyInPortPanel.class b/bin/net/sf/freecol/client/gui/panel/ColonyPanel$ColonyInPortPanel.class deleted file mode 100644 index d2b2ceef..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ColonyPanel$ColonyInPortPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ColonyPanel$OutsideColonyPanel.class b/bin/net/sf/freecol/client/gui/panel/ColonyPanel$OutsideColonyPanel.class deleted file mode 100644 index db877bf5..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ColonyPanel$OutsideColonyPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ColonyPanel$PopulationPanel.class b/bin/net/sf/freecol/client/gui/panel/ColonyPanel$PopulationPanel.class deleted file mode 100644 index f844792a..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ColonyPanel$PopulationPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ColonyPanel$TilesPanel$ASingleTilePanel.class b/bin/net/sf/freecol/client/gui/panel/ColonyPanel$TilesPanel$ASingleTilePanel.class deleted file mode 100644 index c841aff5..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ColonyPanel$TilesPanel$ASingleTilePanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ColonyPanel$TilesPanel.class b/bin/net/sf/freecol/client/gui/panel/ColonyPanel$TilesPanel.class deleted file mode 100644 index ff339eae..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ColonyPanel$TilesPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ColonyPanel$WarehousePanel.class b/bin/net/sf/freecol/client/gui/panel/ColonyPanel$WarehousePanel.class deleted file mode 100644 index 7817106e..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ColonyPanel$WarehousePanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ColonyPanel.class b/bin/net/sf/freecol/client/gui/panel/ColonyPanel.class deleted file mode 100644 index 7187d245..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ColonyPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ColopediaDetailPanel.class b/bin/net/sf/freecol/client/gui/panel/ColopediaDetailPanel.class deleted file mode 100644 index b3ec325e..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ColopediaDetailPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ColopediaGameObjectTypePanel.class b/bin/net/sf/freecol/client/gui/panel/ColopediaGameObjectTypePanel.class deleted file mode 100644 index 34f9cb27..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ColopediaGameObjectTypePanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ColopediaPanel$1.class b/bin/net/sf/freecol/client/gui/panel/ColopediaPanel$1.class deleted file mode 100644 index 21c0240b..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ColopediaPanel$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ColopediaPanel.class b/bin/net/sf/freecol/client/gui/panel/ColopediaPanel.class deleted file mode 100644 index 1d12cbbb..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ColopediaPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ColopediaTreeCellRenderer.class b/bin/net/sf/freecol/client/gui/panel/ColopediaTreeCellRenderer.class deleted file mode 100644 index 661b9e9e..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ColopediaTreeCellRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ColopediaTreeItem.class b/bin/net/sf/freecol/client/gui/panel/ColopediaTreeItem.class deleted file mode 100644 index 8fb22985..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ColopediaTreeItem.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ColorCellEditor.class b/bin/net/sf/freecol/client/gui/panel/ColorCellEditor.class deleted file mode 100644 index ca376bcd..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ColorCellEditor.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ColorCellRenderer.class b/bin/net/sf/freecol/client/gui/panel/ColorCellRenderer.class deleted file mode 100644 index b5084dd3..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ColorCellRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ColorChooserPanel.class b/bin/net/sf/freecol/client/gui/panel/ColorChooserPanel.class deleted file mode 100644 index 884b44e8..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ColorChooserPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/CompactLabourReport.class b/bin/net/sf/freecol/client/gui/panel/CompactLabourReport.class deleted file mode 100644 index 4ecbc612..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/CompactLabourReport.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ConceptDetailPanel$1.class b/bin/net/sf/freecol/client/gui/panel/ConceptDetailPanel$1.class deleted file mode 100644 index ac841538..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ConceptDetailPanel$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ConceptDetailPanel.class b/bin/net/sf/freecol/client/gui/panel/ConceptDetailPanel.class deleted file mode 100644 index a64fa2bf..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ConceptDetailPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ConfirmDeclarationDialog$ColorButton.class b/bin/net/sf/freecol/client/gui/panel/ConfirmDeclarationDialog$ColorButton.class deleted file mode 100644 index 83159e9c..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ConfirmDeclarationDialog$ColorButton.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ConfirmDeclarationDialog$EnumRenderer.class b/bin/net/sf/freecol/client/gui/panel/ConfirmDeclarationDialog$EnumRenderer.class deleted file mode 100644 index 9c874094..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ConfirmDeclarationDialog$EnumRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ConfirmDeclarationDialog.class b/bin/net/sf/freecol/client/gui/panel/ConfirmDeclarationDialog.class deleted file mode 100644 index 6444dbc4..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ConfirmDeclarationDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ConstructionPanel$1.class b/bin/net/sf/freecol/client/gui/panel/ConstructionPanel$1.class deleted file mode 100644 index cf985a19..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ConstructionPanel$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ConstructionPanel.class b/bin/net/sf/freecol/client/gui/panel/ConstructionPanel.class deleted file mode 100644 index 200ea09e..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ConstructionPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/CornerMapControls$1.class b/bin/net/sf/freecol/client/gui/panel/CornerMapControls$1.class deleted file mode 100644 index f0f38440..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/CornerMapControls$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/CornerMapControls$MiniMapPanel.class b/bin/net/sf/freecol/client/gui/panel/CornerMapControls$MiniMapPanel.class deleted file mode 100644 index d75cdc17..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/CornerMapControls$MiniMapPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/CornerMapControls.class b/bin/net/sf/freecol/client/gui/panel/CornerMapControls.class deleted file mode 100644 index 37392006..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/CornerMapControls.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/DeclarationPanel$1.class b/bin/net/sf/freecol/client/gui/panel/DeclarationPanel$1.class deleted file mode 100644 index 8a8504f4..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/DeclarationPanel$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/DeclarationPanel$2.class b/bin/net/sf/freecol/client/gui/panel/DeclarationPanel$2.class deleted file mode 100644 index 478d9767..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/DeclarationPanel$2.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/DeclarationPanel$SignaturePanel.class b/bin/net/sf/freecol/client/gui/panel/DeclarationPanel$SignaturePanel.class deleted file mode 100644 index c952f016..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/DeclarationPanel$SignaturePanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/DeclarationPanel.class b/bin/net/sf/freecol/client/gui/panel/DeclarationPanel.class deleted file mode 100644 index ee7558e7..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/DeclarationPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/DefaultTransferHandler$FreeColDragGestureRecognizer.class b/bin/net/sf/freecol/client/gui/panel/DefaultTransferHandler$FreeColDragGestureRecognizer.class deleted file mode 100644 index 4adefd73..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/DefaultTransferHandler$FreeColDragGestureRecognizer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/DefaultTransferHandler$FreeColDragHandler.class b/bin/net/sf/freecol/client/gui/panel/DefaultTransferHandler$FreeColDragHandler.class deleted file mode 100644 index 7c83ba10..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/DefaultTransferHandler$FreeColDragHandler.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/DefaultTransferHandler.class b/bin/net/sf/freecol/client/gui/panel/DefaultTransferHandler.class deleted file mode 100644 index 690d5da7..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/DefaultTransferHandler.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/DifficultyDialog.class b/bin/net/sf/freecol/client/gui/panel/DifficultyDialog.class deleted file mode 100644 index 2c019bc4..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/DifficultyDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/DragListener.class b/bin/net/sf/freecol/client/gui/panel/DragListener.class deleted file mode 100644 index 54168310..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/DragListener.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/Draggable.class b/bin/net/sf/freecol/client/gui/panel/Draggable.class deleted file mode 100644 index 218f110a..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/Draggable.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/DropListener.class b/bin/net/sf/freecol/client/gui/panel/DropListener.class deleted file mode 100644 index 87e36981..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/DropListener.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/DropTarget.class b/bin/net/sf/freecol/client/gui/panel/DropTarget.class deleted file mode 100644 index d63f190e..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/DropTarget.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/DumpCargoDialog.class b/bin/net/sf/freecol/client/gui/panel/DumpCargoDialog.class deleted file mode 100644 index e2a23e27..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/DumpCargoDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/EditOptionDialog.class b/bin/net/sf/freecol/client/gui/panel/EditOptionDialog.class deleted file mode 100644 index 907ac034..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/EditOptionDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/EditSettlementDialog.class b/bin/net/sf/freecol/client/gui/panel/EditSettlementDialog.class deleted file mode 100644 index 8e414534..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/EditSettlementDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/EmigrationDialog.class b/bin/net/sf/freecol/client/gui/panel/EmigrationDialog.class deleted file mode 100644 index a2e223fc..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/EmigrationDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/EndTurnDialog$1.class b/bin/net/sf/freecol/client/gui/panel/EndTurnDialog$1.class deleted file mode 100644 index aac7cb49..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/EndTurnDialog$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/EndTurnDialog$2.class b/bin/net/sf/freecol/client/gui/panel/EndTurnDialog$2.class deleted file mode 100644 index 6b0f1d24..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/EndTurnDialog$2.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/EndTurnDialog$3.class b/bin/net/sf/freecol/client/gui/panel/EndTurnDialog$3.class deleted file mode 100644 index d91d8b9c..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/EndTurnDialog$3.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/EndTurnDialog$UnitCellRenderer.class b/bin/net/sf/freecol/client/gui/panel/EndTurnDialog$UnitCellRenderer.class deleted file mode 100644 index 62bc377f..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/EndTurnDialog$UnitCellRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/EndTurnDialog$UnitWrapper.class b/bin/net/sf/freecol/client/gui/panel/EndTurnDialog$UnitWrapper.class deleted file mode 100644 index 27c59dee..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/EndTurnDialog$UnitWrapper.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/EndTurnDialog.class b/bin/net/sf/freecol/client/gui/panel/EndTurnDialog.class deleted file mode 100644 index 5c344141..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/EndTurnDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ErrorPanel.class b/bin/net/sf/freecol/client/gui/panel/ErrorPanel.class deleted file mode 100644 index ca83042e..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ErrorPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/EuropePanel$DestinationPanel.class b/bin/net/sf/freecol/client/gui/panel/EuropePanel$DestinationPanel.class deleted file mode 100644 index 1ea98290..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/EuropePanel$DestinationPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/EuropePanel$DocksPanel.class b/bin/net/sf/freecol/client/gui/panel/EuropePanel$DocksPanel.class deleted file mode 100644 index 892ff349..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/EuropePanel$DocksPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/EuropePanel$EuropeAction.class b/bin/net/sf/freecol/client/gui/panel/EuropePanel$EuropeAction.class deleted file mode 100644 index eda7f07e..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/EuropePanel$EuropeAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/EuropePanel$EuropeButton.class b/bin/net/sf/freecol/client/gui/panel/EuropePanel$EuropeButton.class deleted file mode 100644 index 213da4a0..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/EuropePanel$EuropeButton.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/EuropePanel$EuropeInPortPanel.class b/bin/net/sf/freecol/client/gui/panel/EuropePanel$EuropeInPortPanel.class deleted file mode 100644 index dfc0e22c..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/EuropePanel$EuropeInPortPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/EuropePanel$MarketPanel.class b/bin/net/sf/freecol/client/gui/panel/EuropePanel$MarketPanel.class deleted file mode 100644 index a4696640..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/EuropePanel$MarketPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/EuropePanel$TransactionLog.class b/bin/net/sf/freecol/client/gui/panel/EuropePanel$TransactionLog.class deleted file mode 100644 index b7ee0ee1..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/EuropePanel$TransactionLog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/EuropePanel.class b/bin/net/sf/freecol/client/gui/panel/EuropePanel.class deleted file mode 100644 index aa251c7a..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/EuropePanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/EventPanel.class b/bin/net/sf/freecol/client/gui/panel/EventPanel.class deleted file mode 100644 index ab41b5d0..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/EventPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/FatherDetailPanel.class b/bin/net/sf/freecol/client/gui/panel/FatherDetailPanel.class deleted file mode 100644 index a9ca43ab..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/FatherDetailPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/FindSettlementPanel$1.class b/bin/net/sf/freecol/client/gui/panel/FindSettlementPanel$1.class deleted file mode 100644 index 91a1effd..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/FindSettlementPanel$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/FindSettlementPanel$2.class b/bin/net/sf/freecol/client/gui/panel/FindSettlementPanel$2.class deleted file mode 100644 index 5f579af6..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/FindSettlementPanel$2.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/FindSettlementPanel$3.class b/bin/net/sf/freecol/client/gui/panel/FindSettlementPanel$3.class deleted file mode 100644 index dcb24c23..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/FindSettlementPanel$3.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/FindSettlementPanel$DisplayListOption.class b/bin/net/sf/freecol/client/gui/panel/FindSettlementPanel$DisplayListOption.class deleted file mode 100644 index 8da21d6d..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/FindSettlementPanel$DisplayListOption.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/FindSettlementPanel$SettlementRenderer.class b/bin/net/sf/freecol/client/gui/panel/FindSettlementPanel$SettlementRenderer.class deleted file mode 100644 index a574d6e8..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/FindSettlementPanel$SettlementRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/FindSettlementPanel.class b/bin/net/sf/freecol/client/gui/panel/FindSettlementPanel.class deleted file mode 100644 index b5f3d33d..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/FindSettlementPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/FirstContactDialog.class b/bin/net/sf/freecol/client/gui/panel/FirstContactDialog.class deleted file mode 100644 index 95189d7a..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/FirstContactDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/Flag$Alignment.class b/bin/net/sf/freecol/client/gui/panel/Flag$Alignment.class deleted file mode 100644 index a832e96b..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/Flag$Alignment.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/Flag$Background.class b/bin/net/sf/freecol/client/gui/panel/Flag$Background.class deleted file mode 100644 index 42f6fc8e..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/Flag$Background.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/Flag$Decoration.class b/bin/net/sf/freecol/client/gui/panel/Flag$Decoration.class deleted file mode 100644 index 218d4f83..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/Flag$Decoration.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/Flag$UnionPosition.class b/bin/net/sf/freecol/client/gui/panel/Flag$UnionPosition.class deleted file mode 100644 index 187474c0..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/Flag$UnionPosition.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/Flag$UnionShape.class b/bin/net/sf/freecol/client/gui/panel/Flag$UnionShape.class deleted file mode 100644 index 2701330d..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/Flag$UnionShape.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/Flag.class b/bin/net/sf/freecol/client/gui/panel/Flag.class deleted file mode 100644 index 2b88b065..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/Flag.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/FreeColChoiceDialog.class b/bin/net/sf/freecol/client/gui/panel/FreeColChoiceDialog.class deleted file mode 100644 index 6e499c40..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/FreeColChoiceDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/FreeColConfirmDialog.class b/bin/net/sf/freecol/client/gui/panel/FreeColConfirmDialog.class deleted file mode 100644 index 2233429f..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/FreeColConfirmDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/FreeColDialog$1.class b/bin/net/sf/freecol/client/gui/panel/FreeColDialog$1.class deleted file mode 100644 index 4f9714f0..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/FreeColDialog$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/FreeColDialog$2.class b/bin/net/sf/freecol/client/gui/panel/FreeColDialog$2.class deleted file mode 100644 index 9a04be6d..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/FreeColDialog$2.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/FreeColDialog$3.class b/bin/net/sf/freecol/client/gui/panel/FreeColDialog$3.class deleted file mode 100644 index e2f0f107..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/FreeColDialog$3.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/FreeColDialog$DialogType.class b/bin/net/sf/freecol/client/gui/panel/FreeColDialog$DialogType.class deleted file mode 100644 index 26562ebd..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/FreeColDialog$DialogType.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/FreeColDialog.class b/bin/net/sf/freecol/client/gui/panel/FreeColDialog.class deleted file mode 100644 index 112d51cf..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/FreeColDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/FreeColImageBorder.class b/bin/net/sf/freecol/client/gui/panel/FreeColImageBorder.class deleted file mode 100644 index d5ef3f72..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/FreeColImageBorder.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/FreeColInputDialog.class b/bin/net/sf/freecol/client/gui/panel/FreeColInputDialog.class deleted file mode 100644 index 75b587ce..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/FreeColInputDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/FreeColPanel$1.class b/bin/net/sf/freecol/client/gui/panel/FreeColPanel$1.class deleted file mode 100644 index 76a75caa..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/FreeColPanel$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/FreeColPanel.class b/bin/net/sf/freecol/client/gui/panel/FreeColPanel.class deleted file mode 100644 index 019f7ccd..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/FreeColPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/FreeColProgressBar.class b/bin/net/sf/freecol/client/gui/panel/FreeColProgressBar.class deleted file mode 100644 index 24dc1e33..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/FreeColProgressBar.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/FreeColStringInputDialog$1.class b/bin/net/sf/freecol/client/gui/panel/FreeColStringInputDialog$1.class deleted file mode 100644 index b3881471..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/FreeColStringInputDialog$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/FreeColStringInputDialog.class b/bin/net/sf/freecol/client/gui/panel/FreeColStringInputDialog.class deleted file mode 100644 index 80f0f332..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/FreeColStringInputDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/GameOptionsDialog.class b/bin/net/sf/freecol/client/gui/panel/GameOptionsDialog.class deleted file mode 100644 index 4ecda7b4..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/GameOptionsDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/GoodsDetailPanel.class b/bin/net/sf/freecol/client/gui/panel/GoodsDetailPanel.class deleted file mode 100644 index a2f3b29e..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/GoodsDetailPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/GoodsLabel.class b/bin/net/sf/freecol/client/gui/panel/GoodsLabel.class deleted file mode 100644 index f48bfe42..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/GoodsLabel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ImageSelection.class b/bin/net/sf/freecol/client/gui/panel/ImageSelection.class deleted file mode 100644 index 8c77ce2c..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ImageSelection.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/InPortPanel.class b/bin/net/sf/freecol/client/gui/panel/InPortPanel.class deleted file mode 100644 index ee926d8a..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/InPortPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/IndianSettlementPanel.class b/bin/net/sf/freecol/client/gui/panel/IndianSettlementPanel.class deleted file mode 100644 index d5e5ffb7..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/IndianSettlementPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/InfoPanel$1.class b/bin/net/sf/freecol/client/gui/panel/InfoPanel$1.class deleted file mode 100644 index 2b28734b..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/InfoPanel$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/InfoPanel$EndTurnPanel.class b/bin/net/sf/freecol/client/gui/panel/InfoPanel$EndTurnPanel.class deleted file mode 100644 index 8275ca38..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/InfoPanel$EndTurnPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/InfoPanel$InfoPanelMode.class b/bin/net/sf/freecol/client/gui/panel/InfoPanel$InfoPanelMode.class deleted file mode 100644 index f9c9f2f9..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/InfoPanel$InfoPanelMode.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/InfoPanel$TileInfoPanel.class b/bin/net/sf/freecol/client/gui/panel/InfoPanel$TileInfoPanel.class deleted file mode 100644 index 98bbbd6a..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/InfoPanel$TileInfoPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/InfoPanel$UnitInfoPanel.class b/bin/net/sf/freecol/client/gui/panel/InfoPanel$UnitInfoPanel.class deleted file mode 100644 index 287865d5..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/InfoPanel$UnitInfoPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/InfoPanel.class b/bin/net/sf/freecol/client/gui/panel/InfoPanel.class deleted file mode 100644 index 4ef297b2..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/InfoPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/InformationPanel.class b/bin/net/sf/freecol/client/gui/panel/InformationPanel.class deleted file mode 100644 index da3320c2..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/InformationPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/LabourData$1.class b/bin/net/sf/freecol/client/gui/panel/LabourData$1.class deleted file mode 100644 index 17d13845..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/LabourData$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/LabourData$2.class b/bin/net/sf/freecol/client/gui/panel/LabourData$2.class deleted file mode 100644 index 796e0359..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/LabourData$2.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/LabourData$3.class b/bin/net/sf/freecol/client/gui/panel/LabourData$3.class deleted file mode 100644 index 07eabe04..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/LabourData$3.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/LabourData$4.class b/bin/net/sf/freecol/client/gui/panel/LabourData$4.class deleted file mode 100644 index b517792e..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/LabourData$4.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/LabourData$5.class b/bin/net/sf/freecol/client/gui/panel/LabourData$5.class deleted file mode 100644 index 9b85ad18..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/LabourData$5.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/LabourData$LocationData$Getter.class b/bin/net/sf/freecol/client/gui/panel/LabourData$LocationData$Getter.class deleted file mode 100644 index c5661b1a..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/LabourData$LocationData$Getter.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/LabourData$LocationData.class b/bin/net/sf/freecol/client/gui/panel/LabourData$LocationData.class deleted file mode 100644 index 7722bfd7..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/LabourData$LocationData.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/LabourData$ProductionData.class b/bin/net/sf/freecol/client/gui/panel/LabourData$ProductionData.class deleted file mode 100644 index 218d33e1..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/LabourData$ProductionData.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/LabourData$UnitData.class b/bin/net/sf/freecol/client/gui/panel/LabourData$UnitData.class deleted file mode 100644 index e5a31b1a..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/LabourData$UnitData.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/LabourData.class b/bin/net/sf/freecol/client/gui/panel/LabourData.class deleted file mode 100644 index 24f20d3d..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/LabourData.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/LoadDialog.class b/bin/net/sf/freecol/client/gui/panel/LoadDialog.class deleted file mode 100644 index 7ea1db7c..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/LoadDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/LoadingSavegameDialog.class b/bin/net/sf/freecol/client/gui/panel/LoadingSavegameDialog.class deleted file mode 100644 index 1a3fba8b..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/LoadingSavegameDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/MainPanel.class b/bin/net/sf/freecol/client/gui/panel/MainPanel.class deleted file mode 100644 index a7e322cf..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/MainPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/MapControls.class b/bin/net/sf/freecol/client/gui/panel/MapControls.class deleted file mode 100644 index e6705d1a..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/MapControls.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$LostCityRumourTransform.class b/bin/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$LostCityRumourTransform.class deleted file mode 100644 index bd25ef7f..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$LostCityRumourTransform.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$MapTransform.class b/bin/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$MapTransform.class deleted file mode 100644 index ead4f765..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$MapTransform.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$ResourceTransform.class b/bin/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$ResourceTransform.class deleted file mode 100644 index 36223c02..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$ResourceTransform.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$RiverTransform.class b/bin/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$RiverTransform.class deleted file mode 100644 index 5ce925fc..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$RiverTransform.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$SettlementTransform.class b/bin/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$SettlementTransform.class deleted file mode 100644 index 2183b289..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$SettlementTransform.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$TileTypeTransform.class b/bin/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$TileTypeTransform.class deleted file mode 100644 index 8bbc8755..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$TileTypeTransform.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/MapEditorTransformPanel.class b/bin/net/sf/freecol/client/gui/panel/MapEditorTransformPanel.class deleted file mode 100644 index d6a67aaf..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/MapEditorTransformPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/MapGeneratorOptionsDialog$1.class b/bin/net/sf/freecol/client/gui/panel/MapGeneratorOptionsDialog$1.class deleted file mode 100644 index 2e126bb4..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/MapGeneratorOptionsDialog$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/MapGeneratorOptionsDialog.class b/bin/net/sf/freecol/client/gui/panel/MapGeneratorOptionsDialog.class deleted file mode 100644 index 8b1029b8..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/MapGeneratorOptionsDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/MapSizeDialog.class b/bin/net/sf/freecol/client/gui/panel/MapSizeDialog.class deleted file mode 100644 index f11b7e55..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/MapSizeDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/MarketLabel.class b/bin/net/sf/freecol/client/gui/panel/MarketLabel.class deleted file mode 100644 index 0895ffdf..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/MarketLabel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/MigPanel.class b/bin/net/sf/freecol/client/gui/panel/MigPanel.class deleted file mode 100644 index d2908749..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/MigPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/MiniMap.class b/bin/net/sf/freecol/client/gui/panel/MiniMap.class deleted file mode 100644 index e8fb204f..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/MiniMap.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ModifierFormat.class b/bin/net/sf/freecol/client/gui/panel/ModifierFormat.class deleted file mode 100644 index a5f0700d..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ModifierFormat.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/MonarchDialog.class b/bin/net/sf/freecol/client/gui/panel/MonarchDialog.class deleted file mode 100644 index 26e9064b..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/MonarchDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/NationDetailPanel.class b/bin/net/sf/freecol/client/gui/panel/NationDetailPanel.class deleted file mode 100644 index 30ec0d6a..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/NationDetailPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/NationTypeDetailPanel.class b/bin/net/sf/freecol/client/gui/panel/NationTypeDetailPanel.class deleted file mode 100644 index e5113c13..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/NationTypeDetailPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$ColonyTradeItemPanel.class b/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$ColonyTradeItemPanel.class deleted file mode 100644 index 23b2120d..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$ColonyTradeItemPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$GoldTradeItemPanel.class b/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$GoldTradeItemPanel.class deleted file mode 100644 index 06ec5cde..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$GoldTradeItemPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$GoodsTradeItemPanel$GoodsBoxRenderer.class b/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$GoodsTradeItemPanel$GoodsBoxRenderer.class deleted file mode 100644 index 15ec3a15..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$GoodsTradeItemPanel$GoodsBoxRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$GoodsTradeItemPanel.class b/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$GoodsTradeItemPanel.class deleted file mode 100644 index dba298ae..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$GoodsTradeItemPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$InciteTradeItemPanel$InciteBoxRenderer.class b/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$InciteTradeItemPanel$InciteBoxRenderer.class deleted file mode 100644 index 2bb29ad0..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$InciteTradeItemPanel$InciteBoxRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$InciteTradeItemPanel.class b/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$InciteTradeItemPanel.class deleted file mode 100644 index 7f0fdb1a..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$InciteTradeItemPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$RemoveAction.class b/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$RemoveAction.class deleted file mode 100644 index cd17d7bd..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$RemoveAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$StanceTradeItemPanel$StanceBoxRenderer.class b/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$StanceTradeItemPanel$StanceBoxRenderer.class deleted file mode 100644 index e7af049c..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$StanceTradeItemPanel$StanceBoxRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$StanceTradeItemPanel.class b/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$StanceTradeItemPanel.class deleted file mode 100644 index a51eb423..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$StanceTradeItemPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$UnitTradeItemPanel$UnitBoxRenderer.class b/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$UnitTradeItemPanel$UnitBoxRenderer.class deleted file mode 100644 index 89bc5436..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$UnitTradeItemPanel$UnitBoxRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$UnitTradeItemPanel.class b/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$UnitTradeItemPanel.class deleted file mode 100644 index 4548300c..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog$UnitTradeItemPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog.class b/bin/net/sf/freecol/client/gui/panel/NegotiationDialog.class deleted file mode 100644 index 150b7530..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/NegotiationDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/NewPanel$NewPanelAction.class b/bin/net/sf/freecol/client/gui/panel/NewPanel$NewPanelAction.class deleted file mode 100644 index d4a6e7ec..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/NewPanel$NewPanelAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/NewPanel.class b/bin/net/sf/freecol/client/gui/panel/NewPanel.class deleted file mode 100644 index a90b1bae..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/NewPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/NewUnitPanel.class b/bin/net/sf/freecol/client/gui/panel/NewUnitPanel.class deleted file mode 100644 index b549d0b7..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/NewUnitPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/OptionsDialog.class b/bin/net/sf/freecol/client/gui/panel/OptionsDialog.class deleted file mode 100644 index a15e1749..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/OptionsDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/Parameters.class b/bin/net/sf/freecol/client/gui/panel/Parameters.class deleted file mode 100644 index e5a8d598..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/Parameters.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ParametersDialog.class b/bin/net/sf/freecol/client/gui/panel/ParametersDialog.class deleted file mode 100644 index bbadb13b..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ParametersDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/PlayersTable$AdvantageCellEditor.class b/bin/net/sf/freecol/client/gui/panel/PlayersTable$AdvantageCellEditor.class deleted file mode 100644 index 1fcc1333..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/PlayersTable$AdvantageCellEditor.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/PlayersTable$AdvantageCellRenderer.class b/bin/net/sf/freecol/client/gui/panel/PlayersTable$AdvantageCellRenderer.class deleted file mode 100644 index cd065afd..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/PlayersTable$AdvantageCellRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/PlayersTable$AvailableCellEditor.class b/bin/net/sf/freecol/client/gui/panel/PlayersTable$AvailableCellEditor.class deleted file mode 100644 index 07304d9d..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/PlayersTable$AvailableCellEditor.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/PlayersTable$AvailableCellRenderer.class b/bin/net/sf/freecol/client/gui/panel/PlayersTable$AvailableCellRenderer.class deleted file mode 100644 index d6b4cbea..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/PlayersTable$AvailableCellRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/PlayersTable$HeaderListener.class b/bin/net/sf/freecol/client/gui/panel/PlayersTable$HeaderListener.class deleted file mode 100644 index 4805ff83..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/PlayersTable$HeaderListener.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/PlayersTable$HeaderRenderer.class b/bin/net/sf/freecol/client/gui/panel/PlayersTable$HeaderRenderer.class deleted file mode 100644 index 3dfdf25d..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/PlayersTable$HeaderRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/PlayersTable$NationCellRenderer.class b/bin/net/sf/freecol/client/gui/panel/PlayersTable$NationCellRenderer.class deleted file mode 100644 index d490f184..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/PlayersTable$NationCellRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/PlayersTable$NationStateRenderer.class b/bin/net/sf/freecol/client/gui/panel/PlayersTable$NationStateRenderer.class deleted file mode 100644 index 375bdc4d..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/PlayersTable$NationStateRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/PlayersTable$PlayerCellEditor.class b/bin/net/sf/freecol/client/gui/panel/PlayersTable$PlayerCellEditor.class deleted file mode 100644 index e8cede8b..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/PlayersTable$PlayerCellEditor.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/PlayersTable$PlayerCellRenderer.class b/bin/net/sf/freecol/client/gui/panel/PlayersTable$PlayerCellRenderer.class deleted file mode 100644 index d1ac63be..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/PlayersTable$PlayerCellRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/PlayersTable$PlayersTableModel.class b/bin/net/sf/freecol/client/gui/panel/PlayersTable$PlayersTableModel.class deleted file mode 100644 index c5419327..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/PlayersTable$PlayersTableModel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/PlayersTable.class b/bin/net/sf/freecol/client/gui/panel/PlayersTable.class deleted file mode 100644 index ac9b417d..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/PlayersTable.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/PortPanel.class b/bin/net/sf/freecol/client/gui/panel/PortPanel.class deleted file mode 100644 index eee1fc6c..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/PortPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/PreCombatDialog.class b/bin/net/sf/freecol/client/gui/panel/PreCombatDialog.class deleted file mode 100644 index 1b8f128c..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/PreCombatDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ProductionLabel.class b/bin/net/sf/freecol/client/gui/panel/ProductionLabel.class deleted file mode 100644 index f2efd91a..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ProductionLabel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/PurchasePanel.class b/bin/net/sf/freecol/client/gui/panel/PurchasePanel.class deleted file mode 100644 index a5aeb0ef..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/PurchasePanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/QuickActionMenu$1.class b/bin/net/sf/freecol/client/gui/panel/QuickActionMenu$1.class deleted file mode 100644 index e8a8dc0c..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/QuickActionMenu$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/QuickActionMenu.class b/bin/net/sf/freecol/client/gui/panel/QuickActionMenu.class deleted file mode 100644 index 002fdeb6..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/QuickActionMenu.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/RebelToolTip.class b/bin/net/sf/freecol/client/gui/panel/RebelToolTip.class deleted file mode 100644 index db46d012..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/RebelToolTip.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/RecruitPanel.class b/bin/net/sf/freecol/client/gui/panel/RecruitPanel.class deleted file mode 100644 index 7fb2690e..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/RecruitPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportCargoPanel.class b/bin/net/sf/freecol/client/gui/panel/ReportCargoPanel.class deleted file mode 100644 index 627cbc98..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportCargoPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportClassicColonyPanel.class b/bin/net/sf/freecol/client/gui/panel/ReportClassicColonyPanel.class deleted file mode 100644 index a0faedf3..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportClassicColonyPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$1.class b/bin/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$1.class deleted file mode 100644 index 7c043e30..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$2.class b/bin/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$2.class deleted file mode 100644 index 665cb3ad..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$2.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$ColonySummary$GoodsProduction.class b/bin/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$ColonySummary$GoodsProduction.class deleted file mode 100644 index ab7fed47..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$ColonySummary$GoodsProduction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$ColonySummary$ProductionStatus.class b/bin/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$ColonySummary$ProductionStatus.class deleted file mode 100644 index 8fc42a7e..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$ColonySummary$ProductionStatus.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$ColonySummary.class b/bin/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$ColonySummary.class deleted file mode 100644 index 15458fe3..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$ColonySummary.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel.class b/bin/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel.class deleted file mode 100644 index 01f6a0d7..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportContinentalCongressPanel.class b/bin/net/sf/freecol/client/gui/panel/ReportContinentalCongressPanel.class deleted file mode 100644 index b234ee0e..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportContinentalCongressPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportEducationPanel.class b/bin/net/sf/freecol/client/gui/panel/ReportEducationPanel.class deleted file mode 100644 index 9f8cfa1f..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportEducationPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportExplorationPanel$1.class b/bin/net/sf/freecol/client/gui/panel/ReportExplorationPanel$1.class deleted file mode 100644 index 46fe6bb1..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportExplorationPanel$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportExplorationPanel.class b/bin/net/sf/freecol/client/gui/panel/ReportExplorationPanel.class deleted file mode 100644 index 0d393cc4..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportExplorationPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportForeignAffairPanel.class b/bin/net/sf/freecol/client/gui/panel/ReportForeignAffairPanel.class deleted file mode 100644 index d507c614..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportForeignAffairPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportHighScoresPanel.class b/bin/net/sf/freecol/client/gui/panel/ReportHighScoresPanel.class deleted file mode 100644 index 4a574cdd..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportHighScoresPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportHistoryPanel.class b/bin/net/sf/freecol/client/gui/panel/ReportHistoryPanel.class deleted file mode 100644 index d03e0b46..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportHistoryPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportIndianPanel.class b/bin/net/sf/freecol/client/gui/panel/ReportIndianPanel.class deleted file mode 100644 index 419eb5f5..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportIndianPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportLabourDetailPanel.class b/bin/net/sf/freecol/client/gui/panel/ReportLabourDetailPanel.class deleted file mode 100644 index d269cd09..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportLabourDetailPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportLabourPanel$1.class b/bin/net/sf/freecol/client/gui/panel/ReportLabourPanel$1.class deleted file mode 100644 index 1dba6982..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportLabourPanel$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportLabourPanel$2.class b/bin/net/sf/freecol/client/gui/panel/ReportLabourPanel$2.class deleted file mode 100644 index ac56a8ea..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportLabourPanel$2.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportLabourPanel$3.class b/bin/net/sf/freecol/client/gui/panel/ReportLabourPanel$3.class deleted file mode 100644 index 2a4be35d..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportLabourPanel$3.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportLabourPanel$LabourUnitPanel.class b/bin/net/sf/freecol/client/gui/panel/ReportLabourPanel$LabourUnitPanel.class deleted file mode 100644 index ab322cf9..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportLabourPanel$LabourUnitPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportLabourPanel$LabourUnitPanelRenderer.class b/bin/net/sf/freecol/client/gui/panel/ReportLabourPanel$LabourUnitPanelRenderer.class deleted file mode 100644 index 9fb9014e..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportLabourPanel$LabourUnitPanelRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportLabourPanel.class b/bin/net/sf/freecol/client/gui/panel/ReportLabourPanel.class deleted file mode 100644 index 02319896..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportLabourPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportMilitaryPanel.class b/bin/net/sf/freecol/client/gui/panel/ReportMilitaryPanel.class deleted file mode 100644 index a91ba006..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportMilitaryPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportNavalPanel.class b/bin/net/sf/freecol/client/gui/panel/ReportNavalPanel.class deleted file mode 100644 index b420b3fd..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportNavalPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportPanel.class b/bin/net/sf/freecol/client/gui/panel/ReportPanel.class deleted file mode 100644 index fce673f1..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportProductionPanel.class b/bin/net/sf/freecol/client/gui/panel/ReportProductionPanel.class deleted file mode 100644 index eee4d07e..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportProductionPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportReligiousPanel.class b/bin/net/sf/freecol/client/gui/panel/ReportReligiousPanel.class deleted file mode 100644 index aa98243d..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportReligiousPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportRequirementsPanel.class b/bin/net/sf/freecol/client/gui/panel/ReportRequirementsPanel.class deleted file mode 100644 index 60c8cd94..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportRequirementsPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportTradePanel.class b/bin/net/sf/freecol/client/gui/panel/ReportTradePanel.class deleted file mode 100644 index 131827ed..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportTradePanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportTurnPanel.class b/bin/net/sf/freecol/client/gui/panel/ReportTurnPanel.class deleted file mode 100644 index 77abc7e6..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportTurnPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ReportUnitPanel.class b/bin/net/sf/freecol/client/gui/panel/ReportUnitPanel.class deleted file mode 100644 index eabb9379..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ReportUnitPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ResourcesDetailPanel.class b/bin/net/sf/freecol/client/gui/panel/ResourcesDetailPanel.class deleted file mode 100644 index fe384ca0..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ResourcesDetailPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/RiverStyleDialog.class b/bin/net/sf/freecol/client/gui/panel/RiverStyleDialog.class deleted file mode 100644 index b1691819..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/RiverStyleDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/SaveDialog.class b/bin/net/sf/freecol/client/gui/panel/SaveDialog.class deleted file mode 100644 index bcdb9364..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/SaveDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ScaleMapSizeDialog.class b/bin/net/sf/freecol/client/gui/panel/ScaleMapSizeDialog.class deleted file mode 100644 index c86f7310..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ScaleMapSizeDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/SelectAmountDialog.class b/bin/net/sf/freecol/client/gui/panel/SelectAmountDialog.class deleted file mode 100644 index 6d9069e8..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/SelectAmountDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/SelectDestinationDialog$1.class b/bin/net/sf/freecol/client/gui/panel/SelectDestinationDialog$1.class deleted file mode 100644 index cfdad5d4..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/SelectDestinationDialog$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/SelectDestinationDialog$Destination.class b/bin/net/sf/freecol/client/gui/panel/SelectDestinationDialog$Destination.class deleted file mode 100644 index 10cd0f7a..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/SelectDestinationDialog$Destination.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/SelectDestinationDialog$DestinationComparator.class b/bin/net/sf/freecol/client/gui/panel/SelectDestinationDialog$DestinationComparator.class deleted file mode 100644 index 8339b02f..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/SelectDestinationDialog$DestinationComparator.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/SelectDestinationDialog$DistanceComparator.class b/bin/net/sf/freecol/client/gui/panel/SelectDestinationDialog$DistanceComparator.class deleted file mode 100644 index 4f3e923a..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/SelectDestinationDialog$DistanceComparator.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/SelectDestinationDialog$LocationRenderer.class b/bin/net/sf/freecol/client/gui/panel/SelectDestinationDialog$LocationRenderer.class deleted file mode 100644 index 2ef8b37a..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/SelectDestinationDialog$LocationRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/SelectDestinationDialog$NameComparator.class b/bin/net/sf/freecol/client/gui/panel/SelectDestinationDialog$NameComparator.class deleted file mode 100644 index c342c81f..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/SelectDestinationDialog$NameComparator.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/SelectDestinationDialog.class b/bin/net/sf/freecol/client/gui/panel/SelectDestinationDialog.class deleted file mode 100644 index 24675655..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/SelectDestinationDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/SelectTributeAmountDialog.class b/bin/net/sf/freecol/client/gui/panel/SelectTributeAmountDialog.class deleted file mode 100644 index 94a98c29..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/SelectTributeAmountDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ServerListPanel$1.class b/bin/net/sf/freecol/client/gui/panel/ServerListPanel$1.class deleted file mode 100644 index 1d030c5b..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ServerListPanel$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ServerListPanel.class b/bin/net/sf/freecol/client/gui/panel/ServerListPanel.class deleted file mode 100644 index 9658a06e..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ServerListPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/ServerListTableModel.class b/bin/net/sf/freecol/client/gui/panel/ServerListTableModel.class deleted file mode 100644 index 21fab39b..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/ServerListTableModel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/StartGamePanel.class b/bin/net/sf/freecol/client/gui/panel/StartGamePanel.class deleted file mode 100644 index 46c1a962..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/StartGamePanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/StatisticsPanel$StatisticsModel.class b/bin/net/sf/freecol/client/gui/panel/StatisticsPanel$StatisticsModel.class deleted file mode 100644 index 03313119..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/StatisticsPanel$StatisticsModel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/StatisticsPanel.class b/bin/net/sf/freecol/client/gui/panel/StatisticsPanel.class deleted file mode 100644 index 3fac38dc..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/StatisticsPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/StatusPanel.class b/bin/net/sf/freecol/client/gui/panel/StatusPanel.class deleted file mode 100644 index decf225e..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/StatusPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/TerrainDetailPanel.class b/bin/net/sf/freecol/client/gui/panel/TerrainDetailPanel.class deleted file mode 100644 index 39dabb96..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/TerrainDetailPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/TilePanel.class b/bin/net/sf/freecol/client/gui/panel/TilePanel.class deleted file mode 100644 index 59b21c8d..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/TilePanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$1.class b/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$1.class deleted file mode 100644 index 67899838..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$CargoHandler.class b/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$CargoHandler.class deleted file mode 100644 index c0a914d5..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$CargoHandler.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$CargoLabel.class b/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$CargoLabel.class deleted file mode 100644 index 6ae67110..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$CargoLabel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$CargoPanel.class b/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$CargoPanel.class deleted file mode 100644 index d77b7f26..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$CargoPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$DestinationCellRenderer.class b/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$DestinationCellRenderer.class deleted file mode 100644 index 58b2a593..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$DestinationCellRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$GoodsPanel.class b/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$GoodsPanel.class deleted file mode 100644 index 92aedd7d..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$GoodsPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$StopListHandler.class b/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$StopListHandler.class deleted file mode 100644 index 415a5bdf..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$StopListHandler.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$StopListTransferable.class b/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$StopListTransferable.class deleted file mode 100644 index 973be8be..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$StopListTransferable.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$StopRenderer.class b/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$StopRenderer.class deleted file mode 100644 index 1bc6962c..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$StopRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel.class b/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel.class deleted file mode 100644 index b8aa9f82..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/TradeRouteInputPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/TradeRoutePanel$1.class b/bin/net/sf/freecol/client/gui/panel/TradeRoutePanel$1.class deleted file mode 100644 index 85af61ee..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/TradeRoutePanel$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/TradeRoutePanel.class b/bin/net/sf/freecol/client/gui/panel/TradeRoutePanel.class deleted file mode 100644 index 2eff6d1c..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/TradeRoutePanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/TrainPanel.class b/bin/net/sf/freecol/client/gui/panel/TrainPanel.class deleted file mode 100644 index f47b9149..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/TrainPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/UnitButton$UnitButtonActionPropertyChangeListener.class b/bin/net/sf/freecol/client/gui/panel/UnitButton$UnitButtonActionPropertyChangeListener.class deleted file mode 100644 index 5cfd5d6d..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/UnitButton$UnitButtonActionPropertyChangeListener.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/UnitButton.class b/bin/net/sf/freecol/client/gui/panel/UnitButton.class deleted file mode 100644 index 4577fcd1..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/UnitButton.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/UnitDetailPanel.class b/bin/net/sf/freecol/client/gui/panel/UnitDetailPanel.class deleted file mode 100644 index 701bbfe4..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/UnitDetailPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/UnitLabel$UnitAction.class b/bin/net/sf/freecol/client/gui/panel/UnitLabel$UnitAction.class deleted file mode 100644 index 80d42242..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/UnitLabel$UnitAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/UnitLabel.class b/bin/net/sf/freecol/client/gui/panel/UnitLabel.class deleted file mode 100644 index 3c94c272..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/UnitLabel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/UnitPanel.class b/bin/net/sf/freecol/client/gui/panel/UnitPanel.class deleted file mode 100644 index a68ef4a8..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/UnitPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/Utility.class b/bin/net/sf/freecol/client/gui/panel/Utility.class deleted file mode 100644 index c743e33d..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/Utility.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/VictoryDialog.class b/bin/net/sf/freecol/client/gui/panel/VictoryDialog.class deleted file mode 100644 index 8ffdf9ec..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/VictoryDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/WarehouseDialog$WarehouseGoodsPanel.class b/bin/net/sf/freecol/client/gui/panel/WarehouseDialog$WarehouseGoodsPanel.class deleted file mode 100644 index f8b5da11..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/WarehouseDialog$WarehouseGoodsPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/WarehouseDialog.class b/bin/net/sf/freecol/client/gui/panel/WarehouseDialog.class deleted file mode 100644 index 17b62670..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/WarehouseDialog.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/WorkProductionPanel.class b/bin/net/sf/freecol/client/gui/panel/WorkProductionPanel.class deleted file mode 100644 index ed6121fc..00000000 Binary files a/bin/net/sf/freecol/client/gui/panel/WorkProductionPanel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/panel/package.html b/bin/net/sf/freecol/client/gui/panel/package.html deleted file mode 100644 index 5bcdb831..00000000 --- a/bin/net/sf/freecol/client/gui/panel/package.html +++ /dev/null @@ -1,5 +0,0 @@ - - -Contains the panels and dialogs. - - diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColBrightPanelUI.class b/bin/net/sf/freecol/client/gui/plaf/FreeColBrightPanelUI.class deleted file mode 100644 index da084801..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColBrightPanelUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColButtonUI.class b/bin/net/sf/freecol/client/gui/plaf/FreeColButtonUI.class deleted file mode 100644 index 44f11fb8..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColButtonUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColCheckBoxUI.class b/bin/net/sf/freecol/client/gui/plaf/FreeColCheckBoxUI.class deleted file mode 100644 index 57be00eb..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColCheckBoxUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColComboBoxRenderer$NormalComponent.class b/bin/net/sf/freecol/client/gui/plaf/FreeColComboBoxRenderer$NormalComponent.class deleted file mode 100644 index 5011f46a..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColComboBoxRenderer$NormalComponent.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColComboBoxRenderer$SelectedComponent.class b/bin/net/sf/freecol/client/gui/plaf/FreeColComboBoxRenderer$SelectedComponent.class deleted file mode 100644 index c507a75d..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColComboBoxRenderer$SelectedComponent.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColComboBoxRenderer.class b/bin/net/sf/freecol/client/gui/plaf/FreeColComboBoxRenderer.class deleted file mode 100644 index 6aa3561c..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColComboBoxRenderer.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColComboBoxUI.class b/bin/net/sf/freecol/client/gui/plaf/FreeColComboBoxUI.class deleted file mode 100644 index 9b6d79a5..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColComboBoxUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColFileChooserUI.class b/bin/net/sf/freecol/client/gui/plaf/FreeColFileChooserUI.class deleted file mode 100644 index bd6e2bec..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColFileChooserUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColLabelUI.class b/bin/net/sf/freecol/client/gui/plaf/FreeColLabelUI.class deleted file mode 100644 index 300f4cd3..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColLabelUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColListUI.class b/bin/net/sf/freecol/client/gui/plaf/FreeColListUI.class deleted file mode 100644 index 1da9f60e..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColListUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColLookAndFeel$1.class b/bin/net/sf/freecol/client/gui/plaf/FreeColLookAndFeel$1.class deleted file mode 100644 index b204a916..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColLookAndFeel$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColLookAndFeel.class b/bin/net/sf/freecol/client/gui/plaf/FreeColLookAndFeel.class deleted file mode 100644 index 7c1bea68..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColLookAndFeel.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColMenuBarUI.class b/bin/net/sf/freecol/client/gui/plaf/FreeColMenuBarUI.class deleted file mode 100644 index e12d0b22..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColMenuBarUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColMenuItemUI.class b/bin/net/sf/freecol/client/gui/plaf/FreeColMenuItemUI.class deleted file mode 100644 index 97bda3db..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColMenuItemUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColOptionPaneUI.class b/bin/net/sf/freecol/client/gui/plaf/FreeColOptionPaneUI.class deleted file mode 100644 index b669be07..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColOptionPaneUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColPanelUI.class b/bin/net/sf/freecol/client/gui/plaf/FreeColPanelUI.class deleted file mode 100644 index f23ade0a..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColPanelUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColPopupMenuUI.class b/bin/net/sf/freecol/client/gui/plaf/FreeColPopupMenuUI.class deleted file mode 100644 index 30e1427d..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColPopupMenuUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColRadioButtonUI.class b/bin/net/sf/freecol/client/gui/plaf/FreeColRadioButtonUI.class deleted file mode 100644 index 2640c6bd..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColRadioButtonUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColScrollPaneUI.class b/bin/net/sf/freecol/client/gui/plaf/FreeColScrollPaneUI.class deleted file mode 100644 index be63ce95..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColScrollPaneUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColSelectedPanelUI.class b/bin/net/sf/freecol/client/gui/plaf/FreeColSelectedPanelUI.class deleted file mode 100644 index 41a5852d..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColSelectedPanelUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColTableHeaderUI.class b/bin/net/sf/freecol/client/gui/plaf/FreeColTableHeaderUI.class deleted file mode 100644 index 45bc2ce2..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColTableHeaderUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColTableUI.class b/bin/net/sf/freecol/client/gui/plaf/FreeColTableUI.class deleted file mode 100644 index 70695b4f..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColTableUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColTextAreaUI.class b/bin/net/sf/freecol/client/gui/plaf/FreeColTextAreaUI.class deleted file mode 100644 index 7a29e287..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColTextAreaUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColTextFieldUI.class b/bin/net/sf/freecol/client/gui/plaf/FreeColTextFieldUI.class deleted file mode 100644 index 01f37133..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColTextFieldUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColToolTipUI.class b/bin/net/sf/freecol/client/gui/plaf/FreeColToolTipUI.class deleted file mode 100644 index 0ca62258..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColToolTipUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/FreeColTransparentPanelUI.class b/bin/net/sf/freecol/client/gui/plaf/FreeColTransparentPanelUI.class deleted file mode 100644 index f31c2d56..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/FreeColTransparentPanelUI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/LAFUtilities.class b/bin/net/sf/freecol/client/gui/plaf/LAFUtilities.class deleted file mode 100644 index fe9ad35a..00000000 Binary files a/bin/net/sf/freecol/client/gui/plaf/LAFUtilities.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/plaf/package.html b/bin/net/sf/freecol/client/gui/plaf/package.html deleted file mode 100644 index 05412fbd..00000000 --- a/bin/net/sf/freecol/client/gui/plaf/package.html +++ /dev/null @@ -1,15 +0,0 @@ - - -Contains the user interface objects for the "FreeCol Look and Feel". The implementation -is heavily based on the "Java look and feel" (kodename: Metal). The largest change -is the introduction of background images. - -

- -The documentation for the component UIs will only be a documentation of the changes. -Please refer to the "Java API documentation" for more information about the component UIs. - -@see net.sf.freecol.client.gui.plaf.FreeColLookAndFeel FreeColLookAndFeel - - - diff --git a/bin/net/sf/freecol/client/gui/video/VideoComponent.class b/bin/net/sf/freecol/client/gui/video/VideoComponent.class deleted file mode 100644 index 9ea7eaa4..00000000 Binary files a/bin/net/sf/freecol/client/gui/video/VideoComponent.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/video/VideoListener.class b/bin/net/sf/freecol/client/gui/video/VideoListener.class deleted file mode 100644 index f79dbf90..00000000 Binary files a/bin/net/sf/freecol/client/gui/video/VideoListener.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/gui/video/package.html b/bin/net/sf/freecol/client/gui/video/package.html deleted file mode 100644 index 7cb3212c..00000000 --- a/bin/net/sf/freecol/client/gui/video/package.html +++ /dev/null @@ -1,5 +0,0 @@ - - - Support for playing video. - - diff --git a/bin/net/sf/freecol/client/networking/UserServerAPI.class b/bin/net/sf/freecol/client/networking/UserServerAPI.class deleted file mode 100644 index c30d4148..00000000 Binary files a/bin/net/sf/freecol/client/networking/UserServerAPI.class and /dev/null differ diff --git a/bin/net/sf/freecol/client/networking/package.html b/bin/net/sf/freecol/client/networking/package.html deleted file mode 100644 index 05da83aa..00000000 --- a/bin/net/sf/freecol/client/networking/package.html +++ /dev/null @@ -1,10 +0,0 @@ - - -Contains the client networking classes. - -

- -Most of the networking classes are common: {@link net.sf.freecol.common.networking}. - - - diff --git a/bin/net/sf/freecol/client/package.html b/bin/net/sf/freecol/client/package.html deleted file mode 100644 index 80dbf031..00000000 --- a/bin/net/sf/freecol/client/package.html +++ /dev/null @@ -1,77 +0,0 @@ - - - This is the main client package. - -

- -

survey of Thread objects in the FreeCol client

- -This is the way threads were used when this was written: - -

anonymous sub-classes of Thread

- - -(the shutdown hooks don't really count as they're not a normal use of a thread) - -

named sub-classes of Thread

- - -

Some code in FreeCol that does real work is run on the AWT thread. The AWT -thread is used to paint the user interface and to notify the application of user -interface events. When the AWT thread is busy, Java user interfaces look like -grey boxes. Users often report this as a "hang" or a "crash". - -

This can be avoided by only using the AWT thread for things that must be run -on it (such as to update the state of the user interface objects (JTable, etc.). Technically, all Swing methods should be invoked on the AWT thread). - -

What follows is not an invention, rather something that worked well on other -projects. - - -

The three-thread model of a GUI application

- -The three threads are: - -
    -
  1. the AWT thread -
  2. the network thread -
  3. the work thread -
- - -

the AWT thread

- -The AWT thread is started by Java and runs all callbacks (such as MouseListener). When a callback is invoked, the AWT thread does the work if it involves only manipulating Swing objects, otherwise it queues a job for the work thread. All Swing objects should be manipulated on the AWT thread. This is done as normal with invokeLater(Runnable). The behaviour ensures that the AWT thread is always ready to paint when the Operating System uncovers an application window. - - -

the network thread

- -The network thread is blocked listening most of the time. When it wakes up, it may interact with the work thread (typically by queueing a message that has been received) and then goes straight back to listening. This behaviour improves the throughput of the link. - - -

the work thread

- -The work thread is idle most of the time and does jobs for the other threads when they are queued. - - -

advantages

- -

The model is very simple and because the only places in the code where synchronization is required are where the AWT or network threads interact with the work thread, no synchronization is required over the rest of the code, which saves typing, is easier to understand and faster. - -

$Revision$
- - - diff --git a/bin/net/sf/freecol/common/FreeColException.class b/bin/net/sf/freecol/common/FreeColException.class deleted file mode 100644 index 5c0d2205..00000000 Binary files a/bin/net/sf/freecol/common/FreeColException.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/FreeColSeed.class b/bin/net/sf/freecol/common/FreeColSeed.class deleted file mode 100644 index 62f21b1b..00000000 Binary files a/bin/net/sf/freecol/common/FreeColSeed.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/ObjectWithId.class b/bin/net/sf/freecol/common/ObjectWithId.class deleted file mode 100644 index 28d72810..00000000 Binary files a/bin/net/sf/freecol/common/ObjectWithId.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/ServerInfo.class b/bin/net/sf/freecol/common/ServerInfo.class deleted file mode 100644 index 04013834..00000000 Binary files a/bin/net/sf/freecol/common/ServerInfo.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/debug/DebugUtils.class b/bin/net/sf/freecol/common/debug/DebugUtils.class deleted file mode 100644 index 5394cc5d..00000000 Binary files a/bin/net/sf/freecol/common/debug/DebugUtils.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/debug/FreeColDebugger$DebugMode.class b/bin/net/sf/freecol/common/debug/FreeColDebugger$DebugMode.class deleted file mode 100644 index 47d05e84..00000000 Binary files a/bin/net/sf/freecol/common/debug/FreeColDebugger$DebugMode.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/debug/FreeColDebugger.class b/bin/net/sf/freecol/common/debug/FreeColDebugger.class deleted file mode 100644 index 5924e778..00000000 Binary files a/bin/net/sf/freecol/common/debug/FreeColDebugger.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/i18n/DefaultNumberRule.class b/bin/net/sf/freecol/common/i18n/DefaultNumberRule.class deleted file mode 100644 index 6a1b5e3d..00000000 Binary files a/bin/net/sf/freecol/common/i18n/DefaultNumberRule.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/i18n/DualNumberRule.class b/bin/net/sf/freecol/common/i18n/DualNumberRule.class deleted file mode 100644 index 89456af6..00000000 Binary files a/bin/net/sf/freecol/common/i18n/DualNumberRule.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/i18n/Messages.class b/bin/net/sf/freecol/common/i18n/Messages.class deleted file mode 100644 index 591c7b25..00000000 Binary files a/bin/net/sf/freecol/common/i18n/Messages.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/i18n/NameCache.class b/bin/net/sf/freecol/common/i18n/NameCache.class deleted file mode 100644 index 54ddc9bc..00000000 Binary files a/bin/net/sf/freecol/common/i18n/NameCache.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/i18n/Number$Category.class b/bin/net/sf/freecol/common/i18n/Number$Category.class deleted file mode 100644 index 2c4f2f91..00000000 Binary files a/bin/net/sf/freecol/common/i18n/Number$Category.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/i18n/Number.class b/bin/net/sf/freecol/common/i18n/Number.class deleted file mode 100644 index b9c12e2b..00000000 Binary files a/bin/net/sf/freecol/common/i18n/Number.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/i18n/NumberRules.class b/bin/net/sf/freecol/common/i18n/NumberRules.class deleted file mode 100644 index b1f66d6e..00000000 Binary files a/bin/net/sf/freecol/common/i18n/NumberRules.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/i18n/OtherNumberRule.class b/bin/net/sf/freecol/common/i18n/OtherNumberRule.class deleted file mode 100644 index 38a9a826..00000000 Binary files a/bin/net/sf/freecol/common/i18n/OtherNumberRule.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/i18n/PluralNumberRule.class b/bin/net/sf/freecol/common/i18n/PluralNumberRule.class deleted file mode 100644 index 7e9889f2..00000000 Binary files a/bin/net/sf/freecol/common/i18n/PluralNumberRule.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/i18n/Relation.class b/bin/net/sf/freecol/common/i18n/Relation.class deleted file mode 100644 index e82a00b6..00000000 Binary files a/bin/net/sf/freecol/common/i18n/Relation.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/i18n/Rule.class b/bin/net/sf/freecol/common/i18n/Rule.class deleted file mode 100644 index fa5a101c..00000000 Binary files a/bin/net/sf/freecol/common/i18n/Rule.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/i18n/Selector.class b/bin/net/sf/freecol/common/i18n/Selector.class deleted file mode 100644 index 04eebf4a..00000000 Binary files a/bin/net/sf/freecol/common/i18n/Selector.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/i18n/ZeroOneNumberRule.class b/bin/net/sf/freecol/common/i18n/ZeroOneNumberRule.class deleted file mode 100644 index dccda24e..00000000 Binary files a/bin/net/sf/freecol/common/i18n/ZeroOneNumberRule.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/i18n/package.html b/bin/net/sf/freecol/common/i18n/package.html deleted file mode 100644 index 7e70c156..00000000 --- a/bin/net/sf/freecol/common/i18n/package.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - -

FreeCol internationalisation

- -

This package contains the FreeCol support for internationalisation -(translation). - -

The {@link net.sf.freecol.common.i18n.Messages} class provides the API to -the translations. Client code might include: - -

-new AbstractAction( Messages.message("cancel") ) -

- -..whereupon the Messages class will look for a file called: - -

-FreeColMessages[_la[_CO]].properties -

- -..where _la and _CO are the language and country codes from the locale. The -most specific file will be loaded. With a US locale, Messages will -look for FreeColMessages_en_US.properties first, then -FreeColMessages_en.properties and finally -FreeColMessages.properties if neither of the other two are found. - -

FreeColMessages.properties contains a line like this: - -

-cancel=Cancel -

- -..while FreeColMessages_hu.properties has a corresponding line: - -

-cancel=Mégse -

- - -

MessageMerge

- -

Only FreeColMessages.properties is updated as new messages are added -so a tool is required for translators to keep their translations up to date when -new messages are added. - -

At the console, type: - -

-ant compile-test
-java -cp src/classes net.sf.freecol.common.i18n.MessageMerge data/strings/FreeColMessages.properties data/strings/FreeColMessages_hu.properties -

- -..where the red message file is the one to merge from (typically the one shown -above) and the black message file is the one to merge to. - -

MessageMerge screen - -

The screen shot shows "players" and "gameState" messages have been added. Select -the added messages from the left and press the [insert in right] button. - -

To remove obselete or over-zealously inserted messages, select a range from -the right and press the [delete from right] button. - -

Press the [save right] button to write the changes to the message file shown -on the right hand side. Doing so will destroy your translation file without -warning so ensure that the file on the right-hand side is committed to CVS -before pressing the button or you risk losing your work. -

- -

-$Revision$ $Date$ -
- - - diff --git a/bin/net/sf/freecol/common/io/FreeColDataFile.class b/bin/net/sf/freecol/common/io/FreeColDataFile.class deleted file mode 100644 index 0278c1e9..00000000 Binary files a/bin/net/sf/freecol/common/io/FreeColDataFile.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/io/FreeColDirectories.class b/bin/net/sf/freecol/common/io/FreeColDirectories.class deleted file mode 100644 index 5cd69bfc..00000000 Binary files a/bin/net/sf/freecol/common/io/FreeColDirectories.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/io/FreeColModFile.class b/bin/net/sf/freecol/common/io/FreeColModFile.class deleted file mode 100644 index 8b6526c0..00000000 Binary files a/bin/net/sf/freecol/common/io/FreeColModFile.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/io/FreeColSavegameFile.class b/bin/net/sf/freecol/common/io/FreeColSavegameFile.class deleted file mode 100644 index c3804264..00000000 Binary files a/bin/net/sf/freecol/common/io/FreeColSavegameFile.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/io/FreeColTcFile.class b/bin/net/sf/freecol/common/io/FreeColTcFile.class deleted file mode 100644 index f9401922..00000000 Binary files a/bin/net/sf/freecol/common/io/FreeColTcFile.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/io/FreeColXMLReader$ReadScope.class b/bin/net/sf/freecol/common/io/FreeColXMLReader$ReadScope.class deleted file mode 100644 index f766f6b6..00000000 Binary files a/bin/net/sf/freecol/common/io/FreeColXMLReader$ReadScope.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/io/FreeColXMLReader.class b/bin/net/sf/freecol/common/io/FreeColXMLReader.class deleted file mode 100644 index b0be4bc9..00000000 Binary files a/bin/net/sf/freecol/common/io/FreeColXMLReader.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/io/FreeColXMLWriter$WriteScope.class b/bin/net/sf/freecol/common/io/FreeColXMLWriter$WriteScope.class deleted file mode 100644 index a532b1c0..00000000 Binary files a/bin/net/sf/freecol/common/io/FreeColXMLWriter$WriteScope.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/io/FreeColXMLWriter.class b/bin/net/sf/freecol/common/io/FreeColXMLWriter.class deleted file mode 100644 index 529c8738..00000000 Binary files a/bin/net/sf/freecol/common/io/FreeColXMLWriter.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/io/Mods.class b/bin/net/sf/freecol/common/io/Mods.class deleted file mode 100644 index 6a2a6c23..00000000 Binary files a/bin/net/sf/freecol/common/io/Mods.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/io/package.html b/bin/net/sf/freecol/common/io/package.html deleted file mode 100644 index 114be5ed..00000000 --- a/bin/net/sf/freecol/common/io/package.html +++ /dev/null @@ -1,5 +0,0 @@ - - -Classes for reading and writing FreeCol data files. - - diff --git a/bin/net/sf/freecol/common/io/sza/AnimationEvent.class b/bin/net/sf/freecol/common/io/sza/AnimationEvent.class deleted file mode 100644 index 74a57f50..00000000 Binary files a/bin/net/sf/freecol/common/io/sza/AnimationEvent.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/io/sza/ImageAnimationEvent.class b/bin/net/sf/freecol/common/io/sza/ImageAnimationEvent.class deleted file mode 100644 index 239dcba3..00000000 Binary files a/bin/net/sf/freecol/common/io/sza/ImageAnimationEvent.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/io/sza/SimpleZippedAnimation$ImageAnimationEventImpl$1.class b/bin/net/sf/freecol/common/io/sza/SimpleZippedAnimation$ImageAnimationEventImpl$1.class deleted file mode 100644 index ac9d2c8d..00000000 Binary files a/bin/net/sf/freecol/common/io/sza/SimpleZippedAnimation$ImageAnimationEventImpl$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/io/sza/SimpleZippedAnimation$ImageAnimationEventImpl.class b/bin/net/sf/freecol/common/io/sza/SimpleZippedAnimation$ImageAnimationEventImpl.class deleted file mode 100644 index d9db61a2..00000000 Binary files a/bin/net/sf/freecol/common/io/sza/SimpleZippedAnimation$ImageAnimationEventImpl.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/io/sza/SimpleZippedAnimation.class b/bin/net/sf/freecol/common/io/sza/SimpleZippedAnimation.class deleted file mode 100644 index 7526fb9e..00000000 Binary files a/bin/net/sf/freecol/common/io/sza/SimpleZippedAnimation.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/io/sza/package.html b/bin/net/sf/freecol/common/io/sza/package.html deleted file mode 100644 index b4269e9c..00000000 --- a/bin/net/sf/freecol/common/io/sza/package.html +++ /dev/null @@ -1,5 +0,0 @@ - - - Support for reading an animation made from images stored in a zip-file. - - \ No newline at end of file diff --git a/bin/net/sf/freecol/common/logging/DefaultHandler.class b/bin/net/sf/freecol/common/logging/DefaultHandler.class deleted file mode 100644 index 3faa154c..00000000 Binary files a/bin/net/sf/freecol/common/logging/DefaultHandler.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/logging/TextFormatter.class b/bin/net/sf/freecol/common/logging/TextFormatter.class deleted file mode 100644 index 5378b1ce..00000000 Binary files a/bin/net/sf/freecol/common/logging/TextFormatter.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/logging/package.html b/bin/net/sf/freecol/common/logging/package.html deleted file mode 100644 index 2c434401..00000000 --- a/bin/net/sf/freecol/common/logging/package.html +++ /dev/null @@ -1,16 +0,0 @@ - - -Contains classes for handling the logs. - -

- -Each class uses it's own logger. By adding this line: -

-private static final Logger logger = Logger.getLogger(FreeColGameObject.class.getName()); -

-to your the class (and replacing "FreeColGameObject" with the name of the class). You may use methods -like logger.warning("message"); to make log entries. - -@see "java.util.logging.Logger" - - diff --git a/bin/net/sf/freecol/common/model/Ability.class b/bin/net/sf/freecol/common/model/Ability.class deleted file mode 100644 index f9349f73..00000000 Binary files a/bin/net/sf/freecol/common/model/Ability.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/AbstractGoods$1.class b/bin/net/sf/freecol/common/model/AbstractGoods$1.class deleted file mode 100644 index 87467a71..00000000 Binary files a/bin/net/sf/freecol/common/model/AbstractGoods$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/AbstractGoods.class b/bin/net/sf/freecol/common/model/AbstractGoods.class deleted file mode 100644 index 9a6ed74b..00000000 Binary files a/bin/net/sf/freecol/common/model/AbstractGoods.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/AbstractUnit.class b/bin/net/sf/freecol/common/model/AbstractUnit.class deleted file mode 100644 index 204759b3..00000000 Binary files a/bin/net/sf/freecol/common/model/AbstractUnit.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/BuildQueue$CompletionAction.class b/bin/net/sf/freecol/common/model/BuildQueue$CompletionAction.class deleted file mode 100644 index 1371fcae..00000000 Binary files a/bin/net/sf/freecol/common/model/BuildQueue$CompletionAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/BuildQueue.class b/bin/net/sf/freecol/common/model/BuildQueue.class deleted file mode 100644 index 46c8c331..00000000 Binary files a/bin/net/sf/freecol/common/model/BuildQueue.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/BuildableType.class b/bin/net/sf/freecol/common/model/BuildableType.class deleted file mode 100644 index 6f9e0549..00000000 Binary files a/bin/net/sf/freecol/common/model/BuildableType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Building.class b/bin/net/sf/freecol/common/model/Building.class deleted file mode 100644 index 61b1307a..00000000 Binary files a/bin/net/sf/freecol/common/model/Building.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/BuildingType.class b/bin/net/sf/freecol/common/model/BuildingType.class deleted file mode 100644 index 29997a72..00000000 Binary files a/bin/net/sf/freecol/common/model/BuildingType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Colony$ColonyChangeEvent.class b/bin/net/sf/freecol/common/model/Colony$ColonyChangeEvent.class deleted file mode 100644 index 8af56d0c..00000000 Binary files a/bin/net/sf/freecol/common/model/Colony$ColonyChangeEvent.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Colony$NoBuildReason.class b/bin/net/sf/freecol/common/model/Colony$NoBuildReason.class deleted file mode 100644 index 6ae3a975..00000000 Binary files a/bin/net/sf/freecol/common/model/Colony$NoBuildReason.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Colony$TileImprovementSuggestion$1.class b/bin/net/sf/freecol/common/model/Colony$TileImprovementSuggestion$1.class deleted file mode 100644 index bb342896..00000000 Binary files a/bin/net/sf/freecol/common/model/Colony$TileImprovementSuggestion$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Colony$TileImprovementSuggestion.class b/bin/net/sf/freecol/common/model/Colony$TileImprovementSuggestion.class deleted file mode 100644 index ffaf59cb..00000000 Binary files a/bin/net/sf/freecol/common/model/Colony$TileImprovementSuggestion.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Colony.class b/bin/net/sf/freecol/common/model/Colony.class deleted file mode 100644 index 1fa5deaa..00000000 Binary files a/bin/net/sf/freecol/common/model/Colony.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/ColonyTile.class b/bin/net/sf/freecol/common/model/ColonyTile.class deleted file mode 100644 index f44fecaa..00000000 Binary files a/bin/net/sf/freecol/common/model/ColonyTile.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/ColonyTradeItem.class b/bin/net/sf/freecol/common/model/ColonyTradeItem.class deleted file mode 100644 index 26fa5322..00000000 Binary files a/bin/net/sf/freecol/common/model/ColonyTradeItem.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/ColonyWas.class b/bin/net/sf/freecol/common/model/ColonyWas.class deleted file mode 100644 index 410f72e6..00000000 Binary files a/bin/net/sf/freecol/common/model/ColonyWas.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/CombatModel$CombatOdds.class b/bin/net/sf/freecol/common/model/CombatModel$CombatOdds.class deleted file mode 100644 index 3b955176..00000000 Binary files a/bin/net/sf/freecol/common/model/CombatModel$CombatOdds.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/CombatModel$CombatResult.class b/bin/net/sf/freecol/common/model/CombatModel$CombatResult.class deleted file mode 100644 index 4cc28408..00000000 Binary files a/bin/net/sf/freecol/common/model/CombatModel$CombatResult.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/CombatModel.class b/bin/net/sf/freecol/common/model/CombatModel.class deleted file mode 100644 index 7b567f2e..00000000 Binary files a/bin/net/sf/freecol/common/model/CombatModel.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Consumer.class b/bin/net/sf/freecol/common/model/Consumer.class deleted file mode 100644 index 66e4e24a..00000000 Binary files a/bin/net/sf/freecol/common/model/Consumer.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/DiplomaticTrade$TradeContext.class b/bin/net/sf/freecol/common/model/DiplomaticTrade$TradeContext.class deleted file mode 100644 index 51e12f8f..00000000 Binary files a/bin/net/sf/freecol/common/model/DiplomaticTrade$TradeContext.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/DiplomaticTrade$TradeStatus.class b/bin/net/sf/freecol/common/model/DiplomaticTrade$TradeStatus.class deleted file mode 100644 index 39a19fd7..00000000 Binary files a/bin/net/sf/freecol/common/model/DiplomaticTrade$TradeStatus.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/DiplomaticTrade.class b/bin/net/sf/freecol/common/model/DiplomaticTrade.class deleted file mode 100644 index 44019b3d..00000000 Binary files a/bin/net/sf/freecol/common/model/DiplomaticTrade.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Direction.class b/bin/net/sf/freecol/common/model/Direction.class deleted file mode 100644 index 3399475e..00000000 Binary files a/bin/net/sf/freecol/common/model/Direction.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Disaster$Effects.class b/bin/net/sf/freecol/common/model/Disaster$Effects.class deleted file mode 100644 index 91c06817..00000000 Binary files a/bin/net/sf/freecol/common/model/Disaster$Effects.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Disaster.class b/bin/net/sf/freecol/common/model/Disaster.class deleted file mode 100644 index 14c8a98b..00000000 Binary files a/bin/net/sf/freecol/common/model/Disaster.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Effect.class b/bin/net/sf/freecol/common/model/Effect.class deleted file mode 100644 index b9f6406d..00000000 Binary files a/bin/net/sf/freecol/common/model/Effect.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/EquipmentType.class b/bin/net/sf/freecol/common/model/EquipmentType.class deleted file mode 100644 index eb9cb5ce..00000000 Binary files a/bin/net/sf/freecol/common/model/EquipmentType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Europe$MigrationType.class b/bin/net/sf/freecol/common/model/Europe$MigrationType.class deleted file mode 100644 index d1da97d3..00000000 Binary files a/bin/net/sf/freecol/common/model/Europe$MigrationType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Europe.class b/bin/net/sf/freecol/common/model/Europe.class deleted file mode 100644 index 9c42abf1..00000000 Binary files a/bin/net/sf/freecol/common/model/Europe.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/EuropeWas.class b/bin/net/sf/freecol/common/model/EuropeWas.class deleted file mode 100644 index 9d5e477b..00000000 Binary files a/bin/net/sf/freecol/common/model/EuropeWas.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/EuropeanNationType.class b/bin/net/sf/freecol/common/model/EuropeanNationType.class deleted file mode 100644 index 0c02dc02..00000000 Binary files a/bin/net/sf/freecol/common/model/EuropeanNationType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Event.class b/bin/net/sf/freecol/common/model/Event.class deleted file mode 100644 index 75599ae4..00000000 Binary files a/bin/net/sf/freecol/common/model/Event.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/ExportData.class b/bin/net/sf/freecol/common/model/ExportData.class deleted file mode 100644 index badbc116..00000000 Binary files a/bin/net/sf/freecol/common/model/ExportData.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Feature.class b/bin/net/sf/freecol/common/model/Feature.class deleted file mode 100644 index 484c7e5a..00000000 Binary files a/bin/net/sf/freecol/common/model/Feature.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/FeatureContainer.class b/bin/net/sf/freecol/common/model/FeatureContainer.class deleted file mode 100644 index 226ec3b5..00000000 Binary files a/bin/net/sf/freecol/common/model/FeatureContainer.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/FoundingFather$FoundingFatherType.class b/bin/net/sf/freecol/common/model/FoundingFather$FoundingFatherType.class deleted file mode 100644 index 8a8f8778..00000000 Binary files a/bin/net/sf/freecol/common/model/FoundingFather$FoundingFatherType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/FoundingFather.class b/bin/net/sf/freecol/common/model/FoundingFather.class deleted file mode 100644 index 561c5ba0..00000000 Binary files a/bin/net/sf/freecol/common/model/FoundingFather.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/FreeColGameObject.class b/bin/net/sf/freecol/common/model/FreeColGameObject.class deleted file mode 100644 index a3a1d223..00000000 Binary files a/bin/net/sf/freecol/common/model/FreeColGameObject.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/FreeColGameObjectListener.class b/bin/net/sf/freecol/common/model/FreeColGameObjectListener.class deleted file mode 100644 index 1442b460..00000000 Binary files a/bin/net/sf/freecol/common/model/FreeColGameObjectListener.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/FreeColGameObjectType.class b/bin/net/sf/freecol/common/model/FreeColGameObjectType.class deleted file mode 100644 index 5454939d..00000000 Binary files a/bin/net/sf/freecol/common/model/FreeColGameObjectType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/FreeColObject.class b/bin/net/sf/freecol/common/model/FreeColObject.class deleted file mode 100644 index a6bc1823..00000000 Binary files a/bin/net/sf/freecol/common/model/FreeColObject.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Game$1.class b/bin/net/sf/freecol/common/model/Game$1.class deleted file mode 100644 index 4b9ce2fd..00000000 Binary files a/bin/net/sf/freecol/common/model/Game$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Game$2.class b/bin/net/sf/freecol/common/model/Game$2.class deleted file mode 100644 index 589ecbc9..00000000 Binary files a/bin/net/sf/freecol/common/model/Game$2.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Game$FcgoState.class b/bin/net/sf/freecol/common/model/Game$FcgoState.class deleted file mode 100644 index b7799474..00000000 Binary files a/bin/net/sf/freecol/common/model/Game$FcgoState.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Game.class b/bin/net/sf/freecol/common/model/Game.class deleted file mode 100644 index c01ce1cd..00000000 Binary files a/bin/net/sf/freecol/common/model/Game.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/GameOptions.class b/bin/net/sf/freecol/common/model/GameOptions.class deleted file mode 100644 index 300b5618..00000000 Binary files a/bin/net/sf/freecol/common/model/GameOptions.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/GoldTradeItem.class b/bin/net/sf/freecol/common/model/GoldTradeItem.class deleted file mode 100644 index 9873e1a1..00000000 Binary files a/bin/net/sf/freecol/common/model/GoldTradeItem.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Goods.class b/bin/net/sf/freecol/common/model/Goods.class deleted file mode 100644 index 5ee55bba..00000000 Binary files a/bin/net/sf/freecol/common/model/Goods.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/GoodsContainer.class b/bin/net/sf/freecol/common/model/GoodsContainer.class deleted file mode 100644 index fdd4e5c7..00000000 Binary files a/bin/net/sf/freecol/common/model/GoodsContainer.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/GoodsLocation.class b/bin/net/sf/freecol/common/model/GoodsLocation.class deleted file mode 100644 index 2f1436b5..00000000 Binary files a/bin/net/sf/freecol/common/model/GoodsLocation.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/GoodsTradeItem.class b/bin/net/sf/freecol/common/model/GoodsTradeItem.class deleted file mode 100644 index 19782b38..00000000 Binary files a/bin/net/sf/freecol/common/model/GoodsTradeItem.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/GoodsType$1.class b/bin/net/sf/freecol/common/model/GoodsType$1.class deleted file mode 100644 index b219c2a5..00000000 Binary files a/bin/net/sf/freecol/common/model/GoodsType$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/GoodsType.class b/bin/net/sf/freecol/common/model/GoodsType.class deleted file mode 100644 index 218312dd..00000000 Binary files a/bin/net/sf/freecol/common/model/GoodsType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/HighScore$ScoreLevel.class b/bin/net/sf/freecol/common/model/HighScore$ScoreLevel.class deleted file mode 100644 index 7cc8404a..00000000 Binary files a/bin/net/sf/freecol/common/model/HighScore$ScoreLevel.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/HighScore.class b/bin/net/sf/freecol/common/model/HighScore.class deleted file mode 100644 index d6624277..00000000 Binary files a/bin/net/sf/freecol/common/model/HighScore.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/HighSeas.class b/bin/net/sf/freecol/common/model/HighSeas.class deleted file mode 100644 index ddfcc341..00000000 Binary files a/bin/net/sf/freecol/common/model/HighSeas.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/HistoryEvent$HistoryEventType.class b/bin/net/sf/freecol/common/model/HistoryEvent$HistoryEventType.class deleted file mode 100644 index 51e0d781..00000000 Binary files a/bin/net/sf/freecol/common/model/HistoryEvent$HistoryEventType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/HistoryEvent.class b/bin/net/sf/freecol/common/model/HistoryEvent.class deleted file mode 100644 index 41a1c0d9..00000000 Binary files a/bin/net/sf/freecol/common/model/HistoryEvent.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/InciteTradeItem.class b/bin/net/sf/freecol/common/model/InciteTradeItem.class deleted file mode 100644 index c0217cdd..00000000 Binary files a/bin/net/sf/freecol/common/model/InciteTradeItem.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/IndianNationType.class b/bin/net/sf/freecol/common/model/IndianNationType.class deleted file mode 100644 index ac5c6f6a..00000000 Binary files a/bin/net/sf/freecol/common/model/IndianNationType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/IndianSettlement$1.class b/bin/net/sf/freecol/common/model/IndianSettlement$1.class deleted file mode 100644 index 4f99d50f..00000000 Binary files a/bin/net/sf/freecol/common/model/IndianSettlement$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/IndianSettlement$ContactLevel.class b/bin/net/sf/freecol/common/model/IndianSettlement$ContactLevel.class deleted file mode 100644 index 3fef5fc3..00000000 Binary files a/bin/net/sf/freecol/common/model/IndianSettlement$ContactLevel.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/IndianSettlement.class b/bin/net/sf/freecol/common/model/IndianSettlement.class deleted file mode 100644 index ea822855..00000000 Binary files a/bin/net/sf/freecol/common/model/IndianSettlement.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/LandMap.class b/bin/net/sf/freecol/common/model/LandMap.class deleted file mode 100644 index 4f034617..00000000 Binary files a/bin/net/sf/freecol/common/model/LandMap.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/LastSale.class b/bin/net/sf/freecol/common/model/LastSale.class deleted file mode 100644 index 93c37152..00000000 Binary files a/bin/net/sf/freecol/common/model/LastSale.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Limit$Operator.class b/bin/net/sf/freecol/common/model/Limit$Operator.class deleted file mode 100644 index 9d0d2f33..00000000 Binary files a/bin/net/sf/freecol/common/model/Limit$Operator.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Limit.class b/bin/net/sf/freecol/common/model/Limit.class deleted file mode 100644 index 1a4b2c98..00000000 Binary files a/bin/net/sf/freecol/common/model/Limit.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Locatable.class b/bin/net/sf/freecol/common/model/Locatable.class deleted file mode 100644 index 2dbfe618..00000000 Binary files a/bin/net/sf/freecol/common/model/Locatable.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Location.class b/bin/net/sf/freecol/common/model/Location.class deleted file mode 100644 index 4ee3b07e..00000000 Binary files a/bin/net/sf/freecol/common/model/Location.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/LostCityRumour$RumourType.class b/bin/net/sf/freecol/common/model/LostCityRumour$RumourType.class deleted file mode 100644 index 07d3dca4..00000000 Binary files a/bin/net/sf/freecol/common/model/LostCityRumour$RumourType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/LostCityRumour.class b/bin/net/sf/freecol/common/model/LostCityRumour.class deleted file mode 100644 index f0091730..00000000 Binary files a/bin/net/sf/freecol/common/model/LostCityRumour.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Map$1.class b/bin/net/sf/freecol/common/model/Map$1.class deleted file mode 100644 index 6c01fbbc..00000000 Binary files a/bin/net/sf/freecol/common/model/Map$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Map$2.class b/bin/net/sf/freecol/common/model/Map$2.class deleted file mode 100644 index fb87c2c4..00000000 Binary files a/bin/net/sf/freecol/common/model/Map$2.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Map$3.class b/bin/net/sf/freecol/common/model/Map$3.class deleted file mode 100644 index c7d5abef..00000000 Binary files a/bin/net/sf/freecol/common/model/Map$3.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Map$CircleIterator.class b/bin/net/sf/freecol/common/model/Map$CircleIterator.class deleted file mode 100644 index 0e412606..00000000 Binary files a/bin/net/sf/freecol/common/model/Map$CircleIterator.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Map$Layer.class b/bin/net/sf/freecol/common/model/Map$Layer.class deleted file mode 100644 index f9d334ba..00000000 Binary files a/bin/net/sf/freecol/common/model/Map$Layer.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Map$MoveCandidate.class b/bin/net/sf/freecol/common/model/Map$MoveCandidate.class deleted file mode 100644 index b71ae9df..00000000 Binary files a/bin/net/sf/freecol/common/model/Map$MoveCandidate.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Map$MoveStep.class b/bin/net/sf/freecol/common/model/Map$MoveStep.class deleted file mode 100644 index 09775596..00000000 Binary files a/bin/net/sf/freecol/common/model/Map$MoveStep.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Map$Position.class b/bin/net/sf/freecol/common/model/Map$Position.class deleted file mode 100644 index 46e403fa..00000000 Binary files a/bin/net/sf/freecol/common/model/Map$Position.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Map$SearchHeuristic.class b/bin/net/sf/freecol/common/model/Map$SearchHeuristic.class deleted file mode 100644 index ca9852d0..00000000 Binary files a/bin/net/sf/freecol/common/model/Map$SearchHeuristic.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Map$WholeMapIterator.class b/bin/net/sf/freecol/common/model/Map$WholeMapIterator.class deleted file mode 100644 index 867b61c0..00000000 Binary files a/bin/net/sf/freecol/common/model/Map$WholeMapIterator.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Map.class b/bin/net/sf/freecol/common/model/Map.class deleted file mode 100644 index 5663f091..00000000 Binary files a/bin/net/sf/freecol/common/model/Map.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Market$Access.class b/bin/net/sf/freecol/common/model/Market$Access.class deleted file mode 100644 index b97985c8..00000000 Binary files a/bin/net/sf/freecol/common/model/Market$Access.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Market.class b/bin/net/sf/freecol/common/model/Market.class deleted file mode 100644 index cb0ca78d..00000000 Binary files a/bin/net/sf/freecol/common/model/Market.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/MarketData.class b/bin/net/sf/freecol/common/model/MarketData.class deleted file mode 100644 index 93817673..00000000 Binary files a/bin/net/sf/freecol/common/model/MarketData.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/MarketWas.class b/bin/net/sf/freecol/common/model/MarketWas.class deleted file mode 100644 index f6fed7f2..00000000 Binary files a/bin/net/sf/freecol/common/model/MarketWas.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/ModelMessage$MessageType.class b/bin/net/sf/freecol/common/model/ModelMessage$MessageType.class deleted file mode 100644 index 31df18c6..00000000 Binary files a/bin/net/sf/freecol/common/model/ModelMessage$MessageType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/ModelMessage.class b/bin/net/sf/freecol/common/model/ModelMessage.class deleted file mode 100644 index 82a80c76..00000000 Binary files a/bin/net/sf/freecol/common/model/ModelMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Modifier$ModifierType.class b/bin/net/sf/freecol/common/model/Modifier$ModifierType.class deleted file mode 100644 index e9b43ce8..00000000 Binary files a/bin/net/sf/freecol/common/model/Modifier$ModifierType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Modifier.class b/bin/net/sf/freecol/common/model/Modifier.class deleted file mode 100644 index 737b72ad..00000000 Binary files a/bin/net/sf/freecol/common/model/Modifier.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Monarch$Force.class b/bin/net/sf/freecol/common/model/Monarch$Force.class deleted file mode 100644 index 5b5b58eb..00000000 Binary files a/bin/net/sf/freecol/common/model/Monarch$Force.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Monarch$MonarchAction.class b/bin/net/sf/freecol/common/model/Monarch$MonarchAction.class deleted file mode 100644 index 59d4acd2..00000000 Binary files a/bin/net/sf/freecol/common/model/Monarch$MonarchAction.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Monarch.class b/bin/net/sf/freecol/common/model/Monarch.class deleted file mode 100644 index 2ec5004a..00000000 Binary files a/bin/net/sf/freecol/common/model/Monarch.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Movable.class b/bin/net/sf/freecol/common/model/Movable.class deleted file mode 100644 index 8ba88b07..00000000 Binary files a/bin/net/sf/freecol/common/model/Movable.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Nameable.class b/bin/net/sf/freecol/common/model/Nameable.class deleted file mode 100644 index a7160b15..00000000 Binary files a/bin/net/sf/freecol/common/model/Nameable.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Named.class b/bin/net/sf/freecol/common/model/Named.class deleted file mode 100644 index 5b9750c6..00000000 Binary files a/bin/net/sf/freecol/common/model/Named.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Nation.class b/bin/net/sf/freecol/common/model/Nation.class deleted file mode 100644 index d724407b..00000000 Binary files a/bin/net/sf/freecol/common/model/Nation.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/NationOptions$Advantages.class b/bin/net/sf/freecol/common/model/NationOptions$Advantages.class deleted file mode 100644 index 131608f5..00000000 Binary files a/bin/net/sf/freecol/common/model/NationOptions$Advantages.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/NationOptions$NationState.class b/bin/net/sf/freecol/common/model/NationOptions$NationState.class deleted file mode 100644 index 0e448c99..00000000 Binary files a/bin/net/sf/freecol/common/model/NationOptions$NationState.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/NationOptions.class b/bin/net/sf/freecol/common/model/NationOptions.class deleted file mode 100644 index d272d9c2..00000000 Binary files a/bin/net/sf/freecol/common/model/NationOptions.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/NationSummary.class b/bin/net/sf/freecol/common/model/NationSummary.class deleted file mode 100644 index 6ace2cde..00000000 Binary files a/bin/net/sf/freecol/common/model/NationSummary.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/NationType$AggressionLevel.class b/bin/net/sf/freecol/common/model/NationType$AggressionLevel.class deleted file mode 100644 index 0d1483ae..00000000 Binary files a/bin/net/sf/freecol/common/model/NationType$AggressionLevel.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/NationType$SettlementNumber.class b/bin/net/sf/freecol/common/model/NationType$SettlementNumber.class deleted file mode 100644 index f55bd42a..00000000 Binary files a/bin/net/sf/freecol/common/model/NationType$SettlementNumber.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/NationType.class b/bin/net/sf/freecol/common/model/NationType.class deleted file mode 100644 index ab0c3598..00000000 Binary files a/bin/net/sf/freecol/common/model/NationType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Occupation.class b/bin/net/sf/freecol/common/model/Occupation.class deleted file mode 100644 index ccf33549..00000000 Binary files a/bin/net/sf/freecol/common/model/Occupation.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Operand$OperandType.class b/bin/net/sf/freecol/common/model/Operand$OperandType.class deleted file mode 100644 index 9d9645db..00000000 Binary files a/bin/net/sf/freecol/common/model/Operand$OperandType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Operand$ScopeLevel.class b/bin/net/sf/freecol/common/model/Operand$ScopeLevel.class deleted file mode 100644 index 536845ce..00000000 Binary files a/bin/net/sf/freecol/common/model/Operand$ScopeLevel.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Operand.class b/bin/net/sf/freecol/common/model/Operand.class deleted file mode 100644 index 29df96f6..00000000 Binary files a/bin/net/sf/freecol/common/model/Operand.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Ownable.class b/bin/net/sf/freecol/common/model/Ownable.class deleted file mode 100644 index 193c6a78..00000000 Binary files a/bin/net/sf/freecol/common/model/Ownable.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/PathNode.class b/bin/net/sf/freecol/common/model/PathNode.class deleted file mode 100644 index 27acbc35..00000000 Binary files a/bin/net/sf/freecol/common/model/PathNode.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Player$1.class b/bin/net/sf/freecol/common/model/Player$1.class deleted file mode 100644 index 1ee90676..00000000 Binary files a/bin/net/sf/freecol/common/model/Player$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Player$ActivePredicate.class b/bin/net/sf/freecol/common/model/Player$ActivePredicate.class deleted file mode 100644 index 7559f291..00000000 Binary files a/bin/net/sf/freecol/common/model/Player$ActivePredicate.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Player$ColonyValueCategory.class b/bin/net/sf/freecol/common/model/Player$ColonyValueCategory.class deleted file mode 100644 index 99853872..00000000 Binary files a/bin/net/sf/freecol/common/model/Player$ColonyValueCategory.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Player$GoingToPredicate.class b/bin/net/sf/freecol/common/model/Player$GoingToPredicate.class deleted file mode 100644 index 140c658d..00000000 Binary files a/bin/net/sf/freecol/common/model/Player$GoingToPredicate.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Player$NoClaimReason.class b/bin/net/sf/freecol/common/model/Player$NoClaimReason.class deleted file mode 100644 index 44119d90..00000000 Binary files a/bin/net/sf/freecol/common/model/Player$NoClaimReason.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Player$NoValueType.class b/bin/net/sf/freecol/common/model/Player$NoValueType.class deleted file mode 100644 index 6599b86c..00000000 Binary files a/bin/net/sf/freecol/common/model/Player$NoValueType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Player$PlayerType.class b/bin/net/sf/freecol/common/model/Player$PlayerType.class deleted file mode 100644 index 8ded4f05..00000000 Binary files a/bin/net/sf/freecol/common/model/Player$PlayerType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Player$UnitIterator.class b/bin/net/sf/freecol/common/model/Player$UnitIterator.class deleted file mode 100644 index a3cd2efb..00000000 Binary files a/bin/net/sf/freecol/common/model/Player$UnitIterator.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Player$UnitPredicate.class b/bin/net/sf/freecol/common/model/Player$UnitPredicate.class deleted file mode 100644 index ff0f0291..00000000 Binary files a/bin/net/sf/freecol/common/model/Player$UnitPredicate.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Player.class b/bin/net/sf/freecol/common/model/Player.class deleted file mode 100644 index a554320e..00000000 Binary files a/bin/net/sf/freecol/common/model/Player.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/PlayerExploredTile.class b/bin/net/sf/freecol/common/model/PlayerExploredTile.class deleted file mode 100644 index 424a2c5e..00000000 Binary files a/bin/net/sf/freecol/common/model/PlayerExploredTile.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/ProductionCache.class b/bin/net/sf/freecol/common/model/ProductionCache.class deleted file mode 100644 index f2849b41..00000000 Binary files a/bin/net/sf/freecol/common/model/ProductionCache.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/ProductionInfo.class b/bin/net/sf/freecol/common/model/ProductionInfo.class deleted file mode 100644 index 6e863e93..00000000 Binary files a/bin/net/sf/freecol/common/model/ProductionInfo.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/ProductionMap$ProductionTree.class b/bin/net/sf/freecol/common/model/ProductionMap$ProductionTree.class deleted file mode 100644 index 0c7a1bb3..00000000 Binary files a/bin/net/sf/freecol/common/model/ProductionMap$ProductionTree.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/ProductionMap.class b/bin/net/sf/freecol/common/model/ProductionMap.class deleted file mode 100644 index 2e1e64b7..00000000 Binary files a/bin/net/sf/freecol/common/model/ProductionMap.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/ProductionType.class b/bin/net/sf/freecol/common/model/ProductionType.class deleted file mode 100644 index c3f1e719..00000000 Binary files a/bin/net/sf/freecol/common/model/ProductionType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/RandomRange.class b/bin/net/sf/freecol/common/model/RandomRange.class deleted file mode 100644 index 72b0ca78..00000000 Binary files a/bin/net/sf/freecol/common/model/RandomRange.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Region$RegionType.class b/bin/net/sf/freecol/common/model/Region$RegionType.class deleted file mode 100644 index d559bdec..00000000 Binary files a/bin/net/sf/freecol/common/model/Region$RegionType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Region.class b/bin/net/sf/freecol/common/model/Region.class deleted file mode 100644 index df7f4aec..00000000 Binary files a/bin/net/sf/freecol/common/model/Region.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Resource.class b/bin/net/sf/freecol/common/model/Resource.class deleted file mode 100644 index 37f4989f..00000000 Binary files a/bin/net/sf/freecol/common/model/Resource.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/ResourceType.class b/bin/net/sf/freecol/common/model/ResourceType.class deleted file mode 100644 index 78fc09dc..00000000 Binary files a/bin/net/sf/freecol/common/model/ResourceType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Role$RoleChange.class b/bin/net/sf/freecol/common/model/Role$RoleChange.class deleted file mode 100644 index 3367407c..00000000 Binary files a/bin/net/sf/freecol/common/model/Role$RoleChange.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Role.class b/bin/net/sf/freecol/common/model/Role.class deleted file mode 100644 index d9bc7a1e..00000000 Binary files a/bin/net/sf/freecol/common/model/Role.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Scope.class b/bin/net/sf/freecol/common/model/Scope.class deleted file mode 100644 index b3610e1e..00000000 Binary files a/bin/net/sf/freecol/common/model/Scope.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Settlement.class b/bin/net/sf/freecol/common/model/Settlement.class deleted file mode 100644 index 3fb44b75..00000000 Binary files a/bin/net/sf/freecol/common/model/Settlement.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/SettlementType.class b/bin/net/sf/freecol/common/model/SettlementType.class deleted file mode 100644 index 21ae6fd8..00000000 Binary files a/bin/net/sf/freecol/common/model/SettlementType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/SimpleCombatModel.class b/bin/net/sf/freecol/common/model/SimpleCombatModel.class deleted file mode 100644 index d3f6bdd3..00000000 Binary files a/bin/net/sf/freecol/common/model/SimpleCombatModel.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Specification$ChildReader.class b/bin/net/sf/freecol/common/model/Specification$ChildReader.class deleted file mode 100644 index 41b69330..00000000 Binary files a/bin/net/sf/freecol/common/model/Specification$ChildReader.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Specification$ModifierReader.class b/bin/net/sf/freecol/common/model/Specification$ModifierReader.class deleted file mode 100644 index 61c7cf02..00000000 Binary files a/bin/net/sf/freecol/common/model/Specification$ModifierReader.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Specification$OptionReader.class b/bin/net/sf/freecol/common/model/Specification$OptionReader.class deleted file mode 100644 index acc61149..00000000 Binary files a/bin/net/sf/freecol/common/model/Specification$OptionReader.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Specification$Source.class b/bin/net/sf/freecol/common/model/Specification$Source.class deleted file mode 100644 index 6c1334d6..00000000 Binary files a/bin/net/sf/freecol/common/model/Specification$Source.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Specification$TypeReader.class b/bin/net/sf/freecol/common/model/Specification$TypeReader.class deleted file mode 100644 index d28dd452..00000000 Binary files a/bin/net/sf/freecol/common/model/Specification$TypeReader.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Specification.class b/bin/net/sf/freecol/common/model/Specification.class deleted file mode 100644 index 3e59cdb5..00000000 Binary files a/bin/net/sf/freecol/common/model/Specification.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Stance.class b/bin/net/sf/freecol/common/model/Stance.class deleted file mode 100644 index 414abf58..00000000 Binary files a/bin/net/sf/freecol/common/model/Stance.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/StanceTradeItem.class b/bin/net/sf/freecol/common/model/StanceTradeItem.class deleted file mode 100644 index c0fa0f3f..00000000 Binary files a/bin/net/sf/freecol/common/model/StanceTradeItem.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/StringTemplate$TemplateType.class b/bin/net/sf/freecol/common/model/StringTemplate$TemplateType.class deleted file mode 100644 index 6821830b..00000000 Binary files a/bin/net/sf/freecol/common/model/StringTemplate$TemplateType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/StringTemplate.class b/bin/net/sf/freecol/common/model/StringTemplate.class deleted file mode 100644 index 4de14fa5..00000000 Binary files a/bin/net/sf/freecol/common/model/StringTemplate.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Tension$Level.class b/bin/net/sf/freecol/common/model/Tension$Level.class deleted file mode 100644 index 77c4a91e..00000000 Binary files a/bin/net/sf/freecol/common/model/Tension$Level.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Tension.class b/bin/net/sf/freecol/common/model/Tension.class deleted file mode 100644 index 0e19707c..00000000 Binary files a/bin/net/sf/freecol/common/model/Tension.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Tile$1.class b/bin/net/sf/freecol/common/model/Tile$1.class deleted file mode 100644 index 6f35e1a4..00000000 Binary files a/bin/net/sf/freecol/common/model/Tile$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Tile$IndianSettlementInternals.class b/bin/net/sf/freecol/common/model/Tile$IndianSettlementInternals.class deleted file mode 100644 index ff413776..00000000 Binary files a/bin/net/sf/freecol/common/model/Tile$IndianSettlementInternals.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Tile.class b/bin/net/sf/freecol/common/model/Tile.class deleted file mode 100644 index 30646214..00000000 Binary files a/bin/net/sf/freecol/common/model/Tile.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/TileImprovement.class b/bin/net/sf/freecol/common/model/TileImprovement.class deleted file mode 100644 index 9fe7c001..00000000 Binary files a/bin/net/sf/freecol/common/model/TileImprovement.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/TileImprovementStyle.class b/bin/net/sf/freecol/common/model/TileImprovementStyle.class deleted file mode 100644 index 1c8af746..00000000 Binary files a/bin/net/sf/freecol/common/model/TileImprovementStyle.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/TileImprovementType.class b/bin/net/sf/freecol/common/model/TileImprovementType.class deleted file mode 100644 index 7557f911..00000000 Binary files a/bin/net/sf/freecol/common/model/TileImprovementType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/TileItem.class b/bin/net/sf/freecol/common/model/TileItem.class deleted file mode 100644 index e122c343..00000000 Binary files a/bin/net/sf/freecol/common/model/TileItem.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/TileItemContainer$1.class b/bin/net/sf/freecol/common/model/TileItemContainer$1.class deleted file mode 100644 index c191f2a7..00000000 Binary files a/bin/net/sf/freecol/common/model/TileItemContainer$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/TileItemContainer.class b/bin/net/sf/freecol/common/model/TileItemContainer.class deleted file mode 100644 index f1d74f9f..00000000 Binary files a/bin/net/sf/freecol/common/model/TileItemContainer.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/TileType$RangeType.class b/bin/net/sf/freecol/common/model/TileType$RangeType.class deleted file mode 100644 index 318aafe7..00000000 Binary files a/bin/net/sf/freecol/common/model/TileType$RangeType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/TileType.class b/bin/net/sf/freecol/common/model/TileType.class deleted file mode 100644 index 95549eeb..00000000 Binary files a/bin/net/sf/freecol/common/model/TileType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/TileTypeChange.class b/bin/net/sf/freecol/common/model/TileTypeChange.class deleted file mode 100644 index 3fb3c04b..00000000 Binary files a/bin/net/sf/freecol/common/model/TileTypeChange.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/TradeItem.class b/bin/net/sf/freecol/common/model/TradeItem.class deleted file mode 100644 index 8dd7b35b..00000000 Binary files a/bin/net/sf/freecol/common/model/TradeItem.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/TradeLocation.class b/bin/net/sf/freecol/common/model/TradeLocation.class deleted file mode 100644 index 36a9ab4c..00000000 Binary files a/bin/net/sf/freecol/common/model/TradeLocation.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/TradeRoute.class b/bin/net/sf/freecol/common/model/TradeRoute.class deleted file mode 100644 index c710df55..00000000 Binary files a/bin/net/sf/freecol/common/model/TradeRoute.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/TradeRouteStop.class b/bin/net/sf/freecol/common/model/TradeRouteStop.class deleted file mode 100644 index e4fa3cad..00000000 Binary files a/bin/net/sf/freecol/common/model/TradeRouteStop.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/TransactionListener.class b/bin/net/sf/freecol/common/model/TransactionListener.class deleted file mode 100644 index 5aeaa4e3..00000000 Binary files a/bin/net/sf/freecol/common/model/TransactionListener.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Turn.class b/bin/net/sf/freecol/common/model/Turn.class deleted file mode 100644 index 5ed1ab6c..00000000 Binary files a/bin/net/sf/freecol/common/model/Turn.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/TypeCountMap.class b/bin/net/sf/freecol/common/model/TypeCountMap.class deleted file mode 100644 index 005bc405..00000000 Binary files a/bin/net/sf/freecol/common/model/TypeCountMap.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Unit$1.class b/bin/net/sf/freecol/common/model/Unit$1.class deleted file mode 100644 index 808ab3e6..00000000 Binary files a/bin/net/sf/freecol/common/model/Unit$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Unit$2.class b/bin/net/sf/freecol/common/model/Unit$2.class deleted file mode 100644 index ad893da4..00000000 Binary files a/bin/net/sf/freecol/common/model/Unit$2.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Unit$MoveType.class b/bin/net/sf/freecol/common/model/Unit$MoveType.class deleted file mode 100644 index 032c3a17..00000000 Binary files a/bin/net/sf/freecol/common/model/Unit$MoveType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Unit$UnitLabelType.class b/bin/net/sf/freecol/common/model/Unit$UnitLabelType.class deleted file mode 100644 index 9c023c15..00000000 Binary files a/bin/net/sf/freecol/common/model/Unit$UnitLabelType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Unit$UnitState.class b/bin/net/sf/freecol/common/model/Unit$UnitState.class deleted file mode 100644 index 11f9e01f..00000000 Binary files a/bin/net/sf/freecol/common/model/Unit$UnitState.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/Unit.class b/bin/net/sf/freecol/common/model/Unit.class deleted file mode 100644 index d25c7a84..00000000 Binary files a/bin/net/sf/freecol/common/model/Unit.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/UnitLocation$NoAddReason.class b/bin/net/sf/freecol/common/model/UnitLocation$NoAddReason.class deleted file mode 100644 index 53e7e80b..00000000 Binary files a/bin/net/sf/freecol/common/model/UnitLocation$NoAddReason.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/UnitLocation.class b/bin/net/sf/freecol/common/model/UnitLocation.class deleted file mode 100644 index 16db225b..00000000 Binary files a/bin/net/sf/freecol/common/model/UnitLocation.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/UnitTradeItem.class b/bin/net/sf/freecol/common/model/UnitTradeItem.class deleted file mode 100644 index 9928ccf7..00000000 Binary files a/bin/net/sf/freecol/common/model/UnitTradeItem.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/UnitType.class b/bin/net/sf/freecol/common/model/UnitType.class deleted file mode 100644 index ee30fcd6..00000000 Binary files a/bin/net/sf/freecol/common/model/UnitType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/UnitTypeChange$ChangeType.class b/bin/net/sf/freecol/common/model/UnitTypeChange$ChangeType.class deleted file mode 100644 index 471a5c2c..00000000 Binary files a/bin/net/sf/freecol/common/model/UnitTypeChange$ChangeType.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/UnitTypeChange.class b/bin/net/sf/freecol/common/model/UnitTypeChange.class deleted file mode 100644 index 4d88518b..00000000 Binary files a/bin/net/sf/freecol/common/model/UnitTypeChange.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/UnitWas.class b/bin/net/sf/freecol/common/model/UnitWas.class deleted file mode 100644 index 5fae8fb7..00000000 Binary files a/bin/net/sf/freecol/common/model/UnitWas.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/WorkLocation$Suggestion$1.class b/bin/net/sf/freecol/common/model/WorkLocation$Suggestion$1.class deleted file mode 100644 index f9abdff2..00000000 Binary files a/bin/net/sf/freecol/common/model/WorkLocation$Suggestion$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/WorkLocation$Suggestion.class b/bin/net/sf/freecol/common/model/WorkLocation$Suggestion.class deleted file mode 100644 index 391c4a81..00000000 Binary files a/bin/net/sf/freecol/common/model/WorkLocation$Suggestion.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/WorkLocation.class b/bin/net/sf/freecol/common/model/WorkLocation.class deleted file mode 100644 index e88fe6de..00000000 Binary files a/bin/net/sf/freecol/common/model/WorkLocation.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/mission/AbstractMission.class b/bin/net/sf/freecol/common/model/mission/AbstractMission.class deleted file mode 100644 index ec6f8e10..00000000 Binary files a/bin/net/sf/freecol/common/model/mission/AbstractMission.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/mission/CompoundMission.class b/bin/net/sf/freecol/common/model/mission/CompoundMission.class deleted file mode 100644 index 05a14d14..00000000 Binary files a/bin/net/sf/freecol/common/model/mission/CompoundMission.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/mission/GoToMission.class b/bin/net/sf/freecol/common/model/mission/GoToMission.class deleted file mode 100644 index 4555ad88..00000000 Binary files a/bin/net/sf/freecol/common/model/mission/GoToMission.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/mission/ImprovementMission.class b/bin/net/sf/freecol/common/model/mission/ImprovementMission.class deleted file mode 100644 index 48f0320e..00000000 Binary files a/bin/net/sf/freecol/common/model/mission/ImprovementMission.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/mission/Mission$MissionState.class b/bin/net/sf/freecol/common/model/mission/Mission$MissionState.class deleted file mode 100644 index 610eedb3..00000000 Binary files a/bin/net/sf/freecol/common/model/mission/Mission$MissionState.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/mission/Mission.class b/bin/net/sf/freecol/common/model/mission/Mission.class deleted file mode 100644 index 5128d622..00000000 Binary files a/bin/net/sf/freecol/common/model/mission/Mission.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/mission/MissionManager.class b/bin/net/sf/freecol/common/model/mission/MissionManager.class deleted file mode 100644 index 9c35a578..00000000 Binary files a/bin/net/sf/freecol/common/model/mission/MissionManager.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/package.html b/bin/net/sf/freecol/common/model/package.html deleted file mode 100644 index f1ba0db5..00000000 --- a/bin/net/sf/freecol/common/model/package.html +++ /dev/null @@ -1,34 +0,0 @@ - - - -

This package contains the game model, which describes how the - individual game objects, such as units, buildings, tiles and so on, - interact. The model is extended by the server and used by the client. - It should be independent of all packages outside of - the common hierarchy.

- -

The superclass of most model objects is {@link - net.sf.freecol.common.model.FreeColObject FreeColObject}, which - provides serialization. The FreeColObject is identified - by an ID, which is generally unique. The Feature class - and its descendants is a notable exception to this rule, - however, since Features with similar effects are provided by - various model objects and are grouped by their ID. A fur production - bonus, for example, might be granted by a Tile Type, a Unit Type - and a Founding Father.

- -

The main model objects inherit from the {@link - net.sf.freecol.common.model.FreeColGameObject - FreeColGameObject}, which contains a reference to the {@link - net.sf.freecol.common.model.Game Game} - class. Many model objects have a type, which - inherits from the {@link - net.sf.freecol.common.model.FreeColGameObjectType - FreeColGameObjectType}. Units have a UnitType, for - example. These Game Object Types are defined by the {@link - net.sf.freecol.common.model.Specification Specification}, which - is loaded from an XML file when the game starts up.

- - - - diff --git a/bin/net/sf/freecol/common/model/pathfinding/BaseCostDecider.class b/bin/net/sf/freecol/common/model/pathfinding/BaseCostDecider.class deleted file mode 100644 index 27e68b68..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/BaseCostDecider.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/CostDecider.class b/bin/net/sf/freecol/common/model/pathfinding/CostDecider.class deleted file mode 100644 index 062a1e64..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/CostDecider.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/CostDeciders$1.class b/bin/net/sf/freecol/common/model/pathfinding/CostDeciders$1.class deleted file mode 100644 index a7933f50..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/CostDeciders$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/CostDeciders$2.class b/bin/net/sf/freecol/common/model/pathfinding/CostDeciders$2.class deleted file mode 100644 index 8ef1d5f8..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/CostDeciders$2.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/CostDeciders$3.class b/bin/net/sf/freecol/common/model/pathfinding/CostDeciders$3.class deleted file mode 100644 index c2871a37..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/CostDeciders$3.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/CostDeciders$AvoidNavalDangerCostDecider.class b/bin/net/sf/freecol/common/model/pathfinding/CostDeciders$AvoidNavalDangerCostDecider.class deleted file mode 100644 index aabe9adf..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/CostDeciders$AvoidNavalDangerCostDecider.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/CostDeciders$AvoidSettlementsAndBlockingUnitsCostDecider.class b/bin/net/sf/freecol/common/model/pathfinding/CostDeciders$AvoidSettlementsAndBlockingUnitsCostDecider.class deleted file mode 100644 index 0a9a1843..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/CostDeciders$AvoidSettlementsAndBlockingUnitsCostDecider.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/CostDeciders$AvoidSettlementsCostDecider.class b/bin/net/sf/freecol/common/model/pathfinding/CostDeciders$AvoidSettlementsCostDecider.class deleted file mode 100644 index 2df275f8..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/CostDeciders$AvoidSettlementsCostDecider.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/CostDeciders$ServerBaseCostDecider.class b/bin/net/sf/freecol/common/model/pathfinding/CostDeciders$ServerBaseCostDecider.class deleted file mode 100644 index 467dd030..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/CostDeciders$ServerBaseCostDecider.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/CostDeciders.class b/bin/net/sf/freecol/common/model/pathfinding/CostDeciders.class deleted file mode 100644 index 0e4d6e03..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/CostDeciders.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/GoalDecider.class b/bin/net/sf/freecol/common/model/pathfinding/GoalDecider.class deleted file mode 100644 index 7f0b958b..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/GoalDecider.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$1.class b/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$1.class deleted file mode 100644 index b82abeac..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$10.class b/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$10.class deleted file mode 100644 index 79b514b6..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$10.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$11.class b/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$11.class deleted file mode 100644 index 431a90a0..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$11.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$2.class b/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$2.class deleted file mode 100644 index f90d912e..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$2.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$3.class b/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$3.class deleted file mode 100644 index 10430ca0..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$3.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$4.class b/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$4.class deleted file mode 100644 index 9c7b5da9..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$4.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$5.class b/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$5.class deleted file mode 100644 index d5ba939e..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$5.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$6.class b/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$6.class deleted file mode 100644 index be5429b2..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$6.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$7.class b/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$7.class deleted file mode 100644 index 39409c45..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$7.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$8.class b/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$8.class deleted file mode 100644 index c9437a1a..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$8.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$9.class b/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$9.class deleted file mode 100644 index c6ccec20..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$9.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$MultipleAdjacentDecider$1.class b/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$MultipleAdjacentDecider$1.class deleted file mode 100644 index cb9a92e5..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$MultipleAdjacentDecider$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$MultipleAdjacentDecider.class b/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$MultipleAdjacentDecider.class deleted file mode 100644 index af4e6df3..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders$MultipleAdjacentDecider.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders.class b/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders.class deleted file mode 100644 index ffa76aae..00000000 Binary files a/bin/net/sf/freecol/common/model/pathfinding/GoalDeciders.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/model/pathfinding/package.html b/bin/net/sf/freecol/common/model/pathfinding/package.html deleted file mode 100644 index 5cb95b12..00000000 --- a/bin/net/sf/freecol/common/model/pathfinding/package.html +++ /dev/null @@ -1,11 +0,0 @@ - - -Classes used when making searches on the map. - -

- -The classes in this package is used by the {@link net.sf.freecol.common.model.Map#search search} -and {@link net.sf.freecol.common.model.Map#findPath findPath} methods in {@link net.sf.freecol.common.model.Map Map}. - - - diff --git a/bin/net/sf/freecol/common/networking/AbandonColonyMessage.class b/bin/net/sf/freecol/common/networking/AbandonColonyMessage.class deleted file mode 100644 index 74e730f6..00000000 Binary files a/bin/net/sf/freecol/common/networking/AbandonColonyMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/AskSkillMessage.class b/bin/net/sf/freecol/common/networking/AskSkillMessage.class deleted file mode 100644 index 9df858d4..00000000 Binary files a/bin/net/sf/freecol/common/networking/AskSkillMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/AssignTeacherMessage.class b/bin/net/sf/freecol/common/networking/AssignTeacherMessage.class deleted file mode 100644 index e6ce3cef..00000000 Binary files a/bin/net/sf/freecol/common/networking/AssignTeacherMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/AssignTradeRouteMessage.class b/bin/net/sf/freecol/common/networking/AssignTradeRouteMessage.class deleted file mode 100644 index e01efd00..00000000 Binary files a/bin/net/sf/freecol/common/networking/AssignTradeRouteMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/AttackMessage.class b/bin/net/sf/freecol/common/networking/AttackMessage.class deleted file mode 100644 index 2ef573dc..00000000 Binary files a/bin/net/sf/freecol/common/networking/AttackMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/BuildColonyMessage.class b/bin/net/sf/freecol/common/networking/BuildColonyMessage.class deleted file mode 100644 index 0feaaf3c..00000000 Binary files a/bin/net/sf/freecol/common/networking/BuildColonyMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/BuyMessage.class b/bin/net/sf/freecol/common/networking/BuyMessage.class deleted file mode 100644 index e1e5b59e..00000000 Binary files a/bin/net/sf/freecol/common/networking/BuyMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/BuyPropositionMessage.class b/bin/net/sf/freecol/common/networking/BuyPropositionMessage.class deleted file mode 100644 index ebe8809a..00000000 Binary files a/bin/net/sf/freecol/common/networking/BuyPropositionMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/CashInTreasureTrainMessage.class b/bin/net/sf/freecol/common/networking/CashInTreasureTrainMessage.class deleted file mode 100644 index 3b73ba86..00000000 Binary files a/bin/net/sf/freecol/common/networking/CashInTreasureTrainMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/ChangeStateMessage.class b/bin/net/sf/freecol/common/networking/ChangeStateMessage.class deleted file mode 100644 index 7800c57c..00000000 Binary files a/bin/net/sf/freecol/common/networking/ChangeStateMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/ChangeWorkImprovementTypeMessage.class b/bin/net/sf/freecol/common/networking/ChangeWorkImprovementTypeMessage.class deleted file mode 100644 index ca9ac4a8..00000000 Binary files a/bin/net/sf/freecol/common/networking/ChangeWorkImprovementTypeMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/ChangeWorkTypeMessage.class b/bin/net/sf/freecol/common/networking/ChangeWorkTypeMessage.class deleted file mode 100644 index 0b03c5eb..00000000 Binary files a/bin/net/sf/freecol/common/networking/ChangeWorkTypeMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/ChatMessage.class b/bin/net/sf/freecol/common/networking/ChatMessage.class deleted file mode 100644 index 4005415b..00000000 Binary files a/bin/net/sf/freecol/common/networking/ChatMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/ChooseFoundingFatherMessage.class b/bin/net/sf/freecol/common/networking/ChooseFoundingFatherMessage.class deleted file mode 100644 index 87164dab..00000000 Binary files a/bin/net/sf/freecol/common/networking/ChooseFoundingFatherMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/ClaimLandMessage.class b/bin/net/sf/freecol/common/networking/ClaimLandMessage.class deleted file mode 100644 index 057cc5ef..00000000 Binary files a/bin/net/sf/freecol/common/networking/ClaimLandMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/ClearSpecialityMessage.class b/bin/net/sf/freecol/common/networking/ClearSpecialityMessage.class deleted file mode 100644 index ff0a3b5e..00000000 Binary files a/bin/net/sf/freecol/common/networking/ClearSpecialityMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/Client.class b/bin/net/sf/freecol/common/networking/Client.class deleted file mode 100644 index ef03652f..00000000 Binary files a/bin/net/sf/freecol/common/networking/Client.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/CloseTransactionMessage.class b/bin/net/sf/freecol/common/networking/CloseTransactionMessage.class deleted file mode 100644 index 5833c293..00000000 Binary files a/bin/net/sf/freecol/common/networking/CloseTransactionMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/Connection$1.class b/bin/net/sf/freecol/common/networking/Connection$1.class deleted file mode 100644 index eca926b0..00000000 Binary files a/bin/net/sf/freecol/common/networking/Connection$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/Connection.class b/bin/net/sf/freecol/common/networking/Connection.class deleted file mode 100644 index b0c96119..00000000 Binary files a/bin/net/sf/freecol/common/networking/Connection.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/CurrentPlayerNetworkRequestHandler.class b/bin/net/sf/freecol/common/networking/CurrentPlayerNetworkRequestHandler.class deleted file mode 100644 index 58fa9e17..00000000 Binary files a/bin/net/sf/freecol/common/networking/CurrentPlayerNetworkRequestHandler.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/DOMMessage.class b/bin/net/sf/freecol/common/networking/DOMMessage.class deleted file mode 100644 index a4203a20..00000000 Binary files a/bin/net/sf/freecol/common/networking/DOMMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/DeclareIndependenceMessage.class b/bin/net/sf/freecol/common/networking/DeclareIndependenceMessage.class deleted file mode 100644 index 6b7f3c73..00000000 Binary files a/bin/net/sf/freecol/common/networking/DeclareIndependenceMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/DeclineMoundsMessage.class b/bin/net/sf/freecol/common/networking/DeclineMoundsMessage.class deleted file mode 100644 index 54b51626..00000000 Binary files a/bin/net/sf/freecol/common/networking/DeclineMoundsMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/DeliverGiftMessage.class b/bin/net/sf/freecol/common/networking/DeliverGiftMessage.class deleted file mode 100644 index 8cf23e39..00000000 Binary files a/bin/net/sf/freecol/common/networking/DeliverGiftMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/DemandTributeMessage.class b/bin/net/sf/freecol/common/networking/DemandTributeMessage.class deleted file mode 100644 index d88fbcca..00000000 Binary files a/bin/net/sf/freecol/common/networking/DemandTributeMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/DiplomacyMessage.class b/bin/net/sf/freecol/common/networking/DiplomacyMessage.class deleted file mode 100644 index 074f01a6..00000000 Binary files a/bin/net/sf/freecol/common/networking/DiplomacyMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/DisbandUnitMessage.class b/bin/net/sf/freecol/common/networking/DisbandUnitMessage.class deleted file mode 100644 index 0f0f964d..00000000 Binary files a/bin/net/sf/freecol/common/networking/DisbandUnitMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/DisembarkMessage.class b/bin/net/sf/freecol/common/networking/DisembarkMessage.class deleted file mode 100644 index 6bc5ba23..00000000 Binary files a/bin/net/sf/freecol/common/networking/DisembarkMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/EmbarkMessage.class b/bin/net/sf/freecol/common/networking/EmbarkMessage.class deleted file mode 100644 index ba0523ac..00000000 Binary files a/bin/net/sf/freecol/common/networking/EmbarkMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/EmigrateUnitMessage.class b/bin/net/sf/freecol/common/networking/EmigrateUnitMessage.class deleted file mode 100644 index d0336c48..00000000 Binary files a/bin/net/sf/freecol/common/networking/EmigrateUnitMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/EquipForRoleMessage.class b/bin/net/sf/freecol/common/networking/EquipForRoleMessage.class deleted file mode 100644 index e9f78e2a..00000000 Binary files a/bin/net/sf/freecol/common/networking/EquipForRoleMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/FirstContactMessage.class b/bin/net/sf/freecol/common/networking/FirstContactMessage.class deleted file mode 100644 index 2fff1c26..00000000 Binary files a/bin/net/sf/freecol/common/networking/FirstContactMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/GetNationSummaryMessage.class b/bin/net/sf/freecol/common/networking/GetNationSummaryMessage.class deleted file mode 100644 index fbced722..00000000 Binary files a/bin/net/sf/freecol/common/networking/GetNationSummaryMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/GetTransactionMessage.class b/bin/net/sf/freecol/common/networking/GetTransactionMessage.class deleted file mode 100644 index 3e8da38b..00000000 Binary files a/bin/net/sf/freecol/common/networking/GetTransactionMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/GoodsForSaleMessage.class b/bin/net/sf/freecol/common/networking/GoodsForSaleMessage.class deleted file mode 100644 index 75f3dd6a..00000000 Binary files a/bin/net/sf/freecol/common/networking/GoodsForSaleMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/InciteMessage.class b/bin/net/sf/freecol/common/networking/InciteMessage.class deleted file mode 100644 index a1bfdde3..00000000 Binary files a/bin/net/sf/freecol/common/networking/InciteMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/IndianDemandMessage.class b/bin/net/sf/freecol/common/networking/IndianDemandMessage.class deleted file mode 100644 index d1eb1b1a..00000000 Binary files a/bin/net/sf/freecol/common/networking/IndianDemandMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/JoinColonyMessage.class b/bin/net/sf/freecol/common/networking/JoinColonyMessage.class deleted file mode 100644 index 8779f4d0..00000000 Binary files a/bin/net/sf/freecol/common/networking/JoinColonyMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/LearnSkillMessage.class b/bin/net/sf/freecol/common/networking/LearnSkillMessage.class deleted file mode 100644 index 4e68d809..00000000 Binary files a/bin/net/sf/freecol/common/networking/LearnSkillMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/LoadGoodsMessage.class b/bin/net/sf/freecol/common/networking/LoadGoodsMessage.class deleted file mode 100644 index f661e1ba..00000000 Binary files a/bin/net/sf/freecol/common/networking/LoadGoodsMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/LoginMessage.class b/bin/net/sf/freecol/common/networking/LoginMessage.class deleted file mode 100644 index 8705976d..00000000 Binary files a/bin/net/sf/freecol/common/networking/LoginMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/LootCargoMessage.class b/bin/net/sf/freecol/common/networking/LootCargoMessage.class deleted file mode 100644 index 783eff6e..00000000 Binary files a/bin/net/sf/freecol/common/networking/LootCargoMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/Message.class b/bin/net/sf/freecol/common/networking/Message.class deleted file mode 100644 index 8c92ec5a..00000000 Binary files a/bin/net/sf/freecol/common/networking/Message.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/MessageHandler.class b/bin/net/sf/freecol/common/networking/MessageHandler.class deleted file mode 100644 index 645208c0..00000000 Binary files a/bin/net/sf/freecol/common/networking/MessageHandler.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/MissionaryMessage.class b/bin/net/sf/freecol/common/networking/MissionaryMessage.class deleted file mode 100644 index eca1efb9..00000000 Binary files a/bin/net/sf/freecol/common/networking/MissionaryMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/MonarchActionMessage.class b/bin/net/sf/freecol/common/networking/MonarchActionMessage.class deleted file mode 100644 index 5b23e95e..00000000 Binary files a/bin/net/sf/freecol/common/networking/MonarchActionMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/MoveMessage.class b/bin/net/sf/freecol/common/networking/MoveMessage.class deleted file mode 100644 index 4f869b60..00000000 Binary files a/bin/net/sf/freecol/common/networking/MoveMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/MoveToMessage.class b/bin/net/sf/freecol/common/networking/MoveToMessage.class deleted file mode 100644 index c132fff7..00000000 Binary files a/bin/net/sf/freecol/common/networking/MoveToMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/NetworkConstants.class b/bin/net/sf/freecol/common/networking/NetworkConstants.class deleted file mode 100644 index 765b76ba..00000000 Binary files a/bin/net/sf/freecol/common/networking/NetworkConstants.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/NetworkReplyObject.class b/bin/net/sf/freecol/common/networking/NetworkReplyObject.class deleted file mode 100644 index cb55fe18..00000000 Binary files a/bin/net/sf/freecol/common/networking/NetworkReplyObject.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/NetworkRequestHandler.class b/bin/net/sf/freecol/common/networking/NetworkRequestHandler.class deleted file mode 100644 index c2ac12f9..00000000 Binary files a/bin/net/sf/freecol/common/networking/NetworkRequestHandler.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/NewLandNameMessage.class b/bin/net/sf/freecol/common/networking/NewLandNameMessage.class deleted file mode 100644 index 672a76bb..00000000 Binary files a/bin/net/sf/freecol/common/networking/NewLandNameMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/NewRegionNameMessage.class b/bin/net/sf/freecol/common/networking/NewRegionNameMessage.class deleted file mode 100644 index 84c6b051..00000000 Binary files a/bin/net/sf/freecol/common/networking/NewRegionNameMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/PayArrearsMessage.class b/bin/net/sf/freecol/common/networking/PayArrearsMessage.class deleted file mode 100644 index 4c87ff14..00000000 Binary files a/bin/net/sf/freecol/common/networking/PayArrearsMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/PayForBuildingMessage.class b/bin/net/sf/freecol/common/networking/PayForBuildingMessage.class deleted file mode 100644 index 6e360f97..00000000 Binary files a/bin/net/sf/freecol/common/networking/PayForBuildingMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/PutOutsideColonyMessage.class b/bin/net/sf/freecol/common/networking/PutOutsideColonyMessage.class deleted file mode 100644 index 5e7f8a55..00000000 Binary files a/bin/net/sf/freecol/common/networking/PutOutsideColonyMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/RearrangeColonyMessage$1.class b/bin/net/sf/freecol/common/networking/RearrangeColonyMessage$1.class deleted file mode 100644 index a4138e17..00000000 Binary files a/bin/net/sf/freecol/common/networking/RearrangeColonyMessage$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/RearrangeColonyMessage$UnitChange.class b/bin/net/sf/freecol/common/networking/RearrangeColonyMessage$UnitChange.class deleted file mode 100644 index 8acbecc2..00000000 Binary files a/bin/net/sf/freecol/common/networking/RearrangeColonyMessage$UnitChange.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/RearrangeColonyMessage.class b/bin/net/sf/freecol/common/networking/RearrangeColonyMessage.class deleted file mode 100644 index b15f7691..00000000 Binary files a/bin/net/sf/freecol/common/networking/RearrangeColonyMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/ReceivingThread$FreeColNetworkInputStream.class b/bin/net/sf/freecol/common/networking/ReceivingThread$FreeColNetworkInputStream.class deleted file mode 100644 index 1400fe56..00000000 Binary files a/bin/net/sf/freecol/common/networking/ReceivingThread$FreeColNetworkInputStream.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/ReceivingThread.class b/bin/net/sf/freecol/common/networking/ReceivingThread.class deleted file mode 100644 index ea09046a..00000000 Binary files a/bin/net/sf/freecol/common/networking/ReceivingThread.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/RenameMessage.class b/bin/net/sf/freecol/common/networking/RenameMessage.class deleted file mode 100644 index bbdc170f..00000000 Binary files a/bin/net/sf/freecol/common/networking/RenameMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/ScoutIndianSettlementMessage.class b/bin/net/sf/freecol/common/networking/ScoutIndianSettlementMessage.class deleted file mode 100644 index 2a3023c8..00000000 Binary files a/bin/net/sf/freecol/common/networking/ScoutIndianSettlementMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/ScoutSpeakToChiefMessage.class b/bin/net/sf/freecol/common/networking/ScoutSpeakToChiefMessage.class deleted file mode 100644 index 5cf0796d..00000000 Binary files a/bin/net/sf/freecol/common/networking/ScoutSpeakToChiefMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/SellMessage.class b/bin/net/sf/freecol/common/networking/SellMessage.class deleted file mode 100644 index d43c9fe0..00000000 Binary files a/bin/net/sf/freecol/common/networking/SellMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/SellPropositionMessage.class b/bin/net/sf/freecol/common/networking/SellPropositionMessage.class deleted file mode 100644 index 8209b6b0..00000000 Binary files a/bin/net/sf/freecol/common/networking/SellPropositionMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/ServerAPI.class b/bin/net/sf/freecol/common/networking/ServerAPI.class deleted file mode 100644 index 66ac254a..00000000 Binary files a/bin/net/sf/freecol/common/networking/ServerAPI.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/SetBuildQueueMessage.class b/bin/net/sf/freecol/common/networking/SetBuildQueueMessage.class deleted file mode 100644 index c47e2e9a..00000000 Binary files a/bin/net/sf/freecol/common/networking/SetBuildQueueMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/SetCurrentStopMessage.class b/bin/net/sf/freecol/common/networking/SetCurrentStopMessage.class deleted file mode 100644 index fa5db1d9..00000000 Binary files a/bin/net/sf/freecol/common/networking/SetCurrentStopMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/SetDestinationMessage.class b/bin/net/sf/freecol/common/networking/SetDestinationMessage.class deleted file mode 100644 index 24ab20e3..00000000 Binary files a/bin/net/sf/freecol/common/networking/SetDestinationMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/SetGoodsLevelsMessage.class b/bin/net/sf/freecol/common/networking/SetGoodsLevelsMessage.class deleted file mode 100644 index 5c5a069d..00000000 Binary files a/bin/net/sf/freecol/common/networking/SetGoodsLevelsMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/SetTradeRoutesMessage.class b/bin/net/sf/freecol/common/networking/SetTradeRoutesMessage.class deleted file mode 100644 index 9c9fde93..00000000 Binary files a/bin/net/sf/freecol/common/networking/SetTradeRoutesMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/SpySettlementMessage.class b/bin/net/sf/freecol/common/networking/SpySettlementMessage.class deleted file mode 100644 index 961df097..00000000 Binary files a/bin/net/sf/freecol/common/networking/SpySettlementMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/TrainUnitInEuropeMessage.class b/bin/net/sf/freecol/common/networking/TrainUnitInEuropeMessage.class deleted file mode 100644 index 87f29dc4..00000000 Binary files a/bin/net/sf/freecol/common/networking/TrainUnitInEuropeMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/TrivialMessage.class b/bin/net/sf/freecol/common/networking/TrivialMessage.class deleted file mode 100644 index 90ce9577..00000000 Binary files a/bin/net/sf/freecol/common/networking/TrivialMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/UnloadGoodsMessage.class b/bin/net/sf/freecol/common/networking/UnloadGoodsMessage.class deleted file mode 100644 index ac4a8408..00000000 Binary files a/bin/net/sf/freecol/common/networking/UnloadGoodsMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/UpdateTradeRouteMessage.class b/bin/net/sf/freecol/common/networking/UpdateTradeRouteMessage.class deleted file mode 100644 index 4e8fd293..00000000 Binary files a/bin/net/sf/freecol/common/networking/UpdateTradeRouteMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/WorkMessage.class b/bin/net/sf/freecol/common/networking/WorkMessage.class deleted file mode 100644 index b6b2ee5d..00000000 Binary files a/bin/net/sf/freecol/common/networking/WorkMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/networking/package.html b/bin/net/sf/freecol/common/networking/package.html deleted file mode 100644 index c796ece2..00000000 --- a/bin/net/sf/freecol/common/networking/package.html +++ /dev/null @@ -1,5 +0,0 @@ - - -Contains the common networking classes. - - diff --git a/bin/net/sf/freecol/common/option/AbstractOption.class b/bin/net/sf/freecol/common/option/AbstractOption.class deleted file mode 100644 index 218d4cf9..00000000 Binary files a/bin/net/sf/freecol/common/option/AbstractOption.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/option/AbstractUnitOption.class b/bin/net/sf/freecol/common/option/AbstractUnitOption.class deleted file mode 100644 index da2e107e..00000000 Binary files a/bin/net/sf/freecol/common/option/AbstractUnitOption.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/option/AudioMixerOption$MixerWrapper.class b/bin/net/sf/freecol/common/option/AudioMixerOption$MixerWrapper.class deleted file mode 100644 index 6d252b1c..00000000 Binary files a/bin/net/sf/freecol/common/option/AudioMixerOption$MixerWrapper.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/option/AudioMixerOption.class b/bin/net/sf/freecol/common/option/AudioMixerOption.class deleted file mode 100644 index 881da48b..00000000 Binary files a/bin/net/sf/freecol/common/option/AudioMixerOption.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/option/BooleanOption.class b/bin/net/sf/freecol/common/option/BooleanOption.class deleted file mode 100644 index f0f1a09e..00000000 Binary files a/bin/net/sf/freecol/common/option/BooleanOption.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/option/FileOption.class b/bin/net/sf/freecol/common/option/FileOption.class deleted file mode 100644 index ceb4f699..00000000 Binary files a/bin/net/sf/freecol/common/option/FileOption.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/option/IntegerOption.class b/bin/net/sf/freecol/common/option/IntegerOption.class deleted file mode 100644 index bb3a87b5..00000000 Binary files a/bin/net/sf/freecol/common/option/IntegerOption.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/option/LanguageOption$Language.class b/bin/net/sf/freecol/common/option/LanguageOption$Language.class deleted file mode 100644 index 6449add6..00000000 Binary files a/bin/net/sf/freecol/common/option/LanguageOption$Language.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/option/LanguageOption.class b/bin/net/sf/freecol/common/option/LanguageOption.class deleted file mode 100644 index a8965669..00000000 Binary files a/bin/net/sf/freecol/common/option/LanguageOption.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/option/ListOption.class b/bin/net/sf/freecol/common/option/ListOption.class deleted file mode 100644 index 95adff1d..00000000 Binary files a/bin/net/sf/freecol/common/option/ListOption.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/option/MapGeneratorOptions.class b/bin/net/sf/freecol/common/option/MapGeneratorOptions.class deleted file mode 100644 index 124f95fb..00000000 Binary files a/bin/net/sf/freecol/common/option/MapGeneratorOptions.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/option/ModListOption.class b/bin/net/sf/freecol/common/option/ModListOption.class deleted file mode 100644 index d347e77a..00000000 Binary files a/bin/net/sf/freecol/common/option/ModListOption.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/option/ModOption.class b/bin/net/sf/freecol/common/option/ModOption.class deleted file mode 100644 index 2f5b7240..00000000 Binary files a/bin/net/sf/freecol/common/option/ModOption.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/option/Option.class b/bin/net/sf/freecol/common/option/Option.class deleted file mode 100644 index 9d6476e9..00000000 Binary files a/bin/net/sf/freecol/common/option/Option.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/option/OptionGroup.class b/bin/net/sf/freecol/common/option/OptionGroup.class deleted file mode 100644 index e00a5874..00000000 Binary files a/bin/net/sf/freecol/common/option/OptionGroup.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/option/PercentageOption.class b/bin/net/sf/freecol/common/option/PercentageOption.class deleted file mode 100644 index cd86f522..00000000 Binary files a/bin/net/sf/freecol/common/option/PercentageOption.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/option/RangeOption.class b/bin/net/sf/freecol/common/option/RangeOption.class deleted file mode 100644 index 782c2486..00000000 Binary files a/bin/net/sf/freecol/common/option/RangeOption.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/option/SelectOption.class b/bin/net/sf/freecol/common/option/SelectOption.class deleted file mode 100644 index f42f63c1..00000000 Binary files a/bin/net/sf/freecol/common/option/SelectOption.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/option/StringOption.class b/bin/net/sf/freecol/common/option/StringOption.class deleted file mode 100644 index c65c0cd5..00000000 Binary files a/bin/net/sf/freecol/common/option/StringOption.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/option/TextOption.class b/bin/net/sf/freecol/common/option/TextOption.class deleted file mode 100644 index 7e4d2da0..00000000 Binary files a/bin/net/sf/freecol/common/option/TextOption.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/option/UnitListOption.class b/bin/net/sf/freecol/common/option/UnitListOption.class deleted file mode 100644 index c966ff1f..00000000 Binary files a/bin/net/sf/freecol/common/option/UnitListOption.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/option/UnitTypeOption$TypeSelector.class b/bin/net/sf/freecol/common/option/UnitTypeOption$TypeSelector.class deleted file mode 100644 index 957ba840..00000000 Binary files a/bin/net/sf/freecol/common/option/UnitTypeOption$TypeSelector.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/option/UnitTypeOption.class b/bin/net/sf/freecol/common/option/UnitTypeOption.class deleted file mode 100644 index bcdcc399..00000000 Binary files a/bin/net/sf/freecol/common/option/UnitTypeOption.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/option/package.html b/bin/net/sf/freecol/common/option/package.html deleted file mode 100644 index b2619222..00000000 --- a/bin/net/sf/freecol/common/option/package.html +++ /dev/null @@ -1,5 +0,0 @@ - - -Contains classes for describing, and saving the state of, {@link net.sf.freecol.common.model.GameOptions a game option}. - - diff --git a/bin/net/sf/freecol/common/package.html b/bin/net/sf/freecol/common/package.html deleted file mode 100644 index d3de4e5d..00000000 --- a/bin/net/sf/freecol/common/package.html +++ /dev/null @@ -1,5 +0,0 @@ - - -Contains classes in use by both the server and the client. - - diff --git a/bin/net/sf/freecol/common/resources/AudioResource.class b/bin/net/sf/freecol/common/resources/AudioResource.class deleted file mode 100644 index 4a8def46..00000000 Binary files a/bin/net/sf/freecol/common/resources/AudioResource.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/resources/ColorResource.class b/bin/net/sf/freecol/common/resources/ColorResource.class deleted file mode 100644 index 8f5197ae..00000000 Binary files a/bin/net/sf/freecol/common/resources/ColorResource.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/resources/FAFile$CREatingInputStream.class b/bin/net/sf/freecol/common/resources/FAFile$CREatingInputStream.class deleted file mode 100644 index 2394fb4e..00000000 Binary files a/bin/net/sf/freecol/common/resources/FAFile$CREatingInputStream.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/resources/FAFile$FALetter.class b/bin/net/sf/freecol/common/resources/FAFile$FALetter.class deleted file mode 100644 index b95aa864..00000000 Binary files a/bin/net/sf/freecol/common/resources/FAFile$FALetter.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/resources/FAFile$FAName.class b/bin/net/sf/freecol/common/resources/FAFile$FAName.class deleted file mode 100644 index 67b211c2..00000000 Binary files a/bin/net/sf/freecol/common/resources/FAFile$FAName.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/resources/FAFile.class b/bin/net/sf/freecol/common/resources/FAFile.class deleted file mode 100644 index 12498dda..00000000 Binary files a/bin/net/sf/freecol/common/resources/FAFile.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/resources/FAFileResource.class b/bin/net/sf/freecol/common/resources/FAFileResource.class deleted file mode 100644 index 7a38d83d..00000000 Binary files a/bin/net/sf/freecol/common/resources/FAFileResource.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/resources/FontResource.class b/bin/net/sf/freecol/common/resources/FontResource.class deleted file mode 100644 index cea7532b..00000000 Binary files a/bin/net/sf/freecol/common/resources/FontResource.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/resources/ImageResource.class b/bin/net/sf/freecol/common/resources/ImageResource.class deleted file mode 100644 index 3b9ef8fd..00000000 Binary files a/bin/net/sf/freecol/common/resources/ImageResource.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/resources/Resource$Cleanable.class b/bin/net/sf/freecol/common/resources/Resource$Cleanable.class deleted file mode 100644 index 30d61ead..00000000 Binary files a/bin/net/sf/freecol/common/resources/Resource$Cleanable.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/resources/Resource$Preloadable.class b/bin/net/sf/freecol/common/resources/Resource$Preloadable.class deleted file mode 100644 index 0922a3bb..00000000 Binary files a/bin/net/sf/freecol/common/resources/Resource$Preloadable.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/resources/Resource.class b/bin/net/sf/freecol/common/resources/Resource.class deleted file mode 100644 index 8b565232..00000000 Binary files a/bin/net/sf/freecol/common/resources/Resource.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/resources/ResourceFactory$ResourceSink.class b/bin/net/sf/freecol/common/resources/ResourceFactory$ResourceSink.class deleted file mode 100644 index 5b53c0d4..00000000 Binary files a/bin/net/sf/freecol/common/resources/ResourceFactory$ResourceSink.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/resources/ResourceFactory.class b/bin/net/sf/freecol/common/resources/ResourceFactory.class deleted file mode 100644 index 0ba033ac..00000000 Binary files a/bin/net/sf/freecol/common/resources/ResourceFactory.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/resources/ResourceManager$1.class b/bin/net/sf/freecol/common/resources/ResourceManager$1.class deleted file mode 100644 index c88a8915..00000000 Binary files a/bin/net/sf/freecol/common/resources/ResourceManager$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/resources/ResourceManager.class b/bin/net/sf/freecol/common/resources/ResourceManager.class deleted file mode 100644 index 5b42c08e..00000000 Binary files a/bin/net/sf/freecol/common/resources/ResourceManager.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/resources/ResourceMapper.class b/bin/net/sf/freecol/common/resources/ResourceMapper.class deleted file mode 100644 index cdfa9133..00000000 Binary files a/bin/net/sf/freecol/common/resources/ResourceMapper.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/resources/ResourceMapping.class b/bin/net/sf/freecol/common/resources/ResourceMapping.class deleted file mode 100644 index 577796cc..00000000 Binary files a/bin/net/sf/freecol/common/resources/ResourceMapping.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/resources/SZAResource.class b/bin/net/sf/freecol/common/resources/SZAResource.class deleted file mode 100644 index 63f04ff9..00000000 Binary files a/bin/net/sf/freecol/common/resources/SZAResource.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/resources/StringResource.class b/bin/net/sf/freecol/common/resources/StringResource.class deleted file mode 100644 index 80bce42c..00000000 Binary files a/bin/net/sf/freecol/common/resources/StringResource.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/resources/Video.class b/bin/net/sf/freecol/common/resources/Video.class deleted file mode 100644 index 5860ed33..00000000 Binary files a/bin/net/sf/freecol/common/resources/Video.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/resources/VideoResource.class b/bin/net/sf/freecol/common/resources/VideoResource.class deleted file mode 100644 index d5da9f09..00000000 Binary files a/bin/net/sf/freecol/common/resources/VideoResource.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/resources/package.html b/bin/net/sf/freecol/common/resources/package.html deleted file mode 100644 index e785a324..00000000 --- a/bin/net/sf/freecol/common/resources/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -Classes for handling resources. Use {@link net.sf.freecol.common.resources.ResourceManager} for getting -resources using an ID and for changing mappings between IDs and -resources. - - diff --git a/bin/net/sf/freecol/common/sound/OggVorbisDecoderFactory$OggStream.class b/bin/net/sf/freecol/common/sound/OggVorbisDecoderFactory$OggStream.class deleted file mode 100644 index 029b28e8..00000000 Binary files a/bin/net/sf/freecol/common/sound/OggVorbisDecoderFactory$OggStream.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/sound/OggVorbisDecoderFactory$OggVorbisAudioInputStream.class b/bin/net/sf/freecol/common/sound/OggVorbisDecoderFactory$OggVorbisAudioInputStream.class deleted file mode 100644 index d28c6518..00000000 Binary files a/bin/net/sf/freecol/common/sound/OggVorbisDecoderFactory$OggVorbisAudioInputStream.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/sound/OggVorbisDecoderFactory.class b/bin/net/sf/freecol/common/sound/OggVorbisDecoderFactory.class deleted file mode 100644 index f96b776a..00000000 Binary files a/bin/net/sf/freecol/common/sound/OggVorbisDecoderFactory.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/sound/Playlist.class b/bin/net/sf/freecol/common/sound/Playlist.class deleted file mode 100644 index c7122761..00000000 Binary files a/bin/net/sf/freecol/common/sound/Playlist.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/sound/SoundPlayer$SoundPlayerThread.class b/bin/net/sf/freecol/common/sound/SoundPlayer$SoundPlayerThread.class deleted file mode 100644 index ed7490d8..00000000 Binary files a/bin/net/sf/freecol/common/sound/SoundPlayer$SoundPlayerThread.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/sound/SoundPlayer.class b/bin/net/sf/freecol/common/sound/SoundPlayer.class deleted file mode 100644 index a14a3120..00000000 Binary files a/bin/net/sf/freecol/common/sound/SoundPlayer.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/sound/package.html b/bin/net/sf/freecol/common/sound/package.html deleted file mode 100644 index 83bbc79c..00000000 --- a/bin/net/sf/freecol/common/sound/package.html +++ /dev/null @@ -1,14 +0,0 @@ - - -This package contains the classes for handling sfx/music in FreeCol. - -{@link net.sf.freecol.client.FreeColClient} initializes {@link net.sf.freecol.client.control.SoundController} which initializes the players. Pointer to SoundController are stored in FreeColClient and GUI. - -

This is the method for playing sounds (provided you have got access to the pointers): - -

-        soundController.playSound(ILLEGAL_MOVE);
-
- - - diff --git a/bin/net/sf/freecol/common/util/CollectionUtils$1$1.class b/bin/net/sf/freecol/common/util/CollectionUtils$1$1.class deleted file mode 100644 index cd824c59..00000000 Binary files a/bin/net/sf/freecol/common/util/CollectionUtils$1$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/util/CollectionUtils$1.class b/bin/net/sf/freecol/common/util/CollectionUtils$1.class deleted file mode 100644 index fd7e8899..00000000 Binary files a/bin/net/sf/freecol/common/util/CollectionUtils$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/util/CollectionUtils.class b/bin/net/sf/freecol/common/util/CollectionUtils.class deleted file mode 100644 index 14c45444..00000000 Binary files a/bin/net/sf/freecol/common/util/CollectionUtils.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/util/Introspector.class b/bin/net/sf/freecol/common/util/Introspector.class deleted file mode 100644 index e84c53b6..00000000 Binary files a/bin/net/sf/freecol/common/util/Introspector.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/util/LogBuilder.class b/bin/net/sf/freecol/common/util/LogBuilder.class deleted file mode 100644 index 26bdd4e7..00000000 Binary files a/bin/net/sf/freecol/common/util/LogBuilder.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/util/RandomChoice.class b/bin/net/sf/freecol/common/util/RandomChoice.class deleted file mode 100644 index 2fd6b785..00000000 Binary files a/bin/net/sf/freecol/common/util/RandomChoice.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/util/RandomUtils.class b/bin/net/sf/freecol/common/util/RandomUtils.class deleted file mode 100644 index 3354ed9e..00000000 Binary files a/bin/net/sf/freecol/common/util/RandomUtils.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/util/StringUtils.class b/bin/net/sf/freecol/common/util/StringUtils.class deleted file mode 100644 index 757208e8..00000000 Binary files a/bin/net/sf/freecol/common/util/StringUtils.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/util/Utils.class b/bin/net/sf/freecol/common/util/Utils.class deleted file mode 100644 index 23ce9813..00000000 Binary files a/bin/net/sf/freecol/common/util/Utils.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/util/Xml$Exception.class b/bin/net/sf/freecol/common/util/Xml$Exception.class deleted file mode 100644 index 779a14d6..00000000 Binary files a/bin/net/sf/freecol/common/util/Xml$Exception.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/util/Xml$Method.class b/bin/net/sf/freecol/common/util/Xml$Method.class deleted file mode 100644 index ce651ab0..00000000 Binary files a/bin/net/sf/freecol/common/util/Xml$Method.class and /dev/null differ diff --git a/bin/net/sf/freecol/common/util/Xml.class b/bin/net/sf/freecol/common/util/Xml.class deleted file mode 100644 index aa6eb9a0..00000000 Binary files a/bin/net/sf/freecol/common/util/Xml.class and /dev/null differ diff --git a/bin/net/sf/freecol/metaserver/MetaItem.class b/bin/net/sf/freecol/metaserver/MetaItem.class deleted file mode 100644 index 6dbb3e6d..00000000 Binary files a/bin/net/sf/freecol/metaserver/MetaItem.class and /dev/null differ diff --git a/bin/net/sf/freecol/metaserver/MetaRegister.class b/bin/net/sf/freecol/metaserver/MetaRegister.class deleted file mode 100644 index 0f1550c2..00000000 Binary files a/bin/net/sf/freecol/metaserver/MetaRegister.class and /dev/null differ diff --git a/bin/net/sf/freecol/metaserver/MetaServer$1.class b/bin/net/sf/freecol/metaserver/MetaServer$1.class deleted file mode 100644 index 1c61066c..00000000 Binary files a/bin/net/sf/freecol/metaserver/MetaServer$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/metaserver/MetaServer.class b/bin/net/sf/freecol/metaserver/MetaServer.class deleted file mode 100644 index 77b096cc..00000000 Binary files a/bin/net/sf/freecol/metaserver/MetaServer.class and /dev/null differ diff --git a/bin/net/sf/freecol/metaserver/NetworkHandler.class b/bin/net/sf/freecol/metaserver/NetworkHandler.class deleted file mode 100644 index 50479abf..00000000 Binary files a/bin/net/sf/freecol/metaserver/NetworkHandler.class and /dev/null differ diff --git a/bin/net/sf/freecol/metaserver/package.html b/bin/net/sf/freecol/metaserver/package.html deleted file mode 100644 index b3ddb8bb..00000000 --- a/bin/net/sf/freecol/metaserver/package.html +++ /dev/null @@ -1,11 +0,0 @@ - - -This package contains an implementation of a meta server. - -

- -The entry point for the meta server is -{@link net.sf.freecol.metaserver.MetaServer}. - - - diff --git a/bin/net/sf/freecol/package.html b/bin/net/sf/freecol/package.html deleted file mode 100644 index 85abff58..00000000 --- a/bin/net/sf/freecol/package.html +++ /dev/null @@ -1,5 +0,0 @@ - - -The main package of FreeCol. - - diff --git a/bin/net/sf/freecol/server/FreeColServer$1.class b/bin/net/sf/freecol/server/FreeColServer$1.class deleted file mode 100644 index dae94ec3..00000000 Binary files a/bin/net/sf/freecol/server/FreeColServer$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/FreeColServer$GameState.class b/bin/net/sf/freecol/server/FreeColServer$GameState.class deleted file mode 100644 index 0f3f10e6..00000000 Binary files a/bin/net/sf/freecol/server/FreeColServer$GameState.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/FreeColServer.class b/bin/net/sf/freecol/server/FreeColServer.class deleted file mode 100644 index 86ff20db..00000000 Binary files a/bin/net/sf/freecol/server/FreeColServer.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/AIColony$1.class b/bin/net/sf/freecol/server/ai/AIColony$1.class deleted file mode 100644 index 56396446..00000000 Binary files a/bin/net/sf/freecol/server/ai/AIColony$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/AIColony$2.class b/bin/net/sf/freecol/server/ai/AIColony$2.class deleted file mode 100644 index 01858c99..00000000 Binary files a/bin/net/sf/freecol/server/ai/AIColony$2.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/AIColony$3.class b/bin/net/sf/freecol/server/ai/AIColony$3.class deleted file mode 100644 index 81d64c97..00000000 Binary files a/bin/net/sf/freecol/server/ai/AIColony$3.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/AIColony.class b/bin/net/sf/freecol/server/ai/AIColony.class deleted file mode 100644 index 5b6f816b..00000000 Binary files a/bin/net/sf/freecol/server/ai/AIColony.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/AIGoods.class b/bin/net/sf/freecol/server/ai/AIGoods.class deleted file mode 100644 index 4c16765c..00000000 Binary files a/bin/net/sf/freecol/server/ai/AIGoods.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/AIInGameInputHandler$1.class b/bin/net/sf/freecol/server/ai/AIInGameInputHandler$1.class deleted file mode 100644 index 52fac615..00000000 Binary files a/bin/net/sf/freecol/server/ai/AIInGameInputHandler$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/AIInGameInputHandler$2.class b/bin/net/sf/freecol/server/ai/AIInGameInputHandler$2.class deleted file mode 100644 index 4edfe8ea..00000000 Binary files a/bin/net/sf/freecol/server/ai/AIInGameInputHandler$2.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/AIInGameInputHandler.class b/bin/net/sf/freecol/server/ai/AIInGameInputHandler.class deleted file mode 100644 index 9985c6d8..00000000 Binary files a/bin/net/sf/freecol/server/ai/AIInGameInputHandler.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/AIMain.class b/bin/net/sf/freecol/server/ai/AIMain.class deleted file mode 100644 index 9cd244b6..00000000 Binary files a/bin/net/sf/freecol/server/ai/AIMain.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/AIMessage.class b/bin/net/sf/freecol/server/ai/AIMessage.class deleted file mode 100644 index ae61f7f8..00000000 Binary files a/bin/net/sf/freecol/server/ai/AIMessage.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/AIObject.class b/bin/net/sf/freecol/server/ai/AIObject.class deleted file mode 100644 index c1d1124f..00000000 Binary files a/bin/net/sf/freecol/server/ai/AIObject.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/AIPlayer$1.class b/bin/net/sf/freecol/server/ai/AIPlayer$1.class deleted file mode 100644 index 146d54d1..00000000 Binary files a/bin/net/sf/freecol/server/ai/AIPlayer$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/AIPlayer.class b/bin/net/sf/freecol/server/ai/AIPlayer.class deleted file mode 100644 index e9d27d4a..00000000 Binary files a/bin/net/sf/freecol/server/ai/AIPlayer.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/AIUnit.class b/bin/net/sf/freecol/server/ai/AIUnit.class deleted file mode 100644 index b5c4aaf9..00000000 Binary files a/bin/net/sf/freecol/server/ai/AIUnit.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/CacheEntryComparator.class b/bin/net/sf/freecol/server/ai/CacheEntryComparator.class deleted file mode 100644 index bce30c1c..00000000 Binary files a/bin/net/sf/freecol/server/ai/CacheEntryComparator.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/Cargo$CargoMode.class b/bin/net/sf/freecol/server/ai/Cargo$CargoMode.class deleted file mode 100644 index cac42419..00000000 Binary files a/bin/net/sf/freecol/server/ai/Cargo$CargoMode.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/Cargo$CargoPlan.class b/bin/net/sf/freecol/server/ai/Cargo$CargoPlan.class deleted file mode 100644 index 467513b1..00000000 Binary files a/bin/net/sf/freecol/server/ai/Cargo$CargoPlan.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/Cargo.class b/bin/net/sf/freecol/server/ai/Cargo.class deleted file mode 100644 index 1b0f2119..00000000 Binary files a/bin/net/sf/freecol/server/ai/Cargo.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/ColonyPlan$1.class b/bin/net/sf/freecol/server/ai/ColonyPlan$1.class deleted file mode 100644 index afc69c34..00000000 Binary files a/bin/net/sf/freecol/server/ai/ColonyPlan$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/ColonyPlan$2.class b/bin/net/sf/freecol/server/ai/ColonyPlan$2.class deleted file mode 100644 index 6f5e23f0..00000000 Binary files a/bin/net/sf/freecol/server/ai/ColonyPlan$2.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/ColonyPlan$3.class b/bin/net/sf/freecol/server/ai/ColonyPlan$3.class deleted file mode 100644 index 3a46955d..00000000 Binary files a/bin/net/sf/freecol/server/ai/ColonyPlan$3.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/ColonyPlan$4.class b/bin/net/sf/freecol/server/ai/ColonyPlan$4.class deleted file mode 100644 index f9f3a9bb..00000000 Binary files a/bin/net/sf/freecol/server/ai/ColonyPlan$4.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/ColonyPlan$5.class b/bin/net/sf/freecol/server/ai/ColonyPlan$5.class deleted file mode 100644 index 319907e8..00000000 Binary files a/bin/net/sf/freecol/server/ai/ColonyPlan$5.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/ColonyPlan$BuildPlan.class b/bin/net/sf/freecol/server/ai/ColonyPlan$BuildPlan.class deleted file mode 100644 index c8f4d534..00000000 Binary files a/bin/net/sf/freecol/server/ai/ColonyPlan$BuildPlan.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/ColonyPlan$ProfileType.class b/bin/net/sf/freecol/server/ai/ColonyPlan$ProfileType.class deleted file mode 100644 index a7971098..00000000 Binary files a/bin/net/sf/freecol/server/ai/ColonyPlan$ProfileType.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/ColonyPlan.class b/bin/net/sf/freecol/server/ai/ColonyPlan.class deleted file mode 100644 index 2971957c..00000000 Binary files a/bin/net/sf/freecol/server/ai/ColonyPlan.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/EuropeanAIPlayer$1.class b/bin/net/sf/freecol/server/ai/EuropeanAIPlayer$1.class deleted file mode 100644 index 0aeb1358..00000000 Binary files a/bin/net/sf/freecol/server/ai/EuropeanAIPlayer$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/EuropeanAIPlayer$2.class b/bin/net/sf/freecol/server/ai/EuropeanAIPlayer$2.class deleted file mode 100644 index 4bde26bf..00000000 Binary files a/bin/net/sf/freecol/server/ai/EuropeanAIPlayer$2.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/EuropeanAIPlayer$3.class b/bin/net/sf/freecol/server/ai/EuropeanAIPlayer$3.class deleted file mode 100644 index 99d2135b..00000000 Binary files a/bin/net/sf/freecol/server/ai/EuropeanAIPlayer$3.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/EuropeanAIPlayer.class b/bin/net/sf/freecol/server/ai/EuropeanAIPlayer.class deleted file mode 100644 index a5615115..00000000 Binary files a/bin/net/sf/freecol/server/ai/EuropeanAIPlayer.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/GoodsWish.class b/bin/net/sf/freecol/server/ai/GoodsWish.class deleted file mode 100644 index 0df90b84..00000000 Binary files a/bin/net/sf/freecol/server/ai/GoodsWish.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/NativeAIPlayer$1.class b/bin/net/sf/freecol/server/ai/NativeAIPlayer$1.class deleted file mode 100644 index 50b5b3eb..00000000 Binary files a/bin/net/sf/freecol/server/ai/NativeAIPlayer$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/NativeAIPlayer$2.class b/bin/net/sf/freecol/server/ai/NativeAIPlayer$2.class deleted file mode 100644 index 269adb65..00000000 Binary files a/bin/net/sf/freecol/server/ai/NativeAIPlayer$2.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/NativeAIPlayer.class b/bin/net/sf/freecol/server/ai/NativeAIPlayer.class deleted file mode 100644 index 1162fbd2..00000000 Binary files a/bin/net/sf/freecol/server/ai/NativeAIPlayer.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/ProductionCache$1.class b/bin/net/sf/freecol/server/ai/ProductionCache$1.class deleted file mode 100644 index 124ca504..00000000 Binary files a/bin/net/sf/freecol/server/ai/ProductionCache$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/ProductionCache$Entry.class b/bin/net/sf/freecol/server/ai/ProductionCache$Entry.class deleted file mode 100644 index 76b3f094..00000000 Binary files a/bin/net/sf/freecol/server/ai/ProductionCache$Entry.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/ProductionCache.class b/bin/net/sf/freecol/server/ai/ProductionCache.class deleted file mode 100644 index 601a4856..00000000 Binary files a/bin/net/sf/freecol/server/ai/ProductionCache.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/REFAIPlayer$1.class b/bin/net/sf/freecol/server/ai/REFAIPlayer$1.class deleted file mode 100644 index 234a4596..00000000 Binary files a/bin/net/sf/freecol/server/ai/REFAIPlayer$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/REFAIPlayer$2.class b/bin/net/sf/freecol/server/ai/REFAIPlayer$2.class deleted file mode 100644 index c5679820..00000000 Binary files a/bin/net/sf/freecol/server/ai/REFAIPlayer$2.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/REFAIPlayer$3.class b/bin/net/sf/freecol/server/ai/REFAIPlayer$3.class deleted file mode 100644 index 5e824a19..00000000 Binary files a/bin/net/sf/freecol/server/ai/REFAIPlayer$3.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/REFAIPlayer$TargetTuple.class b/bin/net/sf/freecol/server/ai/REFAIPlayer$TargetTuple.class deleted file mode 100644 index c5c63f89..00000000 Binary files a/bin/net/sf/freecol/server/ai/REFAIPlayer$TargetTuple.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/REFAIPlayer.class b/bin/net/sf/freecol/server/ai/REFAIPlayer.class deleted file mode 100644 index a7bc57e5..00000000 Binary files a/bin/net/sf/freecol/server/ai/REFAIPlayer.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/TileImprovementPlan.class b/bin/net/sf/freecol/server/ai/TileImprovementPlan.class deleted file mode 100644 index e0e00c5a..00000000 Binary files a/bin/net/sf/freecol/server/ai/TileImprovementPlan.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/TransportableAIObject.class b/bin/net/sf/freecol/server/ai/TransportableAIObject.class deleted file mode 100644 index d89c992e..00000000 Binary files a/bin/net/sf/freecol/server/ai/TransportableAIObject.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/ValuedAIObject.class b/bin/net/sf/freecol/server/ai/ValuedAIObject.class deleted file mode 100644 index cb1af371..00000000 Binary files a/bin/net/sf/freecol/server/ai/ValuedAIObject.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/Wish.class b/bin/net/sf/freecol/server/ai/Wish.class deleted file mode 100644 index cf57fb17..00000000 Binary files a/bin/net/sf/freecol/server/ai/Wish.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/WorkLocationPlan.class b/bin/net/sf/freecol/server/ai/WorkLocationPlan.class deleted file mode 100644 index c1483236..00000000 Binary files a/bin/net/sf/freecol/server/ai/WorkLocationPlan.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/WorkerWish.class b/bin/net/sf/freecol/server/ai/WorkerWish.class deleted file mode 100644 index 69376bf5..00000000 Binary files a/bin/net/sf/freecol/server/ai/WorkerWish.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/goal/CreateMissionAtSettlementGoal.class b/bin/net/sf/freecol/server/ai/goal/CreateMissionAtSettlementGoal.class deleted file mode 100644 index cd71c6a7..00000000 Binary files a/bin/net/sf/freecol/server/ai/goal/CreateMissionAtSettlementGoal.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/goal/Goal.class b/bin/net/sf/freecol/server/ai/goal/Goal.class deleted file mode 100644 index f9021169..00000000 Binary files a/bin/net/sf/freecol/server/ai/goal/Goal.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/goal/GoalConstants.class b/bin/net/sf/freecol/server/ai/goal/GoalConstants.class deleted file mode 100644 index f8f334e7..00000000 Binary files a/bin/net/sf/freecol/server/ai/goal/GoalConstants.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/goal/GotoAdjacentGoal.class b/bin/net/sf/freecol/server/ai/goal/GotoAdjacentGoal.class deleted file mode 100644 index 7a7de01e..00000000 Binary files a/bin/net/sf/freecol/server/ai/goal/GotoAdjacentGoal.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/goal/ManageMissionariesGoal.class b/bin/net/sf/freecol/server/ai/goal/ManageMissionariesGoal.class deleted file mode 100644 index 871046bc..00000000 Binary files a/bin/net/sf/freecol/server/ai/goal/ManageMissionariesGoal.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/BuildColonyMission$1.class b/bin/net/sf/freecol/server/ai/mission/BuildColonyMission$1.class deleted file mode 100644 index 002f1d04..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/BuildColonyMission$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/BuildColonyMission.class b/bin/net/sf/freecol/server/ai/mission/BuildColonyMission.class deleted file mode 100644 index 07d2689e..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/BuildColonyMission.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/CashInTreasureTrainMission$1.class b/bin/net/sf/freecol/server/ai/mission/CashInTreasureTrainMission$1.class deleted file mode 100644 index 8e185bfa..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/CashInTreasureTrainMission$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/CashInTreasureTrainMission.class b/bin/net/sf/freecol/server/ai/mission/CashInTreasureTrainMission.class deleted file mode 100644 index a5f01258..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/CashInTreasureTrainMission.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/DefendSettlementMission$1.class b/bin/net/sf/freecol/server/ai/mission/DefendSettlementMission$1.class deleted file mode 100644 index ce7b8393..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/DefendSettlementMission$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/DefendSettlementMission.class b/bin/net/sf/freecol/server/ai/mission/DefendSettlementMission.class deleted file mode 100644 index 01909ad7..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/DefendSettlementMission.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/IdleAtSettlementMission.class b/bin/net/sf/freecol/server/ai/mission/IdleAtSettlementMission.class deleted file mode 100644 index 04beb15c..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/IdleAtSettlementMission.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/IndianBringGiftMission.class b/bin/net/sf/freecol/server/ai/mission/IndianBringGiftMission.class deleted file mode 100644 index ee96b321..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/IndianBringGiftMission.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/IndianDemandMission.class b/bin/net/sf/freecol/server/ai/mission/IndianDemandMission.class deleted file mode 100644 index cc233989..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/IndianDemandMission.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/Mission.class b/bin/net/sf/freecol/server/ai/mission/Mission.class deleted file mode 100644 index 148f1314..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/Mission.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/MissionaryMission$1.class b/bin/net/sf/freecol/server/ai/mission/MissionaryMission$1.class deleted file mode 100644 index 1cf86160..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/MissionaryMission$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/MissionaryMission.class b/bin/net/sf/freecol/server/ai/mission/MissionaryMission.class deleted file mode 100644 index 17396f42..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/MissionaryMission.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/PioneeringMission$1.class b/bin/net/sf/freecol/server/ai/mission/PioneeringMission$1.class deleted file mode 100644 index dbff54b4..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/PioneeringMission$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/PioneeringMission.class b/bin/net/sf/freecol/server/ai/mission/PioneeringMission.class deleted file mode 100644 index d8b40bcd..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/PioneeringMission.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/PrivateerMission$1.class b/bin/net/sf/freecol/server/ai/mission/PrivateerMission$1.class deleted file mode 100644 index c85f0fd3..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/PrivateerMission$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/PrivateerMission.class b/bin/net/sf/freecol/server/ai/mission/PrivateerMission.class deleted file mode 100644 index a214fd0e..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/PrivateerMission.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/ScoutingMission$1.class b/bin/net/sf/freecol/server/ai/mission/ScoutingMission$1.class deleted file mode 100644 index aa9810c1..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/ScoutingMission$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/ScoutingMission.class b/bin/net/sf/freecol/server/ai/mission/ScoutingMission.class deleted file mode 100644 index 8141bce9..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/ScoutingMission.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/TransportMission$CargoResult.class b/bin/net/sf/freecol/server/ai/mission/TransportMission$CargoResult.class deleted file mode 100644 index 293f97a7..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/TransportMission$CargoResult.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/TransportMission.class b/bin/net/sf/freecol/server/ai/mission/TransportMission.class deleted file mode 100644 index 300359dd..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/TransportMission.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/UnitSeekAndDestroyMission$1.class b/bin/net/sf/freecol/server/ai/mission/UnitSeekAndDestroyMission$1.class deleted file mode 100644 index 1375ed42..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/UnitSeekAndDestroyMission$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/UnitSeekAndDestroyMission.class b/bin/net/sf/freecol/server/ai/mission/UnitSeekAndDestroyMission.class deleted file mode 100644 index 87f3a8a8..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/UnitSeekAndDestroyMission.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/UnitWanderHostileMission.class b/bin/net/sf/freecol/server/ai/mission/UnitWanderHostileMission.class deleted file mode 100644 index d6de8258..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/UnitWanderHostileMission.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/UnitWanderMission.class b/bin/net/sf/freecol/server/ai/mission/UnitWanderMission.class deleted file mode 100644 index 5d76ed02..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/UnitWanderMission.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/WishRealizationMission.class b/bin/net/sf/freecol/server/ai/mission/WishRealizationMission.class deleted file mode 100644 index 839f7cbf..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/WishRealizationMission.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/WorkInsideColonyMission.class b/bin/net/sf/freecol/server/ai/mission/WorkInsideColonyMission.class deleted file mode 100644 index df20fd75..00000000 Binary files a/bin/net/sf/freecol/server/ai/mission/WorkInsideColonyMission.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/ai/mission/package.html b/bin/net/sf/freecol/server/ai/mission/package.html deleted file mode 100644 index 68e94aa9..00000000 --- a/bin/net/sf/freecol/server/ai/mission/package.html +++ /dev/null @@ -1,10 +0,0 @@ - - -Contains the missions an AIUnit can be assigned to. - -

- -The main class is {@link net.sf.freecol.server.ai.mission.Mission}. - - - diff --git a/bin/net/sf/freecol/server/ai/package.html b/bin/net/sf/freecol/server/ai/package.html deleted file mode 100644 index 91a78c75..00000000 --- a/bin/net/sf/freecol/server/ai/package.html +++ /dev/null @@ -1,42 +0,0 @@ - - -The main package of the ai package tree. - -

- -{@link net.sf.freecol.server.ai.AIMain} has -the responsibility of creating and managing AI-objects. - -Each instance of {@link net.sf.freecol.server.ai.AIObject} stores AI-specific information -relating to a single FreeColGameObject. For example: -{@link net.sf.freecol.server.ai.AIUnit AIUnit} contains information about a single unit and has -the methods the AI needs for controlling this unit. - -

-
Communication with the server -

-The server uses a Connection when communicating with the clients. -The subclass {@link net.sf.freecol.server.networking.DummyConnection DummyConnection} -is used for the computer controlled players, in order to avoid unnecessary network traffic. -{@link net.sf.freecol.server.ai.AIInGameInputHandler} handles the messages received on -the DummyConnection and calls the appropriate methods in -{@link net.sf.freecol.server.ai.AIPlayer}. An example: the method -{@link net.sf.freecol.server.ai.AIPlayer#startWorking} gets invoked when it is the -AI-player's turn. - -

- -The ai package is a part of the server so the server model is used by -the computer players. We have defined the following interface for getting/modifying -data within the model: - - - -This interface is a bit confusing and will probably be changed in the future -(possibly by supporting direct manipulation of the model from the ai-code). - - - diff --git a/bin/net/sf/freecol/server/control/ChangeSet$AttackChange.class b/bin/net/sf/freecol/server/control/ChangeSet$AttackChange.class deleted file mode 100644 index 29275fd1..00000000 Binary files a/bin/net/sf/freecol/server/control/ChangeSet$AttackChange.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/ChangeSet$AttributeChange.class b/bin/net/sf/freecol/server/control/ChangeSet$AttributeChange.class deleted file mode 100644 index a7064106..00000000 Binary files a/bin/net/sf/freecol/server/control/ChangeSet$AttributeChange.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/ChangeSet$Change.class b/bin/net/sf/freecol/server/control/ChangeSet$Change.class deleted file mode 100644 index d64bd7ea..00000000 Binary files a/bin/net/sf/freecol/server/control/ChangeSet$Change.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/ChangeSet$ChangePriority.class b/bin/net/sf/freecol/server/control/ChangeSet$ChangePriority.class deleted file mode 100644 index 3181fc74..00000000 Binary files a/bin/net/sf/freecol/server/control/ChangeSet$ChangePriority.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/ChangeSet$FeatureChange.class b/bin/net/sf/freecol/server/control/ChangeSet$FeatureChange.class deleted file mode 100644 index f55b0927..00000000 Binary files a/bin/net/sf/freecol/server/control/ChangeSet$FeatureChange.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/ChangeSet$MessageChange.class b/bin/net/sf/freecol/server/control/ChangeSet$MessageChange.class deleted file mode 100644 index 51618c96..00000000 Binary files a/bin/net/sf/freecol/server/control/ChangeSet$MessageChange.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/ChangeSet$MoveChange.class b/bin/net/sf/freecol/server/control/ChangeSet$MoveChange.class deleted file mode 100644 index f85bc7f6..00000000 Binary files a/bin/net/sf/freecol/server/control/ChangeSet$MoveChange.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/ChangeSet$ObjectChange.class b/bin/net/sf/freecol/server/control/ChangeSet$ObjectChange.class deleted file mode 100644 index a57a0379..00000000 Binary files a/bin/net/sf/freecol/server/control/ChangeSet$ObjectChange.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/ChangeSet$OwnedChange.class b/bin/net/sf/freecol/server/control/ChangeSet$OwnedChange.class deleted file mode 100644 index 176fd136..00000000 Binary files a/bin/net/sf/freecol/server/control/ChangeSet$OwnedChange.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/ChangeSet$PartialObjectChange.class b/bin/net/sf/freecol/server/control/ChangeSet$PartialObjectChange.class deleted file mode 100644 index 34182f7f..00000000 Binary files a/bin/net/sf/freecol/server/control/ChangeSet$PartialObjectChange.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/ChangeSet$PlayerChange.class b/bin/net/sf/freecol/server/control/ChangeSet$PlayerChange.class deleted file mode 100644 index cec3f462..00000000 Binary files a/bin/net/sf/freecol/server/control/ChangeSet$PlayerChange.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/ChangeSet$RemoveChange.class b/bin/net/sf/freecol/server/control/ChangeSet$RemoveChange.class deleted file mode 100644 index 58fb7161..00000000 Binary files a/bin/net/sf/freecol/server/control/ChangeSet$RemoveChange.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/ChangeSet$See.class b/bin/net/sf/freecol/server/control/ChangeSet$See.class deleted file mode 100644 index bc9714cb..00000000 Binary files a/bin/net/sf/freecol/server/control/ChangeSet$See.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/ChangeSet$SpyChange.class b/bin/net/sf/freecol/server/control/ChangeSet$SpyChange.class deleted file mode 100644 index 526dd11b..00000000 Binary files a/bin/net/sf/freecol/server/control/ChangeSet$SpyChange.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/ChangeSet$StanceChange.class b/bin/net/sf/freecol/server/control/ChangeSet$StanceChange.class deleted file mode 100644 index 8d2375fd..00000000 Binary files a/bin/net/sf/freecol/server/control/ChangeSet$StanceChange.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/ChangeSet$TrivialChange.class b/bin/net/sf/freecol/server/control/ChangeSet$TrivialChange.class deleted file mode 100644 index d788f467..00000000 Binary files a/bin/net/sf/freecol/server/control/ChangeSet$TrivialChange.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/ChangeSet.class b/bin/net/sf/freecol/server/control/ChangeSet.class deleted file mode 100644 index c889e5e7..00000000 Binary files a/bin/net/sf/freecol/server/control/ChangeSet.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/Controller.class b/bin/net/sf/freecol/server/control/Controller.class deleted file mode 100644 index 2e46284b..00000000 Binary files a/bin/net/sf/freecol/server/control/Controller.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/FreeColServerHolder.class b/bin/net/sf/freecol/server/control/FreeColServerHolder.class deleted file mode 100644 index 08022174..00000000 Binary files a/bin/net/sf/freecol/server/control/FreeColServerHolder.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameController$1.class b/bin/net/sf/freecol/server/control/InGameController$1.class deleted file mode 100644 index 31433344..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameController$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameController$2.class b/bin/net/sf/freecol/server/control/InGameController$2.class deleted file mode 100644 index 0815b41c..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameController$2.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameController$DOMMessageCallable.class b/bin/net/sf/freecol/server/control/InGameController$DOMMessageCallable.class deleted file mode 100644 index c832f6b4..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameController$DOMMessageCallable.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameController$DOMMessageHandler.class b/bin/net/sf/freecol/server/control/InGameController$DOMMessageHandler.class deleted file mode 100644 index 97e79e07..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameController$DOMMessageHandler.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameController.class b/bin/net/sf/freecol/server/control/InGameController.class deleted file mode 100644 index b6c14135..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameController.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$1.class b/bin/net/sf/freecol/server/control/InGameInputHandler$1.class deleted file mode 100644 index 97d1da8d..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$10.class b/bin/net/sf/freecol/server/control/InGameInputHandler$10.class deleted file mode 100644 index e59b8c83..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$10.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$11.class b/bin/net/sf/freecol/server/control/InGameInputHandler$11.class deleted file mode 100644 index 5a7d068a..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$11.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$12.class b/bin/net/sf/freecol/server/control/InGameInputHandler$12.class deleted file mode 100644 index e44bd294..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$12.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$13.class b/bin/net/sf/freecol/server/control/InGameInputHandler$13.class deleted file mode 100644 index 893dc126..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$13.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$14.class b/bin/net/sf/freecol/server/control/InGameInputHandler$14.class deleted file mode 100644 index 4261b675..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$14.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$15.class b/bin/net/sf/freecol/server/control/InGameInputHandler$15.class deleted file mode 100644 index 0481a9a8..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$15.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$16.class b/bin/net/sf/freecol/server/control/InGameInputHandler$16.class deleted file mode 100644 index e9b23f58..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$16.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$17.class b/bin/net/sf/freecol/server/control/InGameInputHandler$17.class deleted file mode 100644 index 7657e646..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$17.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$18.class b/bin/net/sf/freecol/server/control/InGameInputHandler$18.class deleted file mode 100644 index aab55811..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$18.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$19.class b/bin/net/sf/freecol/server/control/InGameInputHandler$19.class deleted file mode 100644 index 1f999591..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$19.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$2.class b/bin/net/sf/freecol/server/control/InGameInputHandler$2.class deleted file mode 100644 index a57525f8..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$2.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$20.class b/bin/net/sf/freecol/server/control/InGameInputHandler$20.class deleted file mode 100644 index 1cc1c7c7..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$20.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$21.class b/bin/net/sf/freecol/server/control/InGameInputHandler$21.class deleted file mode 100644 index 4e6158b8..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$21.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$22.class b/bin/net/sf/freecol/server/control/InGameInputHandler$22.class deleted file mode 100644 index 6015ae0e..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$22.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$23.class b/bin/net/sf/freecol/server/control/InGameInputHandler$23.class deleted file mode 100644 index d6d56616..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$23.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$24.class b/bin/net/sf/freecol/server/control/InGameInputHandler$24.class deleted file mode 100644 index 7282f6fe..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$24.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$25.class b/bin/net/sf/freecol/server/control/InGameInputHandler$25.class deleted file mode 100644 index 886c0713..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$25.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$26.class b/bin/net/sf/freecol/server/control/InGameInputHandler$26.class deleted file mode 100644 index 6ced22b0..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$26.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$27.class b/bin/net/sf/freecol/server/control/InGameInputHandler$27.class deleted file mode 100644 index 9f3d8a66..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$27.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$28.class b/bin/net/sf/freecol/server/control/InGameInputHandler$28.class deleted file mode 100644 index fc802e22..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$28.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$29.class b/bin/net/sf/freecol/server/control/InGameInputHandler$29.class deleted file mode 100644 index 8dff58eb..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$29.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$3.class b/bin/net/sf/freecol/server/control/InGameInputHandler$3.class deleted file mode 100644 index c11b8261..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$3.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$30.class b/bin/net/sf/freecol/server/control/InGameInputHandler$30.class deleted file mode 100644 index dd552d38..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$30.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$31.class b/bin/net/sf/freecol/server/control/InGameInputHandler$31.class deleted file mode 100644 index 2c891d9c..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$31.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$32.class b/bin/net/sf/freecol/server/control/InGameInputHandler$32.class deleted file mode 100644 index 5310b5b9..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$32.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$33.class b/bin/net/sf/freecol/server/control/InGameInputHandler$33.class deleted file mode 100644 index 3f387199..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$33.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$34.class b/bin/net/sf/freecol/server/control/InGameInputHandler$34.class deleted file mode 100644 index ce7bf3c2..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$34.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$35.class b/bin/net/sf/freecol/server/control/InGameInputHandler$35.class deleted file mode 100644 index f30dffc7..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$35.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$36.class b/bin/net/sf/freecol/server/control/InGameInputHandler$36.class deleted file mode 100644 index 9d7bfcb8..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$36.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$37.class b/bin/net/sf/freecol/server/control/InGameInputHandler$37.class deleted file mode 100644 index aab4a6d6..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$37.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$38.class b/bin/net/sf/freecol/server/control/InGameInputHandler$38.class deleted file mode 100644 index 4487d851..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$38.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$39.class b/bin/net/sf/freecol/server/control/InGameInputHandler$39.class deleted file mode 100644 index 5e1da15f..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$39.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$4.class b/bin/net/sf/freecol/server/control/InGameInputHandler$4.class deleted file mode 100644 index ce04377a..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$4.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$40.class b/bin/net/sf/freecol/server/control/InGameInputHandler$40.class deleted file mode 100644 index b470085e..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$40.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$41.class b/bin/net/sf/freecol/server/control/InGameInputHandler$41.class deleted file mode 100644 index 0c9ccdd7..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$41.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$42.class b/bin/net/sf/freecol/server/control/InGameInputHandler$42.class deleted file mode 100644 index f46d0fdd..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$42.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$43.class b/bin/net/sf/freecol/server/control/InGameInputHandler$43.class deleted file mode 100644 index 1b626a74..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$43.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$44.class b/bin/net/sf/freecol/server/control/InGameInputHandler$44.class deleted file mode 100644 index dcd78a32..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$44.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$45.class b/bin/net/sf/freecol/server/control/InGameInputHandler$45.class deleted file mode 100644 index 6f9d49e6..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$45.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$46.class b/bin/net/sf/freecol/server/control/InGameInputHandler$46.class deleted file mode 100644 index dd59317d..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$46.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$47.class b/bin/net/sf/freecol/server/control/InGameInputHandler$47.class deleted file mode 100644 index 2e156166..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$47.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$48.class b/bin/net/sf/freecol/server/control/InGameInputHandler$48.class deleted file mode 100644 index 877c8133..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$48.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$49.class b/bin/net/sf/freecol/server/control/InGameInputHandler$49.class deleted file mode 100644 index 42e2fa4e..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$49.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$5.class b/bin/net/sf/freecol/server/control/InGameInputHandler$5.class deleted file mode 100644 index 7d3716f2..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$5.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$50.class b/bin/net/sf/freecol/server/control/InGameInputHandler$50.class deleted file mode 100644 index 8d09be94..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$50.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$51.class b/bin/net/sf/freecol/server/control/InGameInputHandler$51.class deleted file mode 100644 index d052539f..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$51.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$52.class b/bin/net/sf/freecol/server/control/InGameInputHandler$52.class deleted file mode 100644 index a0fadf51..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$52.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$53.class b/bin/net/sf/freecol/server/control/InGameInputHandler$53.class deleted file mode 100644 index 2892b495..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$53.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$54.class b/bin/net/sf/freecol/server/control/InGameInputHandler$54.class deleted file mode 100644 index 6540734b..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$54.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$55.class b/bin/net/sf/freecol/server/control/InGameInputHandler$55.class deleted file mode 100644 index ee3fb675..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$55.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$6.class b/bin/net/sf/freecol/server/control/InGameInputHandler$6.class deleted file mode 100644 index c4633c9f..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$6.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$7.class b/bin/net/sf/freecol/server/control/InGameInputHandler$7.class deleted file mode 100644 index f92642b1..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$7.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$8.class b/bin/net/sf/freecol/server/control/InGameInputHandler$8.class deleted file mode 100644 index f4fc9a46..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$8.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler$9.class b/bin/net/sf/freecol/server/control/InGameInputHandler$9.class deleted file mode 100644 index d4cd9f7a..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler$9.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InGameInputHandler.class b/bin/net/sf/freecol/server/control/InGameInputHandler.class deleted file mode 100644 index 0dbe7590..00000000 Binary files a/bin/net/sf/freecol/server/control/InGameInputHandler.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InputHandler$DisconnectHandler.class b/bin/net/sf/freecol/server/control/InputHandler$DisconnectHandler.class deleted file mode 100644 index b290ba53..00000000 Binary files a/bin/net/sf/freecol/server/control/InputHandler$DisconnectHandler.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/InputHandler.class b/bin/net/sf/freecol/server/control/InputHandler.class deleted file mode 100644 index 37573958..00000000 Binary files a/bin/net/sf/freecol/server/control/InputHandler.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/PreGameController.class b/bin/net/sf/freecol/server/control/PreGameController.class deleted file mode 100644 index 85d44e40..00000000 Binary files a/bin/net/sf/freecol/server/control/PreGameController.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/PreGameInputHandler.class b/bin/net/sf/freecol/server/control/PreGameInputHandler.class deleted file mode 100644 index 334aaf8d..00000000 Binary files a/bin/net/sf/freecol/server/control/PreGameInputHandler.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/UserConnectionHandler.class b/bin/net/sf/freecol/server/control/UserConnectionHandler.class deleted file mode 100644 index 06cc883a..00000000 Binary files a/bin/net/sf/freecol/server/control/UserConnectionHandler.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/control/package.html b/bin/net/sf/freecol/server/control/package.html deleted file mode 100644 index 08026cc6..00000000 --- a/bin/net/sf/freecol/server/control/package.html +++ /dev/null @@ -1,13 +0,0 @@ - - -Contains the classes responsible for the control of the game. - -

- -There are two types of control classes: controllers and -input handlers. The latter receives requests from the clients -and takes the appropriate actions, while the former contains -the other methods that are neccessary to control the game. - - - diff --git a/bin/net/sf/freecol/server/generator/ColonizationMapLoader.class b/bin/net/sf/freecol/server/generator/ColonizationMapLoader.class deleted file mode 100644 index 2f999e4e..00000000 Binary files a/bin/net/sf/freecol/server/generator/ColonizationMapLoader.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/generator/FreeColMapLoader.class b/bin/net/sf/freecol/server/generator/FreeColMapLoader.class deleted file mode 100644 index 34bb354c..00000000 Binary files a/bin/net/sf/freecol/server/generator/FreeColMapLoader.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/generator/MapGenerator.class b/bin/net/sf/freecol/server/generator/MapGenerator.class deleted file mode 100644 index 7c1bc061..00000000 Binary files a/bin/net/sf/freecol/server/generator/MapGenerator.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/generator/MapLayerGenerator.class b/bin/net/sf/freecol/server/generator/MapLayerGenerator.class deleted file mode 100644 index f5bf3926..00000000 Binary files a/bin/net/sf/freecol/server/generator/MapLayerGenerator.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/generator/MapLoader.class b/bin/net/sf/freecol/server/generator/MapLoader.class deleted file mode 100644 index d3e060db..00000000 Binary files a/bin/net/sf/freecol/server/generator/MapLoader.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/generator/River$DirectionChange.class b/bin/net/sf/freecol/server/generator/River$DirectionChange.class deleted file mode 100644 index 36d59e2a..00000000 Binary files a/bin/net/sf/freecol/server/generator/River$DirectionChange.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/generator/River.class b/bin/net/sf/freecol/server/generator/River.class deleted file mode 100644 index 653a0c7f..00000000 Binary files a/bin/net/sf/freecol/server/generator/River.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/generator/RiverSection.class b/bin/net/sf/freecol/server/generator/RiverSection.class deleted file mode 100644 index c922a49d..00000000 Binary files a/bin/net/sf/freecol/server/generator/RiverSection.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/generator/SimpleMapGenerator$1.class b/bin/net/sf/freecol/server/generator/SimpleMapGenerator$1.class deleted file mode 100644 index 6b0f61ec..00000000 Binary files a/bin/net/sf/freecol/server/generator/SimpleMapGenerator$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/generator/SimpleMapGenerator$Territory.class b/bin/net/sf/freecol/server/generator/SimpleMapGenerator$Territory.class deleted file mode 100644 index 96153f60..00000000 Binary files a/bin/net/sf/freecol/server/generator/SimpleMapGenerator$Territory.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/generator/SimpleMapGenerator.class b/bin/net/sf/freecol/server/generator/SimpleMapGenerator.class deleted file mode 100644 index f847558e..00000000 Binary files a/bin/net/sf/freecol/server/generator/SimpleMapGenerator.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/generator/TerrainGenerator.class b/bin/net/sf/freecol/server/generator/TerrainGenerator.class deleted file mode 100644 index bd0a5a00..00000000 Binary files a/bin/net/sf/freecol/server/generator/TerrainGenerator.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/generator/package.html b/bin/net/sf/freecol/server/generator/package.html deleted file mode 100644 index 8b5e8d8a..00000000 --- a/bin/net/sf/freecol/server/generator/package.html +++ /dev/null @@ -1,8 +0,0 @@ - - -Contains the map generator. - -@see net.sf.freecol.server.generator.MapGenerator - - - diff --git a/bin/net/sf/freecol/server/model/DiplomacySession.class b/bin/net/sf/freecol/server/model/DiplomacySession.class deleted file mode 100644 index 17675bed..00000000 Binary files a/bin/net/sf/freecol/server/model/DiplomacySession.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/model/LootSession.class b/bin/net/sf/freecol/server/model/LootSession.class deleted file mode 100644 index 088db58e..00000000 Binary files a/bin/net/sf/freecol/server/model/LootSession.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/model/MonarchSession.class b/bin/net/sf/freecol/server/model/MonarchSession.class deleted file mode 100644 index 9486eedf..00000000 Binary files a/bin/net/sf/freecol/server/model/MonarchSession.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/model/ServerBuilding.class b/bin/net/sf/freecol/server/model/ServerBuilding.class deleted file mode 100644 index 03551370..00000000 Binary files a/bin/net/sf/freecol/server/model/ServerBuilding.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/model/ServerColony.class b/bin/net/sf/freecol/server/model/ServerColony.class deleted file mode 100644 index a535d0f7..00000000 Binary files a/bin/net/sf/freecol/server/model/ServerColony.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/model/ServerColonyTile.class b/bin/net/sf/freecol/server/model/ServerColonyTile.class deleted file mode 100644 index 4db4d524..00000000 Binary files a/bin/net/sf/freecol/server/model/ServerColonyTile.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/model/ServerEurope.class b/bin/net/sf/freecol/server/model/ServerEurope.class deleted file mode 100644 index 58db9bc3..00000000 Binary files a/bin/net/sf/freecol/server/model/ServerEurope.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/model/ServerGame.class b/bin/net/sf/freecol/server/model/ServerGame.class deleted file mode 100644 index 8fab8942..00000000 Binary files a/bin/net/sf/freecol/server/model/ServerGame.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/model/ServerIndianSettlement.class b/bin/net/sf/freecol/server/model/ServerIndianSettlement.class deleted file mode 100644 index 81659b48..00000000 Binary files a/bin/net/sf/freecol/server/model/ServerIndianSettlement.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/model/ServerModelObject.class b/bin/net/sf/freecol/server/model/ServerModelObject.class deleted file mode 100644 index d274a18d..00000000 Binary files a/bin/net/sf/freecol/server/model/ServerModelObject.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/model/ServerPlayer.class b/bin/net/sf/freecol/server/model/ServerPlayer.class deleted file mode 100644 index 20518912..00000000 Binary files a/bin/net/sf/freecol/server/model/ServerPlayer.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/model/ServerRegion.class b/bin/net/sf/freecol/server/model/ServerRegion.class deleted file mode 100644 index 23fec8fd..00000000 Binary files a/bin/net/sf/freecol/server/model/ServerRegion.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/model/ServerUnit.class b/bin/net/sf/freecol/server/model/ServerUnit.class deleted file mode 100644 index 3458331d..00000000 Binary files a/bin/net/sf/freecol/server/model/ServerUnit.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/model/TradeSession.class b/bin/net/sf/freecol/server/model/TradeSession.class deleted file mode 100644 index 7daa68ad..00000000 Binary files a/bin/net/sf/freecol/server/model/TradeSession.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/model/TransactionSession.class b/bin/net/sf/freecol/server/model/TransactionSession.class deleted file mode 100644 index 583e13e8..00000000 Binary files a/bin/net/sf/freecol/server/model/TransactionSession.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/model/package.html b/bin/net/sf/freecol/server/model/package.html deleted file mode 100644 index 824603be..00000000 --- a/bin/net/sf/freecol/server/model/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -Contains model classes with server specific information. - -@see net.sf.freecol.common.model The common model objects} - - diff --git a/bin/net/sf/freecol/server/networking/DummyConnection.class b/bin/net/sf/freecol/server/networking/DummyConnection.class deleted file mode 100644 index 54d06f27..00000000 Binary files a/bin/net/sf/freecol/server/networking/DummyConnection.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/networking/Server.class b/bin/net/sf/freecol/server/networking/Server.class deleted file mode 100644 index 1ed49cb2..00000000 Binary files a/bin/net/sf/freecol/server/networking/Server.class and /dev/null differ diff --git a/bin/net/sf/freecol/server/networking/package.html b/bin/net/sf/freecol/server/networking/package.html deleted file mode 100644 index b00713c1..00000000 --- a/bin/net/sf/freecol/server/networking/package.html +++ /dev/null @@ -1,11 +0,0 @@ - - -Contains the server networking classes. - -

- -The main server networking class is {@link net.sf.freecol.server.networking.Server}. -Most of the networking classes are common: {@link net.sf.freecol.common.networking}. - - - diff --git a/bin/net/sf/freecol/server/package.html b/bin/net/sf/freecol/server/package.html deleted file mode 100644 index 450b40cc..00000000 --- a/bin/net/sf/freecol/server/package.html +++ /dev/null @@ -1,23 +0,0 @@ - - -The main package of the server package tree. - -

- -The main class of the server is {@link net.sf.freecol.server.FreeColServer}. -This class both starts and keeps references to all of the server objects and the game model objects. - -

- -The class responsible for network communication is -{@link net.sf.freecol.server.networking.Server}. The control object responsible -for handling new connections is {@link net.sf.freecol.server.control.UserConnectionHandler}. - -

- -The main class of the model is {@link net.sf.freecol.common.model.Game}. All -{@link net.sf.freecol.common.model.Player} objects in the server's game model are -{@link net.sf.freecol.server.model.ServerPlayer} objects. - - - diff --git a/bin/net/sf/freecol/tools/ColonizationMapReader.class b/bin/net/sf/freecol/tools/ColonizationMapReader.class deleted file mode 100644 index 636294cd..00000000 Binary files a/bin/net/sf/freecol/tools/ColonizationMapReader.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/ColonizationSaveGameReader$Colonist.class b/bin/net/sf/freecol/tools/ColonizationSaveGameReader$Colonist.class deleted file mode 100644 index bc4d7994..00000000 Binary files a/bin/net/sf/freecol/tools/ColonizationSaveGameReader$Colonist.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/ColonizationSaveGameReader$ColonyData.class b/bin/net/sf/freecol/tools/ColonizationSaveGameReader$ColonyData.class deleted file mode 100644 index 5ec232b1..00000000 Binary files a/bin/net/sf/freecol/tools/ColonizationSaveGameReader$ColonyData.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/ColonizationSaveGameReader$GameData.class b/bin/net/sf/freecol/tools/ColonizationSaveGameReader$GameData.class deleted file mode 100644 index c144fd74..00000000 Binary files a/bin/net/sf/freecol/tools/ColonizationSaveGameReader$GameData.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/ColonizationSaveGameReader$PlayerData.class b/bin/net/sf/freecol/tools/ColonizationSaveGameReader$PlayerData.class deleted file mode 100644 index ca5c433b..00000000 Binary files a/bin/net/sf/freecol/tools/ColonizationSaveGameReader$PlayerData.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/ColonizationSaveGameReader.class b/bin/net/sf/freecol/tools/ColonizationSaveGameReader.class deleted file mode 100644 index 49ca8744..00000000 Binary files a/bin/net/sf/freecol/tools/ColonizationSaveGameReader.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/DesktopEntry$1.class b/bin/net/sf/freecol/tools/DesktopEntry$1.class deleted file mode 100644 index 20599153..00000000 Binary files a/bin/net/sf/freecol/tools/DesktopEntry$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/DesktopEntry.class b/bin/net/sf/freecol/tools/DesktopEntry.class deleted file mode 100644 index 5167f469..00000000 Binary files a/bin/net/sf/freecol/tools/DesktopEntry.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/FSGConverter.class b/bin/net/sf/freecol/tools/FSGConverter.class deleted file mode 100644 index 559eaed2..00000000 Binary files a/bin/net/sf/freecol/tools/FSGConverter.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/FlagTest.class b/bin/net/sf/freecol/tools/FlagTest.class deleted file mode 100644 index 4ee820f7..00000000 Binary files a/bin/net/sf/freecol/tools/FlagTest.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/ForestMaker$ImageLocation.class b/bin/net/sf/freecol/tools/ForestMaker$ImageLocation.class deleted file mode 100644 index d7efed86..00000000 Binary files a/bin/net/sf/freecol/tools/ForestMaker$ImageLocation.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/ForestMaker.class b/bin/net/sf/freecol/tools/ForestMaker.class deleted file mode 100644 index 44a81631..00000000 Binary files a/bin/net/sf/freecol/tools/ForestMaker.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/GenerateDocumentation$1.class b/bin/net/sf/freecol/tools/GenerateDocumentation$1.class deleted file mode 100644 index 3af8adee..00000000 Binary files a/bin/net/sf/freecol/tools/GenerateDocumentation$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/GenerateDocumentation.class b/bin/net/sf/freecol/tools/GenerateDocumentation.class deleted file mode 100644 index 0c790799..00000000 Binary files a/bin/net/sf/freecol/tools/GenerateDocumentation.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/InstallerTranslations$1.class b/bin/net/sf/freecol/tools/InstallerTranslations$1.class deleted file mode 100644 index c5a89346..00000000 Binary files a/bin/net/sf/freecol/tools/InstallerTranslations$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/InstallerTranslations.class b/bin/net/sf/freecol/tools/InstallerTranslations.class deleted file mode 100644 index 5b558a7a..00000000 Binary files a/bin/net/sf/freecol/tools/InstallerTranslations.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/MapConverter.class b/bin/net/sf/freecol/tools/MapConverter.class deleted file mode 100644 index f6dfb0aa..00000000 Binary files a/bin/net/sf/freecol/tools/MapConverter.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/MergeTranslations$1.class b/bin/net/sf/freecol/tools/MergeTranslations$1.class deleted file mode 100644 index 44ac407e..00000000 Binary files a/bin/net/sf/freecol/tools/MergeTranslations$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/MergeTranslations.class b/bin/net/sf/freecol/tools/MergeTranslations.class deleted file mode 100644 index 536e657d..00000000 Binary files a/bin/net/sf/freecol/tools/MergeTranslations.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/RiverMaker.class b/bin/net/sf/freecol/tools/RiverMaker.class deleted file mode 100644 index 4f2b5d58..00000000 Binary files a/bin/net/sf/freecol/tools/RiverMaker.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/SaveGameValidator.class b/bin/net/sf/freecol/tools/SaveGameValidator.class deleted file mode 100644 index b708c54f..00000000 Binary files a/bin/net/sf/freecol/tools/SaveGameValidator.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/TranslationReport$1.class b/bin/net/sf/freecol/tools/TranslationReport$1.class deleted file mode 100644 index 9550307a..00000000 Binary files a/bin/net/sf/freecol/tools/TranslationReport$1.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/TranslationReport$LanguageStatsRecord.class b/bin/net/sf/freecol/tools/TranslationReport$LanguageStatsRecord.class deleted file mode 100644 index 5c3c7178..00000000 Binary files a/bin/net/sf/freecol/tools/TranslationReport$LanguageStatsRecord.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/TranslationReport.class b/bin/net/sf/freecol/tools/TranslationReport.class deleted file mode 100644 index 9191b0c3..00000000 Binary files a/bin/net/sf/freecol/tools/TranslationReport.class and /dev/null differ diff --git a/bin/net/sf/freecol/tools/package.html b/bin/net/sf/freecol/tools/package.html deleted file mode 100644 index 4638cab6..00000000 --- a/bin/net/sf/freecol/tools/package.html +++ /dev/null @@ -1,5 +0,0 @@ - - -Contains tools directly related to FreeCol. - - diff --git a/bin/overview.html b/bin/overview.html deleted file mode 100644 index 96955952..00000000 --- a/bin/overview.html +++ /dev/null @@ -1,58 +0,0 @@ - - -
This is the javadoc generated code documentation for FreeCol. -

-

Overview

-The {@link net.sf.freecol main package} contains the class -{@link net.sf.freecol.FreeCol} which is responsible for handling -the command-line arguments and starting either -a stand-alone server or a client-GUI. -

-The rest of the program has been divided into three separate packages: -{@link net.sf.freecol.client client}, -{@link net.sf.freecol.common common} and -{@link net.sf.freecol.server server}. -

-You might have noticed a fourth package named -{@link net.sf.freecol.metaserver metaserver}, but this is a separate -program. The metaserver is running on meta.freecol.org:3540 -in order to maintain a central list of public servers. - -
  -

Client/server-architecture

-We use a client/server-architecture. That is: a group of clients connects -to the server in order to play a game. We are also using this approach -even when a singleplayer game has been chosen (then there is only one -client connected to the server). -

-The client and the server are really two different programs, even though -it is possible to start the server from the client GUI, and all interaction -between the client and the server, after the creation of the server, -should be done by communicating through the network. -

-Both the clients and the server has a game model, but only the server has -the complete game model containing all the information. The client model -only contains the information being visible to the player using the client. -

-One important point here is: You will need to update all the clients' models -as well as the server model if you want perform an action (like building -a colony, moving a unit etc). -

-Read more at: - -Overview of the client/server-architecture - - -
  -

The game model

-The common package contains everything being shared between -the client and the server. One of these things is the -{@link net.sf.freecol.common.model game model} which is best described as -being a model of the imaginary world we are creating. -

-The model should only contain the information needed to model the imaginary world. -That is; it should not contain information on how the map should be displayed etc. - - - - diff --git a/build.xml b/build.xml index 5035edc5..badafeb5 100644 --- a/build.xml +++ b/build.xml @@ -48,6 +48,7 @@ + diff --git a/build/bin/native/izpack/ShellLink.dll b/build/bin/native/izpack/ShellLink.dll deleted file mode 100644 index 699f6b5e..00000000 Binary files a/build/bin/native/izpack/ShellLink.dll and /dev/null differ diff --git a/build/bin/native/izpack/ShellLink_x64.dll b/build/bin/native/izpack/ShellLink_x64.dll deleted file mode 100644 index 03dda8a4..00000000 Binary files a/build/bin/native/izpack/ShellLink_x64.dll and /dev/null differ diff --git a/build/install.png b/build/install.png deleted file mode 100644 index 3c091047..00000000 Binary files a/build/install.png and /dev/null differ diff --git a/build/installer.jsmooth b/build/installer.jsmooth deleted file mode 100644 index 48c4e8e4..00000000 --- a/build/installer.jsmooth +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - registry - javahome - jrepath - jdkpath - exepath - jview - - true - %ant:freecol.release.name%-installer.exe - ../packaging/icons/freecol.ico - -1 - %ant:freecol.installerjar% - com.izforge.izpack.installer.Installer - 268435456 - - 1.8 - Windowed Wrapper - - Message - Java has not been found on your computer. Do you want to download it? - - - URL - http://www.java.com - - - SingleProcess - 0 - - - Debug - 0 - - diff --git a/build/installer/iso-639-2.txt b/build/installer/iso-639-2.txt deleted file mode 100644 index 670642b5..00000000 --- a/build/installer/iso-639-2.txt +++ /dev/null @@ -1,506 +0,0 @@ -ISO 639-2 Code:ISO 639-1 Code:English name of Language:French name of Language -aar:aa:Afar:afar -abk:ab:Abkhazian:abkhaze -ace::Achinese:aceh -ach::Acoli:acoli -ada::Adangme:adangme -ady::Adyghe; Adygei:adyghé -afa::Afro-Asiatic languages:afro-asiatiques, langues -afh::Afrihili:afrihili -afr:af:Afrikaans:afrikaans -ain::Ainu:aïnou -aka:ak:Akan:akan -akk::Akkadian:akkadien -alb (B):sq:Albanian:albanais -ale::Aleut:aléoute -alg::Algonquian languages:algonquines, langues -alt::Southern Altai:altai du Sud -amh:am:Amharic:amharique -ang::English, Old (ca.450-1100):anglo-saxon (ca.450-1100) -anp::Angika:angika -apa::Apache languages:apaches, langues -ara:ar:Arabic:arabe -arc::Official Aramaic (700-300 BCE); Imperial Aramaic (700-300 BCE):araméen d'empire (700-300 BCE) -arg:an:Aragonese:aragonais -arm (B):hy:Armenian:arménien -arn::Mapudungun; Mapuche:mapudungun; mapuche; mapuce -arp::Arapaho:arapaho -art::Artificial languages:artificielles, langues -arw::Arawak:arawak -asm:as:Assamese:assamais -ast::Asturian; Bable; Leonese; Asturleonese:asturien; bable; léonais; asturoléonais -ath::Athapascan languages:athapascanes, langues -aus::Australian languages:australiennes, langues -ava:av:Avaric:avar -ave:ae:Avestan:avestique -awa::Awadhi:awadhi -aym:ay:Aymara:aymara -aze:az:Azerbaijani:azéri -bad::Banda languages:banda, langues -bai::Bamileke languages:bamiléké, langues -bak:ba:Bashkir:bachkir -bal::Baluchi:baloutchi -bam:bm:Bambara:bambara -ban::Balinese:balinais -baq (B):eu:Basque:basque -bas::Basa:basa -bat::Baltic languages:baltes, langues -bej::Beja; Bedawiyet:bedja -bel:be:Belarusian:biélorusse -bem::Bemba:bemba -ben:bn:Bengali:bengali -ber::Berber languages:berbères, langues -bho::Bhojpuri:bhojpuri -bih:bh:Bihari languages:langues biharis -bik::Bikol:bikol -bin::Bini; Edo:bini; edo -bis:bi:Bislama:bichlamar -bla::Siksika:blackfoot -bnt::Bantu languages:bantou, langues -bod (T):bo:Tibetan:tibétain -bos:bs:Bosnian:bosniaque -bra::Braj:braj -bre:br:Breton:breton -btk::Batak languages:batak, langues -bua::Buriat:bouriate -bug::Buginese:bugi -bul:bg:Bulgarian:bulgare -bur (B):my:Burmese:birman -byn::Blin; Bilin:blin; bilen -cad::Caddo:caddo -cai::Central American Indian languages:amérindiennes de l'Amérique centrale, langues -car::Galibi Carib:karib; galibi; carib -cat:ca:Catalan; Valencian:catalan; valencien -cau::Caucasian languages:caucasiennes, langues -ceb::Cebuano:cebuano -cel::Celtic languages:celtiques, langues; celtes, langues -ces (T):cs:Czech:tchèque -cha:ch:Chamorro:chamorro -chb::Chibcha:chibcha -che:ce:Chechen:tchétchène -chg::Chagatai:djaghataï -chi (B):zh:Chinese:chinois -chk::Chuukese:chuuk -chm::Mari:mari -chn::Chinook jargon:chinook, jargon -cho::Choctaw:choctaw -chp::Chipewyan; Dene Suline:chipewyan -chr::Cherokee:cherokee -chu:cu:Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic:slavon d'église; vieux slave; slavon liturgique; vieux bulgare -chv:cv:Chuvash:tchouvache -chy::Cheyenne:cheyenne -cmc::Chamic languages:chames, langues -cop::Coptic:copte -cor:kw:Cornish:cornique -cos:co:Corsican:corse -cpe::Creoles and pidgins, English based:créoles et pidgins basés sur l'anglais -cpf::Creoles and pidgins, French-based:créoles et pidgins basés sur le français -cpp::Creoles and pidgins, Portuguese-based:créoles et pidgins basés sur le portugais -cre:cr:Cree:cree -crh::Crimean Tatar; Crimean Turkish:tatar de Crimé -crp::Creoles and pidgins:créoles et pidgins -csb::Kashubian:kachoube -cus::Cushitic languages:couchitiques, langues -cym (T):cy:Welsh:gallois -cze (B):cs:Czech:tchèque -dak::Dakota:dakota -dan:da:Danish:danois -dar::Dargwa:dargwa -day::Land Dayak languages:dayak, langues -del::Delaware:delaware -den::Slave (Athapascan):esclave (athapascan) -deu (T):de:German:allemand -dgr::Dogrib:dogrib -din::Dinka:dinka -div:dv:Divehi; Dhivehi; Maldivian:maldivien -doi::Dogri:dogri -dra::Dravidian languages:dravidiennes, langues -dsb::Lower Sorbian:bas-sorabe -dua::Duala:douala -dum::Dutch, Middle (ca.1050-1350):néerlandais moyen (ca. 1050-1350) -dut (B):nl:Dutch; Flemish:néerlandais; flamand -dyu::Dyula:dioula -dzo:dz:Dzongkha:dzongkha -efi::Efik:efik -egy::Egyptian (Ancient):égyptien -eka::Ekajuk:ekajuk -ell (T):el:Greek, Modern (1453-):grec moderne (après 1453) -elx::Elamite:élamite -eng:en:English:anglais -enm::English, Middle (1100-1500):anglais moyen (1100-1500) -epo:eo:Esperanto:espéranto -est:et:Estonian:estonien -eus (T):eu:Basque:basque -ewe:ee:Ewe:éwé -ewo::Ewondo:éwondo -fan::Fang:fang -fao:fo:Faroese:féroïen -fas (T):fa:Persian:persan -fat::Fanti:fanti -fij:fj:Fijian:fidjien -fil::Filipino; Pilipino:filipino; pilipino -fin:fi:Finnish:finnois -fiu::Finno-Ugrian languages:finno-ougriennes, langues -fon::Fon:fon -fra (T):fr:French:français -fre (B):fr:French:français -frm::French, Middle (ca.1400-1600):français moyen (1400-1600) -fro::French, Old (842-ca.1400):français ancien (842-ca.1400) -frr::Northern Frisian:frison septentrional -frs::Eastern Frisian:frison oriental -fry:fy:Western Frisian:frison occidental -ful:ff:Fulah:peul -fur::Friulian:frioulan -gaa::Ga:ga -gay::Gayo:gayo -gba::Gbaya:gbaya -gem::Germanic languages:germaniques, langues -geo (B):ka:Georgian:géorgien -ger (B):de:German:allemand -gez::Geez:guèze -gil::Gilbertese:kiribati -gla:gd:Gaelic; Scottish Gaelic:gaélique; gaélique écossais -gle:ga:Irish:irlandais -glg:gl:Galician:galicien -glv:gv:Manx:manx; mannois -gmh::German, Middle High (ca.1050-1500):allemand, moyen haut (ca. 1050-1500) -goh::German, Old High (ca.750-1050):allemand, vieux haut (ca. 750-1050) -gon::Gondi:gond -gor::Gorontalo:gorontalo -got::Gothic:gothique -grb::Grebo:grebo -grc::Greek, Ancient (to 1453):grec ancien (jusqu'à 1453) -gre (B):el:Greek, Modern (1453-):grec moderne (après 1453) -grn:gn:Guarani:guarani -gsw::Swiss German; Alemannic; Alsatian:suisse alémanique; alémanique; alsacien -guj:gu:Gujarati:goudjrati -gwi::Gwich'in:gwich'in -hai::Haida:haida -hat:ht:Haitian; Haitian Creole:haïtien; créole haïtien -hau:ha:Hausa:haoussa -haw::Hawaiian:hawaïen -heb:he:Hebrew:hébreu -her:hz:Herero:herero -hil::Hiligaynon:hiligaynon -him::Himachali languages; Western Pahari languages:langues himachalis; langues paharis occidentales -hin:hi:Hindi:hindi -hit::Hittite:hittite -hmn::Hmong:hmong -hmo:ho:Hiri Motu:hiri motu -hrv:hr:Croatian:croate -hsb::Upper Sorbian:haut-sorabe -hun:hu:Hungarian:hongrois -hup::Hupa:hupa -hye (T):hy:Armenian:arménien -iba::Iban:iban -ibo:ig:Igbo:igbo -ice (B):is:Icelandic:islandais -ido:io:Ido:ido -iii:ii:Sichuan Yi; Nuosu:yi de Sichuan -ijo::Ijo languages:ijo, langues -iku:iu:Inuktitut:inuktitut -ile:ie:Interlingue; Occidental:interlingue -ilo::Iloko:ilocano -ina:ia:Interlingua (International Auxiliary Language Association):interlingua (langue auxiliaire internationale) -inc::Indic languages:indo-aryennes, langues -ind:id:Indonesian:indonésien -ine::Indo-European languages:indo-européennes, langues -inh::Ingush:ingouche -ipk:ik:Inupiaq:inupiaq -ira::Iranian languages:iraniennes, langues -iro::Iroquoian languages:iroquoises, langues -isl (T):is:Icelandic:islandais -ita:it:Italian:italien -jav:jv:Javanese:javanais -jbo::Lojban:lojban -jpn:ja:Japanese:japonais -jpr::Judeo-Persian:judéo-persan -jrb::Judeo-Arabic:judéo-arabe -kaa::Kara-Kalpak:karakalpak -kab::Kabyle:kabyle -kac::Kachin; Jingpho:kachin; jingpho -kal:kl:Kalaallisut; Greenlandic:groenlandais -kam::Kamba:kamba -kan:kn:Kannada:kannada -kar::Karen languages:karen, langues -kas:ks:Kashmiri:kashmiri -kat (T):ka:Georgian:géorgien -kau:kr:Kanuri:kanouri -kaw::Kawi:kawi -kaz:kk:Kazakh:kazakh -kbd::Kabardian:kabardien -kha::Khasi:khasi -khi::Khoisan languages:khoïsan, langues -khm:km:Central Khmer:khmer central -kho::Khotanese; Sakan:khotanais; sakan -kik:ki:Kikuyu; Gikuyu:kikuyu -kin:rw:Kinyarwanda:rwanda -kir:ky:Kirghiz; Kyrgyz:kirghiz -kmb::Kimbundu:kimbundu -kok::Konkani:konkani -kom:kv:Komi:kom -kon:kg:Kongo:kongo -kor:ko:Korean:coréen -kos::Kosraean:kosrae -kpe::Kpelle:kpellé -krc::Karachay-Balkar:karatchai balkar -krl::Karelian:carélien -kro::Kru languages:krou, langues -kru::Kurukh:kurukh -kua:kj:Kuanyama; Kwanyama:kuanyama; kwanyama -kum::Kumyk:koumyk -kur:ku:Kurdish:kurde -kut::Kutenai:kutenai -lad::Ladino:judéo-espagnol -lah::Lahnda:lahnda -lam::Lamba:lamba -lao:lo:Lao:lao -lat:la:Latin:latin -lav:lv:Latvian:letton -lez::Lezghian:lezghien -lim:li:Limburgan; Limburger; Limburgish:limbourgeois -lin:ln:Lingala:lingala -lit:lt:Lithuanian:lituanien -lol::Mongo:mongo -loz::Lozi:lozi -ltz:lb:Luxembourgish; Letzeburgesch:luxembourgeois -lua::Luba-Lulua:luba-lulua -lub:lu:Luba-Katanga:luba-katanga -lug:lg:Ganda:ganda -lui::Luiseno:luiseno -lun::Lunda:lunda -luo::Luo (Kenya and Tanzania):luo (Kenya et Tanzanie) -lus::Lushai:lushai -mac (B):mk:Macedonian:macédonien -mad::Madurese:madourais -mag::Magahi:magahi -mah:mh:Marshallese:marshall -mai::Maithili:maithili -mak::Makasar:makassar -mal:ml:Malayalam:malayalam -man::Mandingo:mandingue -mao (B):mi:Maori:maori -map::Austronesian languages:austronésiennes, langues -mar:mr:Marathi:marathe -mas::Masai:massaï -may (B):ms:Malay:malais -mdf::Moksha:moksa -mdr::Mandar:mandar -men::Mende:mendé -mga::Irish, Middle (900-1200):irlandais moyen (900-1200) -mic::Mi'kmaq; Micmac:mi'kmaq; micmac -min::Minangkabau:minangkabau -mis::Uncoded languages:langues non codées -mkd (T):mk:Macedonian:macédonien -mkh::Mon-Khmer languages:môn-khmer, langues -mlg:mg:Malagasy:malgache -mlt:mt:Maltese:maltais -mnc::Manchu:mandchou -mni::Manipuri:manipuri -mno::Manobo languages:manobo, langues -moh::Mohawk:mohawk -mon:mn:Mongolian:mongol -mos::Mossi:moré -mri (T):mi:Maori:maori -msa (T):ms:Malay:malais -mul::Multiple languages:multilingue -mun::Munda languages:mounda, langues -mus::Creek:muskogee -mwl::Mirandese:mirandais -mwr::Marwari:marvari -mya (T):my:Burmese:birman -myn::Mayan languages:maya, langues -myv::Erzya:erza -nah::Nahuatl languages:nahuatl, langues -nai::North American Indian languages:nord-amérindiennes, langues -nap::Neapolitan:napolitain -nau:na:Nauru:nauruan -nav:nv:Navajo; Navaho:navaho -nbl:nr:Ndebele, South; South Ndebele:ndébélé du Sud -nde:nd:Ndebele, North; North Ndebele:ndébélé du Nord -ndo:ng:Ndonga:ndonga -nds::Low German; Low Saxon; German, Low; Saxon, Low:bas allemand; bas saxon; allemand, bas; saxon, bas -nep:ne:Nepali:népalais -new::Nepal Bhasa; Newari:nepal bhasa; newari -nia::Nias:nias -nic::Niger-Kordofanian languages:nigéro-kordofaniennes, langues -niu::Niuean:niué -nld (T):nl:Dutch; Flemish:néerlandais; flamand -nno:nn:Norwegian Nynorsk; Nynorsk, Norwegian:norvégien nynorsk; nynorsk, norvégien -nob:nb:Bokmål, Norwegian; Norwegian Bokmål:norvégien bokmål -nog::Nogai:nogaï; nogay -non::Norse, Old:norrois, vieux -nor:no:Norwegian:norvégien -nqo::N'Ko:n'ko -nso::Pedi; Sepedi; Northern Sotho:pedi; sepedi; sotho du Nord -nub::Nubian languages:nubiennes, langues -nwc::Classical Newari; Old Newari; Classical Nepal Bhasa:newari classique -nya:ny:Chichewa; Chewa; Nyanja:chichewa; chewa; nyanja -nym::Nyamwezi:nyamwezi -nyn::Nyankole:nyankolé -nyo::Nyoro:nyoro -nzi::Nzima:nzema -oci:oc:Occitan (post 1500):occitan (après 1500) -oji:oj:Ojibwa:ojibwa -ori:or:Oriya:oriya -orm:om:Oromo:galla -osa::Osage:osage -oss:os:Ossetian; Ossetic:ossète -ota::Turkish, Ottoman (1500-1928):turc ottoman (1500-1928) -oto::Otomian languages:otomi, langues -paa::Papuan languages:papoues, langues -pag::Pangasinan:pangasinan -pal::Pahlavi:pahlavi -pam::Pampanga; Kapampangan:pampangan -pan:pa:Panjabi; Punjabi:pendjabi -pap::Papiamento:papiamento -pau::Palauan:palau -peo::Persian, Old (ca.600-400 B.C.):perse, vieux (ca. 600-400 av. J.-C.) -per (B):fa:Persian:persan -phi::Philippine languages:philippines, langues -phn::Phoenician:phénicien -pli:pi:Pali:pali -pol:pl:Polish:polonais -pon::Pohnpeian:pohnpei -por:pt:Portuguese:portugais -pra::Prakrit languages:prâkrit, langues -pro::Provençal, Old (to 1500);Occitan, Old (to 1500):provençal ancien (jusqu'à 1500); occitan ancien (jusqu'à 1500) -pus:ps:Pushto; Pashto:pachto -qaa-qtz::Reserved for local use:réservée à l'usage local -que:qu:Quechua:quechua -raj::Rajasthani:rajasthani -rap::Rapanui:rapanui -rar::Rarotongan; Cook Islands Maori:rarotonga; maori des îles Cook -roa::Romance languages:romanes, langues -roh:rm:Romansh:romanche -rom::Romany:tsigane -ron (T):ro:Romanian; Moldavian; Moldovan:roumain; moldave -rum (B):ro:Romanian; Moldavian; Moldovan:roumain; moldave -run:rn:Rundi:rundi -rup::Aromanian; Arumanian; Macedo-Romanian:aroumain; macédo-roumain -rus:ru:Russian:russe -sad::Sandawe:sandawe -sag:sg:Sango:sango -sah::Yakut:iakoute -sai::South American Indian languages:sud-amérindiennes, langues -sal::Salishan languages:salishennes, langues -sam::Samaritan Aramaic:samaritain -san:sa:Sanskrit:sanskrit -sas::Sasak:sasak -sat::Santali:santal -scn::Sicilian:sicilien -sco::Scots:écossais -sel::Selkup:selkoupe -sem::Semitic languages:sémitiques, langues -sga::Irish, Old (to 900):irlandais ancien (jusqu'à 900) -sgn::Sign Languages:langues des signes -shn::Shan:chan -sid::Sidamo:sidamo -sin:si:Sinhala; Sinhalese:singhalais -sio::Siouan languages:sioux, langues -sit::Sino-Tibetan languages:sino-tibétaines, langues -sla::Slavic languages:slaves, langues -slk (T):sk:Slovak:slovaque -slo (B):sk:Slovak:slovaque -slv:sl:Slovenian:slovène -sma::Southern Sami:sami du Sud -sme:se:Northern Sami:sami du Nord -smi::Sami languages:sames, langues -smj::Lule Sami:sami de Lule -smn::Inari Sami:sami d'Inari -smo:sm:Samoan:samoan -sms::Skolt Sami:sami skolt -sna:sn:Shona:shona -snd:sd:Sindhi:sindhi -snk::Soninke:soninké -sog::Sogdian:sogdien -som:so:Somali:somali -son::Songhai languages:songhai, langues -sot:st:Sotho, Southern:sotho du Sud -spa:es:Spanish; Castilian:espagnol; castillan -sqi (T):sq:Albanian:albanais -srd:sc:Sardinian:sarde -srn::Sranan Tongo:sranan tongo -srp:sr:Serbian:serbe -srr::Serer:sérère -ssa::Nilo-Saharan languages:nilo-sahariennes, langues -ssw:ss:Swati:swati -suk::Sukuma:sukuma -sun:su:Sundanese:soundanais -sus::Susu:soussou -sux::Sumerian:sumérien -swa:sw:Swahili:swahili -swe:sv:Swedish:suédois -syc::Classical Syriac:syriaque classique -syr::Syriac:syriaque -tah:ty:Tahitian:tahitien -tai::Tai languages:tai, langues -tam:ta:Tamil:tamoul -tat:tt:Tatar:tatar -tel:te:Telugu:télougou -tem::Timne:temne -ter::Tereno:tereno -tet::Tetum:tetum -tgk:tg:Tajik:tadjik -tgl:tl:Tagalog:tagalog -tha:th:Thai:thaï -tib (B):bo:Tibetan:tibétain -tig::Tigre:tigré -tir:ti:Tigrinya:tigrigna -tiv::Tiv:tiv -tkl::Tokelau:tokelau -tlh::Klingon; tlhIngan-Hol:klingon -tli::Tlingit:tlingit -tmh::Tamashek:tamacheq -tog::Tonga (Nyasa):tonga (Nyasa) -ton:to:Tonga (Tonga Islands):tongan (Îles Tonga) -tpi::Tok Pisin:tok pisin -tsi::Tsimshian:tsimshian -tsn:tn:Tswana:tswana -tso:ts:Tsonga:tsonga -tuk:tk:Turkmen:turkmène -tum::Tumbuka:tumbuka -tup::Tupi languages:tupi, langues -tur:tr:Turkish:turc -tut::Altaic languages:altaïques, langues -tvl::Tuvalu:tuvalu -twi:tw:Twi:twi -tyv::Tuvinian:touva -udm::Udmurt:oudmourte -uga::Ugaritic:ougaritique -uig:ug:Uighur; Uyghur:ouïgour -ukr:uk:Ukrainian:ukrainien -umb::Umbundu:umbundu -und::Undetermined:indéterminée -urd:ur:Urdu:ourdou -uzb:uz:Uzbek:ouszbek -vai::Vai:vaï -ven:ve:Venda:venda -vie:vi:Vietnamese:vietnamien -vol:vo:Volapük:volapük -vot::Votic:vote -wak::Wakashan languages:wakashanes, langues -wal::Wolaitta; Wolaytta:wolaitta; wolaytta -war::Waray:waray -was::Washo:washo -wel (B):cy:Welsh:gallois -wen::Sorbian languages:sorabes, langues -wln:wa:Walloon:wallon -wol:wo:Wolof:wolof -xal::Kalmyk; Oirat:kalmouk; oïrat -xho:xh:Xhosa:xhosa -yao::Yao:yao -yap::Yapese:yapois -yid:yi:Yiddish:yiddish -yor:yo:Yoruba:yoruba -ypk::Yupik languages:yupik, langues -zap::Zapotec:zapotèque -zbl::Blissymbols; Blissymbolics; Bliss:symboles Bliss; Bliss -zen::Zenaga:zenaga -zha:za:Zhuang; Chuang:zhuang; chuang -zho (T):zh:Chinese:chinois -znd::Zande languages:zandé, langues -zul:zu:Zulu:zoulou -zun::Zuni:zuni -zxx::No linguistic content; Not applicable:pas de contenu linguistique; non applicable -zza::Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki:zaza; dimili; dimli; kirdki; kirmanjki; zazaki​​​​​ diff --git a/build/jars/jarbundler.jar b/build/jars/jarbundler.jar deleted file mode 100644 index 55c988d8..00000000 Binary files a/build/jars/jarbundler.jar and /dev/null differ diff --git a/build/jars/jsmoothgen-ant.jar b/build/jars/jsmoothgen-ant.jar deleted file mode 100644 index c9e283d7..00000000 Binary files a/build/jars/jsmoothgen-ant.jar and /dev/null differ diff --git a/build/jars/standalone-compiler.jar b/build/jars/standalone-compiler.jar deleted file mode 100644 index bbc08109..00000000 Binary files a/build/jars/standalone-compiler.jar and /dev/null differ diff --git a/build/net/sf/freecol/FreeCol$1.class b/build/net/sf/freecol/FreeCol$1.class deleted file mode 100644 index f3f1dfc8..00000000 Binary files a/build/net/sf/freecol/FreeCol$1.class and /dev/null differ diff --git a/build/net/sf/freecol/FreeCol.class b/build/net/sf/freecol/FreeCol.class deleted file mode 100644 index de527b4f..00000000 Binary files a/build/net/sf/freecol/FreeCol.class and /dev/null differ diff --git a/build/net/sf/freecol/client/ClientOptions$1.class b/build/net/sf/freecol/client/ClientOptions$1.class deleted file mode 100644 index d9bbcae1..00000000 Binary files a/build/net/sf/freecol/client/ClientOptions$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/ClientOptions$MessageSourceComparator.class b/build/net/sf/freecol/client/ClientOptions$MessageSourceComparator.class deleted file mode 100644 index 45adfc37..00000000 Binary files a/build/net/sf/freecol/client/ClientOptions$MessageSourceComparator.class and /dev/null differ diff --git a/build/net/sf/freecol/client/ClientOptions.class b/build/net/sf/freecol/client/ClientOptions.class deleted file mode 100644 index 26afafd0..00000000 Binary files a/build/net/sf/freecol/client/ClientOptions.class and /dev/null differ diff --git a/build/net/sf/freecol/client/FreeColClient$1.class b/build/net/sf/freecol/client/FreeColClient$1.class deleted file mode 100644 index c432677d..00000000 Binary files a/build/net/sf/freecol/client/FreeColClient$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/FreeColClient.class b/build/net/sf/freecol/client/FreeColClient.class deleted file mode 100644 index 9c100f85..00000000 Binary files a/build/net/sf/freecol/client/FreeColClient.class and /dev/null differ diff --git a/build/net/sf/freecol/client/Worker.class b/build/net/sf/freecol/client/Worker.class deleted file mode 100644 index 00388475..00000000 Binary files a/build/net/sf/freecol/client/Worker.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/ConnectController$1.class b/build/net/sf/freecol/client/control/ConnectController$1.class deleted file mode 100644 index 8f8db1bf..00000000 Binary files a/build/net/sf/freecol/client/control/ConnectController$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/ConnectController$1ErrorJob.class b/build/net/sf/freecol/client/control/ConnectController$1ErrorJob.class deleted file mode 100644 index 8c7e62bb..00000000 Binary files a/build/net/sf/freecol/client/control/ConnectController$1ErrorJob.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/ConnectController.class b/build/net/sf/freecol/client/control/ConnectController.class deleted file mode 100644 index 8ebff03d..00000000 Binary files a/build/net/sf/freecol/client/control/ConnectController.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/InGameController$1.class b/build/net/sf/freecol/client/control/InGameController$1.class deleted file mode 100644 index 2049fb2f..00000000 Binary files a/build/net/sf/freecol/client/control/InGameController$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/InGameController$ArmedUnitSettlementAction.class b/build/net/sf/freecol/client/control/InGameController$ArmedUnitSettlementAction.class deleted file mode 100644 index fac9704b..00000000 Binary files a/build/net/sf/freecol/client/control/InGameController$ArmedUnitSettlementAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/InGameController$BoycottAction.class b/build/net/sf/freecol/client/control/InGameController$BoycottAction.class deleted file mode 100644 index 9d49073f..00000000 Binary files a/build/net/sf/freecol/client/control/InGameController$BoycottAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/InGameController$BuyAction.class b/build/net/sf/freecol/client/control/InGameController$BuyAction.class deleted file mode 100644 index adaa9c70..00000000 Binary files a/build/net/sf/freecol/client/control/InGameController$BuyAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/InGameController$ClaimAction.class b/build/net/sf/freecol/client/control/InGameController$ClaimAction.class deleted file mode 100644 index 6ac69d6b..00000000 Binary files a/build/net/sf/freecol/client/control/InGameController$ClaimAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/InGameController$MissionaryAction.class b/build/net/sf/freecol/client/control/InGameController$MissionaryAction.class deleted file mode 100644 index 5620ac83..00000000 Binary files a/build/net/sf/freecol/client/control/InGameController$MissionaryAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/InGameController$MoveMode.class b/build/net/sf/freecol/client/control/InGameController$MoveMode.class deleted file mode 100644 index 35240f59..00000000 Binary files a/build/net/sf/freecol/client/control/InGameController$MoveMode.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/InGameController$ScoutColonyAction.class b/build/net/sf/freecol/client/control/InGameController$ScoutColonyAction.class deleted file mode 100644 index 700b95ed..00000000 Binary files a/build/net/sf/freecol/client/control/InGameController$ScoutColonyAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/InGameController$ScoutIndianSettlementAction.class b/build/net/sf/freecol/client/control/InGameController$ScoutIndianSettlementAction.class deleted file mode 100644 index 0ccf3172..00000000 Binary files a/build/net/sf/freecol/client/control/InGameController$ScoutIndianSettlementAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/InGameController$SellAction.class b/build/net/sf/freecol/client/control/InGameController$SellAction.class deleted file mode 100644 index 06e82fa2..00000000 Binary files a/build/net/sf/freecol/client/control/InGameController$SellAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/InGameController$TradeAction.class b/build/net/sf/freecol/client/control/InGameController$TradeAction.class deleted file mode 100644 index cde50ca6..00000000 Binary files a/build/net/sf/freecol/client/control/InGameController$TradeAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/InGameController.class b/build/net/sf/freecol/client/control/InGameController.class deleted file mode 100644 index b52e410e..00000000 Binary files a/build/net/sf/freecol/client/control/InGameController.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/InGameInputHandler.class b/build/net/sf/freecol/client/control/InGameInputHandler.class deleted file mode 100644 index 795802c6..00000000 Binary files a/build/net/sf/freecol/client/control/InGameInputHandler.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/InputHandler.class b/build/net/sf/freecol/client/control/InputHandler.class deleted file mode 100644 index cf9eae16..00000000 Binary files a/build/net/sf/freecol/client/control/InputHandler.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/MapEditorController$1.class b/build/net/sf/freecol/client/control/MapEditorController$1.class deleted file mode 100644 index 044d6919..00000000 Binary files a/build/net/sf/freecol/client/control/MapEditorController$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/MapEditorController$1ErrorJob.class b/build/net/sf/freecol/client/control/MapEditorController$1ErrorJob.class deleted file mode 100644 index 111c7d76..00000000 Binary files a/build/net/sf/freecol/client/control/MapEditorController$1ErrorJob.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/MapEditorController$IMapTransform.class b/build/net/sf/freecol/client/control/MapEditorController$IMapTransform.class deleted file mode 100644 index 56669e62..00000000 Binary files a/build/net/sf/freecol/client/control/MapEditorController$IMapTransform.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/MapEditorController.class b/build/net/sf/freecol/client/control/MapEditorController.class deleted file mode 100644 index 835e9e32..00000000 Binary files a/build/net/sf/freecol/client/control/MapEditorController.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/PreGameController.class b/build/net/sf/freecol/client/control/PreGameController.class deleted file mode 100644 index 7fdd2764..00000000 Binary files a/build/net/sf/freecol/client/control/PreGameController.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/PreGameInputHandler$1.class b/build/net/sf/freecol/client/control/PreGameInputHandler$1.class deleted file mode 100644 index e4094077..00000000 Binary files a/build/net/sf/freecol/client/control/PreGameInputHandler$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/PreGameInputHandler.class b/build/net/sf/freecol/client/control/PreGameInputHandler.class deleted file mode 100644 index e04023cf..00000000 Binary files a/build/net/sf/freecol/client/control/PreGameInputHandler.class and /dev/null differ diff --git a/build/net/sf/freecol/client/control/SoundController.class b/build/net/sf/freecol/client/control/SoundController.class deleted file mode 100644 index 4f2be8cc..00000000 Binary files a/build/net/sf/freecol/client/control/SoundController.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/AbstractCanvasListener.class b/build/net/sf/freecol/client/gui/AbstractCanvasListener.class deleted file mode 100644 index 6e793304..00000000 Binary files a/build/net/sf/freecol/client/gui/AbstractCanvasListener.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/Canvas$1.class b/build/net/sf/freecol/client/gui/Canvas$1.class deleted file mode 100644 index ec811f74..00000000 Binary files a/build/net/sf/freecol/client/gui/Canvas$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/Canvas$DialogCallback$1.class b/build/net/sf/freecol/client/gui/Canvas$DialogCallback$1.class deleted file mode 100644 index 96466835..00000000 Binary files a/build/net/sf/freecol/client/gui/Canvas$DialogCallback$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/Canvas$DialogCallback.class b/build/net/sf/freecol/client/gui/Canvas$DialogCallback.class deleted file mode 100644 index 5ee93d39..00000000 Binary files a/build/net/sf/freecol/client/gui/Canvas$DialogCallback.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/Canvas$PopupPosition.class b/build/net/sf/freecol/client/gui/Canvas$PopupPosition.class deleted file mode 100644 index c724123c..00000000 Binary files a/build/net/sf/freecol/client/gui/Canvas$PopupPosition.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/Canvas$ToolBoxFrame.class b/build/net/sf/freecol/client/gui/Canvas$ToolBoxFrame.class deleted file mode 100644 index 918fd9ff..00000000 Binary files a/build/net/sf/freecol/client/gui/Canvas$ToolBoxFrame.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/Canvas.class b/build/net/sf/freecol/client/gui/Canvas.class deleted file mode 100644 index 96d89651..00000000 Binary files a/build/net/sf/freecol/client/gui/Canvas.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/CanvasMapEditorMouseListener.class b/build/net/sf/freecol/client/gui/CanvasMapEditorMouseListener.class deleted file mode 100644 index 428070bb..00000000 Binary files a/build/net/sf/freecol/client/gui/CanvasMapEditorMouseListener.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/CanvasMouseListener.class b/build/net/sf/freecol/client/gui/CanvasMouseListener.class deleted file mode 100644 index 99bcc7e9..00000000 Binary files a/build/net/sf/freecol/client/gui/CanvasMouseListener.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/CanvasMouseMotionListener.class b/build/net/sf/freecol/client/gui/CanvasMouseMotionListener.class deleted file mode 100644 index e27e79da..00000000 Binary files a/build/net/sf/freecol/client/gui/CanvasMouseMotionListener.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/ChatDisplay.class b/build/net/sf/freecol/client/gui/ChatDisplay.class deleted file mode 100644 index 24c9d33f..00000000 Binary files a/build/net/sf/freecol/client/gui/ChatDisplay.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/ChoiceItem.class b/build/net/sf/freecol/client/gui/ChoiceItem.class deleted file mode 100644 index 60fa183c..00000000 Binary files a/build/net/sf/freecol/client/gui/ChoiceItem.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/DialogHandler.class b/build/net/sf/freecol/client/gui/DialogHandler.class deleted file mode 100644 index 979250af..00000000 Binary files a/build/net/sf/freecol/client/gui/DialogHandler.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/FontLibrary$1.class b/build/net/sf/freecol/client/gui/FontLibrary$1.class deleted file mode 100644 index d0d2080d..00000000 Binary files a/build/net/sf/freecol/client/gui/FontLibrary$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/FontLibrary$FontSize.class b/build/net/sf/freecol/client/gui/FontLibrary$FontSize.class deleted file mode 100644 index 620330a1..00000000 Binary files a/build/net/sf/freecol/client/gui/FontLibrary$FontSize.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/FontLibrary$FontType.class b/build/net/sf/freecol/client/gui/FontLibrary$FontType.class deleted file mode 100644 index 22c76738..00000000 Binary files a/build/net/sf/freecol/client/gui/FontLibrary$FontType.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/FontLibrary.class b/build/net/sf/freecol/client/gui/FontLibrary.class deleted file mode 100644 index 28aa0640..00000000 Binary files a/build/net/sf/freecol/client/gui/FontLibrary.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/FrameMotionListener.class b/build/net/sf/freecol/client/gui/FrameMotionListener.class deleted file mode 100644 index 8f23a34e..00000000 Binary files a/build/net/sf/freecol/client/gui/FrameMotionListener.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/FreeColFrame$1.class b/build/net/sf/freecol/client/gui/FreeColFrame$1.class deleted file mode 100644 index 0d595385..00000000 Binary files a/build/net/sf/freecol/client/gui/FreeColFrame$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/FreeColFrame.class b/build/net/sf/freecol/client/gui/FreeColFrame.class deleted file mode 100644 index b3af8eb7..00000000 Binary files a/build/net/sf/freecol/client/gui/FreeColFrame.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/FullScreenFrameListener.class b/build/net/sf/freecol/client/gui/FullScreenFrameListener.class deleted file mode 100644 index 864f3a30..00000000 Binary files a/build/net/sf/freecol/client/gui/FullScreenFrameListener.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/GUI$1.class b/build/net/sf/freecol/client/gui/GUI$1.class deleted file mode 100644 index 0136e568..00000000 Binary files a/build/net/sf/freecol/client/gui/GUI$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/GUI.class b/build/net/sf/freecol/client/gui/GUI.class deleted file mode 100644 index 17ac3a74..00000000 Binary files a/build/net/sf/freecol/client/gui/GUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/GUIMessage.class b/build/net/sf/freecol/client/gui/GUIMessage.class deleted file mode 100644 index 8b1f0430..00000000 Binary files a/build/net/sf/freecol/client/gui/GUIMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/GrayLayer.class b/build/net/sf/freecol/client/gui/GrayLayer.class deleted file mode 100644 index 72ed2b0e..00000000 Binary files a/build/net/sf/freecol/client/gui/GrayLayer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/ImageLibrary$PathType.class b/build/net/sf/freecol/client/gui/ImageLibrary$PathType.class deleted file mode 100644 index e3c4dfe8..00000000 Binary files a/build/net/sf/freecol/client/gui/ImageLibrary$PathType.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/ImageLibrary.class b/build/net/sf/freecol/client/gui/ImageLibrary.class deleted file mode 100644 index 8d1cd1e1..00000000 Binary files a/build/net/sf/freecol/client/gui/ImageLibrary.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/LoadingSavegameInfo.class b/build/net/sf/freecol/client/gui/LoadingSavegameInfo.class deleted file mode 100644 index bd143f49..00000000 Binary files a/build/net/sf/freecol/client/gui/LoadingSavegameInfo.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/MapViewer$1.class b/build/net/sf/freecol/client/gui/MapViewer$1.class deleted file mode 100644 index ae3ab6bc..00000000 Binary files a/build/net/sf/freecol/client/gui/MapViewer$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/MapViewer$BorderType.class b/build/net/sf/freecol/client/gui/MapViewer$BorderType.class deleted file mode 100644 index eea272f7..00000000 Binary files a/build/net/sf/freecol/client/gui/MapViewer$BorderType.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/MapViewer$TextSpecification.class b/build/net/sf/freecol/client/gui/MapViewer$TextSpecification.class deleted file mode 100644 index 72597174..00000000 Binary files a/build/net/sf/freecol/client/gui/MapViewer$TextSpecification.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/MapViewer.class b/build/net/sf/freecol/client/gui/MapViewer.class deleted file mode 100644 index c7af7ec8..00000000 Binary files a/build/net/sf/freecol/client/gui/MapViewer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/OutForAnimationCallback.class b/build/net/sf/freecol/client/gui/OutForAnimationCallback.class deleted file mode 100644 index 4932f5d9..00000000 Binary files a/build/net/sf/freecol/client/gui/OutForAnimationCallback.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/RoadPainter.class b/build/net/sf/freecol/client/gui/RoadPainter.class deleted file mode 100644 index c8463543..00000000 Binary files a/build/net/sf/freecol/client/gui/RoadPainter.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/ScrollThread.class b/build/net/sf/freecol/client/gui/ScrollThread.class deleted file mode 100644 index 1677d008..00000000 Binary files a/build/net/sf/freecol/client/gui/ScrollThread.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/SwingGUI$1AbortListener.class b/build/net/sf/freecol/client/gui/SwingGUI$1AbortListener.class deleted file mode 100644 index e7f47a09..00000000 Binary files a/build/net/sf/freecol/client/gui/SwingGUI$1AbortListener.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/SwingGUI.class b/build/net/sf/freecol/client/gui/SwingGUI.class deleted file mode 100644 index d27c889a..00000000 Binary files a/build/net/sf/freecol/client/gui/SwingGUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/TerrainCursor.class b/build/net/sf/freecol/client/gui/TerrainCursor.class deleted file mode 100644 index bd52d584..00000000 Binary files a/build/net/sf/freecol/client/gui/TerrainCursor.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/TilePopup.class b/build/net/sf/freecol/client/gui/TilePopup.class deleted file mode 100644 index d86f5d24..00000000 Binary files a/build/net/sf/freecol/client/gui/TilePopup.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/TileViewer$1.class b/build/net/sf/freecol/client/gui/TileViewer$1.class deleted file mode 100644 index b3f4eca5..00000000 Binary files a/build/net/sf/freecol/client/gui/TileViewer$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/TileViewer$SortableImage.class b/build/net/sf/freecol/client/gui/TileViewer$SortableImage.class deleted file mode 100644 index 3c7a3a81..00000000 Binary files a/build/net/sf/freecol/client/gui/TileViewer$SortableImage.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/TileViewer.class b/build/net/sf/freecol/client/gui/TileViewer.class deleted file mode 100644 index f1dcf319..00000000 Binary files a/build/net/sf/freecol/client/gui/TileViewer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/WindowedFrameListener.class b/build/net/sf/freecol/client/gui/WindowedFrameListener.class deleted file mode 100644 index 21e836f4..00000000 Binary files a/build/net/sf/freecol/client/gui/WindowedFrameListener.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/AboutAction.class b/build/net/sf/freecol/client/gui/action/AboutAction.class deleted file mode 100644 index 4a424161..00000000 Binary files a/build/net/sf/freecol/client/gui/action/AboutAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ActionManager.class b/build/net/sf/freecol/client/gui/action/ActionManager.class deleted file mode 100644 index 8026c962..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ActionManager.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/AssignTradeRouteAction.class b/build/net/sf/freecol/client/gui/action/AssignTradeRouteAction.class deleted file mode 100644 index b2bebf80..00000000 Binary files a/build/net/sf/freecol/client/gui/action/AssignTradeRouteAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/BuildColonyAction.class b/build/net/sf/freecol/client/gui/action/BuildColonyAction.class deleted file mode 100644 index 219e9037..00000000 Binary files a/build/net/sf/freecol/client/gui/action/BuildColonyAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/CenterAction.class b/build/net/sf/freecol/client/gui/action/CenterAction.class deleted file mode 100644 index 23d1c60d..00000000 Binary files a/build/net/sf/freecol/client/gui/action/CenterAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ChangeAction.class b/build/net/sf/freecol/client/gui/action/ChangeAction.class deleted file mode 100644 index 181a3ab8..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ChangeAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ChangeWindowedModeAction.class b/build/net/sf/freecol/client/gui/action/ChangeWindowedModeAction.class deleted file mode 100644 index 317a4941..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ChangeWindowedModeAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ChatAction.class b/build/net/sf/freecol/client/gui/action/ChatAction.class deleted file mode 100644 index 6ff3819a..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ChatAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ClearOrdersAction.class b/build/net/sf/freecol/client/gui/action/ClearOrdersAction.class deleted file mode 100644 index 7f27cb7d..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ClearOrdersAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ColopediaAction$PanelType.class b/build/net/sf/freecol/client/gui/action/ColopediaAction$PanelType.class deleted file mode 100644 index 34bac838..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ColopediaAction$PanelType.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ColopediaAction.class b/build/net/sf/freecol/client/gui/action/ColopediaAction.class deleted file mode 100644 index dbeb5006..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ColopediaAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ContinueAction.class b/build/net/sf/freecol/client/gui/action/ContinueAction.class deleted file mode 100644 index c6bc8dfa..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ContinueAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/DebugAction.class b/build/net/sf/freecol/client/gui/action/DebugAction.class deleted file mode 100644 index abc33fef..00000000 Binary files a/build/net/sf/freecol/client/gui/action/DebugAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/DeclareIndependenceAction.class b/build/net/sf/freecol/client/gui/action/DeclareIndependenceAction.class deleted file mode 100644 index d3d14f6e..00000000 Binary files a/build/net/sf/freecol/client/gui/action/DeclareIndependenceAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/DetermineHighSeasAction.class b/build/net/sf/freecol/client/gui/action/DetermineHighSeasAction.class deleted file mode 100644 index 4e2b60a4..00000000 Binary files a/build/net/sf/freecol/client/gui/action/DetermineHighSeasAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/DisbandUnitAction.class b/build/net/sf/freecol/client/gui/action/DisbandUnitAction.class deleted file mode 100644 index feeed5e2..00000000 Binary files a/build/net/sf/freecol/client/gui/action/DisbandUnitAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/DisplayBordersAction.class b/build/net/sf/freecol/client/gui/action/DisplayBordersAction.class deleted file mode 100644 index 9f85fa7a..00000000 Binary files a/build/net/sf/freecol/client/gui/action/DisplayBordersAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/DisplayGridAction.class b/build/net/sf/freecol/client/gui/action/DisplayGridAction.class deleted file mode 100644 index 6b242000..00000000 Binary files a/build/net/sf/freecol/client/gui/action/DisplayGridAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/DisplayTileTextAction$DisplayText.class b/build/net/sf/freecol/client/gui/action/DisplayTileTextAction$DisplayText.class deleted file mode 100644 index 9d350137..00000000 Binary files a/build/net/sf/freecol/client/gui/action/DisplayTileTextAction$DisplayText.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/DisplayTileTextAction.class b/build/net/sf/freecol/client/gui/action/DisplayTileTextAction.class deleted file mode 100644 index 6d2288b4..00000000 Binary files a/build/net/sf/freecol/client/gui/action/DisplayTileTextAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/EndTurnAction.class b/build/net/sf/freecol/client/gui/action/EndTurnAction.class deleted file mode 100644 index 43d32098..00000000 Binary files a/build/net/sf/freecol/client/gui/action/EndTurnAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/EuropeAction.class b/build/net/sf/freecol/client/gui/action/EuropeAction.class deleted file mode 100644 index 1c067b4a..00000000 Binary files a/build/net/sf/freecol/client/gui/action/EuropeAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ExecuteGotoOrdersAction.class b/build/net/sf/freecol/client/gui/action/ExecuteGotoOrdersAction.class deleted file mode 100644 index d4fd9ec3..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ExecuteGotoOrdersAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/FindSettlementAction.class b/build/net/sf/freecol/client/gui/action/FindSettlementAction.class deleted file mode 100644 index 9209a0d8..00000000 Binary files a/build/net/sf/freecol/client/gui/action/FindSettlementAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/FortifyAction.class b/build/net/sf/freecol/client/gui/action/FortifyAction.class deleted file mode 100644 index da693cdc..00000000 Binary files a/build/net/sf/freecol/client/gui/action/FortifyAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/FreeColAction$InnerMenuKeyListener.class b/build/net/sf/freecol/client/gui/action/FreeColAction$InnerMenuKeyListener.class deleted file mode 100644 index e970da65..00000000 Binary files a/build/net/sf/freecol/client/gui/action/FreeColAction$InnerMenuKeyListener.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/FreeColAction.class b/build/net/sf/freecol/client/gui/action/FreeColAction.class deleted file mode 100644 index a8178288..00000000 Binary files a/build/net/sf/freecol/client/gui/action/FreeColAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/GotoAction.class b/build/net/sf/freecol/client/gui/action/GotoAction.class deleted file mode 100644 index b2eb4a9a..00000000 Binary files a/build/net/sf/freecol/client/gui/action/GotoAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/GotoTileAction.class b/build/net/sf/freecol/client/gui/action/GotoTileAction.class deleted file mode 100644 index 3cff6ad9..00000000 Binary files a/build/net/sf/freecol/client/gui/action/GotoTileAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ImprovementAction.class b/build/net/sf/freecol/client/gui/action/ImprovementAction.class deleted file mode 100644 index 849743aa..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ImprovementAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/LoadAction.class b/build/net/sf/freecol/client/gui/action/LoadAction.class deleted file mode 100644 index 4818de1e..00000000 Binary files a/build/net/sf/freecol/client/gui/action/LoadAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/MapControlsAction.class b/build/net/sf/freecol/client/gui/action/MapControlsAction.class deleted file mode 100644 index b872e5ce..00000000 Binary files a/build/net/sf/freecol/client/gui/action/MapControlsAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/MapEditorAction.class b/build/net/sf/freecol/client/gui/action/MapEditorAction.class deleted file mode 100644 index 57e54238..00000000 Binary files a/build/net/sf/freecol/client/gui/action/MapEditorAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/MapboardAction.class b/build/net/sf/freecol/client/gui/action/MapboardAction.class deleted file mode 100644 index bf35f5dd..00000000 Binary files a/build/net/sf/freecol/client/gui/action/MapboardAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/MiniMapToggleFogOfWarAction.class b/build/net/sf/freecol/client/gui/action/MiniMapToggleFogOfWarAction.class deleted file mode 100644 index 76727285..00000000 Binary files a/build/net/sf/freecol/client/gui/action/MiniMapToggleFogOfWarAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/MiniMapToggleViewAction.class b/build/net/sf/freecol/client/gui/action/MiniMapToggleViewAction.class deleted file mode 100644 index 8cb35637..00000000 Binary files a/build/net/sf/freecol/client/gui/action/MiniMapToggleViewAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/MiniMapZoomInAction.class b/build/net/sf/freecol/client/gui/action/MiniMapZoomInAction.class deleted file mode 100644 index 15f707be..00000000 Binary files a/build/net/sf/freecol/client/gui/action/MiniMapZoomInAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/MiniMapZoomOutAction.class b/build/net/sf/freecol/client/gui/action/MiniMapZoomOutAction.class deleted file mode 100644 index 02394d50..00000000 Binary files a/build/net/sf/freecol/client/gui/action/MiniMapZoomOutAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/MoveAction.class b/build/net/sf/freecol/client/gui/action/MoveAction.class deleted file mode 100644 index 7f95566b..00000000 Binary files a/build/net/sf/freecol/client/gui/action/MoveAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/NewAction.class b/build/net/sf/freecol/client/gui/action/NewAction.class deleted file mode 100644 index bd0d773f..00000000 Binary files a/build/net/sf/freecol/client/gui/action/NewAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/NewEmptyMapAction.class b/build/net/sf/freecol/client/gui/action/NewEmptyMapAction.class deleted file mode 100644 index 7e35e447..00000000 Binary files a/build/net/sf/freecol/client/gui/action/NewEmptyMapAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/OpenAction.class b/build/net/sf/freecol/client/gui/action/OpenAction.class deleted file mode 100644 index 4e0f20cd..00000000 Binary files a/build/net/sf/freecol/client/gui/action/OpenAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/PreferencesAction.class b/build/net/sf/freecol/client/gui/action/PreferencesAction.class deleted file mode 100644 index 2a8cfe5f..00000000 Binary files a/build/net/sf/freecol/client/gui/action/PreferencesAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/QuitAction.class b/build/net/sf/freecol/client/gui/action/QuitAction.class deleted file mode 100644 index 889f653f..00000000 Binary files a/build/net/sf/freecol/client/gui/action/QuitAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ReconnectAction.class b/build/net/sf/freecol/client/gui/action/ReconnectAction.class deleted file mode 100644 index e5d0547c..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ReconnectAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/RenameAction.class b/build/net/sf/freecol/client/gui/action/RenameAction.class deleted file mode 100644 index 802f8acc..00000000 Binary files a/build/net/sf/freecol/client/gui/action/RenameAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ReportCargoAction.class b/build/net/sf/freecol/client/gui/action/ReportCargoAction.class deleted file mode 100644 index 0401cb22..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ReportCargoAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ReportColonyAction.class b/build/net/sf/freecol/client/gui/action/ReportColonyAction.class deleted file mode 100644 index 20243dc0..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ReportColonyAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ReportContinentalCongressAction.class b/build/net/sf/freecol/client/gui/action/ReportContinentalCongressAction.class deleted file mode 100644 index 059e7f87..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ReportContinentalCongressAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ReportEducationAction.class b/build/net/sf/freecol/client/gui/action/ReportEducationAction.class deleted file mode 100644 index 0bceee25..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ReportEducationAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ReportExplorationAction.class b/build/net/sf/freecol/client/gui/action/ReportExplorationAction.class deleted file mode 100644 index 486e4921..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ReportExplorationAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ReportForeignAction.class b/build/net/sf/freecol/client/gui/action/ReportForeignAction.class deleted file mode 100644 index fb0957e4..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ReportForeignAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ReportHighScoresAction.class b/build/net/sf/freecol/client/gui/action/ReportHighScoresAction.class deleted file mode 100644 index 5a732b52..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ReportHighScoresAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ReportHistoryAction.class b/build/net/sf/freecol/client/gui/action/ReportHistoryAction.class deleted file mode 100644 index cab94393..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ReportHistoryAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ReportIndianAction.class b/build/net/sf/freecol/client/gui/action/ReportIndianAction.class deleted file mode 100644 index 2c651ee2..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ReportIndianAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ReportLabourAction.class b/build/net/sf/freecol/client/gui/action/ReportLabourAction.class deleted file mode 100644 index caad23fa..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ReportLabourAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ReportMilitaryAction.class b/build/net/sf/freecol/client/gui/action/ReportMilitaryAction.class deleted file mode 100644 index 1e3fa0d2..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ReportMilitaryAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ReportNavalAction.class b/build/net/sf/freecol/client/gui/action/ReportNavalAction.class deleted file mode 100644 index f0a6638d..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ReportNavalAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ReportProductionAction.class b/build/net/sf/freecol/client/gui/action/ReportProductionAction.class deleted file mode 100644 index cefde699..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ReportProductionAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ReportReligionAction.class b/build/net/sf/freecol/client/gui/action/ReportReligionAction.class deleted file mode 100644 index 780b8850..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ReportReligionAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ReportRequirementsAction.class b/build/net/sf/freecol/client/gui/action/ReportRequirementsAction.class deleted file mode 100644 index 1576cd72..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ReportRequirementsAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ReportTradeAction.class b/build/net/sf/freecol/client/gui/action/ReportTradeAction.class deleted file mode 100644 index 8f5b3e0c..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ReportTradeAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ReportTurnAction.class b/build/net/sf/freecol/client/gui/action/ReportTurnAction.class deleted file mode 100644 index 67b7a5b3..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ReportTurnAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/RetireAction.class b/build/net/sf/freecol/client/gui/action/RetireAction.class deleted file mode 100644 index d09f898b..00000000 Binary files a/build/net/sf/freecol/client/gui/action/RetireAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/SaveAction.class b/build/net/sf/freecol/client/gui/action/SaveAction.class deleted file mode 100644 index 32942593..00000000 Binary files a/build/net/sf/freecol/client/gui/action/SaveAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/SaveAndQuitAction.class b/build/net/sf/freecol/client/gui/action/SaveAndQuitAction.class deleted file mode 100644 index 75daee69..00000000 Binary files a/build/net/sf/freecol/client/gui/action/SaveAndQuitAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ScaleMapAction.class b/build/net/sf/freecol/client/gui/action/ScaleMapAction.class deleted file mode 100644 index 79845c01..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ScaleMapAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/SelectableAction.class b/build/net/sf/freecol/client/gui/action/SelectableAction.class deleted file mode 100644 index 517a931c..00000000 Binary files a/build/net/sf/freecol/client/gui/action/SelectableAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/SentryAction.class b/build/net/sf/freecol/client/gui/action/SentryAction.class deleted file mode 100644 index 36681329..00000000 Binary files a/build/net/sf/freecol/client/gui/action/SentryAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ShowDifficultyAction.class b/build/net/sf/freecol/client/gui/action/ShowDifficultyAction.class deleted file mode 100644 index 98a85752..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ShowDifficultyAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ShowGameOptionsAction.class b/build/net/sf/freecol/client/gui/action/ShowGameOptionsAction.class deleted file mode 100644 index 27f2e843..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ShowGameOptionsAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ShowMainAction.class b/build/net/sf/freecol/client/gui/action/ShowMainAction.class deleted file mode 100644 index e3ae9ee8..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ShowMainAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ShowMapGeneratorOptionsAction.class b/build/net/sf/freecol/client/gui/action/ShowMapGeneratorOptionsAction.class deleted file mode 100644 index b0142bcb..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ShowMapGeneratorOptionsAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/SkipUnitAction.class b/build/net/sf/freecol/client/gui/action/SkipUnitAction.class deleted file mode 100644 index 813e3b66..00000000 Binary files a/build/net/sf/freecol/client/gui/action/SkipUnitAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/TilePopupAction.class b/build/net/sf/freecol/client/gui/action/TilePopupAction.class deleted file mode 100644 index 7ef6ea1d..00000000 Binary files a/build/net/sf/freecol/client/gui/action/TilePopupAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ToggleViewModeAction.class b/build/net/sf/freecol/client/gui/action/ToggleViewModeAction.class deleted file mode 100644 index cd6f0ee9..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ToggleViewModeAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/TradeRouteAction.class b/build/net/sf/freecol/client/gui/action/TradeRouteAction.class deleted file mode 100644 index 355921f9..00000000 Binary files a/build/net/sf/freecol/client/gui/action/TradeRouteAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/UnitAction.class b/build/net/sf/freecol/client/gui/action/UnitAction.class deleted file mode 100644 index 0a2aeab5..00000000 Binary files a/build/net/sf/freecol/client/gui/action/UnitAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/UnloadAction.class b/build/net/sf/freecol/client/gui/action/UnloadAction.class deleted file mode 100644 index b98b5bf1..00000000 Binary files a/build/net/sf/freecol/client/gui/action/UnloadAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/WaitAction.class b/build/net/sf/freecol/client/gui/action/WaitAction.class deleted file mode 100644 index dd89a3d4..00000000 Binary files a/build/net/sf/freecol/client/gui/action/WaitAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ZoomInAction.class b/build/net/sf/freecol/client/gui/action/ZoomInAction.class deleted file mode 100644 index f7966994..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ZoomInAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/action/ZoomOutAction.class b/build/net/sf/freecol/client/gui/action/ZoomOutAction.class deleted file mode 100644 index 3536ba56..00000000 Binary files a/build/net/sf/freecol/client/gui/action/ZoomOutAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/animation/Animations.class b/build/net/sf/freecol/client/gui/animation/Animations.class deleted file mode 100644 index bc234a1f..00000000 Binary files a/build/net/sf/freecol/client/gui/animation/Animations.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/animation/UnitAttackAnimation.class b/build/net/sf/freecol/client/gui/animation/UnitAttackAnimation.class deleted file mode 100644 index ca149250..00000000 Binary files a/build/net/sf/freecol/client/gui/animation/UnitAttackAnimation.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/animation/UnitImageAnimation.class b/build/net/sf/freecol/client/gui/animation/UnitImageAnimation.class deleted file mode 100644 index abb187b2..00000000 Binary files a/build/net/sf/freecol/client/gui/animation/UnitImageAnimation.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/animation/UnitMoveAnimation.class b/build/net/sf/freecol/client/gui/animation/UnitMoveAnimation.class deleted file mode 100644 index 0b27f15a..00000000 Binary files a/build/net/sf/freecol/client/gui/animation/UnitMoveAnimation.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/menu/DebugMenu.class b/build/net/sf/freecol/client/gui/menu/DebugMenu.class deleted file mode 100644 index ad767f0d..00000000 Binary files a/build/net/sf/freecol/client/gui/menu/DebugMenu.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/menu/FreeColMenuBar.class b/build/net/sf/freecol/client/gui/menu/FreeColMenuBar.class deleted file mode 100644 index 286a7faa..00000000 Binary files a/build/net/sf/freecol/client/gui/menu/FreeColMenuBar.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/menu/FreeColMenuTest.class b/build/net/sf/freecol/client/gui/menu/FreeColMenuTest.class deleted file mode 100644 index 9cc7c1c9..00000000 Binary files a/build/net/sf/freecol/client/gui/menu/FreeColMenuTest.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/menu/InGameMenuBar.class b/build/net/sf/freecol/client/gui/menu/InGameMenuBar.class deleted file mode 100644 index c77436fd..00000000 Binary files a/build/net/sf/freecol/client/gui/menu/InGameMenuBar.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/menu/MapEditorMenuBar.class b/build/net/sf/freecol/client/gui/menu/MapEditorMenuBar.class deleted file mode 100644 index d98a0eb2..00000000 Binary files a/build/net/sf/freecol/client/gui/menu/MapEditorMenuBar.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/menu/MenuMouseMotionListener.class b/build/net/sf/freecol/client/gui/menu/MenuMouseMotionListener.class deleted file mode 100644 index 862c31a5..00000000 Binary files a/build/net/sf/freecol/client/gui/menu/MenuMouseMotionListener.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/AbstractUnitOptionUI$1.class b/build/net/sf/freecol/client/gui/option/AbstractUnitOptionUI$1.class deleted file mode 100644 index 60983154..00000000 Binary files a/build/net/sf/freecol/client/gui/option/AbstractUnitOptionUI$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/AbstractUnitOptionUI$AbstractUnitRenderer.class b/build/net/sf/freecol/client/gui/option/AbstractUnitOptionUI$AbstractUnitRenderer.class deleted file mode 100644 index d6357bfb..00000000 Binary files a/build/net/sf/freecol/client/gui/option/AbstractUnitOptionUI$AbstractUnitRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/AbstractUnitOptionUI$RoleRenderer.class b/build/net/sf/freecol/client/gui/option/AbstractUnitOptionUI$RoleRenderer.class deleted file mode 100644 index 6f5c1e3c..00000000 Binary files a/build/net/sf/freecol/client/gui/option/AbstractUnitOptionUI$RoleRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/AbstractUnitOptionUI.class b/build/net/sf/freecol/client/gui/option/AbstractUnitOptionUI.class deleted file mode 100644 index 262b60d6..00000000 Binary files a/build/net/sf/freecol/client/gui/option/AbstractUnitOptionUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/AudioMixerOptionUI.class b/build/net/sf/freecol/client/gui/option/AudioMixerOptionUI.class deleted file mode 100644 index 54e38482..00000000 Binary files a/build/net/sf/freecol/client/gui/option/AudioMixerOptionUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/BooleanOptionUI.class b/build/net/sf/freecol/client/gui/option/BooleanOptionUI.class deleted file mode 100644 index 539d03e5..00000000 Binary files a/build/net/sf/freecol/client/gui/option/BooleanOptionUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/FileOptionUI.class b/build/net/sf/freecol/client/gui/option/FileOptionUI.class deleted file mode 100644 index 84e7be36..00000000 Binary files a/build/net/sf/freecol/client/gui/option/FileOptionUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/FreeColActionUI$BlinkingLabel.class b/build/net/sf/freecol/client/gui/option/FreeColActionUI$BlinkingLabel.class deleted file mode 100644 index b66f9bfd..00000000 Binary files a/build/net/sf/freecol/client/gui/option/FreeColActionUI$BlinkingLabel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/FreeColActionUI.class b/build/net/sf/freecol/client/gui/option/FreeColActionUI.class deleted file mode 100644 index 7b9a23df..00000000 Binary files a/build/net/sf/freecol/client/gui/option/FreeColActionUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/IntegerOptionUI.class b/build/net/sf/freecol/client/gui/option/IntegerOptionUI.class deleted file mode 100644 index e731fe66..00000000 Binary files a/build/net/sf/freecol/client/gui/option/IntegerOptionUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/LanguageOptionUI.class b/build/net/sf/freecol/client/gui/option/LanguageOptionUI.class deleted file mode 100644 index 6edfb158..00000000 Binary files a/build/net/sf/freecol/client/gui/option/LanguageOptionUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/ListOptionUI.class b/build/net/sf/freecol/client/gui/option/ListOptionUI.class deleted file mode 100644 index a588db8b..00000000 Binary files a/build/net/sf/freecol/client/gui/option/ListOptionUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/ModOptionUI$1.class b/build/net/sf/freecol/client/gui/option/ModOptionUI$1.class deleted file mode 100644 index 439eb861..00000000 Binary files a/build/net/sf/freecol/client/gui/option/ModOptionUI$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/ModOptionUI$BoxRenderer.class b/build/net/sf/freecol/client/gui/option/ModOptionUI$BoxRenderer.class deleted file mode 100644 index 8c0b96f3..00000000 Binary files a/build/net/sf/freecol/client/gui/option/ModOptionUI$BoxRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/ModOptionUI$ModOptionRenderer.class b/build/net/sf/freecol/client/gui/option/ModOptionUI$ModOptionRenderer.class deleted file mode 100644 index af176031..00000000 Binary files a/build/net/sf/freecol/client/gui/option/ModOptionUI$ModOptionRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/ModOptionUI.class b/build/net/sf/freecol/client/gui/option/ModOptionUI.class deleted file mode 100644 index f1518e44..00000000 Binary files a/build/net/sf/freecol/client/gui/option/ModOptionUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/OptionGroupUI$1.class b/build/net/sf/freecol/client/gui/option/OptionGroupUI$1.class deleted file mode 100644 index 9073262f..00000000 Binary files a/build/net/sf/freecol/client/gui/option/OptionGroupUI$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/OptionGroupUI.class b/build/net/sf/freecol/client/gui/option/OptionGroupUI.class deleted file mode 100644 index 79bfcb29..00000000 Binary files a/build/net/sf/freecol/client/gui/option/OptionGroupUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/OptionUI.class b/build/net/sf/freecol/client/gui/option/OptionUI.class deleted file mode 100644 index cb32a5e6..00000000 Binary files a/build/net/sf/freecol/client/gui/option/OptionUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/OptionUpdater.class b/build/net/sf/freecol/client/gui/option/OptionUpdater.class deleted file mode 100644 index 0aaa9b84..00000000 Binary files a/build/net/sf/freecol/client/gui/option/OptionUpdater.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/PercentageOptionUI.class b/build/net/sf/freecol/client/gui/option/PercentageOptionUI.class deleted file mode 100644 index 7571a68a..00000000 Binary files a/build/net/sf/freecol/client/gui/option/PercentageOptionUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/RangeOptionUI.class b/build/net/sf/freecol/client/gui/option/RangeOptionUI.class deleted file mode 100644 index 87aba271..00000000 Binary files a/build/net/sf/freecol/client/gui/option/RangeOptionUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/SelectOptionUI.class b/build/net/sf/freecol/client/gui/option/SelectOptionUI.class deleted file mode 100644 index c6de9fc2..00000000 Binary files a/build/net/sf/freecol/client/gui/option/SelectOptionUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/SliderOptionUI.class b/build/net/sf/freecol/client/gui/option/SliderOptionUI.class deleted file mode 100644 index 4f488bc5..00000000 Binary files a/build/net/sf/freecol/client/gui/option/SliderOptionUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/StringOptionUI.class b/build/net/sf/freecol/client/gui/option/StringOptionUI.class deleted file mode 100644 index 10a42c25..00000000 Binary files a/build/net/sf/freecol/client/gui/option/StringOptionUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/TextOptionUI.class b/build/net/sf/freecol/client/gui/option/TextOptionUI.class deleted file mode 100644 index 72abfdc4..00000000 Binary files a/build/net/sf/freecol/client/gui/option/TextOptionUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/UnitTypeOptionUI$1.class b/build/net/sf/freecol/client/gui/option/UnitTypeOptionUI$1.class deleted file mode 100644 index d8d26d7f..00000000 Binary files a/build/net/sf/freecol/client/gui/option/UnitTypeOptionUI$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/UnitTypeOptionUI$ChoiceRenderer.class b/build/net/sf/freecol/client/gui/option/UnitTypeOptionUI$ChoiceRenderer.class deleted file mode 100644 index b1ed7331..00000000 Binary files a/build/net/sf/freecol/client/gui/option/UnitTypeOptionUI$ChoiceRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/option/UnitTypeOptionUI.class b/build/net/sf/freecol/client/gui/option/UnitTypeOptionUI.class deleted file mode 100644 index ef3d8a20..00000000 Binary files a/build/net/sf/freecol/client/gui/option/UnitTypeOptionUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/AboutPanel.class b/build/net/sf/freecol/client/gui/panel/AboutPanel.class deleted file mode 100644 index d380cdb9..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/AboutPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/AbstractGoodsLabel.class b/build/net/sf/freecol/client/gui/panel/AbstractGoodsLabel.class deleted file mode 100644 index 22e6b3a1..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/AbstractGoodsLabel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/BuildQueuePanel$1.class b/build/net/sf/freecol/client/gui/panel/BuildQueuePanel$1.class deleted file mode 100644 index 81198444..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/BuildQueuePanel$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/BuildQueuePanel$2.class b/build/net/sf/freecol/client/gui/panel/BuildQueuePanel$2.class deleted file mode 100644 index 2f3fac40..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/BuildQueuePanel$2.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/BuildQueuePanel$BuildQueueMouseAdapter.class b/build/net/sf/freecol/client/gui/panel/BuildQueuePanel$BuildQueueMouseAdapter.class deleted file mode 100644 index e24a2ebb..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/BuildQueuePanel$BuildQueueMouseAdapter.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/BuildQueuePanel$BuildQueueTransferHandler$BuildablesTransferable.class b/build/net/sf/freecol/client/gui/panel/BuildQueuePanel$BuildQueueTransferHandler$BuildablesTransferable.class deleted file mode 100644 index 9501f934..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/BuildQueuePanel$BuildQueueTransferHandler$BuildablesTransferable.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/BuildQueuePanel$BuildQueueTransferHandler.class b/build/net/sf/freecol/client/gui/panel/BuildQueuePanel$BuildQueueTransferHandler.class deleted file mode 100644 index dcf56473..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/BuildQueuePanel$BuildQueueTransferHandler.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/BuildQueuePanel$DefaultBuildQueueCellRenderer.class b/build/net/sf/freecol/client/gui/panel/BuildQueuePanel$DefaultBuildQueueCellRenderer.class deleted file mode 100644 index e000cddd..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/BuildQueuePanel$DefaultBuildQueueCellRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/BuildQueuePanel.class b/build/net/sf/freecol/client/gui/panel/BuildQueuePanel.class deleted file mode 100644 index cc1ff542..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/BuildQueuePanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/BuildingDetailPanel.class b/build/net/sf/freecol/client/gui/panel/BuildingDetailPanel.class deleted file mode 100644 index ab91ede5..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/BuildingDetailPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/BuildingPanel$UpkeepLabel.class b/build/net/sf/freecol/client/gui/panel/BuildingPanel$UpkeepLabel.class deleted file mode 100644 index e6439afb..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/BuildingPanel$UpkeepLabel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/BuildingPanel.class b/build/net/sf/freecol/client/gui/panel/BuildingPanel.class deleted file mode 100644 index 278eec4f..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/BuildingPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/BuildingToolTip.class b/build/net/sf/freecol/client/gui/panel/BuildingToolTip.class deleted file mode 100644 index 0c8c2157..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/BuildingToolTip.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/CaptureGoodsDialog$1.class b/build/net/sf/freecol/client/gui/panel/CaptureGoodsDialog$1.class deleted file mode 100644 index ac6146f6..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/CaptureGoodsDialog$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/CaptureGoodsDialog$CheckBoxRenderer.class b/build/net/sf/freecol/client/gui/panel/CaptureGoodsDialog$CheckBoxRenderer.class deleted file mode 100644 index f47bfb01..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/CaptureGoodsDialog$CheckBoxRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/CaptureGoodsDialog$GoodsItem.class b/build/net/sf/freecol/client/gui/panel/CaptureGoodsDialog$GoodsItem.class deleted file mode 100644 index a8b21f0c..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/CaptureGoodsDialog$GoodsItem.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/CaptureGoodsDialog.class b/build/net/sf/freecol/client/gui/panel/CaptureGoodsDialog.class deleted file mode 100644 index d8470978..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/CaptureGoodsDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/CargoPanel.class b/build/net/sf/freecol/client/gui/panel/CargoPanel.class deleted file mode 100644 index d225a675..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/CargoPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ChatPanel.class b/build/net/sf/freecol/client/gui/panel/ChatPanel.class deleted file mode 100644 index 0ea59bee..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ChatPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ChooseFoundingFatherDialog.class b/build/net/sf/freecol/client/gui/panel/ChooseFoundingFatherDialog.class deleted file mode 100644 index 71bf0ff1..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ChooseFoundingFatherDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ClassicMapControls.class b/build/net/sf/freecol/client/gui/panel/ClassicMapControls.class deleted file mode 100644 index abd504a8..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ClassicMapControls.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ClientOptionsDialog.class b/build/net/sf/freecol/client/gui/panel/ClientOptionsDialog.class deleted file mode 100644 index 7feb6c7c..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ClientOptionsDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ColonyPanel$1.class b/build/net/sf/freecol/client/gui/panel/ColonyPanel$1.class deleted file mode 100644 index 11b13940..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ColonyPanel$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ColonyPanel$BuildingsPanel$ASingleBuildingPanel$1.class b/build/net/sf/freecol/client/gui/panel/ColonyPanel$BuildingsPanel$ASingleBuildingPanel$1.class deleted file mode 100644 index d72f9756..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ColonyPanel$BuildingsPanel$ASingleBuildingPanel$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ColonyPanel$BuildingsPanel$ASingleBuildingPanel.class b/build/net/sf/freecol/client/gui/panel/ColonyPanel$BuildingsPanel$ASingleBuildingPanel.class deleted file mode 100644 index fb6a8ceb..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ColonyPanel$BuildingsPanel$ASingleBuildingPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ColonyPanel$BuildingsPanel.class b/build/net/sf/freecol/client/gui/panel/ColonyPanel$BuildingsPanel.class deleted file mode 100644 index 8e783904..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ColonyPanel$BuildingsPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ColonyPanel$ColonyCargoPanel.class b/build/net/sf/freecol/client/gui/panel/ColonyPanel$ColonyCargoPanel.class deleted file mode 100644 index 7fa9276d..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ColonyPanel$ColonyCargoPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ColonyPanel$ColonyInPortPanel.class b/build/net/sf/freecol/client/gui/panel/ColonyPanel$ColonyInPortPanel.class deleted file mode 100644 index 1f39aa75..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ColonyPanel$ColonyInPortPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ColonyPanel$OutsideColonyPanel.class b/build/net/sf/freecol/client/gui/panel/ColonyPanel$OutsideColonyPanel.class deleted file mode 100644 index c7214f1b..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ColonyPanel$OutsideColonyPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ColonyPanel$PopulationPanel.class b/build/net/sf/freecol/client/gui/panel/ColonyPanel$PopulationPanel.class deleted file mode 100644 index 8835876f..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ColonyPanel$PopulationPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ColonyPanel$TilesPanel$ASingleTilePanel.class b/build/net/sf/freecol/client/gui/panel/ColonyPanel$TilesPanel$ASingleTilePanel.class deleted file mode 100644 index c8d46507..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ColonyPanel$TilesPanel$ASingleTilePanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ColonyPanel$TilesPanel.class b/build/net/sf/freecol/client/gui/panel/ColonyPanel$TilesPanel.class deleted file mode 100644 index 9d4699b7..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ColonyPanel$TilesPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ColonyPanel$WarehousePanel.class b/build/net/sf/freecol/client/gui/panel/ColonyPanel$WarehousePanel.class deleted file mode 100644 index 306364d5..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ColonyPanel$WarehousePanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ColonyPanel.class b/build/net/sf/freecol/client/gui/panel/ColonyPanel.class deleted file mode 100644 index 80291e9d..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ColonyPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ColopediaDetailPanel.class b/build/net/sf/freecol/client/gui/panel/ColopediaDetailPanel.class deleted file mode 100644 index fc6fb072..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ColopediaDetailPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ColopediaGameObjectTypePanel.class b/build/net/sf/freecol/client/gui/panel/ColopediaGameObjectTypePanel.class deleted file mode 100644 index 3a3130aa..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ColopediaGameObjectTypePanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ColopediaPanel$1.class b/build/net/sf/freecol/client/gui/panel/ColopediaPanel$1.class deleted file mode 100644 index 8b6a383f..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ColopediaPanel$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ColopediaPanel.class b/build/net/sf/freecol/client/gui/panel/ColopediaPanel.class deleted file mode 100644 index e5810d60..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ColopediaPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ColopediaTreeCellRenderer.class b/build/net/sf/freecol/client/gui/panel/ColopediaTreeCellRenderer.class deleted file mode 100644 index 25ecf5c6..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ColopediaTreeCellRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ColopediaTreeItem.class b/build/net/sf/freecol/client/gui/panel/ColopediaTreeItem.class deleted file mode 100644 index d7ba084a..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ColopediaTreeItem.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ColorCellEditor.class b/build/net/sf/freecol/client/gui/panel/ColorCellEditor.class deleted file mode 100644 index dbb3669b..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ColorCellEditor.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ColorCellRenderer.class b/build/net/sf/freecol/client/gui/panel/ColorCellRenderer.class deleted file mode 100644 index d942822e..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ColorCellRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ColorChooserPanel.class b/build/net/sf/freecol/client/gui/panel/ColorChooserPanel.class deleted file mode 100644 index fdd51a15..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ColorChooserPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/CompactLabourReport.class b/build/net/sf/freecol/client/gui/panel/CompactLabourReport.class deleted file mode 100644 index 703d7b2e..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/CompactLabourReport.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ConceptDetailPanel$1.class b/build/net/sf/freecol/client/gui/panel/ConceptDetailPanel$1.class deleted file mode 100644 index 059652de..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ConceptDetailPanel$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ConceptDetailPanel.class b/build/net/sf/freecol/client/gui/panel/ConceptDetailPanel.class deleted file mode 100644 index 4c8e326f..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ConceptDetailPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ConfirmDeclarationDialog$ColorButton.class b/build/net/sf/freecol/client/gui/panel/ConfirmDeclarationDialog$ColorButton.class deleted file mode 100644 index 722c30ce..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ConfirmDeclarationDialog$ColorButton.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ConfirmDeclarationDialog$EnumRenderer.class b/build/net/sf/freecol/client/gui/panel/ConfirmDeclarationDialog$EnumRenderer.class deleted file mode 100644 index a22af1fb..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ConfirmDeclarationDialog$EnumRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ConfirmDeclarationDialog.class b/build/net/sf/freecol/client/gui/panel/ConfirmDeclarationDialog.class deleted file mode 100644 index 39df4027..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ConfirmDeclarationDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ConstructionPanel$1.class b/build/net/sf/freecol/client/gui/panel/ConstructionPanel$1.class deleted file mode 100644 index 09937512..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ConstructionPanel$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ConstructionPanel.class b/build/net/sf/freecol/client/gui/panel/ConstructionPanel.class deleted file mode 100644 index 43e93814..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ConstructionPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/CornerMapControls$1.class b/build/net/sf/freecol/client/gui/panel/CornerMapControls$1.class deleted file mode 100644 index 7a80674c..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/CornerMapControls$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/CornerMapControls$MiniMapPanel.class b/build/net/sf/freecol/client/gui/panel/CornerMapControls$MiniMapPanel.class deleted file mode 100644 index 914e0e91..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/CornerMapControls$MiniMapPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/CornerMapControls.class b/build/net/sf/freecol/client/gui/panel/CornerMapControls.class deleted file mode 100644 index 7a3d2ffd..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/CornerMapControls.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/DeclarationPanel$1.class b/build/net/sf/freecol/client/gui/panel/DeclarationPanel$1.class deleted file mode 100644 index 4b3f6486..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/DeclarationPanel$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/DeclarationPanel$2.class b/build/net/sf/freecol/client/gui/panel/DeclarationPanel$2.class deleted file mode 100644 index 4afa4ea5..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/DeclarationPanel$2.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/DeclarationPanel$SignaturePanel.class b/build/net/sf/freecol/client/gui/panel/DeclarationPanel$SignaturePanel.class deleted file mode 100644 index ff5cd742..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/DeclarationPanel$SignaturePanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/DeclarationPanel.class b/build/net/sf/freecol/client/gui/panel/DeclarationPanel.class deleted file mode 100644 index f329dac5..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/DeclarationPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/DefaultTransferHandler$1.class b/build/net/sf/freecol/client/gui/panel/DefaultTransferHandler$1.class deleted file mode 100644 index e41dded3..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/DefaultTransferHandler$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/DefaultTransferHandler$FreeColDragGestureRecognizer.class b/build/net/sf/freecol/client/gui/panel/DefaultTransferHandler$FreeColDragGestureRecognizer.class deleted file mode 100644 index a94eb3c6..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/DefaultTransferHandler$FreeColDragGestureRecognizer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/DefaultTransferHandler$FreeColDragHandler.class b/build/net/sf/freecol/client/gui/panel/DefaultTransferHandler$FreeColDragHandler.class deleted file mode 100644 index 9789cc1a..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/DefaultTransferHandler$FreeColDragHandler.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/DefaultTransferHandler.class b/build/net/sf/freecol/client/gui/panel/DefaultTransferHandler.class deleted file mode 100644 index d48de284..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/DefaultTransferHandler.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/DifficultyDialog.class b/build/net/sf/freecol/client/gui/panel/DifficultyDialog.class deleted file mode 100644 index 8484b0f7..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/DifficultyDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/DragListener.class b/build/net/sf/freecol/client/gui/panel/DragListener.class deleted file mode 100644 index b61c2941..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/DragListener.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/Draggable.class b/build/net/sf/freecol/client/gui/panel/Draggable.class deleted file mode 100644 index f6abf04b..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/Draggable.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/DropListener.class b/build/net/sf/freecol/client/gui/panel/DropListener.class deleted file mode 100644 index d7f8ec82..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/DropListener.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/DropTarget.class b/build/net/sf/freecol/client/gui/panel/DropTarget.class deleted file mode 100644 index 25d7207f..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/DropTarget.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/DumpCargoDialog.class b/build/net/sf/freecol/client/gui/panel/DumpCargoDialog.class deleted file mode 100644 index fb626c7f..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/DumpCargoDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/EditOptionDialog.class b/build/net/sf/freecol/client/gui/panel/EditOptionDialog.class deleted file mode 100644 index 18484883..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/EditOptionDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/EditSettlementDialog.class b/build/net/sf/freecol/client/gui/panel/EditSettlementDialog.class deleted file mode 100644 index 81f00007..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/EditSettlementDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/EmigrationDialog.class b/build/net/sf/freecol/client/gui/panel/EmigrationDialog.class deleted file mode 100644 index 1ccc541e..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/EmigrationDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/EndTurnDialog$1.class b/build/net/sf/freecol/client/gui/panel/EndTurnDialog$1.class deleted file mode 100644 index 288c09a5..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/EndTurnDialog$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/EndTurnDialog$2.class b/build/net/sf/freecol/client/gui/panel/EndTurnDialog$2.class deleted file mode 100644 index 5b0f2e46..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/EndTurnDialog$2.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/EndTurnDialog$3.class b/build/net/sf/freecol/client/gui/panel/EndTurnDialog$3.class deleted file mode 100644 index f057c6c4..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/EndTurnDialog$3.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/EndTurnDialog$UnitCellRenderer.class b/build/net/sf/freecol/client/gui/panel/EndTurnDialog$UnitCellRenderer.class deleted file mode 100644 index 05c1876d..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/EndTurnDialog$UnitCellRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/EndTurnDialog$UnitWrapper.class b/build/net/sf/freecol/client/gui/panel/EndTurnDialog$UnitWrapper.class deleted file mode 100644 index 1e85a848..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/EndTurnDialog$UnitWrapper.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/EndTurnDialog.class b/build/net/sf/freecol/client/gui/panel/EndTurnDialog.class deleted file mode 100644 index 089bdd77..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/EndTurnDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ErrorPanel.class b/build/net/sf/freecol/client/gui/panel/ErrorPanel.class deleted file mode 100644 index 14fa3d24..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ErrorPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/EuropePanel$1.class b/build/net/sf/freecol/client/gui/panel/EuropePanel$1.class deleted file mode 100644 index 0c7a34b3..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/EuropePanel$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/EuropePanel$DestinationPanel.class b/build/net/sf/freecol/client/gui/panel/EuropePanel$DestinationPanel.class deleted file mode 100644 index 4be39e75..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/EuropePanel$DestinationPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/EuropePanel$DocksPanel.class b/build/net/sf/freecol/client/gui/panel/EuropePanel$DocksPanel.class deleted file mode 100644 index 44098027..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/EuropePanel$DocksPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/EuropePanel$EuropeAction.class b/build/net/sf/freecol/client/gui/panel/EuropePanel$EuropeAction.class deleted file mode 100644 index 2aac2c40..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/EuropePanel$EuropeAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/EuropePanel$EuropeButton.class b/build/net/sf/freecol/client/gui/panel/EuropePanel$EuropeButton.class deleted file mode 100644 index 37ac1762..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/EuropePanel$EuropeButton.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/EuropePanel$EuropeInPortPanel.class b/build/net/sf/freecol/client/gui/panel/EuropePanel$EuropeInPortPanel.class deleted file mode 100644 index a344a17c..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/EuropePanel$EuropeInPortPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/EuropePanel$MarketPanel.class b/build/net/sf/freecol/client/gui/panel/EuropePanel$MarketPanel.class deleted file mode 100644 index 17c2ddba..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/EuropePanel$MarketPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/EuropePanel$TransactionLog.class b/build/net/sf/freecol/client/gui/panel/EuropePanel$TransactionLog.class deleted file mode 100644 index 792559a0..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/EuropePanel$TransactionLog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/EuropePanel.class b/build/net/sf/freecol/client/gui/panel/EuropePanel.class deleted file mode 100644 index e7e436dc..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/EuropePanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/EventPanel.class b/build/net/sf/freecol/client/gui/panel/EventPanel.class deleted file mode 100644 index 74bf9c39..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/EventPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FatherDetailPanel.class b/build/net/sf/freecol/client/gui/panel/FatherDetailPanel.class deleted file mode 100644 index 225416c9..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FatherDetailPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FindSettlementPanel$1.class b/build/net/sf/freecol/client/gui/panel/FindSettlementPanel$1.class deleted file mode 100644 index 6359d49e..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FindSettlementPanel$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FindSettlementPanel$2.class b/build/net/sf/freecol/client/gui/panel/FindSettlementPanel$2.class deleted file mode 100644 index 0d7b581a..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FindSettlementPanel$2.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FindSettlementPanel$3.class b/build/net/sf/freecol/client/gui/panel/FindSettlementPanel$3.class deleted file mode 100644 index 3ce12c6c..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FindSettlementPanel$3.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FindSettlementPanel$4.class b/build/net/sf/freecol/client/gui/panel/FindSettlementPanel$4.class deleted file mode 100644 index b9484be1..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FindSettlementPanel$4.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FindSettlementPanel$DisplayListOption.class b/build/net/sf/freecol/client/gui/panel/FindSettlementPanel$DisplayListOption.class deleted file mode 100644 index 62e7e875..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FindSettlementPanel$DisplayListOption.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FindSettlementPanel$SettlementRenderer.class b/build/net/sf/freecol/client/gui/panel/FindSettlementPanel$SettlementRenderer.class deleted file mode 100644 index c656d243..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FindSettlementPanel$SettlementRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FindSettlementPanel.class b/build/net/sf/freecol/client/gui/panel/FindSettlementPanel.class deleted file mode 100644 index dccb9964..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FindSettlementPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FirstContactDialog.class b/build/net/sf/freecol/client/gui/panel/FirstContactDialog.class deleted file mode 100644 index 0a533554..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FirstContactDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/Flag$1.class b/build/net/sf/freecol/client/gui/panel/Flag$1.class deleted file mode 100644 index 7069359a..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/Flag$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/Flag$Alignment.class b/build/net/sf/freecol/client/gui/panel/Flag$Alignment.class deleted file mode 100644 index 89adcb60..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/Flag$Alignment.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/Flag$Background.class b/build/net/sf/freecol/client/gui/panel/Flag$Background.class deleted file mode 100644 index 80411be0..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/Flag$Background.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/Flag$Decoration.class b/build/net/sf/freecol/client/gui/panel/Flag$Decoration.class deleted file mode 100644 index 94299ab0..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/Flag$Decoration.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/Flag$UnionPosition.class b/build/net/sf/freecol/client/gui/panel/Flag$UnionPosition.class deleted file mode 100644 index 85e9b6a1..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/Flag$UnionPosition.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/Flag$UnionShape.class b/build/net/sf/freecol/client/gui/panel/Flag$UnionShape.class deleted file mode 100644 index aa365189..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/Flag$UnionShape.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/Flag.class b/build/net/sf/freecol/client/gui/panel/Flag.class deleted file mode 100644 index 6a99300a..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/Flag.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FreeColChoiceDialog.class b/build/net/sf/freecol/client/gui/panel/FreeColChoiceDialog.class deleted file mode 100644 index e8554a7f..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FreeColChoiceDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FreeColConfirmDialog.class b/build/net/sf/freecol/client/gui/panel/FreeColConfirmDialog.class deleted file mode 100644 index bc28f422..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FreeColConfirmDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FreeColDialog$1.class b/build/net/sf/freecol/client/gui/panel/FreeColDialog$1.class deleted file mode 100644 index f530e9c0..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FreeColDialog$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FreeColDialog$2.class b/build/net/sf/freecol/client/gui/panel/FreeColDialog$2.class deleted file mode 100644 index e284e7ed..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FreeColDialog$2.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FreeColDialog$3.class b/build/net/sf/freecol/client/gui/panel/FreeColDialog$3.class deleted file mode 100644 index de3a8147..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FreeColDialog$3.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FreeColDialog$4.class b/build/net/sf/freecol/client/gui/panel/FreeColDialog$4.class deleted file mode 100644 index 12ca1f67..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FreeColDialog$4.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FreeColDialog$DialogType.class b/build/net/sf/freecol/client/gui/panel/FreeColDialog$DialogType.class deleted file mode 100644 index c3c62a53..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FreeColDialog$DialogType.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FreeColDialog.class b/build/net/sf/freecol/client/gui/panel/FreeColDialog.class deleted file mode 100644 index b1a76b20..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FreeColDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FreeColImageBorder.class b/build/net/sf/freecol/client/gui/panel/FreeColImageBorder.class deleted file mode 100644 index cd63dbbc..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FreeColImageBorder.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FreeColInputDialog.class b/build/net/sf/freecol/client/gui/panel/FreeColInputDialog.class deleted file mode 100644 index 671659d1..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FreeColInputDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FreeColPanel$1.class b/build/net/sf/freecol/client/gui/panel/FreeColPanel$1.class deleted file mode 100644 index 8aba2253..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FreeColPanel$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FreeColPanel.class b/build/net/sf/freecol/client/gui/panel/FreeColPanel.class deleted file mode 100644 index 898fd806..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FreeColPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FreeColProgressBar.class b/build/net/sf/freecol/client/gui/panel/FreeColProgressBar.class deleted file mode 100644 index 4296d1bb..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FreeColProgressBar.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FreeColStringInputDialog$1.class b/build/net/sf/freecol/client/gui/panel/FreeColStringInputDialog$1.class deleted file mode 100644 index 3093073f..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FreeColStringInputDialog$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/FreeColStringInputDialog.class b/build/net/sf/freecol/client/gui/panel/FreeColStringInputDialog.class deleted file mode 100644 index f3b6e925..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/FreeColStringInputDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/GameOptionsDialog.class b/build/net/sf/freecol/client/gui/panel/GameOptionsDialog.class deleted file mode 100644 index 8f9ac5f4..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/GameOptionsDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/GoodsDetailPanel.class b/build/net/sf/freecol/client/gui/panel/GoodsDetailPanel.class deleted file mode 100644 index 66d0066a..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/GoodsDetailPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/GoodsLabel.class b/build/net/sf/freecol/client/gui/panel/GoodsLabel.class deleted file mode 100644 index 783bcd09..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/GoodsLabel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ImageSelection.class b/build/net/sf/freecol/client/gui/panel/ImageSelection.class deleted file mode 100644 index 65b583fe..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ImageSelection.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/InPortPanel.class b/build/net/sf/freecol/client/gui/panel/InPortPanel.class deleted file mode 100644 index bbb17677..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/InPortPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/IndianSettlementPanel.class b/build/net/sf/freecol/client/gui/panel/IndianSettlementPanel.class deleted file mode 100644 index fe12ec24..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/IndianSettlementPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/InfoPanel$1.class b/build/net/sf/freecol/client/gui/panel/InfoPanel$1.class deleted file mode 100644 index f65aaf84..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/InfoPanel$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/InfoPanel$2.class b/build/net/sf/freecol/client/gui/panel/InfoPanel$2.class deleted file mode 100644 index 1974c51e..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/InfoPanel$2.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/InfoPanel$EndTurnPanel.class b/build/net/sf/freecol/client/gui/panel/InfoPanel$EndTurnPanel.class deleted file mode 100644 index 1c2e8643..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/InfoPanel$EndTurnPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/InfoPanel$InfoPanelMode.class b/build/net/sf/freecol/client/gui/panel/InfoPanel$InfoPanelMode.class deleted file mode 100644 index 21b5759b..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/InfoPanel$InfoPanelMode.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/InfoPanel$TileInfoPanel.class b/build/net/sf/freecol/client/gui/panel/InfoPanel$TileInfoPanel.class deleted file mode 100644 index 71839e1a..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/InfoPanel$TileInfoPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/InfoPanel$UnitInfoPanel.class b/build/net/sf/freecol/client/gui/panel/InfoPanel$UnitInfoPanel.class deleted file mode 100644 index 054ddae7..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/InfoPanel$UnitInfoPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/InfoPanel.class b/build/net/sf/freecol/client/gui/panel/InfoPanel.class deleted file mode 100644 index 969e3caa..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/InfoPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/InformationPanel.class b/build/net/sf/freecol/client/gui/panel/InformationPanel.class deleted file mode 100644 index aad9d11c..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/InformationPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/LabourData$1.class b/build/net/sf/freecol/client/gui/panel/LabourData$1.class deleted file mode 100644 index 1de97537..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/LabourData$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/LabourData$2.class b/build/net/sf/freecol/client/gui/panel/LabourData$2.class deleted file mode 100644 index 2649baad..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/LabourData$2.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/LabourData$3.class b/build/net/sf/freecol/client/gui/panel/LabourData$3.class deleted file mode 100644 index 318f4331..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/LabourData$3.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/LabourData$4.class b/build/net/sf/freecol/client/gui/panel/LabourData$4.class deleted file mode 100644 index de96518d..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/LabourData$4.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/LabourData$5.class b/build/net/sf/freecol/client/gui/panel/LabourData$5.class deleted file mode 100644 index 5e9269ab..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/LabourData$5.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/LabourData$LocationData$Getter.class b/build/net/sf/freecol/client/gui/panel/LabourData$LocationData$Getter.class deleted file mode 100644 index a68c2630..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/LabourData$LocationData$Getter.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/LabourData$LocationData.class b/build/net/sf/freecol/client/gui/panel/LabourData$LocationData.class deleted file mode 100644 index 182ebe08..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/LabourData$LocationData.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/LabourData$ProductionData.class b/build/net/sf/freecol/client/gui/panel/LabourData$ProductionData.class deleted file mode 100644 index 3c9a8b7b..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/LabourData$ProductionData.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/LabourData$UnitData.class b/build/net/sf/freecol/client/gui/panel/LabourData$UnitData.class deleted file mode 100644 index bb12be24..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/LabourData$UnitData.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/LabourData.class b/build/net/sf/freecol/client/gui/panel/LabourData.class deleted file mode 100644 index 1ed6072c..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/LabourData.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/LoadDialog.class b/build/net/sf/freecol/client/gui/panel/LoadDialog.class deleted file mode 100644 index c9c91c7a..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/LoadDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/LoadingSavegameDialog.class b/build/net/sf/freecol/client/gui/panel/LoadingSavegameDialog.class deleted file mode 100644 index bc63c754..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/LoadingSavegameDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/MainPanel.class b/build/net/sf/freecol/client/gui/panel/MainPanel.class deleted file mode 100644 index 55fe1478..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/MainPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/MapControls.class b/build/net/sf/freecol/client/gui/panel/MapControls.class deleted file mode 100644 index 49d2ecd7..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/MapControls.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$1.class b/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$1.class deleted file mode 100644 index 59991678..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$LostCityRumourTransform.class b/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$LostCityRumourTransform.class deleted file mode 100644 index 7577e1cd..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$LostCityRumourTransform.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$MapTransform.class b/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$MapTransform.class deleted file mode 100644 index b029b9d2..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$MapTransform.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$ResourceTransform.class b/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$ResourceTransform.class deleted file mode 100644 index cef6e49e..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$ResourceTransform.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$RiverTransform.class b/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$RiverTransform.class deleted file mode 100644 index e0c4a395..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$RiverTransform.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$SettlementTransform.class b/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$SettlementTransform.class deleted file mode 100644 index 225f2881..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$SettlementTransform.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$TileTypeTransform.class b/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$TileTypeTransform.class deleted file mode 100644 index ad3f97dd..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel$TileTypeTransform.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel.class b/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel.class deleted file mode 100644 index a139754f..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/MapEditorTransformPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/MapGeneratorOptionsDialog$1.class b/build/net/sf/freecol/client/gui/panel/MapGeneratorOptionsDialog$1.class deleted file mode 100644 index 2b80ae1e..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/MapGeneratorOptionsDialog$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/MapGeneratorOptionsDialog.class b/build/net/sf/freecol/client/gui/panel/MapGeneratorOptionsDialog.class deleted file mode 100644 index b3ef6a81..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/MapGeneratorOptionsDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/MapSizeDialog.class b/build/net/sf/freecol/client/gui/panel/MapSizeDialog.class deleted file mode 100644 index e8c7a7a5..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/MapSizeDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/MarketLabel.class b/build/net/sf/freecol/client/gui/panel/MarketLabel.class deleted file mode 100644 index 0bbb07c8..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/MarketLabel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/MigPanel.class b/build/net/sf/freecol/client/gui/panel/MigPanel.class deleted file mode 100644 index bf8358c8..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/MigPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/MiniMap.class b/build/net/sf/freecol/client/gui/panel/MiniMap.class deleted file mode 100644 index ae96fcd1..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/MiniMap.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ModifierFormat$1.class b/build/net/sf/freecol/client/gui/panel/ModifierFormat$1.class deleted file mode 100644 index 64953eb2..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ModifierFormat$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ModifierFormat.class b/build/net/sf/freecol/client/gui/panel/ModifierFormat.class deleted file mode 100644 index 7e251a4a..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ModifierFormat.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/MonarchDialog.class b/build/net/sf/freecol/client/gui/panel/MonarchDialog.class deleted file mode 100644 index 63ebd5d8..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/MonarchDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/NationDetailPanel.class b/build/net/sf/freecol/client/gui/panel/NationDetailPanel.class deleted file mode 100644 index b9d54ce8..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/NationDetailPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/NationTypeDetailPanel.class b/build/net/sf/freecol/client/gui/panel/NationTypeDetailPanel.class deleted file mode 100644 index 6e2449ee..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/NationTypeDetailPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$1.class b/build/net/sf/freecol/client/gui/panel/NegotiationDialog$1.class deleted file mode 100644 index 846dc87a..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$ColonyTradeItemPanel.class b/build/net/sf/freecol/client/gui/panel/NegotiationDialog$ColonyTradeItemPanel.class deleted file mode 100644 index a39fb8c1..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$ColonyTradeItemPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$GoldTradeItemPanel.class b/build/net/sf/freecol/client/gui/panel/NegotiationDialog$GoldTradeItemPanel.class deleted file mode 100644 index 4717c562..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$GoldTradeItemPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$GoodsTradeItemPanel$GoodsBoxRenderer.class b/build/net/sf/freecol/client/gui/panel/NegotiationDialog$GoodsTradeItemPanel$GoodsBoxRenderer.class deleted file mode 100644 index 263364f5..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$GoodsTradeItemPanel$GoodsBoxRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$GoodsTradeItemPanel.class b/build/net/sf/freecol/client/gui/panel/NegotiationDialog$GoodsTradeItemPanel.class deleted file mode 100644 index c428de55..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$GoodsTradeItemPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$InciteTradeItemPanel$InciteBoxRenderer.class b/build/net/sf/freecol/client/gui/panel/NegotiationDialog$InciteTradeItemPanel$InciteBoxRenderer.class deleted file mode 100644 index 92d0992f..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$InciteTradeItemPanel$InciteBoxRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$InciteTradeItemPanel.class b/build/net/sf/freecol/client/gui/panel/NegotiationDialog$InciteTradeItemPanel.class deleted file mode 100644 index df223ae8..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$InciteTradeItemPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$RemoveAction.class b/build/net/sf/freecol/client/gui/panel/NegotiationDialog$RemoveAction.class deleted file mode 100644 index 797d619b..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$RemoveAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$StanceTradeItemPanel$StanceBoxRenderer.class b/build/net/sf/freecol/client/gui/panel/NegotiationDialog$StanceTradeItemPanel$StanceBoxRenderer.class deleted file mode 100644 index 6417ac1b..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$StanceTradeItemPanel$StanceBoxRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$StanceTradeItemPanel.class b/build/net/sf/freecol/client/gui/panel/NegotiationDialog$StanceTradeItemPanel.class deleted file mode 100644 index 40e79c29..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$StanceTradeItemPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$UnitTradeItemPanel$UnitBoxRenderer.class b/build/net/sf/freecol/client/gui/panel/NegotiationDialog$UnitTradeItemPanel$UnitBoxRenderer.class deleted file mode 100644 index 1469dc2b..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$UnitTradeItemPanel$UnitBoxRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$UnitTradeItemPanel.class b/build/net/sf/freecol/client/gui/panel/NegotiationDialog$UnitTradeItemPanel.class deleted file mode 100644 index a2887389..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/NegotiationDialog$UnitTradeItemPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/NegotiationDialog.class b/build/net/sf/freecol/client/gui/panel/NegotiationDialog.class deleted file mode 100644 index 84b3a887..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/NegotiationDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/NewPanel$1.class b/build/net/sf/freecol/client/gui/panel/NewPanel$1.class deleted file mode 100644 index c2e0b93e..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/NewPanel$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/NewPanel$NewPanelAction.class b/build/net/sf/freecol/client/gui/panel/NewPanel$NewPanelAction.class deleted file mode 100644 index 4a13c355..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/NewPanel$NewPanelAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/NewPanel.class b/build/net/sf/freecol/client/gui/panel/NewPanel.class deleted file mode 100644 index fe5f11dd..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/NewPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/NewUnitPanel.class b/build/net/sf/freecol/client/gui/panel/NewUnitPanel.class deleted file mode 100644 index 427e90d3..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/NewUnitPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/OptionsDialog.class b/build/net/sf/freecol/client/gui/panel/OptionsDialog.class deleted file mode 100644 index d34c6514..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/OptionsDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/Parameters.class b/build/net/sf/freecol/client/gui/panel/Parameters.class deleted file mode 100644 index b7b1537a..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/Parameters.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ParametersDialog.class b/build/net/sf/freecol/client/gui/panel/ParametersDialog.class deleted file mode 100644 index a0b0e545..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ParametersDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/PlayersTable$1.class b/build/net/sf/freecol/client/gui/panel/PlayersTable$1.class deleted file mode 100644 index 7eddc7d4..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/PlayersTable$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/PlayersTable$AdvantageCellEditor.class b/build/net/sf/freecol/client/gui/panel/PlayersTable$AdvantageCellEditor.class deleted file mode 100644 index 55e54fc8..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/PlayersTable$AdvantageCellEditor.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/PlayersTable$AdvantageCellRenderer.class b/build/net/sf/freecol/client/gui/panel/PlayersTable$AdvantageCellRenderer.class deleted file mode 100644 index 9a4b3ddb..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/PlayersTable$AdvantageCellRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/PlayersTable$AvailableCellEditor.class b/build/net/sf/freecol/client/gui/panel/PlayersTable$AvailableCellEditor.class deleted file mode 100644 index aff2c4c4..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/PlayersTable$AvailableCellEditor.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/PlayersTable$AvailableCellRenderer.class b/build/net/sf/freecol/client/gui/panel/PlayersTable$AvailableCellRenderer.class deleted file mode 100644 index c8fd846f..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/PlayersTable$AvailableCellRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/PlayersTable$HeaderListener.class b/build/net/sf/freecol/client/gui/panel/PlayersTable$HeaderListener.class deleted file mode 100644 index a9a3e936..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/PlayersTable$HeaderListener.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/PlayersTable$HeaderRenderer.class b/build/net/sf/freecol/client/gui/panel/PlayersTable$HeaderRenderer.class deleted file mode 100644 index a446d1de..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/PlayersTable$HeaderRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/PlayersTable$NationCellRenderer.class b/build/net/sf/freecol/client/gui/panel/PlayersTable$NationCellRenderer.class deleted file mode 100644 index 3187796e..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/PlayersTable$NationCellRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/PlayersTable$NationStateRenderer.class b/build/net/sf/freecol/client/gui/panel/PlayersTable$NationStateRenderer.class deleted file mode 100644 index 67cba5c1..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/PlayersTable$NationStateRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/PlayersTable$PlayerCellEditor.class b/build/net/sf/freecol/client/gui/panel/PlayersTable$PlayerCellEditor.class deleted file mode 100644 index bab4e47b..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/PlayersTable$PlayerCellEditor.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/PlayersTable$PlayerCellRenderer.class b/build/net/sf/freecol/client/gui/panel/PlayersTable$PlayerCellRenderer.class deleted file mode 100644 index b0452f5e..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/PlayersTable$PlayerCellRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/PlayersTable$PlayersTableModel.class b/build/net/sf/freecol/client/gui/panel/PlayersTable$PlayersTableModel.class deleted file mode 100644 index debae972..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/PlayersTable$PlayersTableModel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/PlayersTable.class b/build/net/sf/freecol/client/gui/panel/PlayersTable.class deleted file mode 100644 index 5af41fd6..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/PlayersTable.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/PortPanel.class b/build/net/sf/freecol/client/gui/panel/PortPanel.class deleted file mode 100644 index 9de1aa56..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/PortPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/PreCombatDialog.class b/build/net/sf/freecol/client/gui/panel/PreCombatDialog.class deleted file mode 100644 index b501f277..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/PreCombatDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ProductionLabel.class b/build/net/sf/freecol/client/gui/panel/ProductionLabel.class deleted file mode 100644 index a0d1deae..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ProductionLabel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/PurchasePanel.class b/build/net/sf/freecol/client/gui/panel/PurchasePanel.class deleted file mode 100644 index 80ee9e52..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/PurchasePanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/QuickActionMenu$1.class b/build/net/sf/freecol/client/gui/panel/QuickActionMenu$1.class deleted file mode 100644 index 55b3528a..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/QuickActionMenu$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/QuickActionMenu$2.class b/build/net/sf/freecol/client/gui/panel/QuickActionMenu$2.class deleted file mode 100644 index 81a43453..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/QuickActionMenu$2.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/QuickActionMenu.class b/build/net/sf/freecol/client/gui/panel/QuickActionMenu.class deleted file mode 100644 index f4758320..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/QuickActionMenu.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/RebelToolTip.class b/build/net/sf/freecol/client/gui/panel/RebelToolTip.class deleted file mode 100644 index 18870d00..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/RebelToolTip.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/RecruitPanel.class b/build/net/sf/freecol/client/gui/panel/RecruitPanel.class deleted file mode 100644 index 8c935de6..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/RecruitPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportCargoPanel.class b/build/net/sf/freecol/client/gui/panel/ReportCargoPanel.class deleted file mode 100644 index 2d7811d4..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportCargoPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportClassicColonyPanel.class b/build/net/sf/freecol/client/gui/panel/ReportClassicColonyPanel.class deleted file mode 100644 index 2d67ff0f..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportClassicColonyPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$1.class b/build/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$1.class deleted file mode 100644 index 012c3859..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$2.class b/build/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$2.class deleted file mode 100644 index f4eeb828..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$2.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$3.class b/build/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$3.class deleted file mode 100644 index 0f5b64aa..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$3.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$ColonySummary$GoodsProduction.class b/build/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$ColonySummary$GoodsProduction.class deleted file mode 100644 index 8436d0d8..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$ColonySummary$GoodsProduction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$ColonySummary$ProductionStatus.class b/build/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$ColonySummary$ProductionStatus.class deleted file mode 100644 index e309de63..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$ColonySummary$ProductionStatus.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$ColonySummary.class b/build/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$ColonySummary.class deleted file mode 100644 index 94d492ce..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel$ColonySummary.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel.class b/build/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel.class deleted file mode 100644 index f2cf4f88..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportCompactColonyPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportContinentalCongressPanel.class b/build/net/sf/freecol/client/gui/panel/ReportContinentalCongressPanel.class deleted file mode 100644 index 07e9098b..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportContinentalCongressPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportEducationPanel.class b/build/net/sf/freecol/client/gui/panel/ReportEducationPanel.class deleted file mode 100644 index 494f8ee5..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportEducationPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportExplorationPanel$1.class b/build/net/sf/freecol/client/gui/panel/ReportExplorationPanel$1.class deleted file mode 100644 index 5e57fca8..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportExplorationPanel$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportExplorationPanel.class b/build/net/sf/freecol/client/gui/panel/ReportExplorationPanel.class deleted file mode 100644 index 356ef5bc..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportExplorationPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportForeignAffairPanel.class b/build/net/sf/freecol/client/gui/panel/ReportForeignAffairPanel.class deleted file mode 100644 index 1111b300..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportForeignAffairPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportHighScoresPanel.class b/build/net/sf/freecol/client/gui/panel/ReportHighScoresPanel.class deleted file mode 100644 index af02b4ad..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportHighScoresPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportHistoryPanel.class b/build/net/sf/freecol/client/gui/panel/ReportHistoryPanel.class deleted file mode 100644 index 009e2ecf..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportHistoryPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportIndianPanel.class b/build/net/sf/freecol/client/gui/panel/ReportIndianPanel.class deleted file mode 100644 index 08d2f3d3..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportIndianPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportLabourDetailPanel.class b/build/net/sf/freecol/client/gui/panel/ReportLabourDetailPanel.class deleted file mode 100644 index 3ec35655..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportLabourDetailPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportLabourPanel$1.class b/build/net/sf/freecol/client/gui/panel/ReportLabourPanel$1.class deleted file mode 100644 index 72153ff5..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportLabourPanel$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportLabourPanel$2.class b/build/net/sf/freecol/client/gui/panel/ReportLabourPanel$2.class deleted file mode 100644 index ed20dad5..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportLabourPanel$2.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportLabourPanel$3.class b/build/net/sf/freecol/client/gui/panel/ReportLabourPanel$3.class deleted file mode 100644 index ea347cd2..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportLabourPanel$3.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportLabourPanel$LabourUnitPanel.class b/build/net/sf/freecol/client/gui/panel/ReportLabourPanel$LabourUnitPanel.class deleted file mode 100644 index 188ca377..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportLabourPanel$LabourUnitPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportLabourPanel$LabourUnitPanelRenderer.class b/build/net/sf/freecol/client/gui/panel/ReportLabourPanel$LabourUnitPanelRenderer.class deleted file mode 100644 index 116b1ce4..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportLabourPanel$LabourUnitPanelRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportLabourPanel.class b/build/net/sf/freecol/client/gui/panel/ReportLabourPanel.class deleted file mode 100644 index 0e0d3efc..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportLabourPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportMilitaryPanel.class b/build/net/sf/freecol/client/gui/panel/ReportMilitaryPanel.class deleted file mode 100644 index 4e2f01e5..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportMilitaryPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportNavalPanel.class b/build/net/sf/freecol/client/gui/panel/ReportNavalPanel.class deleted file mode 100644 index 522330d7..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportNavalPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportPanel.class b/build/net/sf/freecol/client/gui/panel/ReportPanel.class deleted file mode 100644 index 6e1b25fd..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportProductionPanel.class b/build/net/sf/freecol/client/gui/panel/ReportProductionPanel.class deleted file mode 100644 index e7f8bb43..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportProductionPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportReligiousPanel.class b/build/net/sf/freecol/client/gui/panel/ReportReligiousPanel.class deleted file mode 100644 index f75c87a3..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportReligiousPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportRequirementsPanel.class b/build/net/sf/freecol/client/gui/panel/ReportRequirementsPanel.class deleted file mode 100644 index c664f2e8..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportRequirementsPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportTradePanel.class b/build/net/sf/freecol/client/gui/panel/ReportTradePanel.class deleted file mode 100644 index 41d495db..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportTradePanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportTurnPanel$1.class b/build/net/sf/freecol/client/gui/panel/ReportTurnPanel$1.class deleted file mode 100644 index 5f2b847d..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportTurnPanel$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportTurnPanel.class b/build/net/sf/freecol/client/gui/panel/ReportTurnPanel.class deleted file mode 100644 index f1718374..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportTurnPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ReportUnitPanel.class b/build/net/sf/freecol/client/gui/panel/ReportUnitPanel.class deleted file mode 100644 index 0ad9c094..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ReportUnitPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ResourcesDetailPanel.class b/build/net/sf/freecol/client/gui/panel/ResourcesDetailPanel.class deleted file mode 100644 index 94b20b50..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ResourcesDetailPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/RiverStyleDialog.class b/build/net/sf/freecol/client/gui/panel/RiverStyleDialog.class deleted file mode 100644 index 1c55c0bb..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/RiverStyleDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/SaveDialog.class b/build/net/sf/freecol/client/gui/panel/SaveDialog.class deleted file mode 100644 index 37b0bbef..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/SaveDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ScaleMapSizeDialog.class b/build/net/sf/freecol/client/gui/panel/ScaleMapSizeDialog.class deleted file mode 100644 index 8b0e1a4f..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ScaleMapSizeDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/SelectAmountDialog.class b/build/net/sf/freecol/client/gui/panel/SelectAmountDialog.class deleted file mode 100644 index 9c6fc304..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/SelectAmountDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/SelectDestinationDialog$1.class b/build/net/sf/freecol/client/gui/panel/SelectDestinationDialog$1.class deleted file mode 100644 index 40c12e92..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/SelectDestinationDialog$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/SelectDestinationDialog$Destination.class b/build/net/sf/freecol/client/gui/panel/SelectDestinationDialog$Destination.class deleted file mode 100644 index ff8b3026..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/SelectDestinationDialog$Destination.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/SelectDestinationDialog$DestinationComparator.class b/build/net/sf/freecol/client/gui/panel/SelectDestinationDialog$DestinationComparator.class deleted file mode 100644 index 37f95535..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/SelectDestinationDialog$DestinationComparator.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/SelectDestinationDialog$DistanceComparator.class b/build/net/sf/freecol/client/gui/panel/SelectDestinationDialog$DistanceComparator.class deleted file mode 100644 index 2e754557..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/SelectDestinationDialog$DistanceComparator.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/SelectDestinationDialog$LocationRenderer.class b/build/net/sf/freecol/client/gui/panel/SelectDestinationDialog$LocationRenderer.class deleted file mode 100644 index fb9524ba..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/SelectDestinationDialog$LocationRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/SelectDestinationDialog$NameComparator.class b/build/net/sf/freecol/client/gui/panel/SelectDestinationDialog$NameComparator.class deleted file mode 100644 index 8ff52cac..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/SelectDestinationDialog$NameComparator.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/SelectDestinationDialog.class b/build/net/sf/freecol/client/gui/panel/SelectDestinationDialog.class deleted file mode 100644 index 92246377..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/SelectDestinationDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/SelectTributeAmountDialog.class b/build/net/sf/freecol/client/gui/panel/SelectTributeAmountDialog.class deleted file mode 100644 index e787cdc4..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/SelectTributeAmountDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ServerListPanel$1.class b/build/net/sf/freecol/client/gui/panel/ServerListPanel$1.class deleted file mode 100644 index 02f1eb85..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ServerListPanel$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ServerListPanel.class b/build/net/sf/freecol/client/gui/panel/ServerListPanel.class deleted file mode 100644 index 666500d3..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ServerListPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/ServerListTableModel.class b/build/net/sf/freecol/client/gui/panel/ServerListTableModel.class deleted file mode 100644 index e86942d2..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/ServerListTableModel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/StartGamePanel.class b/build/net/sf/freecol/client/gui/panel/StartGamePanel.class deleted file mode 100644 index a0b1514e..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/StartGamePanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/StatisticsPanel$StatisticsModel.class b/build/net/sf/freecol/client/gui/panel/StatisticsPanel$StatisticsModel.class deleted file mode 100644 index ead16e45..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/StatisticsPanel$StatisticsModel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/StatisticsPanel.class b/build/net/sf/freecol/client/gui/panel/StatisticsPanel.class deleted file mode 100644 index bde72e59..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/StatisticsPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/StatusPanel.class b/build/net/sf/freecol/client/gui/panel/StatusPanel.class deleted file mode 100644 index 0c957554..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/StatusPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/TerrainDetailPanel.class b/build/net/sf/freecol/client/gui/panel/TerrainDetailPanel.class deleted file mode 100644 index 2bf0927f..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/TerrainDetailPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/TilePanel.class b/build/net/sf/freecol/client/gui/panel/TilePanel.class deleted file mode 100644 index 1a76a7e9..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/TilePanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$1.class b/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$1.class deleted file mode 100644 index ab31cd58..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$CargoHandler.class b/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$CargoHandler.class deleted file mode 100644 index 476a267a..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$CargoHandler.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$CargoLabel.class b/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$CargoLabel.class deleted file mode 100644 index 88d69151..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$CargoLabel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$CargoPanel.class b/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$CargoPanel.class deleted file mode 100644 index bb538a0e..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$CargoPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$DestinationCellRenderer.class b/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$DestinationCellRenderer.class deleted file mode 100644 index 95d0097b..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$DestinationCellRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$GoodsPanel.class b/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$GoodsPanel.class deleted file mode 100644 index 7a488ba9..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$GoodsPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$StopListHandler.class b/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$StopListHandler.class deleted file mode 100644 index 9b4e2e95..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$StopListHandler.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$StopListTransferable.class b/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$StopListTransferable.class deleted file mode 100644 index 70c14caa..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$StopListTransferable.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$StopRenderer.class b/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$StopRenderer.class deleted file mode 100644 index 41219561..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel$StopRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel.class b/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel.class deleted file mode 100644 index cb8501d7..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/TradeRouteInputPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/TradeRoutePanel$1.class b/build/net/sf/freecol/client/gui/panel/TradeRoutePanel$1.class deleted file mode 100644 index a5d425ca..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/TradeRoutePanel$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/TradeRoutePanel.class b/build/net/sf/freecol/client/gui/panel/TradeRoutePanel.class deleted file mode 100644 index ac67af76..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/TradeRoutePanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/TrainPanel.class b/build/net/sf/freecol/client/gui/panel/TrainPanel.class deleted file mode 100644 index e987eebf..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/TrainPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/UnitButton$UnitButtonActionPropertyChangeListener.class b/build/net/sf/freecol/client/gui/panel/UnitButton$UnitButtonActionPropertyChangeListener.class deleted file mode 100644 index f10c4726..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/UnitButton$UnitButtonActionPropertyChangeListener.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/UnitButton.class b/build/net/sf/freecol/client/gui/panel/UnitButton.class deleted file mode 100644 index 679ffe6d..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/UnitButton.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/UnitDetailPanel.class b/build/net/sf/freecol/client/gui/panel/UnitDetailPanel.class deleted file mode 100644 index 6ce43c98..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/UnitDetailPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/UnitLabel$1.class b/build/net/sf/freecol/client/gui/panel/UnitLabel$1.class deleted file mode 100644 index d239704b..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/UnitLabel$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/UnitLabel$UnitAction.class b/build/net/sf/freecol/client/gui/panel/UnitLabel$UnitAction.class deleted file mode 100644 index b312339d..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/UnitLabel$UnitAction.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/UnitLabel.class b/build/net/sf/freecol/client/gui/panel/UnitLabel.class deleted file mode 100644 index 8dfbc097..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/UnitLabel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/UnitPanel.class b/build/net/sf/freecol/client/gui/panel/UnitPanel.class deleted file mode 100644 index c4fe683e..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/UnitPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/Utility.class b/build/net/sf/freecol/client/gui/panel/Utility.class deleted file mode 100644 index 37d4447f..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/Utility.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/VictoryDialog.class b/build/net/sf/freecol/client/gui/panel/VictoryDialog.class deleted file mode 100644 index 7b94ca40..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/VictoryDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/WarehouseDialog$WarehouseGoodsPanel.class b/build/net/sf/freecol/client/gui/panel/WarehouseDialog$WarehouseGoodsPanel.class deleted file mode 100644 index 12ef19cf..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/WarehouseDialog$WarehouseGoodsPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/WarehouseDialog.class b/build/net/sf/freecol/client/gui/panel/WarehouseDialog.class deleted file mode 100644 index c029732f..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/WarehouseDialog.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/panel/WorkProductionPanel.class b/build/net/sf/freecol/client/gui/panel/WorkProductionPanel.class deleted file mode 100644 index f3040049..00000000 Binary files a/build/net/sf/freecol/client/gui/panel/WorkProductionPanel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColBrightPanelUI.class b/build/net/sf/freecol/client/gui/plaf/FreeColBrightPanelUI.class deleted file mode 100644 index 9b56645b..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColBrightPanelUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColButtonUI.class b/build/net/sf/freecol/client/gui/plaf/FreeColButtonUI.class deleted file mode 100644 index 4d769dda..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColButtonUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColCheckBoxUI.class b/build/net/sf/freecol/client/gui/plaf/FreeColCheckBoxUI.class deleted file mode 100644 index 8c3a5bdc..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColCheckBoxUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColComboBoxRenderer$NormalComponent.class b/build/net/sf/freecol/client/gui/plaf/FreeColComboBoxRenderer$NormalComponent.class deleted file mode 100644 index e68bc1b7..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColComboBoxRenderer$NormalComponent.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColComboBoxRenderer$SelectedComponent.class b/build/net/sf/freecol/client/gui/plaf/FreeColComboBoxRenderer$SelectedComponent.class deleted file mode 100644 index 20b7d9ab..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColComboBoxRenderer$SelectedComponent.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColComboBoxRenderer.class b/build/net/sf/freecol/client/gui/plaf/FreeColComboBoxRenderer.class deleted file mode 100644 index cda2458c..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColComboBoxRenderer.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColComboBoxUI.class b/build/net/sf/freecol/client/gui/plaf/FreeColComboBoxUI.class deleted file mode 100644 index 3a83366e..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColComboBoxUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColFileChooserUI.class b/build/net/sf/freecol/client/gui/plaf/FreeColFileChooserUI.class deleted file mode 100644 index b1c906b7..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColFileChooserUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColLabelUI.class b/build/net/sf/freecol/client/gui/plaf/FreeColLabelUI.class deleted file mode 100644 index 9f523a89..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColLabelUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColListUI.class b/build/net/sf/freecol/client/gui/plaf/FreeColListUI.class deleted file mode 100644 index a50c4af8..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColListUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColLookAndFeel$1.class b/build/net/sf/freecol/client/gui/plaf/FreeColLookAndFeel$1.class deleted file mode 100644 index 64676df8..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColLookAndFeel$1.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColLookAndFeel.class b/build/net/sf/freecol/client/gui/plaf/FreeColLookAndFeel.class deleted file mode 100644 index 664d1b31..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColLookAndFeel.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColMenuBarUI.class b/build/net/sf/freecol/client/gui/plaf/FreeColMenuBarUI.class deleted file mode 100644 index 6e830b35..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColMenuBarUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColMenuItemUI.class b/build/net/sf/freecol/client/gui/plaf/FreeColMenuItemUI.class deleted file mode 100644 index ca2fdd9e..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColMenuItemUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColOptionPaneUI.class b/build/net/sf/freecol/client/gui/plaf/FreeColOptionPaneUI.class deleted file mode 100644 index bb083e67..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColOptionPaneUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColPanelUI.class b/build/net/sf/freecol/client/gui/plaf/FreeColPanelUI.class deleted file mode 100644 index 92d16fbf..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColPanelUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColPopupMenuUI.class b/build/net/sf/freecol/client/gui/plaf/FreeColPopupMenuUI.class deleted file mode 100644 index 50fd9e9b..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColPopupMenuUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColRadioButtonUI.class b/build/net/sf/freecol/client/gui/plaf/FreeColRadioButtonUI.class deleted file mode 100644 index bb87ebd5..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColRadioButtonUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColScrollPaneUI.class b/build/net/sf/freecol/client/gui/plaf/FreeColScrollPaneUI.class deleted file mode 100644 index 22835984..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColScrollPaneUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColSelectedPanelUI.class b/build/net/sf/freecol/client/gui/plaf/FreeColSelectedPanelUI.class deleted file mode 100644 index 5b41debe..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColSelectedPanelUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColTableHeaderUI.class b/build/net/sf/freecol/client/gui/plaf/FreeColTableHeaderUI.class deleted file mode 100644 index fc5286aa..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColTableHeaderUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColTableUI.class b/build/net/sf/freecol/client/gui/plaf/FreeColTableUI.class deleted file mode 100644 index e16ef8dc..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColTableUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColTextAreaUI.class b/build/net/sf/freecol/client/gui/plaf/FreeColTextAreaUI.class deleted file mode 100644 index 68acde18..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColTextAreaUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColTextFieldUI.class b/build/net/sf/freecol/client/gui/plaf/FreeColTextFieldUI.class deleted file mode 100644 index c7698d2b..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColTextFieldUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColToolTipUI.class b/build/net/sf/freecol/client/gui/plaf/FreeColToolTipUI.class deleted file mode 100644 index 0bd0db20..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColToolTipUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/FreeColTransparentPanelUI.class b/build/net/sf/freecol/client/gui/plaf/FreeColTransparentPanelUI.class deleted file mode 100644 index 42599c79..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/FreeColTransparentPanelUI.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/plaf/LAFUtilities.class b/build/net/sf/freecol/client/gui/plaf/LAFUtilities.class deleted file mode 100644 index c3dceae1..00000000 Binary files a/build/net/sf/freecol/client/gui/plaf/LAFUtilities.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/video/VideoComponent.class b/build/net/sf/freecol/client/gui/video/VideoComponent.class deleted file mode 100644 index eecb7c80..00000000 Binary files a/build/net/sf/freecol/client/gui/video/VideoComponent.class and /dev/null differ diff --git a/build/net/sf/freecol/client/gui/video/VideoListener.class b/build/net/sf/freecol/client/gui/video/VideoListener.class deleted file mode 100644 index 68c34af3..00000000 Binary files a/build/net/sf/freecol/client/gui/video/VideoListener.class and /dev/null differ diff --git a/build/net/sf/freecol/client/networking/UserServerAPI.class b/build/net/sf/freecol/client/networking/UserServerAPI.class deleted file mode 100644 index ff95d4f6..00000000 Binary files a/build/net/sf/freecol/client/networking/UserServerAPI.class and /dev/null differ diff --git a/build/net/sf/freecol/common/FreeColException.class b/build/net/sf/freecol/common/FreeColException.class deleted file mode 100644 index ddc22c5f..00000000 Binary files a/build/net/sf/freecol/common/FreeColException.class and /dev/null differ diff --git a/build/net/sf/freecol/common/FreeColSeed.class b/build/net/sf/freecol/common/FreeColSeed.class deleted file mode 100644 index 5c5613cd..00000000 Binary files a/build/net/sf/freecol/common/FreeColSeed.class and /dev/null differ diff --git a/build/net/sf/freecol/common/ObjectWithId.class b/build/net/sf/freecol/common/ObjectWithId.class deleted file mode 100644 index 2792f23f..00000000 Binary files a/build/net/sf/freecol/common/ObjectWithId.class and /dev/null differ diff --git a/build/net/sf/freecol/common/ServerInfo.class b/build/net/sf/freecol/common/ServerInfo.class deleted file mode 100644 index 4721060b..00000000 Binary files a/build/net/sf/freecol/common/ServerInfo.class and /dev/null differ diff --git a/build/net/sf/freecol/common/debug/DebugUtils.class b/build/net/sf/freecol/common/debug/DebugUtils.class deleted file mode 100644 index 90e3579a..00000000 Binary files a/build/net/sf/freecol/common/debug/DebugUtils.class and /dev/null differ diff --git a/build/net/sf/freecol/common/debug/FreeColDebugger$DebugMode.class b/build/net/sf/freecol/common/debug/FreeColDebugger$DebugMode.class deleted file mode 100644 index 7ae9afdb..00000000 Binary files a/build/net/sf/freecol/common/debug/FreeColDebugger$DebugMode.class and /dev/null differ diff --git a/build/net/sf/freecol/common/debug/FreeColDebugger.class b/build/net/sf/freecol/common/debug/FreeColDebugger.class deleted file mode 100644 index e911c6e8..00000000 Binary files a/build/net/sf/freecol/common/debug/FreeColDebugger.class and /dev/null differ diff --git a/build/net/sf/freecol/common/i18n/DefaultNumberRule.class b/build/net/sf/freecol/common/i18n/DefaultNumberRule.class deleted file mode 100644 index 168065cf..00000000 Binary files a/build/net/sf/freecol/common/i18n/DefaultNumberRule.class and /dev/null differ diff --git a/build/net/sf/freecol/common/i18n/DualNumberRule.class b/build/net/sf/freecol/common/i18n/DualNumberRule.class deleted file mode 100644 index 4f63012f..00000000 Binary files a/build/net/sf/freecol/common/i18n/DualNumberRule.class and /dev/null differ diff --git a/build/net/sf/freecol/common/i18n/Messages$1.class b/build/net/sf/freecol/common/i18n/Messages$1.class deleted file mode 100644 index 28910e88..00000000 Binary files a/build/net/sf/freecol/common/i18n/Messages$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/i18n/Messages.class b/build/net/sf/freecol/common/i18n/Messages.class deleted file mode 100644 index c9e00766..00000000 Binary files a/build/net/sf/freecol/common/i18n/Messages.class and /dev/null differ diff --git a/build/net/sf/freecol/common/i18n/NameCache.class b/build/net/sf/freecol/common/i18n/NameCache.class deleted file mode 100644 index e92467f2..00000000 Binary files a/build/net/sf/freecol/common/i18n/NameCache.class and /dev/null differ diff --git a/build/net/sf/freecol/common/i18n/Number$Category.class b/build/net/sf/freecol/common/i18n/Number$Category.class deleted file mode 100644 index 306f436b..00000000 Binary files a/build/net/sf/freecol/common/i18n/Number$Category.class and /dev/null differ diff --git a/build/net/sf/freecol/common/i18n/Number.class b/build/net/sf/freecol/common/i18n/Number.class deleted file mode 100644 index a7c80150..00000000 Binary files a/build/net/sf/freecol/common/i18n/Number.class and /dev/null differ diff --git a/build/net/sf/freecol/common/i18n/NumberRules.class b/build/net/sf/freecol/common/i18n/NumberRules.class deleted file mode 100644 index 412c2a06..00000000 Binary files a/build/net/sf/freecol/common/i18n/NumberRules.class and /dev/null differ diff --git a/build/net/sf/freecol/common/i18n/OtherNumberRule.class b/build/net/sf/freecol/common/i18n/OtherNumberRule.class deleted file mode 100644 index 1e2d70cd..00000000 Binary files a/build/net/sf/freecol/common/i18n/OtherNumberRule.class and /dev/null differ diff --git a/build/net/sf/freecol/common/i18n/PluralNumberRule.class b/build/net/sf/freecol/common/i18n/PluralNumberRule.class deleted file mode 100644 index a4edf2d3..00000000 Binary files a/build/net/sf/freecol/common/i18n/PluralNumberRule.class and /dev/null differ diff --git a/build/net/sf/freecol/common/i18n/Relation.class b/build/net/sf/freecol/common/i18n/Relation.class deleted file mode 100644 index a7df57f1..00000000 Binary files a/build/net/sf/freecol/common/i18n/Relation.class and /dev/null differ diff --git a/build/net/sf/freecol/common/i18n/Rule.class b/build/net/sf/freecol/common/i18n/Rule.class deleted file mode 100644 index 9f51572a..00000000 Binary files a/build/net/sf/freecol/common/i18n/Rule.class and /dev/null differ diff --git a/build/net/sf/freecol/common/i18n/Selector.class b/build/net/sf/freecol/common/i18n/Selector.class deleted file mode 100644 index c79f3604..00000000 Binary files a/build/net/sf/freecol/common/i18n/Selector.class and /dev/null differ diff --git a/build/net/sf/freecol/common/i18n/ZeroOneNumberRule.class b/build/net/sf/freecol/common/i18n/ZeroOneNumberRule.class deleted file mode 100644 index 9cf06080..00000000 Binary files a/build/net/sf/freecol/common/i18n/ZeroOneNumberRule.class and /dev/null differ diff --git a/build/net/sf/freecol/common/io/FreeColDataFile.class b/build/net/sf/freecol/common/io/FreeColDataFile.class deleted file mode 100644 index 7077d0df..00000000 Binary files a/build/net/sf/freecol/common/io/FreeColDataFile.class and /dev/null differ diff --git a/build/net/sf/freecol/common/io/FreeColDirectories.class b/build/net/sf/freecol/common/io/FreeColDirectories.class deleted file mode 100644 index a0f4a4e7..00000000 Binary files a/build/net/sf/freecol/common/io/FreeColDirectories.class and /dev/null differ diff --git a/build/net/sf/freecol/common/io/FreeColModFile.class b/build/net/sf/freecol/common/io/FreeColModFile.class deleted file mode 100644 index 2d41535f..00000000 Binary files a/build/net/sf/freecol/common/io/FreeColModFile.class and /dev/null differ diff --git a/build/net/sf/freecol/common/io/FreeColSavegameFile.class b/build/net/sf/freecol/common/io/FreeColSavegameFile.class deleted file mode 100644 index a6b34a37..00000000 Binary files a/build/net/sf/freecol/common/io/FreeColSavegameFile.class and /dev/null differ diff --git a/build/net/sf/freecol/common/io/FreeColTcFile.class b/build/net/sf/freecol/common/io/FreeColTcFile.class deleted file mode 100644 index d54a7e4f..00000000 Binary files a/build/net/sf/freecol/common/io/FreeColTcFile.class and /dev/null differ diff --git a/build/net/sf/freecol/common/io/FreeColXMLReader$ReadScope.class b/build/net/sf/freecol/common/io/FreeColXMLReader$ReadScope.class deleted file mode 100644 index 79da198a..00000000 Binary files a/build/net/sf/freecol/common/io/FreeColXMLReader$ReadScope.class and /dev/null differ diff --git a/build/net/sf/freecol/common/io/FreeColXMLReader.class b/build/net/sf/freecol/common/io/FreeColXMLReader.class deleted file mode 100644 index 0647afb7..00000000 Binary files a/build/net/sf/freecol/common/io/FreeColXMLReader.class and /dev/null differ diff --git a/build/net/sf/freecol/common/io/FreeColXMLWriter$WriteScope.class b/build/net/sf/freecol/common/io/FreeColXMLWriter$WriteScope.class deleted file mode 100644 index 8136749c..00000000 Binary files a/build/net/sf/freecol/common/io/FreeColXMLWriter$WriteScope.class and /dev/null differ diff --git a/build/net/sf/freecol/common/io/FreeColXMLWriter.class b/build/net/sf/freecol/common/io/FreeColXMLWriter.class deleted file mode 100644 index 049813d8..00000000 Binary files a/build/net/sf/freecol/common/io/FreeColXMLWriter.class and /dev/null differ diff --git a/build/net/sf/freecol/common/io/Mods.class b/build/net/sf/freecol/common/io/Mods.class deleted file mode 100644 index 8c57446e..00000000 Binary files a/build/net/sf/freecol/common/io/Mods.class and /dev/null differ diff --git a/build/net/sf/freecol/common/io/sza/AnimationEvent.class b/build/net/sf/freecol/common/io/sza/AnimationEvent.class deleted file mode 100644 index d45dc99e..00000000 Binary files a/build/net/sf/freecol/common/io/sza/AnimationEvent.class and /dev/null differ diff --git a/build/net/sf/freecol/common/io/sza/ImageAnimationEvent.class b/build/net/sf/freecol/common/io/sza/ImageAnimationEvent.class deleted file mode 100644 index cc64da5e..00000000 Binary files a/build/net/sf/freecol/common/io/sza/ImageAnimationEvent.class and /dev/null differ diff --git a/build/net/sf/freecol/common/io/sza/SimpleZippedAnimation$1.class b/build/net/sf/freecol/common/io/sza/SimpleZippedAnimation$1.class deleted file mode 100644 index a5ad714c..00000000 Binary files a/build/net/sf/freecol/common/io/sza/SimpleZippedAnimation$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/io/sza/SimpleZippedAnimation$ImageAnimationEventImpl$1.class b/build/net/sf/freecol/common/io/sza/SimpleZippedAnimation$ImageAnimationEventImpl$1.class deleted file mode 100644 index bc7f9a78..00000000 Binary files a/build/net/sf/freecol/common/io/sza/SimpleZippedAnimation$ImageAnimationEventImpl$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/io/sza/SimpleZippedAnimation$ImageAnimationEventImpl.class b/build/net/sf/freecol/common/io/sza/SimpleZippedAnimation$ImageAnimationEventImpl.class deleted file mode 100644 index 5c7bf9f7..00000000 Binary files a/build/net/sf/freecol/common/io/sza/SimpleZippedAnimation$ImageAnimationEventImpl.class and /dev/null differ diff --git a/build/net/sf/freecol/common/io/sza/SimpleZippedAnimation.class b/build/net/sf/freecol/common/io/sza/SimpleZippedAnimation.class deleted file mode 100644 index 71f55116..00000000 Binary files a/build/net/sf/freecol/common/io/sza/SimpleZippedAnimation.class and /dev/null differ diff --git a/build/net/sf/freecol/common/logging/DefaultHandler.class b/build/net/sf/freecol/common/logging/DefaultHandler.class deleted file mode 100644 index 03e6b699..00000000 Binary files a/build/net/sf/freecol/common/logging/DefaultHandler.class and /dev/null differ diff --git a/build/net/sf/freecol/common/logging/TextFormatter.class b/build/net/sf/freecol/common/logging/TextFormatter.class deleted file mode 100644 index 29e0178e..00000000 Binary files a/build/net/sf/freecol/common/logging/TextFormatter.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Ability.class b/build/net/sf/freecol/common/model/Ability.class deleted file mode 100644 index 8f7365bc..00000000 Binary files a/build/net/sf/freecol/common/model/Ability.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/AbstractGoods$1.class b/build/net/sf/freecol/common/model/AbstractGoods$1.class deleted file mode 100644 index 550326e2..00000000 Binary files a/build/net/sf/freecol/common/model/AbstractGoods$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/AbstractGoods.class b/build/net/sf/freecol/common/model/AbstractGoods.class deleted file mode 100644 index 54bd25d0..00000000 Binary files a/build/net/sf/freecol/common/model/AbstractGoods.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/AbstractUnit.class b/build/net/sf/freecol/common/model/AbstractUnit.class deleted file mode 100644 index d5d81355..00000000 Binary files a/build/net/sf/freecol/common/model/AbstractUnit.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/BuildQueue$CompletionAction.class b/build/net/sf/freecol/common/model/BuildQueue$CompletionAction.class deleted file mode 100644 index 3fdaae67..00000000 Binary files a/build/net/sf/freecol/common/model/BuildQueue$CompletionAction.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/BuildQueue.class b/build/net/sf/freecol/common/model/BuildQueue.class deleted file mode 100644 index ddadd071..00000000 Binary files a/build/net/sf/freecol/common/model/BuildQueue.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/BuildableType.class b/build/net/sf/freecol/common/model/BuildableType.class deleted file mode 100644 index f7e02f9e..00000000 Binary files a/build/net/sf/freecol/common/model/BuildableType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Building.class b/build/net/sf/freecol/common/model/Building.class deleted file mode 100644 index 758e19d3..00000000 Binary files a/build/net/sf/freecol/common/model/Building.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/BuildingType.class b/build/net/sf/freecol/common/model/BuildingType.class deleted file mode 100644 index d6acbdb6..00000000 Binary files a/build/net/sf/freecol/common/model/BuildingType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Colony$ColonyChangeEvent.class b/build/net/sf/freecol/common/model/Colony$ColonyChangeEvent.class deleted file mode 100644 index dde3c99d..00000000 Binary files a/build/net/sf/freecol/common/model/Colony$ColonyChangeEvent.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Colony$NoBuildReason.class b/build/net/sf/freecol/common/model/Colony$NoBuildReason.class deleted file mode 100644 index e6632b34..00000000 Binary files a/build/net/sf/freecol/common/model/Colony$NoBuildReason.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Colony$TileImprovementSuggestion$1.class b/build/net/sf/freecol/common/model/Colony$TileImprovementSuggestion$1.class deleted file mode 100644 index 7a7543f4..00000000 Binary files a/build/net/sf/freecol/common/model/Colony$TileImprovementSuggestion$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Colony$TileImprovementSuggestion.class b/build/net/sf/freecol/common/model/Colony$TileImprovementSuggestion.class deleted file mode 100644 index e87d0c24..00000000 Binary files a/build/net/sf/freecol/common/model/Colony$TileImprovementSuggestion.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Colony.class b/build/net/sf/freecol/common/model/Colony.class deleted file mode 100644 index 6a28f8d3..00000000 Binary files a/build/net/sf/freecol/common/model/Colony.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/ColonyTile.class b/build/net/sf/freecol/common/model/ColonyTile.class deleted file mode 100644 index 90aa68b9..00000000 Binary files a/build/net/sf/freecol/common/model/ColonyTile.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/ColonyTradeItem.class b/build/net/sf/freecol/common/model/ColonyTradeItem.class deleted file mode 100644 index 59c2f9ec..00000000 Binary files a/build/net/sf/freecol/common/model/ColonyTradeItem.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/ColonyWas.class b/build/net/sf/freecol/common/model/ColonyWas.class deleted file mode 100644 index 3c19ba74..00000000 Binary files a/build/net/sf/freecol/common/model/ColonyWas.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/CombatModel$CombatOdds.class b/build/net/sf/freecol/common/model/CombatModel$CombatOdds.class deleted file mode 100644 index 3b805eca..00000000 Binary files a/build/net/sf/freecol/common/model/CombatModel$CombatOdds.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/CombatModel$CombatResult.class b/build/net/sf/freecol/common/model/CombatModel$CombatResult.class deleted file mode 100644 index 2fc2345f..00000000 Binary files a/build/net/sf/freecol/common/model/CombatModel$CombatResult.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/CombatModel.class b/build/net/sf/freecol/common/model/CombatModel.class deleted file mode 100644 index d83bdad8..00000000 Binary files a/build/net/sf/freecol/common/model/CombatModel.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Consumer.class b/build/net/sf/freecol/common/model/Consumer.class deleted file mode 100644 index 4a9c2ab7..00000000 Binary files a/build/net/sf/freecol/common/model/Consumer.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/DiplomaticTrade$TradeContext.class b/build/net/sf/freecol/common/model/DiplomaticTrade$TradeContext.class deleted file mode 100644 index b59bbc34..00000000 Binary files a/build/net/sf/freecol/common/model/DiplomaticTrade$TradeContext.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/DiplomaticTrade$TradeStatus.class b/build/net/sf/freecol/common/model/DiplomaticTrade$TradeStatus.class deleted file mode 100644 index 0c8dc701..00000000 Binary files a/build/net/sf/freecol/common/model/DiplomaticTrade$TradeStatus.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/DiplomaticTrade.class b/build/net/sf/freecol/common/model/DiplomaticTrade.class deleted file mode 100644 index 386784d0..00000000 Binary files a/build/net/sf/freecol/common/model/DiplomaticTrade.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Direction$1.class b/build/net/sf/freecol/common/model/Direction$1.class deleted file mode 100644 index ee0bd5a1..00000000 Binary files a/build/net/sf/freecol/common/model/Direction$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Direction.class b/build/net/sf/freecol/common/model/Direction.class deleted file mode 100644 index 63f0ce02..00000000 Binary files a/build/net/sf/freecol/common/model/Direction.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Disaster$Effects.class b/build/net/sf/freecol/common/model/Disaster$Effects.class deleted file mode 100644 index 488c9769..00000000 Binary files a/build/net/sf/freecol/common/model/Disaster$Effects.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Disaster.class b/build/net/sf/freecol/common/model/Disaster.class deleted file mode 100644 index 80650db7..00000000 Binary files a/build/net/sf/freecol/common/model/Disaster.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Effect.class b/build/net/sf/freecol/common/model/Effect.class deleted file mode 100644 index 73a83d62..00000000 Binary files a/build/net/sf/freecol/common/model/Effect.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/EquipmentType.class b/build/net/sf/freecol/common/model/EquipmentType.class deleted file mode 100644 index af32968a..00000000 Binary files a/build/net/sf/freecol/common/model/EquipmentType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Europe$MigrationType.class b/build/net/sf/freecol/common/model/Europe$MigrationType.class deleted file mode 100644 index 22764269..00000000 Binary files a/build/net/sf/freecol/common/model/Europe$MigrationType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Europe.class b/build/net/sf/freecol/common/model/Europe.class deleted file mode 100644 index 390bbca2..00000000 Binary files a/build/net/sf/freecol/common/model/Europe.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/EuropeWas.class b/build/net/sf/freecol/common/model/EuropeWas.class deleted file mode 100644 index af511f34..00000000 Binary files a/build/net/sf/freecol/common/model/EuropeWas.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/EuropeanNationType.class b/build/net/sf/freecol/common/model/EuropeanNationType.class deleted file mode 100644 index c4cf6552..00000000 Binary files a/build/net/sf/freecol/common/model/EuropeanNationType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Event.class b/build/net/sf/freecol/common/model/Event.class deleted file mode 100644 index 6ee2c519..00000000 Binary files a/build/net/sf/freecol/common/model/Event.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/ExportData.class b/build/net/sf/freecol/common/model/ExportData.class deleted file mode 100644 index a0b57ba2..00000000 Binary files a/build/net/sf/freecol/common/model/ExportData.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Feature.class b/build/net/sf/freecol/common/model/Feature.class deleted file mode 100644 index 3dd99a8a..00000000 Binary files a/build/net/sf/freecol/common/model/Feature.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/FeatureContainer.class b/build/net/sf/freecol/common/model/FeatureContainer.class deleted file mode 100644 index 5feb1079..00000000 Binary files a/build/net/sf/freecol/common/model/FeatureContainer.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/FoundingFather$FoundingFatherType.class b/build/net/sf/freecol/common/model/FoundingFather$FoundingFatherType.class deleted file mode 100644 index 3410ca1e..00000000 Binary files a/build/net/sf/freecol/common/model/FoundingFather$FoundingFatherType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/FoundingFather.class b/build/net/sf/freecol/common/model/FoundingFather.class deleted file mode 100644 index 3aabbec6..00000000 Binary files a/build/net/sf/freecol/common/model/FoundingFather.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/FreeColGameObject.class b/build/net/sf/freecol/common/model/FreeColGameObject.class deleted file mode 100644 index 1adc7dc5..00000000 Binary files a/build/net/sf/freecol/common/model/FreeColGameObject.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/FreeColGameObjectListener.class b/build/net/sf/freecol/common/model/FreeColGameObjectListener.class deleted file mode 100644 index 4ee1b35f..00000000 Binary files a/build/net/sf/freecol/common/model/FreeColGameObjectListener.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/FreeColGameObjectType.class b/build/net/sf/freecol/common/model/FreeColGameObjectType.class deleted file mode 100644 index 019f4405..00000000 Binary files a/build/net/sf/freecol/common/model/FreeColGameObjectType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/FreeColObject.class b/build/net/sf/freecol/common/model/FreeColObject.class deleted file mode 100644 index a999aba0..00000000 Binary files a/build/net/sf/freecol/common/model/FreeColObject.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Game$1.class b/build/net/sf/freecol/common/model/Game$1.class deleted file mode 100644 index 5d89aef3..00000000 Binary files a/build/net/sf/freecol/common/model/Game$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Game$2.class b/build/net/sf/freecol/common/model/Game$2.class deleted file mode 100644 index f08d6abe..00000000 Binary files a/build/net/sf/freecol/common/model/Game$2.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Game$FcgoState.class b/build/net/sf/freecol/common/model/Game$FcgoState.class deleted file mode 100644 index 0959a67b..00000000 Binary files a/build/net/sf/freecol/common/model/Game$FcgoState.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Game.class b/build/net/sf/freecol/common/model/Game.class deleted file mode 100644 index c21db19e..00000000 Binary files a/build/net/sf/freecol/common/model/Game.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/GameOptions.class b/build/net/sf/freecol/common/model/GameOptions.class deleted file mode 100644 index f4ef69f1..00000000 Binary files a/build/net/sf/freecol/common/model/GameOptions.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/GoldTradeItem.class b/build/net/sf/freecol/common/model/GoldTradeItem.class deleted file mode 100644 index 9e94f7ac..00000000 Binary files a/build/net/sf/freecol/common/model/GoldTradeItem.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Goods.class b/build/net/sf/freecol/common/model/Goods.class deleted file mode 100644 index 4f1ab90b..00000000 Binary files a/build/net/sf/freecol/common/model/Goods.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/GoodsContainer.class b/build/net/sf/freecol/common/model/GoodsContainer.class deleted file mode 100644 index 184ca7c6..00000000 Binary files a/build/net/sf/freecol/common/model/GoodsContainer.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/GoodsLocation.class b/build/net/sf/freecol/common/model/GoodsLocation.class deleted file mode 100644 index efad5a75..00000000 Binary files a/build/net/sf/freecol/common/model/GoodsLocation.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/GoodsTradeItem.class b/build/net/sf/freecol/common/model/GoodsTradeItem.class deleted file mode 100644 index d25a12d9..00000000 Binary files a/build/net/sf/freecol/common/model/GoodsTradeItem.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/GoodsType$1.class b/build/net/sf/freecol/common/model/GoodsType$1.class deleted file mode 100644 index f6d632f5..00000000 Binary files a/build/net/sf/freecol/common/model/GoodsType$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/GoodsType.class b/build/net/sf/freecol/common/model/GoodsType.class deleted file mode 100644 index d15908c9..00000000 Binary files a/build/net/sf/freecol/common/model/GoodsType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/HighScore$ScoreLevel.class b/build/net/sf/freecol/common/model/HighScore$ScoreLevel.class deleted file mode 100644 index ee0bebd8..00000000 Binary files a/build/net/sf/freecol/common/model/HighScore$ScoreLevel.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/HighScore.class b/build/net/sf/freecol/common/model/HighScore.class deleted file mode 100644 index ccc90836..00000000 Binary files a/build/net/sf/freecol/common/model/HighScore.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/HighSeas.class b/build/net/sf/freecol/common/model/HighSeas.class deleted file mode 100644 index 469a038b..00000000 Binary files a/build/net/sf/freecol/common/model/HighSeas.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/HistoryEvent$1.class b/build/net/sf/freecol/common/model/HistoryEvent$1.class deleted file mode 100644 index 5ec51639..00000000 Binary files a/build/net/sf/freecol/common/model/HistoryEvent$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/HistoryEvent$HistoryEventType.class b/build/net/sf/freecol/common/model/HistoryEvent$HistoryEventType.class deleted file mode 100644 index 4b611dbf..00000000 Binary files a/build/net/sf/freecol/common/model/HistoryEvent$HistoryEventType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/HistoryEvent.class b/build/net/sf/freecol/common/model/HistoryEvent.class deleted file mode 100644 index 1c8ce907..00000000 Binary files a/build/net/sf/freecol/common/model/HistoryEvent.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/InciteTradeItem$1.class b/build/net/sf/freecol/common/model/InciteTradeItem$1.class deleted file mode 100644 index 59de1722..00000000 Binary files a/build/net/sf/freecol/common/model/InciteTradeItem$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/InciteTradeItem.class b/build/net/sf/freecol/common/model/InciteTradeItem.class deleted file mode 100644 index 178c1499..00000000 Binary files a/build/net/sf/freecol/common/model/InciteTradeItem.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/IndianNationType.class b/build/net/sf/freecol/common/model/IndianNationType.class deleted file mode 100644 index 33272e5f..00000000 Binary files a/build/net/sf/freecol/common/model/IndianNationType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/IndianSettlement$1.class b/build/net/sf/freecol/common/model/IndianSettlement$1.class deleted file mode 100644 index 291466f4..00000000 Binary files a/build/net/sf/freecol/common/model/IndianSettlement$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/IndianSettlement$2.class b/build/net/sf/freecol/common/model/IndianSettlement$2.class deleted file mode 100644 index 7e7dc075..00000000 Binary files a/build/net/sf/freecol/common/model/IndianSettlement$2.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/IndianSettlement$ContactLevel.class b/build/net/sf/freecol/common/model/IndianSettlement$ContactLevel.class deleted file mode 100644 index 4ec8e7b3..00000000 Binary files a/build/net/sf/freecol/common/model/IndianSettlement$ContactLevel.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/IndianSettlement.class b/build/net/sf/freecol/common/model/IndianSettlement.class deleted file mode 100644 index 09eaf74b..00000000 Binary files a/build/net/sf/freecol/common/model/IndianSettlement.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/LandMap.class b/build/net/sf/freecol/common/model/LandMap.class deleted file mode 100644 index 40ab5e1b..00000000 Binary files a/build/net/sf/freecol/common/model/LandMap.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/LastSale.class b/build/net/sf/freecol/common/model/LastSale.class deleted file mode 100644 index a335cb3d..00000000 Binary files a/build/net/sf/freecol/common/model/LastSale.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Limit$1.class b/build/net/sf/freecol/common/model/Limit$1.class deleted file mode 100644 index 0e01b7a3..00000000 Binary files a/build/net/sf/freecol/common/model/Limit$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Limit$Operator.class b/build/net/sf/freecol/common/model/Limit$Operator.class deleted file mode 100644 index aad3c367..00000000 Binary files a/build/net/sf/freecol/common/model/Limit$Operator.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Limit.class b/build/net/sf/freecol/common/model/Limit.class deleted file mode 100644 index e824de10..00000000 Binary files a/build/net/sf/freecol/common/model/Limit.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Locatable.class b/build/net/sf/freecol/common/model/Locatable.class deleted file mode 100644 index de859c3e..00000000 Binary files a/build/net/sf/freecol/common/model/Locatable.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Location.class b/build/net/sf/freecol/common/model/Location.class deleted file mode 100644 index 5468699b..00000000 Binary files a/build/net/sf/freecol/common/model/Location.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/LostCityRumour$RumourType.class b/build/net/sf/freecol/common/model/LostCityRumour$RumourType.class deleted file mode 100644 index dc9de802..00000000 Binary files a/build/net/sf/freecol/common/model/LostCityRumour$RumourType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/LostCityRumour.class b/build/net/sf/freecol/common/model/LostCityRumour.class deleted file mode 100644 index 8eb8f7bf..00000000 Binary files a/build/net/sf/freecol/common/model/LostCityRumour.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Map$1.class b/build/net/sf/freecol/common/model/Map$1.class deleted file mode 100644 index 6ec91adb..00000000 Binary files a/build/net/sf/freecol/common/model/Map$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Map$2.class b/build/net/sf/freecol/common/model/Map$2.class deleted file mode 100644 index 844c8701..00000000 Binary files a/build/net/sf/freecol/common/model/Map$2.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Map$3.class b/build/net/sf/freecol/common/model/Map$3.class deleted file mode 100644 index 624a2186..00000000 Binary files a/build/net/sf/freecol/common/model/Map$3.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Map$4.class b/build/net/sf/freecol/common/model/Map$4.class deleted file mode 100644 index e70a504b..00000000 Binary files a/build/net/sf/freecol/common/model/Map$4.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Map$CircleIterator.class b/build/net/sf/freecol/common/model/Map$CircleIterator.class deleted file mode 100644 index f625241a..00000000 Binary files a/build/net/sf/freecol/common/model/Map$CircleIterator.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Map$Layer.class b/build/net/sf/freecol/common/model/Map$Layer.class deleted file mode 100644 index 0b81c4d4..00000000 Binary files a/build/net/sf/freecol/common/model/Map$Layer.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Map$MoveCandidate.class b/build/net/sf/freecol/common/model/Map$MoveCandidate.class deleted file mode 100644 index 13118b3f..00000000 Binary files a/build/net/sf/freecol/common/model/Map$MoveCandidate.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Map$MoveStep.class b/build/net/sf/freecol/common/model/Map$MoveStep.class deleted file mode 100644 index b1c41b8a..00000000 Binary files a/build/net/sf/freecol/common/model/Map$MoveStep.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Map$Position.class b/build/net/sf/freecol/common/model/Map$Position.class deleted file mode 100644 index 33c35fea..00000000 Binary files a/build/net/sf/freecol/common/model/Map$Position.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Map$SearchHeuristic.class b/build/net/sf/freecol/common/model/Map$SearchHeuristic.class deleted file mode 100644 index 9254512e..00000000 Binary files a/build/net/sf/freecol/common/model/Map$SearchHeuristic.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Map$WholeMapIterator.class b/build/net/sf/freecol/common/model/Map$WholeMapIterator.class deleted file mode 100644 index 974e562b..00000000 Binary files a/build/net/sf/freecol/common/model/Map$WholeMapIterator.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Map.class b/build/net/sf/freecol/common/model/Map.class deleted file mode 100644 index 901bebf0..00000000 Binary files a/build/net/sf/freecol/common/model/Map.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Market$Access.class b/build/net/sf/freecol/common/model/Market$Access.class deleted file mode 100644 index 0818cfc3..00000000 Binary files a/build/net/sf/freecol/common/model/Market$Access.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Market.class b/build/net/sf/freecol/common/model/Market.class deleted file mode 100644 index 3c987e0a..00000000 Binary files a/build/net/sf/freecol/common/model/Market.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/MarketData.class b/build/net/sf/freecol/common/model/MarketData.class deleted file mode 100644 index 5ba677a9..00000000 Binary files a/build/net/sf/freecol/common/model/MarketData.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/MarketWas.class b/build/net/sf/freecol/common/model/MarketWas.class deleted file mode 100644 index e54ab95e..00000000 Binary files a/build/net/sf/freecol/common/model/MarketWas.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/ModelMessage$1.class b/build/net/sf/freecol/common/model/ModelMessage$1.class deleted file mode 100644 index 17a7427f..00000000 Binary files a/build/net/sf/freecol/common/model/ModelMessage$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/ModelMessage$MessageType.class b/build/net/sf/freecol/common/model/ModelMessage$MessageType.class deleted file mode 100644 index f5ade140..00000000 Binary files a/build/net/sf/freecol/common/model/ModelMessage$MessageType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/ModelMessage.class b/build/net/sf/freecol/common/model/ModelMessage.class deleted file mode 100644 index 65780447..00000000 Binary files a/build/net/sf/freecol/common/model/ModelMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Modifier$1.class b/build/net/sf/freecol/common/model/Modifier$1.class deleted file mode 100644 index c29df56d..00000000 Binary files a/build/net/sf/freecol/common/model/Modifier$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Modifier$ModifierType.class b/build/net/sf/freecol/common/model/Modifier$ModifierType.class deleted file mode 100644 index ce04204f..00000000 Binary files a/build/net/sf/freecol/common/model/Modifier$ModifierType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Modifier.class b/build/net/sf/freecol/common/model/Modifier.class deleted file mode 100644 index 59e05cbe..00000000 Binary files a/build/net/sf/freecol/common/model/Modifier.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Monarch$1.class b/build/net/sf/freecol/common/model/Monarch$1.class deleted file mode 100644 index 430a4bf2..00000000 Binary files a/build/net/sf/freecol/common/model/Monarch$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Monarch$Force.class b/build/net/sf/freecol/common/model/Monarch$Force.class deleted file mode 100644 index f44d82df..00000000 Binary files a/build/net/sf/freecol/common/model/Monarch$Force.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Monarch$MonarchAction.class b/build/net/sf/freecol/common/model/Monarch$MonarchAction.class deleted file mode 100644 index 933a6651..00000000 Binary files a/build/net/sf/freecol/common/model/Monarch$MonarchAction.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Monarch.class b/build/net/sf/freecol/common/model/Monarch.class deleted file mode 100644 index ab15dad8..00000000 Binary files a/build/net/sf/freecol/common/model/Monarch.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Movable.class b/build/net/sf/freecol/common/model/Movable.class deleted file mode 100644 index 5630fc3f..00000000 Binary files a/build/net/sf/freecol/common/model/Movable.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Nameable.class b/build/net/sf/freecol/common/model/Nameable.class deleted file mode 100644 index 9c5409ec..00000000 Binary files a/build/net/sf/freecol/common/model/Nameable.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Named.class b/build/net/sf/freecol/common/model/Named.class deleted file mode 100644 index 690e3993..00000000 Binary files a/build/net/sf/freecol/common/model/Named.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Nation.class b/build/net/sf/freecol/common/model/Nation.class deleted file mode 100644 index 622a0ddb..00000000 Binary files a/build/net/sf/freecol/common/model/Nation.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/NationOptions$Advantages.class b/build/net/sf/freecol/common/model/NationOptions$Advantages.class deleted file mode 100644 index 6a943d8b..00000000 Binary files a/build/net/sf/freecol/common/model/NationOptions$Advantages.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/NationOptions$NationState.class b/build/net/sf/freecol/common/model/NationOptions$NationState.class deleted file mode 100644 index 5fbcf072..00000000 Binary files a/build/net/sf/freecol/common/model/NationOptions$NationState.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/NationOptions.class b/build/net/sf/freecol/common/model/NationOptions.class deleted file mode 100644 index 051f5af9..00000000 Binary files a/build/net/sf/freecol/common/model/NationOptions.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/NationSummary.class b/build/net/sf/freecol/common/model/NationSummary.class deleted file mode 100644 index fa6f08ac..00000000 Binary files a/build/net/sf/freecol/common/model/NationSummary.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/NationType$AggressionLevel.class b/build/net/sf/freecol/common/model/NationType$AggressionLevel.class deleted file mode 100644 index 41cddebc..00000000 Binary files a/build/net/sf/freecol/common/model/NationType$AggressionLevel.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/NationType$SettlementNumber.class b/build/net/sf/freecol/common/model/NationType$SettlementNumber.class deleted file mode 100644 index 1918dade..00000000 Binary files a/build/net/sf/freecol/common/model/NationType$SettlementNumber.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/NationType.class b/build/net/sf/freecol/common/model/NationType.class deleted file mode 100644 index 6acdddf0..00000000 Binary files a/build/net/sf/freecol/common/model/NationType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Occupation.class b/build/net/sf/freecol/common/model/Occupation.class deleted file mode 100644 index 91657ebe..00000000 Binary files a/build/net/sf/freecol/common/model/Occupation.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Operand$1.class b/build/net/sf/freecol/common/model/Operand$1.class deleted file mode 100644 index 7154dc67..00000000 Binary files a/build/net/sf/freecol/common/model/Operand$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Operand$OperandType.class b/build/net/sf/freecol/common/model/Operand$OperandType.class deleted file mode 100644 index 81519f87..00000000 Binary files a/build/net/sf/freecol/common/model/Operand$OperandType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Operand$ScopeLevel.class b/build/net/sf/freecol/common/model/Operand$ScopeLevel.class deleted file mode 100644 index b1e2fa6d..00000000 Binary files a/build/net/sf/freecol/common/model/Operand$ScopeLevel.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Operand.class b/build/net/sf/freecol/common/model/Operand.class deleted file mode 100644 index 9182b00a..00000000 Binary files a/build/net/sf/freecol/common/model/Operand.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Ownable.class b/build/net/sf/freecol/common/model/Ownable.class deleted file mode 100644 index e6a322aa..00000000 Binary files a/build/net/sf/freecol/common/model/Ownable.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/PathNode.class b/build/net/sf/freecol/common/model/PathNode.class deleted file mode 100644 index dc9db974..00000000 Binary files a/build/net/sf/freecol/common/model/PathNode.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Player$1.class b/build/net/sf/freecol/common/model/Player$1.class deleted file mode 100644 index 8a5f2f8a..00000000 Binary files a/build/net/sf/freecol/common/model/Player$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Player$2.class b/build/net/sf/freecol/common/model/Player$2.class deleted file mode 100644 index ac69845a..00000000 Binary files a/build/net/sf/freecol/common/model/Player$2.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Player$ActivePredicate.class b/build/net/sf/freecol/common/model/Player$ActivePredicate.class deleted file mode 100644 index 874464bf..00000000 Binary files a/build/net/sf/freecol/common/model/Player$ActivePredicate.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Player$ColonyValueCategory.class b/build/net/sf/freecol/common/model/Player$ColonyValueCategory.class deleted file mode 100644 index fb56bed9..00000000 Binary files a/build/net/sf/freecol/common/model/Player$ColonyValueCategory.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Player$GoingToPredicate.class b/build/net/sf/freecol/common/model/Player$GoingToPredicate.class deleted file mode 100644 index 41bf293b..00000000 Binary files a/build/net/sf/freecol/common/model/Player$GoingToPredicate.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Player$NoClaimReason.class b/build/net/sf/freecol/common/model/Player$NoClaimReason.class deleted file mode 100644 index 215de085..00000000 Binary files a/build/net/sf/freecol/common/model/Player$NoClaimReason.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Player$NoValueType.class b/build/net/sf/freecol/common/model/Player$NoValueType.class deleted file mode 100644 index 33dabd25..00000000 Binary files a/build/net/sf/freecol/common/model/Player$NoValueType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Player$PlayerType.class b/build/net/sf/freecol/common/model/Player$PlayerType.class deleted file mode 100644 index 2c2e2b10..00000000 Binary files a/build/net/sf/freecol/common/model/Player$PlayerType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Player$UnitIterator.class b/build/net/sf/freecol/common/model/Player$UnitIterator.class deleted file mode 100644 index 931dd558..00000000 Binary files a/build/net/sf/freecol/common/model/Player$UnitIterator.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Player$UnitPredicate.class b/build/net/sf/freecol/common/model/Player$UnitPredicate.class deleted file mode 100644 index 6a4a4c38..00000000 Binary files a/build/net/sf/freecol/common/model/Player$UnitPredicate.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Player.class b/build/net/sf/freecol/common/model/Player.class deleted file mode 100644 index 74bdd521..00000000 Binary files a/build/net/sf/freecol/common/model/Player.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/PlayerExploredTile.class b/build/net/sf/freecol/common/model/PlayerExploredTile.class deleted file mode 100644 index f38d3a0e..00000000 Binary files a/build/net/sf/freecol/common/model/PlayerExploredTile.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/ProductionCache.class b/build/net/sf/freecol/common/model/ProductionCache.class deleted file mode 100644 index c5e5d9fb..00000000 Binary files a/build/net/sf/freecol/common/model/ProductionCache.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/ProductionInfo.class b/build/net/sf/freecol/common/model/ProductionInfo.class deleted file mode 100644 index 3dfa29c0..00000000 Binary files a/build/net/sf/freecol/common/model/ProductionInfo.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/ProductionMap$ProductionTree.class b/build/net/sf/freecol/common/model/ProductionMap$ProductionTree.class deleted file mode 100644 index a630b780..00000000 Binary files a/build/net/sf/freecol/common/model/ProductionMap$ProductionTree.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/ProductionMap.class b/build/net/sf/freecol/common/model/ProductionMap.class deleted file mode 100644 index d8ccdbd2..00000000 Binary files a/build/net/sf/freecol/common/model/ProductionMap.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/ProductionType.class b/build/net/sf/freecol/common/model/ProductionType.class deleted file mode 100644 index 759fe4ae..00000000 Binary files a/build/net/sf/freecol/common/model/ProductionType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/RandomRange.class b/build/net/sf/freecol/common/model/RandomRange.class deleted file mode 100644 index 4e8a0bc9..00000000 Binary files a/build/net/sf/freecol/common/model/RandomRange.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Region$RegionType.class b/build/net/sf/freecol/common/model/Region$RegionType.class deleted file mode 100644 index 4c5f9d14..00000000 Binary files a/build/net/sf/freecol/common/model/Region$RegionType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Region.class b/build/net/sf/freecol/common/model/Region.class deleted file mode 100644 index 2825edcf..00000000 Binary files a/build/net/sf/freecol/common/model/Region.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Resource.class b/build/net/sf/freecol/common/model/Resource.class deleted file mode 100644 index 291d4d73..00000000 Binary files a/build/net/sf/freecol/common/model/Resource.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/ResourceType.class b/build/net/sf/freecol/common/model/ResourceType.class deleted file mode 100644 index b288a83e..00000000 Binary files a/build/net/sf/freecol/common/model/ResourceType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Role$RoleChange.class b/build/net/sf/freecol/common/model/Role$RoleChange.class deleted file mode 100644 index b073a48f..00000000 Binary files a/build/net/sf/freecol/common/model/Role$RoleChange.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Role.class b/build/net/sf/freecol/common/model/Role.class deleted file mode 100644 index eb1f214e..00000000 Binary files a/build/net/sf/freecol/common/model/Role.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Scope.class b/build/net/sf/freecol/common/model/Scope.class deleted file mode 100644 index 627515aa..00000000 Binary files a/build/net/sf/freecol/common/model/Scope.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Settlement.class b/build/net/sf/freecol/common/model/Settlement.class deleted file mode 100644 index 11f6494b..00000000 Binary files a/build/net/sf/freecol/common/model/Settlement.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/SettlementType.class b/build/net/sf/freecol/common/model/SettlementType.class deleted file mode 100644 index e9863a64..00000000 Binary files a/build/net/sf/freecol/common/model/SettlementType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/SimpleCombatModel.class b/build/net/sf/freecol/common/model/SimpleCombatModel.class deleted file mode 100644 index 868901a9..00000000 Binary files a/build/net/sf/freecol/common/model/SimpleCombatModel.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Specification$1.class b/build/net/sf/freecol/common/model/Specification$1.class deleted file mode 100644 index 2c9546ba..00000000 Binary files a/build/net/sf/freecol/common/model/Specification$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Specification$ChildReader.class b/build/net/sf/freecol/common/model/Specification$ChildReader.class deleted file mode 100644 index bdf13d48..00000000 Binary files a/build/net/sf/freecol/common/model/Specification$ChildReader.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Specification$ModifierReader.class b/build/net/sf/freecol/common/model/Specification$ModifierReader.class deleted file mode 100644 index 44755356..00000000 Binary files a/build/net/sf/freecol/common/model/Specification$ModifierReader.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Specification$OptionReader.class b/build/net/sf/freecol/common/model/Specification$OptionReader.class deleted file mode 100644 index 989df523..00000000 Binary files a/build/net/sf/freecol/common/model/Specification$OptionReader.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Specification$Source.class b/build/net/sf/freecol/common/model/Specification$Source.class deleted file mode 100644 index 501b771e..00000000 Binary files a/build/net/sf/freecol/common/model/Specification$Source.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Specification$TypeReader.class b/build/net/sf/freecol/common/model/Specification$TypeReader.class deleted file mode 100644 index 2f772b72..00000000 Binary files a/build/net/sf/freecol/common/model/Specification$TypeReader.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Specification.class b/build/net/sf/freecol/common/model/Specification.class deleted file mode 100644 index 848995e6..00000000 Binary files a/build/net/sf/freecol/common/model/Specification.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Stance$1.class b/build/net/sf/freecol/common/model/Stance$1.class deleted file mode 100644 index 97f6412c..00000000 Binary files a/build/net/sf/freecol/common/model/Stance$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Stance.class b/build/net/sf/freecol/common/model/Stance.class deleted file mode 100644 index 5c470ce9..00000000 Binary files a/build/net/sf/freecol/common/model/Stance.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/StanceTradeItem$1.class b/build/net/sf/freecol/common/model/StanceTradeItem$1.class deleted file mode 100644 index 119c26a4..00000000 Binary files a/build/net/sf/freecol/common/model/StanceTradeItem$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/StanceTradeItem.class b/build/net/sf/freecol/common/model/StanceTradeItem.class deleted file mode 100644 index ba109cd5..00000000 Binary files a/build/net/sf/freecol/common/model/StanceTradeItem.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/StringTemplate$1.class b/build/net/sf/freecol/common/model/StringTemplate$1.class deleted file mode 100644 index 4cda796e..00000000 Binary files a/build/net/sf/freecol/common/model/StringTemplate$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/StringTemplate$TemplateType.class b/build/net/sf/freecol/common/model/StringTemplate$TemplateType.class deleted file mode 100644 index 2cf6703c..00000000 Binary files a/build/net/sf/freecol/common/model/StringTemplate$TemplateType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/StringTemplate.class b/build/net/sf/freecol/common/model/StringTemplate.class deleted file mode 100644 index 776102fa..00000000 Binary files a/build/net/sf/freecol/common/model/StringTemplate.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Tension$Level.class b/build/net/sf/freecol/common/model/Tension$Level.class deleted file mode 100644 index a0c2a620..00000000 Binary files a/build/net/sf/freecol/common/model/Tension$Level.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Tension.class b/build/net/sf/freecol/common/model/Tension.class deleted file mode 100644 index 0b456597..00000000 Binary files a/build/net/sf/freecol/common/model/Tension.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Tile$1.class b/build/net/sf/freecol/common/model/Tile$1.class deleted file mode 100644 index 880157ac..00000000 Binary files a/build/net/sf/freecol/common/model/Tile$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Tile$IndianSettlementInternals.class b/build/net/sf/freecol/common/model/Tile$IndianSettlementInternals.class deleted file mode 100644 index d2184a22..00000000 Binary files a/build/net/sf/freecol/common/model/Tile$IndianSettlementInternals.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Tile.class b/build/net/sf/freecol/common/model/Tile.class deleted file mode 100644 index bcf59965..00000000 Binary files a/build/net/sf/freecol/common/model/Tile.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/TileImprovement.class b/build/net/sf/freecol/common/model/TileImprovement.class deleted file mode 100644 index a11a5713..00000000 Binary files a/build/net/sf/freecol/common/model/TileImprovement.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/TileImprovementStyle.class b/build/net/sf/freecol/common/model/TileImprovementStyle.class deleted file mode 100644 index b3f6c9dc..00000000 Binary files a/build/net/sf/freecol/common/model/TileImprovementStyle.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/TileImprovementType.class b/build/net/sf/freecol/common/model/TileImprovementType.class deleted file mode 100644 index 450bb401..00000000 Binary files a/build/net/sf/freecol/common/model/TileImprovementType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/TileItem.class b/build/net/sf/freecol/common/model/TileItem.class deleted file mode 100644 index b3d9316e..00000000 Binary files a/build/net/sf/freecol/common/model/TileItem.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/TileItemContainer$1.class b/build/net/sf/freecol/common/model/TileItemContainer$1.class deleted file mode 100644 index ec78acac..00000000 Binary files a/build/net/sf/freecol/common/model/TileItemContainer$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/TileItemContainer.class b/build/net/sf/freecol/common/model/TileItemContainer.class deleted file mode 100644 index 07d6cd77..00000000 Binary files a/build/net/sf/freecol/common/model/TileItemContainer.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/TileType$1.class b/build/net/sf/freecol/common/model/TileType$1.class deleted file mode 100644 index fab8a5ac..00000000 Binary files a/build/net/sf/freecol/common/model/TileType$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/TileType$RangeType.class b/build/net/sf/freecol/common/model/TileType$RangeType.class deleted file mode 100644 index 40911eb8..00000000 Binary files a/build/net/sf/freecol/common/model/TileType$RangeType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/TileType.class b/build/net/sf/freecol/common/model/TileType.class deleted file mode 100644 index 3adc3134..00000000 Binary files a/build/net/sf/freecol/common/model/TileType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/TileTypeChange.class b/build/net/sf/freecol/common/model/TileTypeChange.class deleted file mode 100644 index 52057b2a..00000000 Binary files a/build/net/sf/freecol/common/model/TileTypeChange.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/TradeItem.class b/build/net/sf/freecol/common/model/TradeItem.class deleted file mode 100644 index 05fb7d55..00000000 Binary files a/build/net/sf/freecol/common/model/TradeItem.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/TradeLocation.class b/build/net/sf/freecol/common/model/TradeLocation.class deleted file mode 100644 index 872590e5..00000000 Binary files a/build/net/sf/freecol/common/model/TradeLocation.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/TradeRoute.class b/build/net/sf/freecol/common/model/TradeRoute.class deleted file mode 100644 index cfcccffd..00000000 Binary files a/build/net/sf/freecol/common/model/TradeRoute.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/TradeRouteStop.class b/build/net/sf/freecol/common/model/TradeRouteStop.class deleted file mode 100644 index e2218060..00000000 Binary files a/build/net/sf/freecol/common/model/TradeRouteStop.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/TransactionListener.class b/build/net/sf/freecol/common/model/TransactionListener.class deleted file mode 100644 index 092ca95b..00000000 Binary files a/build/net/sf/freecol/common/model/TransactionListener.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Turn.class b/build/net/sf/freecol/common/model/Turn.class deleted file mode 100644 index 5e22cdf2..00000000 Binary files a/build/net/sf/freecol/common/model/Turn.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/TypeCountMap.class b/build/net/sf/freecol/common/model/TypeCountMap.class deleted file mode 100644 index a75767f5..00000000 Binary files a/build/net/sf/freecol/common/model/TypeCountMap.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Unit$1.class b/build/net/sf/freecol/common/model/Unit$1.class deleted file mode 100644 index 219df086..00000000 Binary files a/build/net/sf/freecol/common/model/Unit$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Unit$2.class b/build/net/sf/freecol/common/model/Unit$2.class deleted file mode 100644 index 258b2532..00000000 Binary files a/build/net/sf/freecol/common/model/Unit$2.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Unit$3.class b/build/net/sf/freecol/common/model/Unit$3.class deleted file mode 100644 index 35209390..00000000 Binary files a/build/net/sf/freecol/common/model/Unit$3.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Unit$MoveType.class b/build/net/sf/freecol/common/model/Unit$MoveType.class deleted file mode 100644 index aebedcf0..00000000 Binary files a/build/net/sf/freecol/common/model/Unit$MoveType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Unit$UnitLabelType.class b/build/net/sf/freecol/common/model/Unit$UnitLabelType.class deleted file mode 100644 index 79cfabdf..00000000 Binary files a/build/net/sf/freecol/common/model/Unit$UnitLabelType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Unit$UnitState.class b/build/net/sf/freecol/common/model/Unit$UnitState.class deleted file mode 100644 index 2ab4429f..00000000 Binary files a/build/net/sf/freecol/common/model/Unit$UnitState.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/Unit.class b/build/net/sf/freecol/common/model/Unit.class deleted file mode 100644 index fd06f1ae..00000000 Binary files a/build/net/sf/freecol/common/model/Unit.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/UnitLocation$NoAddReason.class b/build/net/sf/freecol/common/model/UnitLocation$NoAddReason.class deleted file mode 100644 index 57944717..00000000 Binary files a/build/net/sf/freecol/common/model/UnitLocation$NoAddReason.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/UnitLocation.class b/build/net/sf/freecol/common/model/UnitLocation.class deleted file mode 100644 index fc5cc269..00000000 Binary files a/build/net/sf/freecol/common/model/UnitLocation.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/UnitTradeItem.class b/build/net/sf/freecol/common/model/UnitTradeItem.class deleted file mode 100644 index c9cc3114..00000000 Binary files a/build/net/sf/freecol/common/model/UnitTradeItem.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/UnitType.class b/build/net/sf/freecol/common/model/UnitType.class deleted file mode 100644 index f0779a19..00000000 Binary files a/build/net/sf/freecol/common/model/UnitType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/UnitTypeChange$ChangeType.class b/build/net/sf/freecol/common/model/UnitTypeChange$ChangeType.class deleted file mode 100644 index 9a2b8e22..00000000 Binary files a/build/net/sf/freecol/common/model/UnitTypeChange$ChangeType.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/UnitTypeChange.class b/build/net/sf/freecol/common/model/UnitTypeChange.class deleted file mode 100644 index 5770963f..00000000 Binary files a/build/net/sf/freecol/common/model/UnitTypeChange.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/UnitWas.class b/build/net/sf/freecol/common/model/UnitWas.class deleted file mode 100644 index 15292474..00000000 Binary files a/build/net/sf/freecol/common/model/UnitWas.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/WorkLocation$1.class b/build/net/sf/freecol/common/model/WorkLocation$1.class deleted file mode 100644 index 1609b6ea..00000000 Binary files a/build/net/sf/freecol/common/model/WorkLocation$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/WorkLocation$Suggestion$1.class b/build/net/sf/freecol/common/model/WorkLocation$Suggestion$1.class deleted file mode 100644 index 7403a8ee..00000000 Binary files a/build/net/sf/freecol/common/model/WorkLocation$Suggestion$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/WorkLocation$Suggestion.class b/build/net/sf/freecol/common/model/WorkLocation$Suggestion.class deleted file mode 100644 index 4d62e62e..00000000 Binary files a/build/net/sf/freecol/common/model/WorkLocation$Suggestion.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/WorkLocation.class b/build/net/sf/freecol/common/model/WorkLocation.class deleted file mode 100644 index f5afedd2..00000000 Binary files a/build/net/sf/freecol/common/model/WorkLocation.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/mission/AbstractMission.class b/build/net/sf/freecol/common/model/mission/AbstractMission.class deleted file mode 100644 index 30767421..00000000 Binary files a/build/net/sf/freecol/common/model/mission/AbstractMission.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/mission/CompoundMission.class b/build/net/sf/freecol/common/model/mission/CompoundMission.class deleted file mode 100644 index 598b222f..00000000 Binary files a/build/net/sf/freecol/common/model/mission/CompoundMission.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/mission/GoToMission.class b/build/net/sf/freecol/common/model/mission/GoToMission.class deleted file mode 100644 index e921cc16..00000000 Binary files a/build/net/sf/freecol/common/model/mission/GoToMission.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/mission/ImprovementMission.class b/build/net/sf/freecol/common/model/mission/ImprovementMission.class deleted file mode 100644 index b2b35bc5..00000000 Binary files a/build/net/sf/freecol/common/model/mission/ImprovementMission.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/mission/Mission$MissionState.class b/build/net/sf/freecol/common/model/mission/Mission$MissionState.class deleted file mode 100644 index 51bae425..00000000 Binary files a/build/net/sf/freecol/common/model/mission/Mission$MissionState.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/mission/Mission.class b/build/net/sf/freecol/common/model/mission/Mission.class deleted file mode 100644 index 9b90441a..00000000 Binary files a/build/net/sf/freecol/common/model/mission/Mission.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/mission/MissionManager.class b/build/net/sf/freecol/common/model/mission/MissionManager.class deleted file mode 100644 index f6d1e62e..00000000 Binary files a/build/net/sf/freecol/common/model/mission/MissionManager.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/BaseCostDecider$1.class b/build/net/sf/freecol/common/model/pathfinding/BaseCostDecider$1.class deleted file mode 100644 index 4fe41f0b..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/BaseCostDecider$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/BaseCostDecider.class b/build/net/sf/freecol/common/model/pathfinding/BaseCostDecider.class deleted file mode 100644 index 808f19d0..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/BaseCostDecider.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/CostDecider.class b/build/net/sf/freecol/common/model/pathfinding/CostDecider.class deleted file mode 100644 index 34ecbf08..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/CostDecider.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/CostDeciders$1.class b/build/net/sf/freecol/common/model/pathfinding/CostDeciders$1.class deleted file mode 100644 index 03033146..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/CostDeciders$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/CostDeciders$2.class b/build/net/sf/freecol/common/model/pathfinding/CostDeciders$2.class deleted file mode 100644 index aa8b3619..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/CostDeciders$2.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/CostDeciders$3.class b/build/net/sf/freecol/common/model/pathfinding/CostDeciders$3.class deleted file mode 100644 index edd890e8..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/CostDeciders$3.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/CostDeciders$AvoidNavalDangerCostDecider.class b/build/net/sf/freecol/common/model/pathfinding/CostDeciders$AvoidNavalDangerCostDecider.class deleted file mode 100644 index 35169061..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/CostDeciders$AvoidNavalDangerCostDecider.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/CostDeciders$AvoidSettlementsAndBlockingUnitsCostDecider.class b/build/net/sf/freecol/common/model/pathfinding/CostDeciders$AvoidSettlementsAndBlockingUnitsCostDecider.class deleted file mode 100644 index 3c411ee8..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/CostDeciders$AvoidSettlementsAndBlockingUnitsCostDecider.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/CostDeciders$AvoidSettlementsCostDecider.class b/build/net/sf/freecol/common/model/pathfinding/CostDeciders$AvoidSettlementsCostDecider.class deleted file mode 100644 index e2cbe248..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/CostDeciders$AvoidSettlementsCostDecider.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/CostDeciders$ServerBaseCostDecider.class b/build/net/sf/freecol/common/model/pathfinding/CostDeciders$ServerBaseCostDecider.class deleted file mode 100644 index 3c6e6146..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/CostDeciders$ServerBaseCostDecider.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/CostDeciders.class b/build/net/sf/freecol/common/model/pathfinding/CostDeciders.class deleted file mode 100644 index ef53f163..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/CostDeciders.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/GoalDecider.class b/build/net/sf/freecol/common/model/pathfinding/GoalDecider.class deleted file mode 100644 index 25308b7a..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/GoalDecider.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$1.class b/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$1.class deleted file mode 100644 index f9cdafa5..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$10.class b/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$10.class deleted file mode 100644 index 252ab9b4..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$10.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$11.class b/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$11.class deleted file mode 100644 index cbf6a22d..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$11.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$2.class b/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$2.class deleted file mode 100644 index 5e51bc6a..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$2.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$3.class b/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$3.class deleted file mode 100644 index adc3ab3f..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$3.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$4.class b/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$4.class deleted file mode 100644 index 1fbc9aa2..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$4.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$5.class b/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$5.class deleted file mode 100644 index b43406ae..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$5.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$6.class b/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$6.class deleted file mode 100644 index db36f440..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$6.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$7.class b/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$7.class deleted file mode 100644 index bfe8eda1..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$7.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$8.class b/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$8.class deleted file mode 100644 index da17f5a6..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$8.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$9.class b/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$9.class deleted file mode 100644 index 286fff6d..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$9.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$MultipleAdjacentDecider$1.class b/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$MultipleAdjacentDecider$1.class deleted file mode 100644 index 4987ad35..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$MultipleAdjacentDecider$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$MultipleAdjacentDecider.class b/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$MultipleAdjacentDecider.class deleted file mode 100644 index 8daa02ac..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders$MultipleAdjacentDecider.class and /dev/null differ diff --git a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders.class b/build/net/sf/freecol/common/model/pathfinding/GoalDeciders.class deleted file mode 100644 index d4f730af..00000000 Binary files a/build/net/sf/freecol/common/model/pathfinding/GoalDeciders.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/AbandonColonyMessage.class b/build/net/sf/freecol/common/networking/AbandonColonyMessage.class deleted file mode 100644 index b5d882a2..00000000 Binary files a/build/net/sf/freecol/common/networking/AbandonColonyMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/AskSkillMessage.class b/build/net/sf/freecol/common/networking/AskSkillMessage.class deleted file mode 100644 index ab3a9231..00000000 Binary files a/build/net/sf/freecol/common/networking/AskSkillMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/AssignTeacherMessage.class b/build/net/sf/freecol/common/networking/AssignTeacherMessage.class deleted file mode 100644 index 6e0bb8f0..00000000 Binary files a/build/net/sf/freecol/common/networking/AssignTeacherMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/AssignTradeRouteMessage.class b/build/net/sf/freecol/common/networking/AssignTradeRouteMessage.class deleted file mode 100644 index ec13258f..00000000 Binary files a/build/net/sf/freecol/common/networking/AssignTradeRouteMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/AttackMessage.class b/build/net/sf/freecol/common/networking/AttackMessage.class deleted file mode 100644 index 4d7b6001..00000000 Binary files a/build/net/sf/freecol/common/networking/AttackMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/BuildColonyMessage.class b/build/net/sf/freecol/common/networking/BuildColonyMessage.class deleted file mode 100644 index 65a4f56c..00000000 Binary files a/build/net/sf/freecol/common/networking/BuildColonyMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/BuyMessage.class b/build/net/sf/freecol/common/networking/BuyMessage.class deleted file mode 100644 index 5019372b..00000000 Binary files a/build/net/sf/freecol/common/networking/BuyMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/BuyPropositionMessage.class b/build/net/sf/freecol/common/networking/BuyPropositionMessage.class deleted file mode 100644 index 43cce41c..00000000 Binary files a/build/net/sf/freecol/common/networking/BuyPropositionMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/CashInTreasureTrainMessage.class b/build/net/sf/freecol/common/networking/CashInTreasureTrainMessage.class deleted file mode 100644 index 714806ba..00000000 Binary files a/build/net/sf/freecol/common/networking/CashInTreasureTrainMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/ChangeStateMessage.class b/build/net/sf/freecol/common/networking/ChangeStateMessage.class deleted file mode 100644 index f477bad0..00000000 Binary files a/build/net/sf/freecol/common/networking/ChangeStateMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/ChangeWorkImprovementTypeMessage.class b/build/net/sf/freecol/common/networking/ChangeWorkImprovementTypeMessage.class deleted file mode 100644 index 66906005..00000000 Binary files a/build/net/sf/freecol/common/networking/ChangeWorkImprovementTypeMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/ChangeWorkTypeMessage.class b/build/net/sf/freecol/common/networking/ChangeWorkTypeMessage.class deleted file mode 100644 index 3cdab946..00000000 Binary files a/build/net/sf/freecol/common/networking/ChangeWorkTypeMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/ChatMessage.class b/build/net/sf/freecol/common/networking/ChatMessage.class deleted file mode 100644 index a9e8cffc..00000000 Binary files a/build/net/sf/freecol/common/networking/ChatMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/ChooseFoundingFatherMessage.class b/build/net/sf/freecol/common/networking/ChooseFoundingFatherMessage.class deleted file mode 100644 index 35cb53bb..00000000 Binary files a/build/net/sf/freecol/common/networking/ChooseFoundingFatherMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/ClaimLandMessage$1.class b/build/net/sf/freecol/common/networking/ClaimLandMessage$1.class deleted file mode 100644 index bf7bde80..00000000 Binary files a/build/net/sf/freecol/common/networking/ClaimLandMessage$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/ClaimLandMessage.class b/build/net/sf/freecol/common/networking/ClaimLandMessage.class deleted file mode 100644 index 6c8a3b29..00000000 Binary files a/build/net/sf/freecol/common/networking/ClaimLandMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/ClearSpecialityMessage.class b/build/net/sf/freecol/common/networking/ClearSpecialityMessage.class deleted file mode 100644 index 26d7c3c7..00000000 Binary files a/build/net/sf/freecol/common/networking/ClearSpecialityMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/Client.class b/build/net/sf/freecol/common/networking/Client.class deleted file mode 100644 index 0b033865..00000000 Binary files a/build/net/sf/freecol/common/networking/Client.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/CloseTransactionMessage.class b/build/net/sf/freecol/common/networking/CloseTransactionMessage.class deleted file mode 100644 index 5145f25d..00000000 Binary files a/build/net/sf/freecol/common/networking/CloseTransactionMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/Connection$1.class b/build/net/sf/freecol/common/networking/Connection$1.class deleted file mode 100644 index 4d383bb6..00000000 Binary files a/build/net/sf/freecol/common/networking/Connection$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/Connection.class b/build/net/sf/freecol/common/networking/Connection.class deleted file mode 100644 index 83364e3f..00000000 Binary files a/build/net/sf/freecol/common/networking/Connection.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/CurrentPlayerNetworkRequestHandler.class b/build/net/sf/freecol/common/networking/CurrentPlayerNetworkRequestHandler.class deleted file mode 100644 index 17fbb3dd..00000000 Binary files a/build/net/sf/freecol/common/networking/CurrentPlayerNetworkRequestHandler.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/DOMMessage.class b/build/net/sf/freecol/common/networking/DOMMessage.class deleted file mode 100644 index 377e45ea..00000000 Binary files a/build/net/sf/freecol/common/networking/DOMMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/DeclareIndependenceMessage.class b/build/net/sf/freecol/common/networking/DeclareIndependenceMessage.class deleted file mode 100644 index f1adb4ce..00000000 Binary files a/build/net/sf/freecol/common/networking/DeclareIndependenceMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/DeclineMoundsMessage.class b/build/net/sf/freecol/common/networking/DeclineMoundsMessage.class deleted file mode 100644 index 23eb0626..00000000 Binary files a/build/net/sf/freecol/common/networking/DeclineMoundsMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/DeliverGiftMessage.class b/build/net/sf/freecol/common/networking/DeliverGiftMessage.class deleted file mode 100644 index dca421bf..00000000 Binary files a/build/net/sf/freecol/common/networking/DeliverGiftMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/DemandTributeMessage.class b/build/net/sf/freecol/common/networking/DemandTributeMessage.class deleted file mode 100644 index b08be0c7..00000000 Binary files a/build/net/sf/freecol/common/networking/DemandTributeMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/DiplomacyMessage$1.class b/build/net/sf/freecol/common/networking/DiplomacyMessage$1.class deleted file mode 100644 index 86ccd904..00000000 Binary files a/build/net/sf/freecol/common/networking/DiplomacyMessage$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/DiplomacyMessage.class b/build/net/sf/freecol/common/networking/DiplomacyMessage.class deleted file mode 100644 index 29505961..00000000 Binary files a/build/net/sf/freecol/common/networking/DiplomacyMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/DisbandUnitMessage.class b/build/net/sf/freecol/common/networking/DisbandUnitMessage.class deleted file mode 100644 index 524ab4a9..00000000 Binary files a/build/net/sf/freecol/common/networking/DisbandUnitMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/DisembarkMessage.class b/build/net/sf/freecol/common/networking/DisembarkMessage.class deleted file mode 100644 index 9dfef525..00000000 Binary files a/build/net/sf/freecol/common/networking/DisembarkMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/EmbarkMessage.class b/build/net/sf/freecol/common/networking/EmbarkMessage.class deleted file mode 100644 index baf7c540..00000000 Binary files a/build/net/sf/freecol/common/networking/EmbarkMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/EmigrateUnitMessage.class b/build/net/sf/freecol/common/networking/EmigrateUnitMessage.class deleted file mode 100644 index 5e145dda..00000000 Binary files a/build/net/sf/freecol/common/networking/EmigrateUnitMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/EquipForRoleMessage.class b/build/net/sf/freecol/common/networking/EquipForRoleMessage.class deleted file mode 100644 index baabffc7..00000000 Binary files a/build/net/sf/freecol/common/networking/EquipForRoleMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/FirstContactMessage.class b/build/net/sf/freecol/common/networking/FirstContactMessage.class deleted file mode 100644 index ebedf89b..00000000 Binary files a/build/net/sf/freecol/common/networking/FirstContactMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/GetNationSummaryMessage.class b/build/net/sf/freecol/common/networking/GetNationSummaryMessage.class deleted file mode 100644 index 88764855..00000000 Binary files a/build/net/sf/freecol/common/networking/GetNationSummaryMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/GetTransactionMessage.class b/build/net/sf/freecol/common/networking/GetTransactionMessage.class deleted file mode 100644 index 142e95e6..00000000 Binary files a/build/net/sf/freecol/common/networking/GetTransactionMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/GoodsForSaleMessage.class b/build/net/sf/freecol/common/networking/GoodsForSaleMessage.class deleted file mode 100644 index 98f5badc..00000000 Binary files a/build/net/sf/freecol/common/networking/GoodsForSaleMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/InciteMessage.class b/build/net/sf/freecol/common/networking/InciteMessage.class deleted file mode 100644 index 3b2e037b..00000000 Binary files a/build/net/sf/freecol/common/networking/InciteMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/IndianDemandMessage.class b/build/net/sf/freecol/common/networking/IndianDemandMessage.class deleted file mode 100644 index eb5e20cd..00000000 Binary files a/build/net/sf/freecol/common/networking/IndianDemandMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/JoinColonyMessage.class b/build/net/sf/freecol/common/networking/JoinColonyMessage.class deleted file mode 100644 index 58362aed..00000000 Binary files a/build/net/sf/freecol/common/networking/JoinColonyMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/LearnSkillMessage.class b/build/net/sf/freecol/common/networking/LearnSkillMessage.class deleted file mode 100644 index 6eb190bf..00000000 Binary files a/build/net/sf/freecol/common/networking/LearnSkillMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/LoadGoodsMessage.class b/build/net/sf/freecol/common/networking/LoadGoodsMessage.class deleted file mode 100644 index 02f361ec..00000000 Binary files a/build/net/sf/freecol/common/networking/LoadGoodsMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/LoginMessage.class b/build/net/sf/freecol/common/networking/LoginMessage.class deleted file mode 100644 index 525e383f..00000000 Binary files a/build/net/sf/freecol/common/networking/LoginMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/LootCargoMessage.class b/build/net/sf/freecol/common/networking/LootCargoMessage.class deleted file mode 100644 index e4065e0e..00000000 Binary files a/build/net/sf/freecol/common/networking/LootCargoMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/Message.class b/build/net/sf/freecol/common/networking/Message.class deleted file mode 100644 index 36f84a7a..00000000 Binary files a/build/net/sf/freecol/common/networking/Message.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/MessageHandler.class b/build/net/sf/freecol/common/networking/MessageHandler.class deleted file mode 100644 index 655e6bb6..00000000 Binary files a/build/net/sf/freecol/common/networking/MessageHandler.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/MissionaryMessage.class b/build/net/sf/freecol/common/networking/MissionaryMessage.class deleted file mode 100644 index fe80892d..00000000 Binary files a/build/net/sf/freecol/common/networking/MissionaryMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/MonarchActionMessage.class b/build/net/sf/freecol/common/networking/MonarchActionMessage.class deleted file mode 100644 index e17fac05..00000000 Binary files a/build/net/sf/freecol/common/networking/MonarchActionMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/MoveMessage.class b/build/net/sf/freecol/common/networking/MoveMessage.class deleted file mode 100644 index 829bdc83..00000000 Binary files a/build/net/sf/freecol/common/networking/MoveMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/MoveToMessage.class b/build/net/sf/freecol/common/networking/MoveToMessage.class deleted file mode 100644 index 77502968..00000000 Binary files a/build/net/sf/freecol/common/networking/MoveToMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/NetworkConstants.class b/build/net/sf/freecol/common/networking/NetworkConstants.class deleted file mode 100644 index 2aa6fcee..00000000 Binary files a/build/net/sf/freecol/common/networking/NetworkConstants.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/NetworkReplyObject.class b/build/net/sf/freecol/common/networking/NetworkReplyObject.class deleted file mode 100644 index 3eb9888f..00000000 Binary files a/build/net/sf/freecol/common/networking/NetworkReplyObject.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/NetworkRequestHandler.class b/build/net/sf/freecol/common/networking/NetworkRequestHandler.class deleted file mode 100644 index d24f1081..00000000 Binary files a/build/net/sf/freecol/common/networking/NetworkRequestHandler.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/NewLandNameMessage.class b/build/net/sf/freecol/common/networking/NewLandNameMessage.class deleted file mode 100644 index 71d6deba..00000000 Binary files a/build/net/sf/freecol/common/networking/NewLandNameMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/NewRegionNameMessage.class b/build/net/sf/freecol/common/networking/NewRegionNameMessage.class deleted file mode 100644 index 0f00d99d..00000000 Binary files a/build/net/sf/freecol/common/networking/NewRegionNameMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/PayArrearsMessage.class b/build/net/sf/freecol/common/networking/PayArrearsMessage.class deleted file mode 100644 index 44713173..00000000 Binary files a/build/net/sf/freecol/common/networking/PayArrearsMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/PayForBuildingMessage.class b/build/net/sf/freecol/common/networking/PayForBuildingMessage.class deleted file mode 100644 index ba89be52..00000000 Binary files a/build/net/sf/freecol/common/networking/PayForBuildingMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/PutOutsideColonyMessage.class b/build/net/sf/freecol/common/networking/PutOutsideColonyMessage.class deleted file mode 100644 index 1b4ebc3b..00000000 Binary files a/build/net/sf/freecol/common/networking/PutOutsideColonyMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/RearrangeColonyMessage$1.class b/build/net/sf/freecol/common/networking/RearrangeColonyMessage$1.class deleted file mode 100644 index aba9fd8c..00000000 Binary files a/build/net/sf/freecol/common/networking/RearrangeColonyMessage$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/RearrangeColonyMessage$UnitChange.class b/build/net/sf/freecol/common/networking/RearrangeColonyMessage$UnitChange.class deleted file mode 100644 index 2789f93c..00000000 Binary files a/build/net/sf/freecol/common/networking/RearrangeColonyMessage$UnitChange.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/RearrangeColonyMessage.class b/build/net/sf/freecol/common/networking/RearrangeColonyMessage.class deleted file mode 100644 index e69cdada..00000000 Binary files a/build/net/sf/freecol/common/networking/RearrangeColonyMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/ReceivingThread$FreeColNetworkInputStream.class b/build/net/sf/freecol/common/networking/ReceivingThread$FreeColNetworkInputStream.class deleted file mode 100644 index f198ce5f..00000000 Binary files a/build/net/sf/freecol/common/networking/ReceivingThread$FreeColNetworkInputStream.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/ReceivingThread.class b/build/net/sf/freecol/common/networking/ReceivingThread.class deleted file mode 100644 index 3d61a496..00000000 Binary files a/build/net/sf/freecol/common/networking/ReceivingThread.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/RenameMessage.class b/build/net/sf/freecol/common/networking/RenameMessage.class deleted file mode 100644 index 54e46811..00000000 Binary files a/build/net/sf/freecol/common/networking/RenameMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/ScoutIndianSettlementMessage.class b/build/net/sf/freecol/common/networking/ScoutIndianSettlementMessage.class deleted file mode 100644 index f73d9461..00000000 Binary files a/build/net/sf/freecol/common/networking/ScoutIndianSettlementMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/ScoutSpeakToChiefMessage.class b/build/net/sf/freecol/common/networking/ScoutSpeakToChiefMessage.class deleted file mode 100644 index 666b60ca..00000000 Binary files a/build/net/sf/freecol/common/networking/ScoutSpeakToChiefMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/SellMessage.class b/build/net/sf/freecol/common/networking/SellMessage.class deleted file mode 100644 index 396c9666..00000000 Binary files a/build/net/sf/freecol/common/networking/SellMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/SellPropositionMessage.class b/build/net/sf/freecol/common/networking/SellPropositionMessage.class deleted file mode 100644 index 5b563331..00000000 Binary files a/build/net/sf/freecol/common/networking/SellPropositionMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/ServerAPI.class b/build/net/sf/freecol/common/networking/ServerAPI.class deleted file mode 100644 index 7684fe3f..00000000 Binary files a/build/net/sf/freecol/common/networking/ServerAPI.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/SetBuildQueueMessage.class b/build/net/sf/freecol/common/networking/SetBuildQueueMessage.class deleted file mode 100644 index 9c86ff47..00000000 Binary files a/build/net/sf/freecol/common/networking/SetBuildQueueMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/SetCurrentStopMessage.class b/build/net/sf/freecol/common/networking/SetCurrentStopMessage.class deleted file mode 100644 index 3774efae..00000000 Binary files a/build/net/sf/freecol/common/networking/SetCurrentStopMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/SetDestinationMessage.class b/build/net/sf/freecol/common/networking/SetDestinationMessage.class deleted file mode 100644 index 27f81bd9..00000000 Binary files a/build/net/sf/freecol/common/networking/SetDestinationMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/SetGoodsLevelsMessage.class b/build/net/sf/freecol/common/networking/SetGoodsLevelsMessage.class deleted file mode 100644 index d0c1519f..00000000 Binary files a/build/net/sf/freecol/common/networking/SetGoodsLevelsMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/SetTradeRoutesMessage.class b/build/net/sf/freecol/common/networking/SetTradeRoutesMessage.class deleted file mode 100644 index 19e7684d..00000000 Binary files a/build/net/sf/freecol/common/networking/SetTradeRoutesMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/SpySettlementMessage.class b/build/net/sf/freecol/common/networking/SpySettlementMessage.class deleted file mode 100644 index 88454023..00000000 Binary files a/build/net/sf/freecol/common/networking/SpySettlementMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/TrainUnitInEuropeMessage.class b/build/net/sf/freecol/common/networking/TrainUnitInEuropeMessage.class deleted file mode 100644 index 3beaad2d..00000000 Binary files a/build/net/sf/freecol/common/networking/TrainUnitInEuropeMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/TrivialMessage.class b/build/net/sf/freecol/common/networking/TrivialMessage.class deleted file mode 100644 index d5d1e823..00000000 Binary files a/build/net/sf/freecol/common/networking/TrivialMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/UnloadGoodsMessage.class b/build/net/sf/freecol/common/networking/UnloadGoodsMessage.class deleted file mode 100644 index 55bb5fe6..00000000 Binary files a/build/net/sf/freecol/common/networking/UnloadGoodsMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/UpdateTradeRouteMessage.class b/build/net/sf/freecol/common/networking/UpdateTradeRouteMessage.class deleted file mode 100644 index e26f3ef1..00000000 Binary files a/build/net/sf/freecol/common/networking/UpdateTradeRouteMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/networking/WorkMessage.class b/build/net/sf/freecol/common/networking/WorkMessage.class deleted file mode 100644 index a4441d75..00000000 Binary files a/build/net/sf/freecol/common/networking/WorkMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/AbstractOption.class b/build/net/sf/freecol/common/option/AbstractOption.class deleted file mode 100644 index 947136fb..00000000 Binary files a/build/net/sf/freecol/common/option/AbstractOption.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/AbstractUnitOption.class b/build/net/sf/freecol/common/option/AbstractUnitOption.class deleted file mode 100644 index 29a84bda..00000000 Binary files a/build/net/sf/freecol/common/option/AbstractUnitOption.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/AudioMixerOption$MixerWrapper.class b/build/net/sf/freecol/common/option/AudioMixerOption$MixerWrapper.class deleted file mode 100644 index 605119b1..00000000 Binary files a/build/net/sf/freecol/common/option/AudioMixerOption$MixerWrapper.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/AudioMixerOption.class b/build/net/sf/freecol/common/option/AudioMixerOption.class deleted file mode 100644 index 77ca9c83..00000000 Binary files a/build/net/sf/freecol/common/option/AudioMixerOption.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/BooleanOption.class b/build/net/sf/freecol/common/option/BooleanOption.class deleted file mode 100644 index e44bfaf7..00000000 Binary files a/build/net/sf/freecol/common/option/BooleanOption.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/FileOption.class b/build/net/sf/freecol/common/option/FileOption.class deleted file mode 100644 index be640e04..00000000 Binary files a/build/net/sf/freecol/common/option/FileOption.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/IntegerOption.class b/build/net/sf/freecol/common/option/IntegerOption.class deleted file mode 100644 index 9566b36c..00000000 Binary files a/build/net/sf/freecol/common/option/IntegerOption.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/LanguageOption$Language.class b/build/net/sf/freecol/common/option/LanguageOption$Language.class deleted file mode 100644 index 5554c4a6..00000000 Binary files a/build/net/sf/freecol/common/option/LanguageOption$Language.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/LanguageOption.class b/build/net/sf/freecol/common/option/LanguageOption.class deleted file mode 100644 index 539f3e4c..00000000 Binary files a/build/net/sf/freecol/common/option/LanguageOption.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/ListOption.class b/build/net/sf/freecol/common/option/ListOption.class deleted file mode 100644 index 1244c6bd..00000000 Binary files a/build/net/sf/freecol/common/option/ListOption.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/MapGeneratorOptions.class b/build/net/sf/freecol/common/option/MapGeneratorOptions.class deleted file mode 100644 index fed1a313..00000000 Binary files a/build/net/sf/freecol/common/option/MapGeneratorOptions.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/ModListOption.class b/build/net/sf/freecol/common/option/ModListOption.class deleted file mode 100644 index c2063047..00000000 Binary files a/build/net/sf/freecol/common/option/ModListOption.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/ModOption.class b/build/net/sf/freecol/common/option/ModOption.class deleted file mode 100644 index acf84f82..00000000 Binary files a/build/net/sf/freecol/common/option/ModOption.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/Option.class b/build/net/sf/freecol/common/option/Option.class deleted file mode 100644 index 81326acd..00000000 Binary files a/build/net/sf/freecol/common/option/Option.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/OptionGroup.class b/build/net/sf/freecol/common/option/OptionGroup.class deleted file mode 100644 index 2268af9e..00000000 Binary files a/build/net/sf/freecol/common/option/OptionGroup.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/PercentageOption.class b/build/net/sf/freecol/common/option/PercentageOption.class deleted file mode 100644 index 579cc414..00000000 Binary files a/build/net/sf/freecol/common/option/PercentageOption.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/RangeOption.class b/build/net/sf/freecol/common/option/RangeOption.class deleted file mode 100644 index c7162a5a..00000000 Binary files a/build/net/sf/freecol/common/option/RangeOption.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/SelectOption.class b/build/net/sf/freecol/common/option/SelectOption.class deleted file mode 100644 index 9d68bba5..00000000 Binary files a/build/net/sf/freecol/common/option/SelectOption.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/StringOption.class b/build/net/sf/freecol/common/option/StringOption.class deleted file mode 100644 index 06add31e..00000000 Binary files a/build/net/sf/freecol/common/option/StringOption.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/TextOption.class b/build/net/sf/freecol/common/option/TextOption.class deleted file mode 100644 index 877b140f..00000000 Binary files a/build/net/sf/freecol/common/option/TextOption.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/UnitListOption.class b/build/net/sf/freecol/common/option/UnitListOption.class deleted file mode 100644 index 316cef77..00000000 Binary files a/build/net/sf/freecol/common/option/UnitListOption.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/UnitTypeOption$1.class b/build/net/sf/freecol/common/option/UnitTypeOption$1.class deleted file mode 100644 index fdcd4530..00000000 Binary files a/build/net/sf/freecol/common/option/UnitTypeOption$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/UnitTypeOption$TypeSelector.class b/build/net/sf/freecol/common/option/UnitTypeOption$TypeSelector.class deleted file mode 100644 index 0e1989de..00000000 Binary files a/build/net/sf/freecol/common/option/UnitTypeOption$TypeSelector.class and /dev/null differ diff --git a/build/net/sf/freecol/common/option/UnitTypeOption.class b/build/net/sf/freecol/common/option/UnitTypeOption.class deleted file mode 100644 index 7c1a19d7..00000000 Binary files a/build/net/sf/freecol/common/option/UnitTypeOption.class and /dev/null differ diff --git a/build/net/sf/freecol/common/resources/AudioResource.class b/build/net/sf/freecol/common/resources/AudioResource.class deleted file mode 100644 index 9f9be825..00000000 Binary files a/build/net/sf/freecol/common/resources/AudioResource.class and /dev/null differ diff --git a/build/net/sf/freecol/common/resources/ColorResource.class b/build/net/sf/freecol/common/resources/ColorResource.class deleted file mode 100644 index 3909b86e..00000000 Binary files a/build/net/sf/freecol/common/resources/ColorResource.class and /dev/null differ diff --git a/build/net/sf/freecol/common/resources/FAFile$1.class b/build/net/sf/freecol/common/resources/FAFile$1.class deleted file mode 100644 index 971c7130..00000000 Binary files a/build/net/sf/freecol/common/resources/FAFile$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/resources/FAFile$CREatingInputStream.class b/build/net/sf/freecol/common/resources/FAFile$CREatingInputStream.class deleted file mode 100644 index 318300d7..00000000 Binary files a/build/net/sf/freecol/common/resources/FAFile$CREatingInputStream.class and /dev/null differ diff --git a/build/net/sf/freecol/common/resources/FAFile$FALetter.class b/build/net/sf/freecol/common/resources/FAFile$FALetter.class deleted file mode 100644 index a6f94042..00000000 Binary files a/build/net/sf/freecol/common/resources/FAFile$FALetter.class and /dev/null differ diff --git a/build/net/sf/freecol/common/resources/FAFile$FAName.class b/build/net/sf/freecol/common/resources/FAFile$FAName.class deleted file mode 100644 index 1c93529c..00000000 Binary files a/build/net/sf/freecol/common/resources/FAFile$FAName.class and /dev/null differ diff --git a/build/net/sf/freecol/common/resources/FAFile.class b/build/net/sf/freecol/common/resources/FAFile.class deleted file mode 100644 index 56d4e960..00000000 Binary files a/build/net/sf/freecol/common/resources/FAFile.class and /dev/null differ diff --git a/build/net/sf/freecol/common/resources/FAFileResource.class b/build/net/sf/freecol/common/resources/FAFileResource.class deleted file mode 100644 index b6fcf1da..00000000 Binary files a/build/net/sf/freecol/common/resources/FAFileResource.class and /dev/null differ diff --git a/build/net/sf/freecol/common/resources/FontResource.class b/build/net/sf/freecol/common/resources/FontResource.class deleted file mode 100644 index 7b9e1529..00000000 Binary files a/build/net/sf/freecol/common/resources/FontResource.class and /dev/null differ diff --git a/build/net/sf/freecol/common/resources/ImageResource.class b/build/net/sf/freecol/common/resources/ImageResource.class deleted file mode 100644 index e0e539fd..00000000 Binary files a/build/net/sf/freecol/common/resources/ImageResource.class and /dev/null differ diff --git a/build/net/sf/freecol/common/resources/Resource$Cleanable.class b/build/net/sf/freecol/common/resources/Resource$Cleanable.class deleted file mode 100644 index a63eda56..00000000 Binary files a/build/net/sf/freecol/common/resources/Resource$Cleanable.class and /dev/null differ diff --git a/build/net/sf/freecol/common/resources/Resource$Preloadable.class b/build/net/sf/freecol/common/resources/Resource$Preloadable.class deleted file mode 100644 index c9141d1e..00000000 Binary files a/build/net/sf/freecol/common/resources/Resource$Preloadable.class and /dev/null differ diff --git a/build/net/sf/freecol/common/resources/Resource.class b/build/net/sf/freecol/common/resources/Resource.class deleted file mode 100644 index 37926e3b..00000000 Binary files a/build/net/sf/freecol/common/resources/Resource.class and /dev/null differ diff --git a/build/net/sf/freecol/common/resources/ResourceFactory$ResourceSink.class b/build/net/sf/freecol/common/resources/ResourceFactory$ResourceSink.class deleted file mode 100644 index cb12f424..00000000 Binary files a/build/net/sf/freecol/common/resources/ResourceFactory$ResourceSink.class and /dev/null differ diff --git a/build/net/sf/freecol/common/resources/ResourceFactory.class b/build/net/sf/freecol/common/resources/ResourceFactory.class deleted file mode 100644 index ae0120c6..00000000 Binary files a/build/net/sf/freecol/common/resources/ResourceFactory.class and /dev/null differ diff --git a/build/net/sf/freecol/common/resources/ResourceManager$1.class b/build/net/sf/freecol/common/resources/ResourceManager$1.class deleted file mode 100644 index 0f5c5635..00000000 Binary files a/build/net/sf/freecol/common/resources/ResourceManager$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/resources/ResourceManager.class b/build/net/sf/freecol/common/resources/ResourceManager.class deleted file mode 100644 index b95733c1..00000000 Binary files a/build/net/sf/freecol/common/resources/ResourceManager.class and /dev/null differ diff --git a/build/net/sf/freecol/common/resources/ResourceMapper.class b/build/net/sf/freecol/common/resources/ResourceMapper.class deleted file mode 100644 index 914fab13..00000000 Binary files a/build/net/sf/freecol/common/resources/ResourceMapper.class and /dev/null differ diff --git a/build/net/sf/freecol/common/resources/ResourceMapping.class b/build/net/sf/freecol/common/resources/ResourceMapping.class deleted file mode 100644 index 8300c353..00000000 Binary files a/build/net/sf/freecol/common/resources/ResourceMapping.class and /dev/null differ diff --git a/build/net/sf/freecol/common/resources/SZAResource.class b/build/net/sf/freecol/common/resources/SZAResource.class deleted file mode 100644 index 9cac9e05..00000000 Binary files a/build/net/sf/freecol/common/resources/SZAResource.class and /dev/null differ diff --git a/build/net/sf/freecol/common/resources/StringResource.class b/build/net/sf/freecol/common/resources/StringResource.class deleted file mode 100644 index 564f8a6d..00000000 Binary files a/build/net/sf/freecol/common/resources/StringResource.class and /dev/null differ diff --git a/build/net/sf/freecol/common/resources/Video.class b/build/net/sf/freecol/common/resources/Video.class deleted file mode 100644 index 99123e29..00000000 Binary files a/build/net/sf/freecol/common/resources/Video.class and /dev/null differ diff --git a/build/net/sf/freecol/common/resources/VideoResource.class b/build/net/sf/freecol/common/resources/VideoResource.class deleted file mode 100644 index 9a8e725e..00000000 Binary files a/build/net/sf/freecol/common/resources/VideoResource.class and /dev/null differ diff --git a/build/net/sf/freecol/common/sound/OggVorbisDecoderFactory$OggStream.class b/build/net/sf/freecol/common/sound/OggVorbisDecoderFactory$OggStream.class deleted file mode 100644 index 22d74237..00000000 Binary files a/build/net/sf/freecol/common/sound/OggVorbisDecoderFactory$OggStream.class and /dev/null differ diff --git a/build/net/sf/freecol/common/sound/OggVorbisDecoderFactory$OggVorbisAudioInputStream.class b/build/net/sf/freecol/common/sound/OggVorbisDecoderFactory$OggVorbisAudioInputStream.class deleted file mode 100644 index 96797680..00000000 Binary files a/build/net/sf/freecol/common/sound/OggVorbisDecoderFactory$OggVorbisAudioInputStream.class and /dev/null differ diff --git a/build/net/sf/freecol/common/sound/OggVorbisDecoderFactory.class b/build/net/sf/freecol/common/sound/OggVorbisDecoderFactory.class deleted file mode 100644 index 2835d397..00000000 Binary files a/build/net/sf/freecol/common/sound/OggVorbisDecoderFactory.class and /dev/null differ diff --git a/build/net/sf/freecol/common/sound/Playlist.class b/build/net/sf/freecol/common/sound/Playlist.class deleted file mode 100644 index 77f44ed0..00000000 Binary files a/build/net/sf/freecol/common/sound/Playlist.class and /dev/null differ diff --git a/build/net/sf/freecol/common/sound/SoundPlayer$SoundPlayerThread.class b/build/net/sf/freecol/common/sound/SoundPlayer$SoundPlayerThread.class deleted file mode 100644 index 34c62a1b..00000000 Binary files a/build/net/sf/freecol/common/sound/SoundPlayer$SoundPlayerThread.class and /dev/null differ diff --git a/build/net/sf/freecol/common/sound/SoundPlayer.class b/build/net/sf/freecol/common/sound/SoundPlayer.class deleted file mode 100644 index 007a0439..00000000 Binary files a/build/net/sf/freecol/common/sound/SoundPlayer.class and /dev/null differ diff --git a/build/net/sf/freecol/common/util/CollectionUtils$1$1.class b/build/net/sf/freecol/common/util/CollectionUtils$1$1.class deleted file mode 100644 index 5037736d..00000000 Binary files a/build/net/sf/freecol/common/util/CollectionUtils$1$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/util/CollectionUtils$1.class b/build/net/sf/freecol/common/util/CollectionUtils$1.class deleted file mode 100644 index 26304340..00000000 Binary files a/build/net/sf/freecol/common/util/CollectionUtils$1.class and /dev/null differ diff --git a/build/net/sf/freecol/common/util/CollectionUtils.class b/build/net/sf/freecol/common/util/CollectionUtils.class deleted file mode 100644 index 44164bc5..00000000 Binary files a/build/net/sf/freecol/common/util/CollectionUtils.class and /dev/null differ diff --git a/build/net/sf/freecol/common/util/Introspector.class b/build/net/sf/freecol/common/util/Introspector.class deleted file mode 100644 index 57739e23..00000000 Binary files a/build/net/sf/freecol/common/util/Introspector.class and /dev/null differ diff --git a/build/net/sf/freecol/common/util/LogBuilder.class b/build/net/sf/freecol/common/util/LogBuilder.class deleted file mode 100644 index e016f3cf..00000000 Binary files a/build/net/sf/freecol/common/util/LogBuilder.class and /dev/null differ diff --git a/build/net/sf/freecol/common/util/RandomChoice.class b/build/net/sf/freecol/common/util/RandomChoice.class deleted file mode 100644 index 7ae58039..00000000 Binary files a/build/net/sf/freecol/common/util/RandomChoice.class and /dev/null differ diff --git a/build/net/sf/freecol/common/util/RandomUtils.class b/build/net/sf/freecol/common/util/RandomUtils.class deleted file mode 100644 index cb28e587..00000000 Binary files a/build/net/sf/freecol/common/util/RandomUtils.class and /dev/null differ diff --git a/build/net/sf/freecol/common/util/StringUtils.class b/build/net/sf/freecol/common/util/StringUtils.class deleted file mode 100644 index 917e321a..00000000 Binary files a/build/net/sf/freecol/common/util/StringUtils.class and /dev/null differ diff --git a/build/net/sf/freecol/common/util/Utils.class b/build/net/sf/freecol/common/util/Utils.class deleted file mode 100644 index 0424064b..00000000 Binary files a/build/net/sf/freecol/common/util/Utils.class and /dev/null differ diff --git a/build/net/sf/freecol/common/util/Xml$Exception.class b/build/net/sf/freecol/common/util/Xml$Exception.class deleted file mode 100644 index e15d2dae..00000000 Binary files a/build/net/sf/freecol/common/util/Xml$Exception.class and /dev/null differ diff --git a/build/net/sf/freecol/common/util/Xml$Method.class b/build/net/sf/freecol/common/util/Xml$Method.class deleted file mode 100644 index 11f6e67f..00000000 Binary files a/build/net/sf/freecol/common/util/Xml$Method.class and /dev/null differ diff --git a/build/net/sf/freecol/common/util/Xml.class b/build/net/sf/freecol/common/util/Xml.class deleted file mode 100644 index 7519d457..00000000 Binary files a/build/net/sf/freecol/common/util/Xml.class and /dev/null differ diff --git a/build/net/sf/freecol/metaserver/MetaItem.class b/build/net/sf/freecol/metaserver/MetaItem.class deleted file mode 100644 index 5f6a1e85..00000000 Binary files a/build/net/sf/freecol/metaserver/MetaItem.class and /dev/null differ diff --git a/build/net/sf/freecol/metaserver/MetaRegister.class b/build/net/sf/freecol/metaserver/MetaRegister.class deleted file mode 100644 index 46c6f04b..00000000 Binary files a/build/net/sf/freecol/metaserver/MetaRegister.class and /dev/null differ diff --git a/build/net/sf/freecol/metaserver/MetaServer$1.class b/build/net/sf/freecol/metaserver/MetaServer$1.class deleted file mode 100644 index c6dfcf77..00000000 Binary files a/build/net/sf/freecol/metaserver/MetaServer$1.class and /dev/null differ diff --git a/build/net/sf/freecol/metaserver/MetaServer.class b/build/net/sf/freecol/metaserver/MetaServer.class deleted file mode 100644 index 91c58ec9..00000000 Binary files a/build/net/sf/freecol/metaserver/MetaServer.class and /dev/null differ diff --git a/build/net/sf/freecol/metaserver/NetworkHandler.class b/build/net/sf/freecol/metaserver/NetworkHandler.class deleted file mode 100644 index f9e28256..00000000 Binary files a/build/net/sf/freecol/metaserver/NetworkHandler.class and /dev/null differ diff --git a/build/net/sf/freecol/server/FreeColServer$1.class b/build/net/sf/freecol/server/FreeColServer$1.class deleted file mode 100644 index 7f29310f..00000000 Binary files a/build/net/sf/freecol/server/FreeColServer$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/FreeColServer$GameState.class b/build/net/sf/freecol/server/FreeColServer$GameState.class deleted file mode 100644 index 38ac1ab7..00000000 Binary files a/build/net/sf/freecol/server/FreeColServer$GameState.class and /dev/null differ diff --git a/build/net/sf/freecol/server/FreeColServer.class b/build/net/sf/freecol/server/FreeColServer.class deleted file mode 100644 index e2876add..00000000 Binary files a/build/net/sf/freecol/server/FreeColServer.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/AIColony$1.class b/build/net/sf/freecol/server/ai/AIColony$1.class deleted file mode 100644 index 237ac789..00000000 Binary files a/build/net/sf/freecol/server/ai/AIColony$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/AIColony$2.class b/build/net/sf/freecol/server/ai/AIColony$2.class deleted file mode 100644 index 0afc47a9..00000000 Binary files a/build/net/sf/freecol/server/ai/AIColony$2.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/AIColony$3.class b/build/net/sf/freecol/server/ai/AIColony$3.class deleted file mode 100644 index 17a5d4a8..00000000 Binary files a/build/net/sf/freecol/server/ai/AIColony$3.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/AIColony.class b/build/net/sf/freecol/server/ai/AIColony.class deleted file mode 100644 index 1091c47b..00000000 Binary files a/build/net/sf/freecol/server/ai/AIColony.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/AIGoods.class b/build/net/sf/freecol/server/ai/AIGoods.class deleted file mode 100644 index 93891b17..00000000 Binary files a/build/net/sf/freecol/server/ai/AIGoods.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/AIInGameInputHandler$1.class b/build/net/sf/freecol/server/ai/AIInGameInputHandler$1.class deleted file mode 100644 index 7334ae22..00000000 Binary files a/build/net/sf/freecol/server/ai/AIInGameInputHandler$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/AIInGameInputHandler$2.class b/build/net/sf/freecol/server/ai/AIInGameInputHandler$2.class deleted file mode 100644 index bb9f5cd1..00000000 Binary files a/build/net/sf/freecol/server/ai/AIInGameInputHandler$2.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/AIInGameInputHandler$3.class b/build/net/sf/freecol/server/ai/AIInGameInputHandler$3.class deleted file mode 100644 index dc5af186..00000000 Binary files a/build/net/sf/freecol/server/ai/AIInGameInputHandler$3.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/AIInGameInputHandler.class b/build/net/sf/freecol/server/ai/AIInGameInputHandler.class deleted file mode 100644 index c9152b7c..00000000 Binary files a/build/net/sf/freecol/server/ai/AIInGameInputHandler.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/AIMain.class b/build/net/sf/freecol/server/ai/AIMain.class deleted file mode 100644 index 19ec2a66..00000000 Binary files a/build/net/sf/freecol/server/ai/AIMain.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/AIMessage.class b/build/net/sf/freecol/server/ai/AIMessage.class deleted file mode 100644 index 78243469..00000000 Binary files a/build/net/sf/freecol/server/ai/AIMessage.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/AIObject.class b/build/net/sf/freecol/server/ai/AIObject.class deleted file mode 100644 index ba2806f3..00000000 Binary files a/build/net/sf/freecol/server/ai/AIObject.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/AIPlayer$1.class b/build/net/sf/freecol/server/ai/AIPlayer$1.class deleted file mode 100644 index 3513c932..00000000 Binary files a/build/net/sf/freecol/server/ai/AIPlayer$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/AIPlayer.class b/build/net/sf/freecol/server/ai/AIPlayer.class deleted file mode 100644 index d0369829..00000000 Binary files a/build/net/sf/freecol/server/ai/AIPlayer.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/AIUnit.class b/build/net/sf/freecol/server/ai/AIUnit.class deleted file mode 100644 index 0c1f858b..00000000 Binary files a/build/net/sf/freecol/server/ai/AIUnit.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/CacheEntryComparator.class b/build/net/sf/freecol/server/ai/CacheEntryComparator.class deleted file mode 100644 index 1a44a5dd..00000000 Binary files a/build/net/sf/freecol/server/ai/CacheEntryComparator.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/Cargo$CargoMode.class b/build/net/sf/freecol/server/ai/Cargo$CargoMode.class deleted file mode 100644 index 877e34ac..00000000 Binary files a/build/net/sf/freecol/server/ai/Cargo$CargoMode.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/Cargo$CargoPlan.class b/build/net/sf/freecol/server/ai/Cargo$CargoPlan.class deleted file mode 100644 index 496b24ec..00000000 Binary files a/build/net/sf/freecol/server/ai/Cargo$CargoPlan.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/Cargo.class b/build/net/sf/freecol/server/ai/Cargo.class deleted file mode 100644 index f0bad09f..00000000 Binary files a/build/net/sf/freecol/server/ai/Cargo.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/ColonyPlan$1.class b/build/net/sf/freecol/server/ai/ColonyPlan$1.class deleted file mode 100644 index eeeae2dc..00000000 Binary files a/build/net/sf/freecol/server/ai/ColonyPlan$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/ColonyPlan$2.class b/build/net/sf/freecol/server/ai/ColonyPlan$2.class deleted file mode 100644 index e6aec12c..00000000 Binary files a/build/net/sf/freecol/server/ai/ColonyPlan$2.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/ColonyPlan$3.class b/build/net/sf/freecol/server/ai/ColonyPlan$3.class deleted file mode 100644 index 9d921c21..00000000 Binary files a/build/net/sf/freecol/server/ai/ColonyPlan$3.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/ColonyPlan$4.class b/build/net/sf/freecol/server/ai/ColonyPlan$4.class deleted file mode 100644 index f8efdd7f..00000000 Binary files a/build/net/sf/freecol/server/ai/ColonyPlan$4.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/ColonyPlan$5.class b/build/net/sf/freecol/server/ai/ColonyPlan$5.class deleted file mode 100644 index 16eb79dc..00000000 Binary files a/build/net/sf/freecol/server/ai/ColonyPlan$5.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/ColonyPlan$6.class b/build/net/sf/freecol/server/ai/ColonyPlan$6.class deleted file mode 100644 index 68429d24..00000000 Binary files a/build/net/sf/freecol/server/ai/ColonyPlan$6.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/ColonyPlan$BuildPlan.class b/build/net/sf/freecol/server/ai/ColonyPlan$BuildPlan.class deleted file mode 100644 index b9cd3691..00000000 Binary files a/build/net/sf/freecol/server/ai/ColonyPlan$BuildPlan.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/ColonyPlan$ProfileType.class b/build/net/sf/freecol/server/ai/ColonyPlan$ProfileType.class deleted file mode 100644 index 2baa4842..00000000 Binary files a/build/net/sf/freecol/server/ai/ColonyPlan$ProfileType.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/ColonyPlan.class b/build/net/sf/freecol/server/ai/ColonyPlan.class deleted file mode 100644 index 4611a103..00000000 Binary files a/build/net/sf/freecol/server/ai/ColonyPlan.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/EuropeanAIPlayer$1.class b/build/net/sf/freecol/server/ai/EuropeanAIPlayer$1.class deleted file mode 100644 index ecbaaf74..00000000 Binary files a/build/net/sf/freecol/server/ai/EuropeanAIPlayer$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/EuropeanAIPlayer$2.class b/build/net/sf/freecol/server/ai/EuropeanAIPlayer$2.class deleted file mode 100644 index 5c509bc8..00000000 Binary files a/build/net/sf/freecol/server/ai/EuropeanAIPlayer$2.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/EuropeanAIPlayer$3.class b/build/net/sf/freecol/server/ai/EuropeanAIPlayer$3.class deleted file mode 100644 index dd18041a..00000000 Binary files a/build/net/sf/freecol/server/ai/EuropeanAIPlayer$3.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/EuropeanAIPlayer$4.class b/build/net/sf/freecol/server/ai/EuropeanAIPlayer$4.class deleted file mode 100644 index f01abbc5..00000000 Binary files a/build/net/sf/freecol/server/ai/EuropeanAIPlayer$4.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/EuropeanAIPlayer.class b/build/net/sf/freecol/server/ai/EuropeanAIPlayer.class deleted file mode 100644 index c52a484d..00000000 Binary files a/build/net/sf/freecol/server/ai/EuropeanAIPlayer.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/GoodsWish.class b/build/net/sf/freecol/server/ai/GoodsWish.class deleted file mode 100644 index 443b5579..00000000 Binary files a/build/net/sf/freecol/server/ai/GoodsWish.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/NativeAIPlayer$1.class b/build/net/sf/freecol/server/ai/NativeAIPlayer$1.class deleted file mode 100644 index 055b75d5..00000000 Binary files a/build/net/sf/freecol/server/ai/NativeAIPlayer$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/NativeAIPlayer$2.class b/build/net/sf/freecol/server/ai/NativeAIPlayer$2.class deleted file mode 100644 index a0c3df0b..00000000 Binary files a/build/net/sf/freecol/server/ai/NativeAIPlayer$2.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/NativeAIPlayer$3.class b/build/net/sf/freecol/server/ai/NativeAIPlayer$3.class deleted file mode 100644 index 1486dbdc..00000000 Binary files a/build/net/sf/freecol/server/ai/NativeAIPlayer$3.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/NativeAIPlayer.class b/build/net/sf/freecol/server/ai/NativeAIPlayer.class deleted file mode 100644 index 6da2ca46..00000000 Binary files a/build/net/sf/freecol/server/ai/NativeAIPlayer.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/ProductionCache$1.class b/build/net/sf/freecol/server/ai/ProductionCache$1.class deleted file mode 100644 index 1ddea1bf..00000000 Binary files a/build/net/sf/freecol/server/ai/ProductionCache$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/ProductionCache$Entry.class b/build/net/sf/freecol/server/ai/ProductionCache$Entry.class deleted file mode 100644 index 9a0d6a4e..00000000 Binary files a/build/net/sf/freecol/server/ai/ProductionCache$Entry.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/ProductionCache.class b/build/net/sf/freecol/server/ai/ProductionCache.class deleted file mode 100644 index 789d1ede..00000000 Binary files a/build/net/sf/freecol/server/ai/ProductionCache.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/REFAIPlayer$1.class b/build/net/sf/freecol/server/ai/REFAIPlayer$1.class deleted file mode 100644 index cb9b083e..00000000 Binary files a/build/net/sf/freecol/server/ai/REFAIPlayer$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/REFAIPlayer$2.class b/build/net/sf/freecol/server/ai/REFAIPlayer$2.class deleted file mode 100644 index beb23d5d..00000000 Binary files a/build/net/sf/freecol/server/ai/REFAIPlayer$2.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/REFAIPlayer$3.class b/build/net/sf/freecol/server/ai/REFAIPlayer$3.class deleted file mode 100644 index 2835c25f..00000000 Binary files a/build/net/sf/freecol/server/ai/REFAIPlayer$3.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/REFAIPlayer$TargetTuple.class b/build/net/sf/freecol/server/ai/REFAIPlayer$TargetTuple.class deleted file mode 100644 index 486adc94..00000000 Binary files a/build/net/sf/freecol/server/ai/REFAIPlayer$TargetTuple.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/REFAIPlayer.class b/build/net/sf/freecol/server/ai/REFAIPlayer.class deleted file mode 100644 index 5bddaf02..00000000 Binary files a/build/net/sf/freecol/server/ai/REFAIPlayer.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/TileImprovementPlan.class b/build/net/sf/freecol/server/ai/TileImprovementPlan.class deleted file mode 100644 index 0490b4e6..00000000 Binary files a/build/net/sf/freecol/server/ai/TileImprovementPlan.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/TransportableAIObject.class b/build/net/sf/freecol/server/ai/TransportableAIObject.class deleted file mode 100644 index fefde8d7..00000000 Binary files a/build/net/sf/freecol/server/ai/TransportableAIObject.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/ValuedAIObject.class b/build/net/sf/freecol/server/ai/ValuedAIObject.class deleted file mode 100644 index 1d006ceb..00000000 Binary files a/build/net/sf/freecol/server/ai/ValuedAIObject.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/Wish.class b/build/net/sf/freecol/server/ai/Wish.class deleted file mode 100644 index 9563656b..00000000 Binary files a/build/net/sf/freecol/server/ai/Wish.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/WorkLocationPlan.class b/build/net/sf/freecol/server/ai/WorkLocationPlan.class deleted file mode 100644 index 4498b3f5..00000000 Binary files a/build/net/sf/freecol/server/ai/WorkLocationPlan.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/WorkerWish.class b/build/net/sf/freecol/server/ai/WorkerWish.class deleted file mode 100644 index 3c2422fc..00000000 Binary files a/build/net/sf/freecol/server/ai/WorkerWish.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/goal/CreateMissionAtSettlementGoal.class b/build/net/sf/freecol/server/ai/goal/CreateMissionAtSettlementGoal.class deleted file mode 100644 index 2dfa7bd2..00000000 Binary files a/build/net/sf/freecol/server/ai/goal/CreateMissionAtSettlementGoal.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/goal/Goal.class b/build/net/sf/freecol/server/ai/goal/Goal.class deleted file mode 100644 index 795e89ac..00000000 Binary files a/build/net/sf/freecol/server/ai/goal/Goal.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/goal/GoalConstants.class b/build/net/sf/freecol/server/ai/goal/GoalConstants.class deleted file mode 100644 index 6360a74a..00000000 Binary files a/build/net/sf/freecol/server/ai/goal/GoalConstants.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/goal/GotoAdjacentGoal.class b/build/net/sf/freecol/server/ai/goal/GotoAdjacentGoal.class deleted file mode 100644 index 16012d38..00000000 Binary files a/build/net/sf/freecol/server/ai/goal/GotoAdjacentGoal.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/goal/ManageMissionariesGoal.class b/build/net/sf/freecol/server/ai/goal/ManageMissionariesGoal.class deleted file mode 100644 index b3025318..00000000 Binary files a/build/net/sf/freecol/server/ai/goal/ManageMissionariesGoal.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/BuildColonyMission$1.class b/build/net/sf/freecol/server/ai/mission/BuildColonyMission$1.class deleted file mode 100644 index 45a7acb1..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/BuildColonyMission$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/BuildColonyMission$2.class b/build/net/sf/freecol/server/ai/mission/BuildColonyMission$2.class deleted file mode 100644 index 339f008c..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/BuildColonyMission$2.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/BuildColonyMission.class b/build/net/sf/freecol/server/ai/mission/BuildColonyMission.class deleted file mode 100644 index 4cfc25b3..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/BuildColonyMission.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/CashInTreasureTrainMission$1.class b/build/net/sf/freecol/server/ai/mission/CashInTreasureTrainMission$1.class deleted file mode 100644 index 3740a926..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/CashInTreasureTrainMission$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/CashInTreasureTrainMission$2.class b/build/net/sf/freecol/server/ai/mission/CashInTreasureTrainMission$2.class deleted file mode 100644 index 23b984cb..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/CashInTreasureTrainMission$2.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/CashInTreasureTrainMission.class b/build/net/sf/freecol/server/ai/mission/CashInTreasureTrainMission.class deleted file mode 100644 index bc3082cc..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/CashInTreasureTrainMission.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/DefendSettlementMission$1.class b/build/net/sf/freecol/server/ai/mission/DefendSettlementMission$1.class deleted file mode 100644 index 4b821606..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/DefendSettlementMission$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/DefendSettlementMission$2.class b/build/net/sf/freecol/server/ai/mission/DefendSettlementMission$2.class deleted file mode 100644 index 30d5ba4a..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/DefendSettlementMission$2.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/DefendSettlementMission.class b/build/net/sf/freecol/server/ai/mission/DefendSettlementMission.class deleted file mode 100644 index d0005804..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/DefendSettlementMission.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/IdleAtSettlementMission$1.class b/build/net/sf/freecol/server/ai/mission/IdleAtSettlementMission$1.class deleted file mode 100644 index 206d408a..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/IdleAtSettlementMission$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/IdleAtSettlementMission.class b/build/net/sf/freecol/server/ai/mission/IdleAtSettlementMission.class deleted file mode 100644 index 52e4b3be..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/IdleAtSettlementMission.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/IndianBringGiftMission$1.class b/build/net/sf/freecol/server/ai/mission/IndianBringGiftMission$1.class deleted file mode 100644 index 9dd7776e..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/IndianBringGiftMission$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/IndianBringGiftMission.class b/build/net/sf/freecol/server/ai/mission/IndianBringGiftMission.class deleted file mode 100644 index 133695e4..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/IndianBringGiftMission.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/IndianDemandMission$1.class b/build/net/sf/freecol/server/ai/mission/IndianDemandMission$1.class deleted file mode 100644 index a4ae596b..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/IndianDemandMission$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/IndianDemandMission.class b/build/net/sf/freecol/server/ai/mission/IndianDemandMission.class deleted file mode 100644 index bf151724..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/IndianDemandMission.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/Mission.class b/build/net/sf/freecol/server/ai/mission/Mission.class deleted file mode 100644 index c515fa7b..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/Mission.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/MissionaryMission$1.class b/build/net/sf/freecol/server/ai/mission/MissionaryMission$1.class deleted file mode 100644 index 7573ba52..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/MissionaryMission$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/MissionaryMission$2.class b/build/net/sf/freecol/server/ai/mission/MissionaryMission$2.class deleted file mode 100644 index 061d4bbf..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/MissionaryMission$2.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/MissionaryMission.class b/build/net/sf/freecol/server/ai/mission/MissionaryMission.class deleted file mode 100644 index cc59443b..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/MissionaryMission.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/PioneeringMission$1.class b/build/net/sf/freecol/server/ai/mission/PioneeringMission$1.class deleted file mode 100644 index 2e6fb2dc..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/PioneeringMission$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/PioneeringMission$2.class b/build/net/sf/freecol/server/ai/mission/PioneeringMission$2.class deleted file mode 100644 index 010f8291..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/PioneeringMission$2.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/PioneeringMission.class b/build/net/sf/freecol/server/ai/mission/PioneeringMission.class deleted file mode 100644 index 7febac2f..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/PioneeringMission.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/PrivateerMission$1.class b/build/net/sf/freecol/server/ai/mission/PrivateerMission$1.class deleted file mode 100644 index e7e9e21b..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/PrivateerMission$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/PrivateerMission$2.class b/build/net/sf/freecol/server/ai/mission/PrivateerMission$2.class deleted file mode 100644 index e7cc44bd..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/PrivateerMission$2.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/PrivateerMission.class b/build/net/sf/freecol/server/ai/mission/PrivateerMission.class deleted file mode 100644 index cd13acb8..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/PrivateerMission.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/ScoutingMission$1.class b/build/net/sf/freecol/server/ai/mission/ScoutingMission$1.class deleted file mode 100644 index bbdf72cc..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/ScoutingMission$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/ScoutingMission$2.class b/build/net/sf/freecol/server/ai/mission/ScoutingMission$2.class deleted file mode 100644 index 14d6cc45..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/ScoutingMission$2.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/ScoutingMission.class b/build/net/sf/freecol/server/ai/mission/ScoutingMission.class deleted file mode 100644 index b5dda0ca..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/ScoutingMission.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/TransportMission$1.class b/build/net/sf/freecol/server/ai/mission/TransportMission$1.class deleted file mode 100644 index 291cc1b9..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/TransportMission$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/TransportMission$CargoResult.class b/build/net/sf/freecol/server/ai/mission/TransportMission$CargoResult.class deleted file mode 100644 index 5ef87f91..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/TransportMission$CargoResult.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/TransportMission.class b/build/net/sf/freecol/server/ai/mission/TransportMission.class deleted file mode 100644 index cc7049ae..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/TransportMission.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/UnitSeekAndDestroyMission$1.class b/build/net/sf/freecol/server/ai/mission/UnitSeekAndDestroyMission$1.class deleted file mode 100644 index 87a22554..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/UnitSeekAndDestroyMission$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/UnitSeekAndDestroyMission$2.class b/build/net/sf/freecol/server/ai/mission/UnitSeekAndDestroyMission$2.class deleted file mode 100644 index 71d60206..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/UnitSeekAndDestroyMission$2.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/UnitSeekAndDestroyMission.class b/build/net/sf/freecol/server/ai/mission/UnitSeekAndDestroyMission.class deleted file mode 100644 index 16ac6326..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/UnitSeekAndDestroyMission.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/UnitWanderHostileMission.class b/build/net/sf/freecol/server/ai/mission/UnitWanderHostileMission.class deleted file mode 100644 index a3ec0b61..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/UnitWanderHostileMission.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/UnitWanderMission.class b/build/net/sf/freecol/server/ai/mission/UnitWanderMission.class deleted file mode 100644 index e33b28f8..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/UnitWanderMission.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/WishRealizationMission$1.class b/build/net/sf/freecol/server/ai/mission/WishRealizationMission$1.class deleted file mode 100644 index 7ddaa999..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/WishRealizationMission$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/WishRealizationMission.class b/build/net/sf/freecol/server/ai/mission/WishRealizationMission.class deleted file mode 100644 index 62a55582..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/WishRealizationMission.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/WorkInsideColonyMission$1.class b/build/net/sf/freecol/server/ai/mission/WorkInsideColonyMission$1.class deleted file mode 100644 index c7969e72..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/WorkInsideColonyMission$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/ai/mission/WorkInsideColonyMission.class b/build/net/sf/freecol/server/ai/mission/WorkInsideColonyMission.class deleted file mode 100644 index 82c812cf..00000000 Binary files a/build/net/sf/freecol/server/ai/mission/WorkInsideColonyMission.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/ChangeSet$AttackChange.class b/build/net/sf/freecol/server/control/ChangeSet$AttackChange.class deleted file mode 100644 index b28d69a8..00000000 Binary files a/build/net/sf/freecol/server/control/ChangeSet$AttackChange.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/ChangeSet$AttributeChange.class b/build/net/sf/freecol/server/control/ChangeSet$AttributeChange.class deleted file mode 100644 index 5fd81c38..00000000 Binary files a/build/net/sf/freecol/server/control/ChangeSet$AttributeChange.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/ChangeSet$Change.class b/build/net/sf/freecol/server/control/ChangeSet$Change.class deleted file mode 100644 index e0ab0330..00000000 Binary files a/build/net/sf/freecol/server/control/ChangeSet$Change.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/ChangeSet$ChangePriority.class b/build/net/sf/freecol/server/control/ChangeSet$ChangePriority.class deleted file mode 100644 index 58cf1a92..00000000 Binary files a/build/net/sf/freecol/server/control/ChangeSet$ChangePriority.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/ChangeSet$FeatureChange.class b/build/net/sf/freecol/server/control/ChangeSet$FeatureChange.class deleted file mode 100644 index ad111ac3..00000000 Binary files a/build/net/sf/freecol/server/control/ChangeSet$FeatureChange.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/ChangeSet$MessageChange.class b/build/net/sf/freecol/server/control/ChangeSet$MessageChange.class deleted file mode 100644 index 184e5b87..00000000 Binary files a/build/net/sf/freecol/server/control/ChangeSet$MessageChange.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/ChangeSet$MoveChange.class b/build/net/sf/freecol/server/control/ChangeSet$MoveChange.class deleted file mode 100644 index a3de67cd..00000000 Binary files a/build/net/sf/freecol/server/control/ChangeSet$MoveChange.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/ChangeSet$ObjectChange.class b/build/net/sf/freecol/server/control/ChangeSet$ObjectChange.class deleted file mode 100644 index 30f6c1cb..00000000 Binary files a/build/net/sf/freecol/server/control/ChangeSet$ObjectChange.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/ChangeSet$OwnedChange.class b/build/net/sf/freecol/server/control/ChangeSet$OwnedChange.class deleted file mode 100644 index e7eabdfc..00000000 Binary files a/build/net/sf/freecol/server/control/ChangeSet$OwnedChange.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/ChangeSet$PartialObjectChange.class b/build/net/sf/freecol/server/control/ChangeSet$PartialObjectChange.class deleted file mode 100644 index ba4523bb..00000000 Binary files a/build/net/sf/freecol/server/control/ChangeSet$PartialObjectChange.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/ChangeSet$PlayerChange.class b/build/net/sf/freecol/server/control/ChangeSet$PlayerChange.class deleted file mode 100644 index fca8f8e1..00000000 Binary files a/build/net/sf/freecol/server/control/ChangeSet$PlayerChange.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/ChangeSet$RemoveChange.class b/build/net/sf/freecol/server/control/ChangeSet$RemoveChange.class deleted file mode 100644 index 04e0111c..00000000 Binary files a/build/net/sf/freecol/server/control/ChangeSet$RemoveChange.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/ChangeSet$See.class b/build/net/sf/freecol/server/control/ChangeSet$See.class deleted file mode 100644 index adbabc9c..00000000 Binary files a/build/net/sf/freecol/server/control/ChangeSet$See.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/ChangeSet$SpyChange.class b/build/net/sf/freecol/server/control/ChangeSet$SpyChange.class deleted file mode 100644 index 7cd3865f..00000000 Binary files a/build/net/sf/freecol/server/control/ChangeSet$SpyChange.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/ChangeSet$StanceChange.class b/build/net/sf/freecol/server/control/ChangeSet$StanceChange.class deleted file mode 100644 index 00a2dd94..00000000 Binary files a/build/net/sf/freecol/server/control/ChangeSet$StanceChange.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/ChangeSet$TrivialChange.class b/build/net/sf/freecol/server/control/ChangeSet$TrivialChange.class deleted file mode 100644 index a6a0e294..00000000 Binary files a/build/net/sf/freecol/server/control/ChangeSet$TrivialChange.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/ChangeSet.class b/build/net/sf/freecol/server/control/ChangeSet.class deleted file mode 100644 index 28c76ecd..00000000 Binary files a/build/net/sf/freecol/server/control/ChangeSet.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/Controller.class b/build/net/sf/freecol/server/control/Controller.class deleted file mode 100644 index d4ff6e15..00000000 Binary files a/build/net/sf/freecol/server/control/Controller.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/FreeColServerHolder.class b/build/net/sf/freecol/server/control/FreeColServerHolder.class deleted file mode 100644 index fff3354a..00000000 Binary files a/build/net/sf/freecol/server/control/FreeColServerHolder.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameController$1.class b/build/net/sf/freecol/server/control/InGameController$1.class deleted file mode 100644 index 9c4c828d..00000000 Binary files a/build/net/sf/freecol/server/control/InGameController$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameController$2.class b/build/net/sf/freecol/server/control/InGameController$2.class deleted file mode 100644 index c5d97f79..00000000 Binary files a/build/net/sf/freecol/server/control/InGameController$2.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameController$3.class b/build/net/sf/freecol/server/control/InGameController$3.class deleted file mode 100644 index c0cff5ab..00000000 Binary files a/build/net/sf/freecol/server/control/InGameController$3.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameController$DOMMessageCallable.class b/build/net/sf/freecol/server/control/InGameController$DOMMessageCallable.class deleted file mode 100644 index 596753c6..00000000 Binary files a/build/net/sf/freecol/server/control/InGameController$DOMMessageCallable.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameController$DOMMessageHandler.class b/build/net/sf/freecol/server/control/InGameController$DOMMessageHandler.class deleted file mode 100644 index 21b8dd68..00000000 Binary files a/build/net/sf/freecol/server/control/InGameController$DOMMessageHandler.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameController.class b/build/net/sf/freecol/server/control/InGameController.class deleted file mode 100644 index f3cf2577..00000000 Binary files a/build/net/sf/freecol/server/control/InGameController.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$1.class b/build/net/sf/freecol/server/control/InGameInputHandler$1.class deleted file mode 100644 index c8897c10..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$10.class b/build/net/sf/freecol/server/control/InGameInputHandler$10.class deleted file mode 100644 index e93de5b0..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$10.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$11.class b/build/net/sf/freecol/server/control/InGameInputHandler$11.class deleted file mode 100644 index 55dcca67..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$11.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$12.class b/build/net/sf/freecol/server/control/InGameInputHandler$12.class deleted file mode 100644 index 0d8d6cb2..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$12.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$13.class b/build/net/sf/freecol/server/control/InGameInputHandler$13.class deleted file mode 100644 index 0fc193a2..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$13.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$14.class b/build/net/sf/freecol/server/control/InGameInputHandler$14.class deleted file mode 100644 index f326e25a..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$14.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$15.class b/build/net/sf/freecol/server/control/InGameInputHandler$15.class deleted file mode 100644 index 6d6e7540..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$15.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$16.class b/build/net/sf/freecol/server/control/InGameInputHandler$16.class deleted file mode 100644 index 0584b42e..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$16.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$17.class b/build/net/sf/freecol/server/control/InGameInputHandler$17.class deleted file mode 100644 index efaa8a82..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$17.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$18.class b/build/net/sf/freecol/server/control/InGameInputHandler$18.class deleted file mode 100644 index 1e6e69c7..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$18.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$19.class b/build/net/sf/freecol/server/control/InGameInputHandler$19.class deleted file mode 100644 index f1b31de9..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$19.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$2.class b/build/net/sf/freecol/server/control/InGameInputHandler$2.class deleted file mode 100644 index 7cc14050..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$2.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$20.class b/build/net/sf/freecol/server/control/InGameInputHandler$20.class deleted file mode 100644 index f6520ffb..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$20.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$21.class b/build/net/sf/freecol/server/control/InGameInputHandler$21.class deleted file mode 100644 index e1433847..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$21.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$22.class b/build/net/sf/freecol/server/control/InGameInputHandler$22.class deleted file mode 100644 index 62e66fda..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$22.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$23.class b/build/net/sf/freecol/server/control/InGameInputHandler$23.class deleted file mode 100644 index 708ab020..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$23.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$24.class b/build/net/sf/freecol/server/control/InGameInputHandler$24.class deleted file mode 100644 index 995559b6..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$24.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$25.class b/build/net/sf/freecol/server/control/InGameInputHandler$25.class deleted file mode 100644 index 5b1847f9..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$25.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$26.class b/build/net/sf/freecol/server/control/InGameInputHandler$26.class deleted file mode 100644 index e491dfc8..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$26.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$27.class b/build/net/sf/freecol/server/control/InGameInputHandler$27.class deleted file mode 100644 index f1dfee1c..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$27.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$28.class b/build/net/sf/freecol/server/control/InGameInputHandler$28.class deleted file mode 100644 index a30b94df..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$28.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$29.class b/build/net/sf/freecol/server/control/InGameInputHandler$29.class deleted file mode 100644 index db53792e..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$29.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$3.class b/build/net/sf/freecol/server/control/InGameInputHandler$3.class deleted file mode 100644 index d92b9848..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$3.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$30.class b/build/net/sf/freecol/server/control/InGameInputHandler$30.class deleted file mode 100644 index 9ecbc9c9..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$30.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$31.class b/build/net/sf/freecol/server/control/InGameInputHandler$31.class deleted file mode 100644 index 453c9a12..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$31.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$32.class b/build/net/sf/freecol/server/control/InGameInputHandler$32.class deleted file mode 100644 index 3e98cd5e..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$32.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$33.class b/build/net/sf/freecol/server/control/InGameInputHandler$33.class deleted file mode 100644 index 225cb636..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$33.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$34.class b/build/net/sf/freecol/server/control/InGameInputHandler$34.class deleted file mode 100644 index 23269482..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$34.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$35.class b/build/net/sf/freecol/server/control/InGameInputHandler$35.class deleted file mode 100644 index 6818850f..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$35.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$36.class b/build/net/sf/freecol/server/control/InGameInputHandler$36.class deleted file mode 100644 index f05534f4..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$36.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$37.class b/build/net/sf/freecol/server/control/InGameInputHandler$37.class deleted file mode 100644 index 93390ed4..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$37.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$38.class b/build/net/sf/freecol/server/control/InGameInputHandler$38.class deleted file mode 100644 index 5251acda..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$38.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$39.class b/build/net/sf/freecol/server/control/InGameInputHandler$39.class deleted file mode 100644 index 0de10717..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$39.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$4.class b/build/net/sf/freecol/server/control/InGameInputHandler$4.class deleted file mode 100644 index 79b3a868..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$4.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$40.class b/build/net/sf/freecol/server/control/InGameInputHandler$40.class deleted file mode 100644 index 97c047f9..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$40.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$41.class b/build/net/sf/freecol/server/control/InGameInputHandler$41.class deleted file mode 100644 index 4dc19b20..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$41.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$42.class b/build/net/sf/freecol/server/control/InGameInputHandler$42.class deleted file mode 100644 index 18b2bd8c..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$42.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$43.class b/build/net/sf/freecol/server/control/InGameInputHandler$43.class deleted file mode 100644 index 7d92729c..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$43.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$44.class b/build/net/sf/freecol/server/control/InGameInputHandler$44.class deleted file mode 100644 index 0cca2a13..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$44.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$45.class b/build/net/sf/freecol/server/control/InGameInputHandler$45.class deleted file mode 100644 index 4664d79e..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$45.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$46.class b/build/net/sf/freecol/server/control/InGameInputHandler$46.class deleted file mode 100644 index b026ff74..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$46.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$47.class b/build/net/sf/freecol/server/control/InGameInputHandler$47.class deleted file mode 100644 index 8a658975..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$47.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$48.class b/build/net/sf/freecol/server/control/InGameInputHandler$48.class deleted file mode 100644 index 204c2ed8..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$48.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$49.class b/build/net/sf/freecol/server/control/InGameInputHandler$49.class deleted file mode 100644 index 059f9978..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$49.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$5.class b/build/net/sf/freecol/server/control/InGameInputHandler$5.class deleted file mode 100644 index fb2b29cd..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$5.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$50.class b/build/net/sf/freecol/server/control/InGameInputHandler$50.class deleted file mode 100644 index eaaa2cbd..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$50.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$51.class b/build/net/sf/freecol/server/control/InGameInputHandler$51.class deleted file mode 100644 index 95abbe98..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$51.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$52.class b/build/net/sf/freecol/server/control/InGameInputHandler$52.class deleted file mode 100644 index 8d7ebbed..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$52.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$53.class b/build/net/sf/freecol/server/control/InGameInputHandler$53.class deleted file mode 100644 index 15bd0bc8..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$53.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$54.class b/build/net/sf/freecol/server/control/InGameInputHandler$54.class deleted file mode 100644 index d6769828..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$54.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$55.class b/build/net/sf/freecol/server/control/InGameInputHandler$55.class deleted file mode 100644 index 2f84065c..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$55.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$6.class b/build/net/sf/freecol/server/control/InGameInputHandler$6.class deleted file mode 100644 index 7cd46411..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$6.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$7.class b/build/net/sf/freecol/server/control/InGameInputHandler$7.class deleted file mode 100644 index a9f70c04..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$7.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$8.class b/build/net/sf/freecol/server/control/InGameInputHandler$8.class deleted file mode 100644 index 67e418d2..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$8.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler$9.class b/build/net/sf/freecol/server/control/InGameInputHandler$9.class deleted file mode 100644 index 8498cbd3..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler$9.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InGameInputHandler.class b/build/net/sf/freecol/server/control/InGameInputHandler.class deleted file mode 100644 index 50722406..00000000 Binary files a/build/net/sf/freecol/server/control/InGameInputHandler.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InputHandler$1.class b/build/net/sf/freecol/server/control/InputHandler$1.class deleted file mode 100644 index 90a34dfd..00000000 Binary files a/build/net/sf/freecol/server/control/InputHandler$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InputHandler$DisconnectHandler.class b/build/net/sf/freecol/server/control/InputHandler$DisconnectHandler.class deleted file mode 100644 index dfb781ba..00000000 Binary files a/build/net/sf/freecol/server/control/InputHandler$DisconnectHandler.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/InputHandler.class b/build/net/sf/freecol/server/control/InputHandler.class deleted file mode 100644 index 68f721f0..00000000 Binary files a/build/net/sf/freecol/server/control/InputHandler.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/PreGameController.class b/build/net/sf/freecol/server/control/PreGameController.class deleted file mode 100644 index 13127c85..00000000 Binary files a/build/net/sf/freecol/server/control/PreGameController.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/PreGameInputHandler$1.class b/build/net/sf/freecol/server/control/PreGameInputHandler$1.class deleted file mode 100644 index 5d7163cc..00000000 Binary files a/build/net/sf/freecol/server/control/PreGameInputHandler$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/PreGameInputHandler.class b/build/net/sf/freecol/server/control/PreGameInputHandler.class deleted file mode 100644 index 7cd4ba4f..00000000 Binary files a/build/net/sf/freecol/server/control/PreGameInputHandler.class and /dev/null differ diff --git a/build/net/sf/freecol/server/control/UserConnectionHandler.class b/build/net/sf/freecol/server/control/UserConnectionHandler.class deleted file mode 100644 index e3da4587..00000000 Binary files a/build/net/sf/freecol/server/control/UserConnectionHandler.class and /dev/null differ diff --git a/build/net/sf/freecol/server/generator/ColonizationMapLoader.class b/build/net/sf/freecol/server/generator/ColonizationMapLoader.class deleted file mode 100644 index 981a570d..00000000 Binary files a/build/net/sf/freecol/server/generator/ColonizationMapLoader.class and /dev/null differ diff --git a/build/net/sf/freecol/server/generator/FreeColMapLoader.class b/build/net/sf/freecol/server/generator/FreeColMapLoader.class deleted file mode 100644 index 2fd0264b..00000000 Binary files a/build/net/sf/freecol/server/generator/FreeColMapLoader.class and /dev/null differ diff --git a/build/net/sf/freecol/server/generator/MapGenerator.class b/build/net/sf/freecol/server/generator/MapGenerator.class deleted file mode 100644 index 52719ed7..00000000 Binary files a/build/net/sf/freecol/server/generator/MapGenerator.class and /dev/null differ diff --git a/build/net/sf/freecol/server/generator/MapLayerGenerator.class b/build/net/sf/freecol/server/generator/MapLayerGenerator.class deleted file mode 100644 index e7c3f682..00000000 Binary files a/build/net/sf/freecol/server/generator/MapLayerGenerator.class and /dev/null differ diff --git a/build/net/sf/freecol/server/generator/MapLoader.class b/build/net/sf/freecol/server/generator/MapLoader.class deleted file mode 100644 index 3104387b..00000000 Binary files a/build/net/sf/freecol/server/generator/MapLoader.class and /dev/null differ diff --git a/build/net/sf/freecol/server/generator/River$1.class b/build/net/sf/freecol/server/generator/River$1.class deleted file mode 100644 index 95338d72..00000000 Binary files a/build/net/sf/freecol/server/generator/River$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/generator/River$DirectionChange.class b/build/net/sf/freecol/server/generator/River$DirectionChange.class deleted file mode 100644 index ad9d7b70..00000000 Binary files a/build/net/sf/freecol/server/generator/River$DirectionChange.class and /dev/null differ diff --git a/build/net/sf/freecol/server/generator/River.class b/build/net/sf/freecol/server/generator/River.class deleted file mode 100644 index 4bade02f..00000000 Binary files a/build/net/sf/freecol/server/generator/River.class and /dev/null differ diff --git a/build/net/sf/freecol/server/generator/RiverSection.class b/build/net/sf/freecol/server/generator/RiverSection.class deleted file mode 100644 index eea38f37..00000000 Binary files a/build/net/sf/freecol/server/generator/RiverSection.class and /dev/null differ diff --git a/build/net/sf/freecol/server/generator/SimpleMapGenerator$1.class b/build/net/sf/freecol/server/generator/SimpleMapGenerator$1.class deleted file mode 100644 index bf411626..00000000 Binary files a/build/net/sf/freecol/server/generator/SimpleMapGenerator$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/generator/SimpleMapGenerator$2.class b/build/net/sf/freecol/server/generator/SimpleMapGenerator$2.class deleted file mode 100644 index e8b3b468..00000000 Binary files a/build/net/sf/freecol/server/generator/SimpleMapGenerator$2.class and /dev/null differ diff --git a/build/net/sf/freecol/server/generator/SimpleMapGenerator$Territory.class b/build/net/sf/freecol/server/generator/SimpleMapGenerator$Territory.class deleted file mode 100644 index a91ae0ed..00000000 Binary files a/build/net/sf/freecol/server/generator/SimpleMapGenerator$Territory.class and /dev/null differ diff --git a/build/net/sf/freecol/server/generator/SimpleMapGenerator.class b/build/net/sf/freecol/server/generator/SimpleMapGenerator.class deleted file mode 100644 index 4befa6c4..00000000 Binary files a/build/net/sf/freecol/server/generator/SimpleMapGenerator.class and /dev/null differ diff --git a/build/net/sf/freecol/server/generator/TerrainGenerator.class b/build/net/sf/freecol/server/generator/TerrainGenerator.class deleted file mode 100644 index eea99677..00000000 Binary files a/build/net/sf/freecol/server/generator/TerrainGenerator.class and /dev/null differ diff --git a/build/net/sf/freecol/server/model/DiplomacySession.class b/build/net/sf/freecol/server/model/DiplomacySession.class deleted file mode 100644 index 819be2aa..00000000 Binary files a/build/net/sf/freecol/server/model/DiplomacySession.class and /dev/null differ diff --git a/build/net/sf/freecol/server/model/LootSession.class b/build/net/sf/freecol/server/model/LootSession.class deleted file mode 100644 index 28d1200c..00000000 Binary files a/build/net/sf/freecol/server/model/LootSession.class and /dev/null differ diff --git a/build/net/sf/freecol/server/model/MonarchSession$1.class b/build/net/sf/freecol/server/model/MonarchSession$1.class deleted file mode 100644 index 408cdc7f..00000000 Binary files a/build/net/sf/freecol/server/model/MonarchSession$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/model/MonarchSession.class b/build/net/sf/freecol/server/model/MonarchSession.class deleted file mode 100644 index 1a473491..00000000 Binary files a/build/net/sf/freecol/server/model/MonarchSession.class and /dev/null differ diff --git a/build/net/sf/freecol/server/model/ServerBuilding.class b/build/net/sf/freecol/server/model/ServerBuilding.class deleted file mode 100644 index be364355..00000000 Binary files a/build/net/sf/freecol/server/model/ServerBuilding.class and /dev/null differ diff --git a/build/net/sf/freecol/server/model/ServerColony$1.class b/build/net/sf/freecol/server/model/ServerColony$1.class deleted file mode 100644 index c62b4c58..00000000 Binary files a/build/net/sf/freecol/server/model/ServerColony$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/model/ServerColony.class b/build/net/sf/freecol/server/model/ServerColony.class deleted file mode 100644 index abc71647..00000000 Binary files a/build/net/sf/freecol/server/model/ServerColony.class and /dev/null differ diff --git a/build/net/sf/freecol/server/model/ServerColonyTile.class b/build/net/sf/freecol/server/model/ServerColonyTile.class deleted file mode 100644 index 69416dda..00000000 Binary files a/build/net/sf/freecol/server/model/ServerColonyTile.class and /dev/null differ diff --git a/build/net/sf/freecol/server/model/ServerEurope.class b/build/net/sf/freecol/server/model/ServerEurope.class deleted file mode 100644 index c627bc19..00000000 Binary files a/build/net/sf/freecol/server/model/ServerEurope.class and /dev/null differ diff --git a/build/net/sf/freecol/server/model/ServerGame.class b/build/net/sf/freecol/server/model/ServerGame.class deleted file mode 100644 index 645e0bf7..00000000 Binary files a/build/net/sf/freecol/server/model/ServerGame.class and /dev/null differ diff --git a/build/net/sf/freecol/server/model/ServerIndianSettlement.class b/build/net/sf/freecol/server/model/ServerIndianSettlement.class deleted file mode 100644 index 9386635e..00000000 Binary files a/build/net/sf/freecol/server/model/ServerIndianSettlement.class and /dev/null differ diff --git a/build/net/sf/freecol/server/model/ServerModelObject.class b/build/net/sf/freecol/server/model/ServerModelObject.class deleted file mode 100644 index a8310741..00000000 Binary files a/build/net/sf/freecol/server/model/ServerModelObject.class and /dev/null differ diff --git a/build/net/sf/freecol/server/model/ServerPlayer$1.class b/build/net/sf/freecol/server/model/ServerPlayer$1.class deleted file mode 100644 index 38cac55b..00000000 Binary files a/build/net/sf/freecol/server/model/ServerPlayer$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/model/ServerPlayer.class b/build/net/sf/freecol/server/model/ServerPlayer.class deleted file mode 100644 index 5cc631ef..00000000 Binary files a/build/net/sf/freecol/server/model/ServerPlayer.class and /dev/null differ diff --git a/build/net/sf/freecol/server/model/ServerRegion.class b/build/net/sf/freecol/server/model/ServerRegion.class deleted file mode 100644 index fde1b853..00000000 Binary files a/build/net/sf/freecol/server/model/ServerRegion.class and /dev/null differ diff --git a/build/net/sf/freecol/server/model/ServerUnit$1.class b/build/net/sf/freecol/server/model/ServerUnit$1.class deleted file mode 100644 index e144e05d..00000000 Binary files a/build/net/sf/freecol/server/model/ServerUnit$1.class and /dev/null differ diff --git a/build/net/sf/freecol/server/model/ServerUnit.class b/build/net/sf/freecol/server/model/ServerUnit.class deleted file mode 100644 index e2730af0..00000000 Binary files a/build/net/sf/freecol/server/model/ServerUnit.class and /dev/null differ diff --git a/build/net/sf/freecol/server/model/TradeSession.class b/build/net/sf/freecol/server/model/TradeSession.class deleted file mode 100644 index 9a2e9578..00000000 Binary files a/build/net/sf/freecol/server/model/TradeSession.class and /dev/null differ diff --git a/build/net/sf/freecol/server/model/TransactionSession.class b/build/net/sf/freecol/server/model/TransactionSession.class deleted file mode 100644 index 018cc3aa..00000000 Binary files a/build/net/sf/freecol/server/model/TransactionSession.class and /dev/null differ diff --git a/build/net/sf/freecol/server/networking/DummyConnection.class b/build/net/sf/freecol/server/networking/DummyConnection.class deleted file mode 100644 index 7f826e7b..00000000 Binary files a/build/net/sf/freecol/server/networking/DummyConnection.class and /dev/null differ diff --git a/build/net/sf/freecol/server/networking/Server.class b/build/net/sf/freecol/server/networking/Server.class deleted file mode 100644 index 600166b5..00000000 Binary files a/build/net/sf/freecol/server/networking/Server.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/ColonizationMapReader.class b/build/net/sf/freecol/tools/ColonizationMapReader.class deleted file mode 100644 index 6ad4392d..00000000 Binary files a/build/net/sf/freecol/tools/ColonizationMapReader.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/ColonizationSaveGameReader$Colonist.class b/build/net/sf/freecol/tools/ColonizationSaveGameReader$Colonist.class deleted file mode 100644 index 3c877170..00000000 Binary files a/build/net/sf/freecol/tools/ColonizationSaveGameReader$Colonist.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/ColonizationSaveGameReader$ColonyData.class b/build/net/sf/freecol/tools/ColonizationSaveGameReader$ColonyData.class deleted file mode 100644 index b84c1674..00000000 Binary files a/build/net/sf/freecol/tools/ColonizationSaveGameReader$ColonyData.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/ColonizationSaveGameReader$GameData.class b/build/net/sf/freecol/tools/ColonizationSaveGameReader$GameData.class deleted file mode 100644 index 3df0ad6a..00000000 Binary files a/build/net/sf/freecol/tools/ColonizationSaveGameReader$GameData.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/ColonizationSaveGameReader$PlayerData.class b/build/net/sf/freecol/tools/ColonizationSaveGameReader$PlayerData.class deleted file mode 100644 index 8574e651..00000000 Binary files a/build/net/sf/freecol/tools/ColonizationSaveGameReader$PlayerData.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/ColonizationSaveGameReader.class b/build/net/sf/freecol/tools/ColonizationSaveGameReader.class deleted file mode 100644 index 331fe2c2..00000000 Binary files a/build/net/sf/freecol/tools/ColonizationSaveGameReader.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/DesktopEntry$1.class b/build/net/sf/freecol/tools/DesktopEntry$1.class deleted file mode 100644 index 5dd7631f..00000000 Binary files a/build/net/sf/freecol/tools/DesktopEntry$1.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/DesktopEntry.class b/build/net/sf/freecol/tools/DesktopEntry.class deleted file mode 100644 index bf95e129..00000000 Binary files a/build/net/sf/freecol/tools/DesktopEntry.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/FSGConverter.class b/build/net/sf/freecol/tools/FSGConverter.class deleted file mode 100644 index ce45abb7..00000000 Binary files a/build/net/sf/freecol/tools/FSGConverter.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/FlagTest.class b/build/net/sf/freecol/tools/FlagTest.class deleted file mode 100644 index 9252a545..00000000 Binary files a/build/net/sf/freecol/tools/FlagTest.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/ForestMaker$ImageLocation.class b/build/net/sf/freecol/tools/ForestMaker$ImageLocation.class deleted file mode 100644 index 36b88939..00000000 Binary files a/build/net/sf/freecol/tools/ForestMaker$ImageLocation.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/ForestMaker.class b/build/net/sf/freecol/tools/ForestMaker.class deleted file mode 100644 index 18be4d51..00000000 Binary files a/build/net/sf/freecol/tools/ForestMaker.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/GenerateDocumentation$1.class b/build/net/sf/freecol/tools/GenerateDocumentation$1.class deleted file mode 100644 index 25e146b1..00000000 Binary files a/build/net/sf/freecol/tools/GenerateDocumentation$1.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/GenerateDocumentation.class b/build/net/sf/freecol/tools/GenerateDocumentation.class deleted file mode 100644 index 374ce11d..00000000 Binary files a/build/net/sf/freecol/tools/GenerateDocumentation.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/InstallerTranslations$1.class b/build/net/sf/freecol/tools/InstallerTranslations$1.class deleted file mode 100644 index 30ad63ff..00000000 Binary files a/build/net/sf/freecol/tools/InstallerTranslations$1.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/InstallerTranslations.class b/build/net/sf/freecol/tools/InstallerTranslations.class deleted file mode 100644 index fc308111..00000000 Binary files a/build/net/sf/freecol/tools/InstallerTranslations.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/MapConverter.class b/build/net/sf/freecol/tools/MapConverter.class deleted file mode 100644 index dc20a3ff..00000000 Binary files a/build/net/sf/freecol/tools/MapConverter.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/MergeTranslations$1.class b/build/net/sf/freecol/tools/MergeTranslations$1.class deleted file mode 100644 index 7557ce85..00000000 Binary files a/build/net/sf/freecol/tools/MergeTranslations$1.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/MergeTranslations.class b/build/net/sf/freecol/tools/MergeTranslations.class deleted file mode 100644 index df1e5a47..00000000 Binary files a/build/net/sf/freecol/tools/MergeTranslations.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/RiverMaker.class b/build/net/sf/freecol/tools/RiverMaker.class deleted file mode 100644 index 50ed2dfe..00000000 Binary files a/build/net/sf/freecol/tools/RiverMaker.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/SaveGameValidator.class b/build/net/sf/freecol/tools/SaveGameValidator.class deleted file mode 100644 index 81e58c3f..00000000 Binary files a/build/net/sf/freecol/tools/SaveGameValidator.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/TranslationReport$1.class b/build/net/sf/freecol/tools/TranslationReport$1.class deleted file mode 100644 index 9da7dece..00000000 Binary files a/build/net/sf/freecol/tools/TranslationReport$1.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/TranslationReport$LanguageStatsRecord.class b/build/net/sf/freecol/tools/TranslationReport$LanguageStatsRecord.class deleted file mode 100644 index db767772..00000000 Binary files a/build/net/sf/freecol/tools/TranslationReport$LanguageStatsRecord.class and /dev/null differ diff --git a/build/net/sf/freecol/tools/TranslationReport.class b/build/net/sf/freecol/tools/TranslationReport.class deleted file mode 100644 index 49f58427..00000000 Binary files a/build/net/sf/freecol/tools/TranslationReport.class and /dev/null differ diff --git a/build/skeletons/FreeCol b/build/skeletons/FreeCol deleted file mode 100644 index 284a2e8f..00000000 Binary files a/build/skeletons/FreeCol and /dev/null differ diff --git a/build/skeletons/console-wrapper/consolewrapper.exe b/build/skeletons/console-wrapper/consolewrapper.exe deleted file mode 100644 index 0cba040a..00000000 Binary files a/build/skeletons/console-wrapper/consolewrapper.exe and /dev/null differ diff --git a/build/skeletons/console-wrapper/description.skel b/build/skeletons/console-wrapper/description.skel deleted file mode 100644 index d3202c82..00000000 --- a/build/skeletons/console-wrapper/description.skel +++ /dev/null @@ -1,40 +0,0 @@ - - -false -console applications. -

-Although it is designed for console application (i.e. launched from the command.com shell prompt), it can launch standard GUI application. In such a case, any output of the java application (from System.out or System.err) is displayed in the a DOS Console. -]]> - -consolewrapper.exe -JAVA -102 -103 -Console Wrapper - -When no JVM is found in the target computer, the following message is displayed on the console. -Message - -textarea -This program needs Java to run. -Please download it at http://www.java.com - - -The wrapper waits a keypress on the console when the application exits. -PressKey - -boolean -0 - - -Enable the jsmooth debug traces -Debug - -boolean -0 - - diff --git a/build/skeletons/windowed-wrapper/description.skel b/build/skeletons/windowed-wrapper/description.skel deleted file mode 100644 index eb0c45c0..00000000 --- a/build/skeletons/windowed-wrapper/description.skel +++ /dev/null @@ -1,44 +0,0 @@ - - -false -GUI applications. -Arguments can be passed to the application (either use the JSmooth default argument mechanism, or create a shortcut with arguments).]]> - -jwrap.exe -JAVA -102 -103 -Windowed Wrapper - -When no JVM is found in the target computer, the user is prompted with the message defined below. Then, the default browser is launched with the URL defined here. -Message - -textarea -Java has not been found on your computer. Do you want to download it? - - -If the user selects YES to the message prompted above, the default web browser is launched with this URL. -URL - -string -http://www.java.com - - -The default behaviour is to launch the java application in a different (detached) process. If you want to force the wrapper to launch the Java application in the same process than the exe, than select this option. -SingleProcess - -boolean -0 - - -Enable the jsmooth debug console. -Debug - -boolean -0 - - diff --git a/build/skeletons/windowed-wrapper/jwrap.exe b/build/skeletons/windowed-wrapper/jwrap.exe deleted file mode 100644 index 844087f2..00000000 Binary files a/build/skeletons/windowed-wrapper/jwrap.exe and /dev/null differ diff --git a/build/splash.jpg b/build/splash.jpg deleted file mode 100644 index b3322f76..00000000 Binary files a/build/splash.jpg and /dev/null differ diff --git a/build/startup.jsmooth b/build/startup.jsmooth deleted file mode 100644 index 2abfeb8c..00000000 --- a/build/startup.jsmooth +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - registry - javahome - jrepath - jdkpath - exepath - jview - - FreeCol.jar - false - freecol.exe - ../packaging/icons/freecol.ico - 134217728 - - sun.java2d.d3d - false - - net.sf.freecol.FreeCol - 536870912 - - 1.8 - Windowed Wrapper - - Message - Java has not been found on your computer. Do you want to download it? - - - URL - http://www.java.com - - - SingleProcess - 0 - - - Debug - 0 - - diff --git a/build/uninstaller.jsmooth b/build/uninstaller.jsmooth deleted file mode 100644 index e9bef7f7..00000000 --- a/build/uninstaller.jsmooth +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - registry - javahome - jrepath - jdkpath - exepath - jview - - uninstaller.jar - false - uninstaller.exe - - -1 - com.izforge.izpack.uninstaller.Uninstaller - -1 - - 1.8 - Windowed Wrapper - - Message - Java has not been found on your computer. Do you want to download it? - - - URL - http://www.java.com - - - SingleProcess - 0 - - - Debug - 0 - - diff --git a/build/unixShortcutSpec.xml b/build/unixShortcutSpec.xml deleted file mode 100644 index 2f2cb858..00000000 --- a/build/unixShortcutSpec.xml +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/build/winShortcutSpec.xml b/build/winShortcutSpec.xml deleted file mode 100644 index 78ec782c..00000000 --- a/build/winShortcutSpec.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/data/base/resources.properties b/data/base/resources.properties index d20ca311..35851e33 100644 --- a/data/base/resources.properties +++ b/data/base/resources.properties @@ -5,11 +5,12 @@ font.header=resources/fonts/ShadowedBlack.ttf font.normal=urn:font:Serif-PLAIN-12 # Deliberately simple font. font.simple=urn:font:Dialog-PLAIN-12 -# Signature for Declaration of Independence +# Signature for Declaration of Independencejj animatedfont.signature=resources/fonts/signature.faf # Sounds (one is needed for SoundTest) sound.intro.general=resources/sound/intro.ogg +sound.intro.johncena=resources/sound/johncena.ogg # Cursors image.icon.cursor.go=resources/images/ui/go.png diff --git a/data/base/resources/sound/johncena.ogg b/data/base/resources/sound/johncena.ogg new file mode 100644 index 00000000..3aeb2232 Binary files /dev/null and b/data/base/resources/sound/johncena.ogg differ diff --git a/data/rules/classic/resources.properties b/data/rules/classic/resources.properties index b205ba68..41096c5a 100644 --- a/data/rules/classic/resources.properties +++ b/data/rules/classic/resources.properties @@ -1,5 +1,6 @@ # Video video.opening=resources/video/freecol-opening.video.ogg +video.johncena=resources/video/freecol-johncena.video.ogg # Sounds sound.intro.model.nation.english=resources/sound/intro/generic.ogg diff --git a/data/rules/classic/resources/video/freecol-johncena.video.ogg b/data/rules/classic/resources/video/freecol-johncena.video.ogg new file mode 100644 index 00000000..e636270c Binary files /dev/null and b/data/rules/classic/resources/video/freecol-johncena.video.ogg differ diff --git a/src/net/sf/freecol/CommandLineOptions.java b/src/net/sf/freecol/CommandLineOptions.java new file mode 100644 index 00000000..48529d4d --- /dev/null +++ b/src/net/sf/freecol/CommandLineOptions.java @@ -0,0 +1,924 @@ +package net.sf.freecol; + +import static net.sf.freecol.common.util.CollectionUtils.find; +import static net.sf.freecol.common.util.CollectionUtils.map; + +import java.awt.Dimension; +import java.io.File; +import java.io.FileInputStream; +import java.io.FileNotFoundException; +import java.util.Arrays; +import java.util.logging.Level; +import java.util.stream.Collectors; + +import org.apache.commons.cli.CommandLine; +import org.apache.commons.cli.CommandLineParser; +import org.apache.commons.cli.HelpFormatter; +import org.apache.commons.cli.OptionBuilder; +import org.apache.commons.cli.Options; +import org.apache.commons.cli.ParseException; +import org.apache.commons.cli.PosixParser; + +import net.sf.freecol.common.FreeColSeed; +import net.sf.freecol.common.debug.FreeColDebugger; +import net.sf.freecol.common.i18n.Messages; +import net.sf.freecol.common.io.FreeColDirectories; +import net.sf.freecol.common.model.StringTemplate; +import net.sf.freecol.common.model.NationOptions.Advantages; + +/** + * This class is responsible for handling the command-line arguments and starting the client-GUI. + */ +public class CommandLineOptions +{ + /** The difficulty levels. */ + public static final String[] DIFFICULTIES = + { + "veryEasy", "easy", "medium", "hard", "veryHard" + }; + + // Cli defaults. + public static final int GUI_SCALE_MAX_PCT = 200; + public static final int GUI_SCALE_MIN_PCT = 100; + public static final int GUI_SCALE_STEP_PCT = 25; + public static final float GUI_SCALE_MIN = GUI_SCALE_MIN_PCT / 100.0f; + public static final float GUI_SCALE_MAX = GUI_SCALE_MAX_PCT / 100.0f; + public static final float GUI_SCALE_STEP = GUI_SCALE_STEP_PCT / 100.0f; + private static final int EUROPEANS_MIN = 1; + + public CommandLineOptions() + { + + } + + /** + * Prints the usage message and exits. + * + * @param options The command line Options. + * @param status The status to exit with. + */ + private static void printUsage(Options options, int status) + { + HelpFormatter formatter = new HelpFormatter(); + formatter.printHelp("java -Xmx 256M -jar freecol.jar [OPTIONS]", + options); + System.exit(status); + } + + /** + * Just gripe to System.err. + * + * @param template A StringTemplate to print. + */ + public static void gripe(StringTemplate template) + { + System.err.println(Messages.message(template)); + } + + // Accessors, mutators and support for the cli variables. + + /** + * Gets a comma separated list of localized advantage type names. + * + * @return A list of advantage types. + */ + private static String getValidAdvantages() + { + return Arrays.stream(Advantages.values()) + .map(a -> Messages.getName(a)).collect(Collectors.joining(",")); + } + + /** + * Gets the valid scale factors for the GUI. + * + * @return A string containing these. + */ + public static String getValidGUIScales() + { + String result = ""; + for(int i=GUI_SCALE_MIN_PCT; i Messages.getName(a).equals(advantages), null); + if (adv != null) FreeCol.setAdvantages(adv); + return adv; + } + + /** + * Sets the log level. + * + * @param arg The log level to set. + */ + public static void setLogLevel(String arg) + { + Shared.logLevel = Level.parse(arg.toUpperCase()); + } + + /** + * Sets the window size. + * + * Does not fail because any empty or invalid value is interpreted as + * `windowed but use as much screen as possible'. + * + * @param arg The window size specification. + */ + private static void setWindowSize(String arg) + { + String[] xy; + if (arg != null + && (xy = arg.split("[^0-9]")) != null + && xy.length == 2) + { + try + { + Shared.windowSize = new Dimension(Integer.parseInt(xy[0]), + Integer.parseInt(xy[1])); + } catch (NumberFormatException nfe) {} + } + if (Shared.windowSize == null) Shared.windowSize = new Dimension(-1, -1); + } + + /** + * Selects a difficulty level. + * + * @param arg The supplied difficulty argument. + * @return The name of the selected difficulty, or null if none. + */ + public static String selectDifficulty(String arg) + { + String difficulty = find(map(DIFFICULTIES, d -> "model.difficulty."+d), + k -> Messages.getName(k).equals(arg), null); + if (difficulty != null) FreeCol.setDifficulty(difficulty); + return difficulty; + } + + /** + * Sets the scale for GUI elements. + * + * @param arg The optional command line argument to be parsed. + * @return If the argument was correctly formatted. + */ + public static boolean setGUIScale(String arg) + { + boolean valid = true; + if(arg == null) + { + Shared.guiScale = GUI_SCALE_MAX; + } + + else + { + try + { + int n = Integer.parseInt(arg); + if (n < GUI_SCALE_MIN_PCT) + { + valid = false; + n = GUI_SCALE_MIN_PCT; + } + + else if(n > GUI_SCALE_MAX_PCT) + { + valid = false; + n = GUI_SCALE_MAX_PCT; + } + + else if(n % GUI_SCALE_STEP_PCT != 0) + { + valid = false; + } + Shared.guiScale = ((float)(n / GUI_SCALE_STEP_PCT)) * GUI_SCALE_STEP; + } + + catch (NumberFormatException nfe) + { + valid = false; + Shared.guiScale = GUI_SCALE_MAX; + } + } + return valid; + } + + /** + * Gets the names of the valid difficulty levels. + * + * @return The valid difficulty levels, comma separated. + */ + public static String getValidDifficulties() + { + return Arrays.stream(DIFFICULTIES) + .map(d -> Messages.getName("model.difficulty." + d)) + .collect(Collectors.joining(",")); + } + + /** + * Selects a European nation count. + * + * @param arg The supplied count argument. + * @return A valid nation number, or negative on error. + */ + public static int selectEuropeanCount(String arg) + { + try + { + int n = Integer.parseInt(arg); + if (n >= EUROPEANS_MIN) + { + FreeCol.setEuropeanCount(n); + return n; + } + } catch (NumberFormatException nfe) {} + return -1; + } + + + //Command Line + + /** + * Builds command line options with their arguments. + * + * @param args Options object. + */ + private static void createOptionsBuilder(Options options) + { + final String help = Messages.message("cli.help"); + final File dummy = new File("dummy"); + final String argDirectory = Messages.message("cli.arg.directory"); + + //Usage options. + OptionBuilder.withLongOpt("usage"); + OptionBuilder.withDescription(help); + options.addOption(OptionBuilder.create()); + + // Help options. + OptionBuilder.withLongOpt("help"); + OptionBuilder.withDescription(help); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("freecol-data"); + OptionBuilder.withDescription(Messages.message("cli.freecol-data")); + OptionBuilder.withArgName(argDirectory); + OptionBuilder.hasArg(); + options.addOption(OptionBuilder.create()); + + // Special options handled early. + OptionBuilder.withLongOpt("default-locale"); + OptionBuilder.withDescription(Messages.message("cli.default-locale")); + OptionBuilder.withArgName(Messages.message("cli.arg.locale")); + OptionBuilder.hasArg(); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("advantages"); + OptionBuilder.withDescription + ( + Messages.message + ( + StringTemplate.template("cli.advantages") + .addName("%advantages%", getValidAdvantages()) + ) + ); + OptionBuilder.withArgName(Messages.message("cli.arg.advantages")); + OptionBuilder.hasArg(); + options.addOption(OptionBuilder.create()); + + // Ordinary options, handled here. + OptionBuilder.withLongOpt("check-savegame"); + OptionBuilder.withDescription(Messages.message("cli.check-savegame")); + OptionBuilder.withArgName(Messages.message("cli.arg.file")); + OptionBuilder.hasArg(); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("clientOptions"); + OptionBuilder.withDescription(Messages.message("cli.clientOptions")); + OptionBuilder.withArgName(Messages.message("cli.arg.clientOptions")); + OptionBuilder.hasArg(); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("debug"); + OptionBuilder.withDescription(Messages.message(StringTemplate + .template("cli.debug") + .addName("%modes%", FreeColDebugger.getDebugModes()))); + OptionBuilder.withArgName(Messages.message("cli.arg.debug")); + OptionBuilder.hasOptionalArg(); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("debug-run"); + OptionBuilder.withDescription(Messages.message("cli.debug-run")); + OptionBuilder.withArgName(Messages.message("cli.arg.debugRun")); + OptionBuilder.hasOptionalArg(); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("debug-start"); + OptionBuilder.withDescription(Messages.message("cli.debug-start")); + options.addOption(OptionBuilder.create()); + OptionBuilder.withLongOpt("difficulty"); + OptionBuilder.withDescription(Messages.message("cli.difficulty")); + OptionBuilder.withArgName(Messages.message("cli.arg.difficulty")); + OptionBuilder.hasArg(); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("europeans"); + OptionBuilder.withDescription(Messages.message("cli.european-count")); + OptionBuilder.withArgName(Messages.message("cli.arg.europeans")); + OptionBuilder.hasArg(); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("fast"); + OptionBuilder.withDescription(Messages.message("cli.fast")); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("font"); + OptionBuilder.withDescription(Messages.message("cli.font")); + OptionBuilder.withArgName(Messages.message("cli.arg.font")); + OptionBuilder.hasArg(); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("full-screen"); + OptionBuilder.withDescription(Messages.message("cli.full-screen")); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("gui-scale"); + OptionBuilder.withDescription(Messages.message(StringTemplate + .template("cli.gui-scale") + .addName("%scales%", getValidGUIScales()))); + OptionBuilder.withArgName(Messages.message("cli.arg.gui-scale")); + OptionBuilder.hasOptionalArg(); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("headless"); + OptionBuilder.withDescription(Messages.message("cli.headless")); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("load-savegame"); + OptionBuilder.withDescription(Messages.message("cli.load-savegame")); + OptionBuilder.withArgName(Messages.message("cli.arg.file")); + OptionBuilder.hasArg(); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("log-console"); + OptionBuilder.withDescription(Messages.message("cli.log-console")); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("log-file"); + OptionBuilder.withDescription(Messages.message("cli.log-file")); + OptionBuilder.withArgName(Messages.message("cli.arg.name")); + OptionBuilder.hasArg(); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("log-level"); + OptionBuilder.withDescription(Messages.message("cli.log-level")); + OptionBuilder.withArgName(Messages.message("cli.arg.loglevel")); + OptionBuilder.hasArg(); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("name"); + OptionBuilder.withDescription(Messages.message("cli.name")); + OptionBuilder.withArgName(Messages.message("cli.arg.name")); + OptionBuilder.hasArg(); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("no-intro"); + OptionBuilder.withDescription(Messages.message("cli.no-intro")); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("no-java-check"); + OptionBuilder.withDescription(Messages.message("cli.no-java-check")); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("no-memory-check"); + OptionBuilder.withDescription(Messages.message("cli.no-memory-check")); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("no-sound"); + OptionBuilder.withDescription(Messages.message("cli.no-sound")); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("no-splash"); + OptionBuilder.withDescription(Messages.message("cli.no-splash")); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("private"); + OptionBuilder.withDescription(Messages.message("cli.private")); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("seed"); + OptionBuilder.withDescription(Messages.message("cli.seed")); + OptionBuilder.withArgName(Messages.message("cli.arg.seed")); + OptionBuilder.hasArg(); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("server"); + OptionBuilder.withDescription(Messages.message("cli.server")); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("server-name"); + OptionBuilder.withDescription(Messages.message("cli.server-name")); + OptionBuilder.withArgName(Messages.message("cli.arg.name")); + OptionBuilder.hasArg(); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("server-port"); + OptionBuilder.withDescription(Messages.message("cli.server-port")); + OptionBuilder.withArgName(Messages.message("cli.arg.port")); + OptionBuilder.hasArg(); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("splash"); + OptionBuilder.withDescription(Messages.message("cli.splash")); + OptionBuilder.withArgName(Messages.message("cli.arg.file")); + OptionBuilder.hasOptionalArg(); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("tc"); + OptionBuilder.withDescription(Messages.message("cli.tc")); + OptionBuilder.withArgName(Messages.message("cli.arg.name")); + OptionBuilder.hasArg(); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("timeout"); + OptionBuilder.withDescription(Messages.message("cli.timeout")); + OptionBuilder.withArgName(Messages.message("cli.arg.timeout")); + OptionBuilder.hasArg(); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("user-cache-directory"); + OptionBuilder.withDescription(Messages.message("cli.user-cache-directory")); + OptionBuilder.withArgName(argDirectory); + OptionBuilder.withType(dummy); + OptionBuilder.hasArg(); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("user-config-directory"); + OptionBuilder.withDescription(Messages.message("cli.user-config-directory")); + OptionBuilder.withArgName(argDirectory); + OptionBuilder.withType(dummy); + OptionBuilder.hasArg(); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("user-data-directory"); + OptionBuilder.withDescription(Messages.message("cli.user-data-directory")); + OptionBuilder.withArgName(argDirectory); + OptionBuilder.withType(dummy); + OptionBuilder.hasArg(); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("version"); + OptionBuilder.withDescription(Messages.message("cli.version")); + options.addOption(OptionBuilder.create()); + + OptionBuilder.withLongOpt("windowed"); + OptionBuilder.withDescription(Messages.message("cli.windowed")); + OptionBuilder.withArgName(Messages.message("cli.arg.dimensions")); + OptionBuilder.hasOptionalArg(); + options.addOption(OptionBuilder.create()); + } + + /** + * Processes the command-line arguments and takes appropriate + * actions for each of them. + * + * @param args The command-line arguments. + */ + static void handleArgs(String[] args) + { + Options options = new Options(); + + createOptionsBuilder(options); + + CommandLineParser parser = new PosixParser(); + boolean usageError = false; + + try + { + CommandLine line = parser.parse(options, args); + if (line.hasOption("help") || line.hasOption("usage")) + { + printUsage(options, 0); + } + + /* "default-locale" already handled in main(). + * "freecol-data" already handled in main(). */ + + clientOptions(line); + + debugOptions(line); + + connectionOptions(line); + + difficultyOptions(line); + + gameMechanicsOptions(line); + + videoIntroOptions(line); + guiOptions(line); + + internalCalcOptions(line); + + logOptions(line); + + noOptions(line); + + saveGameOptions(line); + + serverOptions(line); + + userOptions(line); + + if (line.hasOption("version")) + { + System.out.println("FreeCol " + FreeCol.getVersion()); + System.exit(0); + } + + } catch (ParseException e) { + System.err.println("\n" + e.getMessage() + "\n"); + usageError = true; + } + if (usageError) printUsage(options, 1); + } + + /** + * Retrieves the available client settings to the user. + * + * @param arg User command line input. + */ + private static void clientOptions(CommandLine line) + { + if (line.hasOption("name")) + { + FreeCol.setName(line.getOptionValue("name")); + } + + if (line.hasOption("clientOptions")) + { + String fileName = line.getOptionValue("clientOptions"); + if (!FreeColDirectories.setClientOptionsFile(fileName)) + { + // Not fatal. + gripe(StringTemplate.template("cli.error.clientOptions") + .addName("%string%", fileName)); + } + } + } + + /** + * Provides the difficulty settings for the client. + * + * @param arg User command line input. + */ + private static void difficultyOptions(CommandLine line) + { + if (line.hasOption("difficulty")) + { + String arg = line.getOptionValue("difficulty"); + String difficulty = selectDifficulty(arg); + if (difficulty == null) + { + FreeCol.fatal(StringTemplate.template("cli.error.difficulties") + .addName("%difficulties%", getValidDifficulties()) + .addName("%arg%", arg)); + } + } + } + + /** + * Provides internal calculations for the game. + * + * @param arg User command line input. + */ + private static void internalCalcOptions(CommandLine line) + { + if (line.hasOption("headless")) + { + Shared.headless = true; + } + if (line.hasOption("seed")) + { + FreeColSeed.setFreeColSeed(line.getOptionValue("seed")); + } + if (line.hasOption("tc")) + { + FreeCol.setTC(line.getOptionValue("tc")); // Failure is deferred. + } + } + + /** + * Provides the users class selection that will alter ingame mechanics depending on the choice. + * + * @param arg User command line input. + */ + private static void gameMechanicsOptions(CommandLine line) + { + if (line.hasOption("advantages")) + { + String arg = line.getOptionValue("advantages"); + Advantages a = selectAdvantages(arg); + if (a == null) + { + FreeCol.fatal(StringTemplate.template("cli.error.advantages") + .addName("%advantages%", getValidAdvantages()) + .addName("%arg%", arg)); + } + } + + if (line.hasOption("europeans")) + { + int e = selectEuropeanCount(line.getOptionValue("europeans")); + if (e < 0) { + gripe(StringTemplate.template("cli.error.europeans") + .addAmount("%min%", EUROPEANS_MIN)); + } + } + } + + /** + * Check and loads the client user's saved game data if available. + * + * @param arg User command line input. + */ + private static void saveGameOptions(CommandLine line) + { + if (line.hasOption("check-savegame")) + { + String arg = line.getOptionValue("check-savegame"); + if (!FreeColDirectories.setSavegameFile(arg)) + { + FreeCol.fatal(StringTemplate.template("cli.err.save") + .addName("%string%", arg)); + } + Shared.checkIntegrity = true; + Shared.standAloneServer = true; + } + + if (line.hasOption("load-savegame")) + { + String arg = line.getOptionValue("load-savegame"); + if (!FreeColDirectories.setSavegameFile(arg)) + { + FreeCol.fatal(StringTemplate.template("cli.error.save") + .addName("%string%", arg)); + } + } + } + + /** + * Displays details pertaining to connection issues. + * + * @param arg User command line input. + */ + private static void connectionOptions(CommandLine line) + { + if (line.hasOption("timeout")) + { + String arg = line.getOptionValue("timeout"); + if (!FreeCol.setTimeout(arg))// Not fatal + { + gripe(StringTemplate.template("cli.error.timeout") + .addName("%string%", arg) + .addName("%minimum%", Integer.toString(Shared.TIMEOUT_MIN))); + } + } + } + + /** + * Sets up and plays the video stream during the availability of the splash screen. + * + * @param arg User command line input. + */ + private static void videoIntroOptions(CommandLine line) + { + if (line.hasOption("fast")) + { + Shared.fastStart = true; + Shared.introVideo = false; + } + + if (line.hasOption("splash")) + { + String splash = line.getOptionValue("splash"); + try + { + FileInputStream fis = new FileInputStream(splash); + Shared.splashStream = fis; + } + + catch (FileNotFoundException fnfe) + { + gripe(StringTemplate.template("cli.error.splash") + .addName("%name%", splash)); + } + } + } + + /** + * Configures ingame graphic options for the client player. + * + * @param arg User command line input. + */ + private static void guiOptions(CommandLine line) + { + if (line.hasOption("font")) + { + Shared.fontName = line.getOptionValue("font"); + } + + if (line.hasOption("full-screen")) + { + Shared.windowSize = null; + } + + if (line.hasOption("gui-scale")) + { + String arg = line.getOptionValue("gui-scale"); + if(!setGUIScale(arg)) + { + gripe(StringTemplate.template("cli.error.gui-scale") + .addName("%scales%", getValidGUIScales()) + .addName("%arg%", arg)); + } + } + + if (line.hasOption("windowed")) + { + String arg = line.getOptionValue("windowed"); + setWindowSize(arg); // Does not fail + } + } + + /** + * Checks if certain functionality/requirements are disabled/missing. + * + * @param arg User command line input. + */ + private static void noOptions(CommandLine line) + { + if (line.hasOption("no-intro")) { Shared.introVideo = false; } + if (line.hasOption("no-java-check")) { Shared.javaCheck = false; } + if (line.hasOption("no-memory-check")) { Shared.memoryCheck = false; } + if (line.hasOption("no-sound")) { Shared.sound = false; } + if (line.hasOption("no-splash")) { Shared.splashStream = null; } + } + + /** + * Sets the configurations for debug mode. + * + * @param arg User command line input. + */ + private static void debugOptions(CommandLine line) + { + if (line.hasOption("debug")) + { + // If the optional argument is supplied use limited mode. + String arg = line.getOptionValue("debug"); + if (arg == null || arg.isEmpty()) + { + // Let empty argument default to menus functionality. + arg = FreeColDebugger.DebugMode.MENUS.toString(); + } + if (!FreeColDebugger.setDebugModes(arg))// Not fatal. + { + gripe(StringTemplate.template("cli.error.debug") + .addName("%modes%", FreeColDebugger.getDebugModes())); + } + // user set log level has precedence + if (!line.hasOption("log-level")) Shared.logLevel = Level.FINEST; + } + executeDebugOptions(line); + } + + /** + * Executes debug mode after configurations are complete. + * + * @param arg User command line input. + */ + private static void executeDebugOptions(CommandLine line) + { + if (line.hasOption("debug-run")) + { + FreeColDebugger.enableDebugMode(FreeColDebugger.DebugMode.MENUS); + FreeColDebugger.configureDebugRun(line.getOptionValue("debug-run")); + } + if (line.hasOption("debug-start")) + { + Shared.debugStart = true; + FreeColDebugger.enableDebugMode(FreeColDebugger.DebugMode.MENUS); + } + } + + /** + * Configures event file logging options. + * + * @param arg User command line input. + */ + private static void logOptions(CommandLine line) + { + if (line.hasOption("log-console")) + { + Shared.consoleLogging = true; + } + if (line.hasOption("log-file")) + { + FreeColDirectories.setLogFilePath(line.getOptionValue("log-file")); + } + if (line.hasOption("log-level")) + { + setLogLevel(line.getOptionValue("log-level")); + } + } + + /** + * Configures server options. + * + * @param arg User command line input. + */ + private static void serverOptions(CommandLine line) + { + if (line.hasOption("private")) + { + Shared.publicServer = false; + } + + if (line.hasOption("server")) + { + Shared.standAloneServer = true; + } + + if (line.hasOption("server-name")) + { + Shared.serverName = line.getOptionValue("server-name"); + } + + if (line.hasOption("server-port")) + { + String arg = line.getOptionValue("server-port"); + if (!FreeCol.setServerPort(arg)) + { + FreeCol.fatal(StringTemplate.template("cli.error.serverPort") + .addName("%string%", arg)); + } + } + } + + /** + * Handles user cache, configuration, and data directories. + * + * @param arg User command line input. + */ + private static void userOptions(CommandLine line) + { + if (line.hasOption("user-cache-directory")) + { + String arg = line.getOptionValue("user-cache-directory"); + String errMsg = FreeColDirectories.setUserCacheDirectory(arg); + userOptionsHelper(arg, errMsg); + } + + if (line.hasOption("user-config-directory")) + { + String arg = line.getOptionValue("user-config-directory"); + String errMsg = FreeColDirectories.setUserConfigDirectory(arg); + userOptionsHelper(arg, errMsg); + } + + if (line.hasOption("user-data-directory")) + { + String arg = line.getOptionValue("user-data-directory"); + String errMsg = FreeColDirectories.setUserDataDirectory(arg); + if (errMsg != null) // fatal, unable to save. + { + FreeCol.fatal(StringTemplate.template(errMsg) + .addName("%string%", arg)); + } + } + } + + /** + * Helps userOptions method. + * + * @param arg User cache or configuration directory. + */ + private static void userOptionsHelper(String arg, String errMsg) + { + if (errMsg != null) // Not fatal. + { + gripe(StringTemplate.template(errMsg) + .addName("%string%", arg)); + } + } +} diff --git a/src/net/sf/freecol/FreeCol.java b/src/net/sf/freecol/FreeCol.java index d05ae3d5..e2bf6829 100644 --- a/src/net/sf/freecol/FreeCol.java +++ b/src/net/sf/freecol/FreeCol.java @@ -19,30 +19,23 @@ package net.sf.freecol; -import java.awt.Dimension; import java.io.File; -import java.io.FileInputStream; -import java.io.FileNotFoundException; import java.io.InputStream; import java.io.IOException; import java.net.InetAddress; import java.net.URL; import java.net.JarURLConnection; -import java.util.Arrays; import java.util.Locale; import java.util.jar.JarFile; import java.util.jar.Manifest; import java.util.logging.Handler; import java.util.logging.Level; import java.util.logging.Logger; -import java.util.stream.Collectors; import java.util.zip.ZipEntry; import net.sf.freecol.client.ClientOptions; import net.sf.freecol.client.FreeColClient; import net.sf.freecol.common.FreeColException; -import net.sf.freecol.common.FreeColSeed; -import net.sf.freecol.common.debug.FreeColDebugger; import net.sf.freecol.common.i18n.Messages; import net.sf.freecol.common.io.FreeColDirectories; import net.sf.freecol.common.io.FreeColSavegameFile; @@ -50,39 +43,20 @@ import net.sf.freecol.common.io.Mods; import net.sf.freecol.common.logging.DefaultHandler; import net.sf.freecol.common.model.NationOptions.Advantages; +import net.sf.freecol.common.option.OptionGroup; import net.sf.freecol.common.model.Specification; import net.sf.freecol.common.model.StringTemplate; -import net.sf.freecol.common.option.OptionGroup; -import static net.sf.freecol.common.util.CollectionUtils.*; import net.sf.freecol.server.FreeColServer; -import org.apache.commons.cli.CommandLine; -import org.apache.commons.cli.CommandLineParser; -import org.apache.commons.cli.HelpFormatter; -import org.apache.commons.cli.OptionBuilder; -import org.apache.commons.cli.Options; -import org.apache.commons.cli.ParseException; -import org.apache.commons.cli.PosixParser; - /** - * This class is responsible for handling the command-line arguments - * and starting either the stand-alone server or the client-GUI. + * This class is responsible for starting the stand-alone server. * * @see net.sf.freecol.client.FreeColClient FreeColClient * @see net.sf.freecol.server.FreeColServer FreeColServer */ -public final class FreeCol { - - private static final Logger logger = Logger.getLogger(FreeCol.class.getName()); - - /** The FreeCol release version number. */ - private static final String FREECOL_VERSION = "0.11.6"; - - /** The difficulty levels. */ - public static final String[] DIFFICULTIES = { - "veryEasy", "easy", "medium", "hard", "veryHard" - }; +public final class FreeCol +{ /** The extension for FreeCol saved games. */ public static final String FREECOL_SAVE_EXTENSION = "fsg"; @@ -112,78 +86,19 @@ public final class FreeCol { private static final Advantages ADVANTAGES_DEFAULT = Advantages.SELECTABLE; private static final String DIFFICULTY_DEFAULT = "model.difficulty.medium"; private static final int EUROPEANS_DEFAULT = 4; - private static final int EUROPEANS_MIN = 1; - private static final Level LOGLEVEL_DEFAULT = Level.INFO; + public static final float GUI_SCALE_DEFAULT = 1.0f; private static final String JAVA_VERSION_MIN = "1.8"; private static final int MEMORY_MIN = 128; // Mbytes private static final int PORT_DEFAULT = 3541; private static final String SPLASH_DEFAULT = "splash.jpg"; private static final String TC_DEFAULT = "freecol"; public static final int TIMEOUT_DEFAULT = 60; // 1 minute - public static final int TIMEOUT_MIN = 10; // 10s - private static final int GUI_SCALE_MIN_PCT = 100; - private static final int GUI_SCALE_MAX_PCT = 200; - private static final int GUI_SCALE_STEP_PCT = 25; - public static final float GUI_SCALE_MIN = GUI_SCALE_MIN_PCT / 100.0f; - public static final float GUI_SCALE_MAX = GUI_SCALE_MAX_PCT / 100.0f; - public static final float GUI_SCALE_STEP = GUI_SCALE_STEP_PCT / 100.0f; - public static final float GUI_SCALE_DEFAULT = 1.0f; - - + // Cli values. Often set to null so the default can be applied in // the accessor function. - private static boolean checkIntegrity = false, - consoleLogging = false, - debugStart = false, - fastStart = false, - headless = false, - introVideo = true, - javaCheck = true, - memoryCheck = true, - publicServer = true, - sound = true, - standAloneServer = false; - - /** The type of advantages. */ - private static Advantages advantages = null; - - /** The difficulty level id. */ - private static String difficulty = null; - + /** The number of European nations to enable by default. */ private static int europeanCount = EUROPEANS_DEFAULT; - - /** A font override. */ - private static String fontName = null; - - /** The level of logging in this game. */ - private static Level logLevel = LOGLEVEL_DEFAULT; - - /** The client player name. */ - private static String name = null; - - /** How to name and configure the server. */ - private static int serverPort = -1; - private static String serverName = null; - - /** A stream to get the splash image from. */ - private static InputStream splashStream; - - /** The TotalConversion / ruleset in play, defaults to "freecol". */ - private static String tc = null; - - /** The time out (seconds) for otherwise blocking commands. */ - private static int timeout = -1; - - /** - * The size of window to create, defaults to impossible dimensions - * to require windowed mode with best determined screen size. - */ - private static Dimension windowSize = new Dimension(-1, -1); - - /** How much gui elements get scaled. */ - private static float guiScale = GUI_SCALE_DEFAULT; - private FreeCol() {} // Hide constructor @@ -193,7 +108,7 @@ private FreeCol() {} // Hide constructor * @param args The command-line arguments. */ public static void main(String[] args) { - freeColRevision = FREECOL_VERSION; + freeColRevision = Shared.FREECOL_VERSION; JarURLConnection juc; try { juc = getJarURLConnection(FreeCol.class); @@ -213,7 +128,7 @@ public static void main(String[] args) { + e.getMessage()); } try { - splashStream = getDefaultSplashStream(juc); + Shared.splashStream = getDefaultSplashStream(juc); } catch (Exception e) { System.err.println("Unable to open default splash: " + e.getMessage()); @@ -245,15 +160,15 @@ public static void main(String[] args) { // Now that we can emit error messages, parse the other // command line arguments. - handleArgs(args); + CommandLineOptions.handleArgs(args); // Do the potentially fatal system checks as early as possible. - if (javaCheck && JAVA_VERSION_MIN.compareTo(JAVA_VERSION) > 0) { + if (Shared.javaCheck && JAVA_VERSION_MIN.compareTo(JAVA_VERSION) > 0) { fatal(StringTemplate.template("main.javaVersion") .addName("%version%", JAVA_VERSION) .addName("%minVersion%", JAVA_VERSION_MIN)); } - if (memoryCheck && MEMORY_MAX < MEMORY_MIN * 1000000) { + if (Shared.memoryCheck && MEMORY_MAX < MEMORY_MIN * 1000000) { fatal(StringTemplate.template("main.memory") .addAmount("%memory%", MEMORY_MAX) .addAmount("%minMemory%", MEMORY_MIN)); @@ -272,9 +187,9 @@ public static void main(String[] args) { } String logFile = FreeColDirectories.getLogFilePath(); try { - baseLogger.addHandler(new DefaultHandler(consoleLogging, logFile)); + baseLogger.addHandler(new DefaultHandler(Shared.consoleLogging, logFile)); Logger freecolLogger = Logger.getLogger("net.sf.freecol"); - freecolLogger.setLevel(logLevel); + freecolLogger.setLevel(Shared.logLevel); } catch (FreeColException e) { System.err.println("Logging initialization failure: " + e.getMessage()); @@ -299,7 +214,7 @@ public static void main(String[] args) { && (clientLocale = Messages.getLocale(clientLanguage)) != locale) { locale = clientLocale; Messages.loadMessageBundle(locale); - logger.info("Loaded messages for " + locale); + Shared.logger.info("Loaded messages for " + locale); } } @@ -309,24 +224,50 @@ public static void main(String[] args) { Messages.loadModMessageBundle(locale); // Report on where we are. - if (userMsg != null) logger.info(Messages.message(userMsg)); - logger.info(getConfiguration().toString()); + if (userMsg != null) Shared.logger.info(Messages.message(userMsg)); + Shared.logger.info(getConfiguration().toString()); // Ready to specialize into client or server. - if (standAloneServer) { + if (Shared.standAloneServer) + { startServer(); } else { startClient(userMsg); } } + /** + * Exit printing fatal error message. + * + * @param template A StringTemplate to print. + */ + public static void fatal(StringTemplate template) + { + fatal(Messages.message(template)); + } + + /** + * Exit printing fatal error message. + * + * @param err The error message to print. + */ + public static void fatal(String err) + { + if (err == null || err.isEmpty()) + { + err = "Bogus null fatal error message"; + Thread.dumpStack(); + } + System.err.println(err); + System.exit(1); + } /** * Get the JarURLConnection from a class. * * @return The JarURLConnection. */ - private static JarURLConnection getJarURLConnection(Class c) throws IOException { + private static JarURLConnection getJarURLConnection(Class c) throws IOException { String resourceName = "/" + c.getName().replace('.', '/') + ".class"; URL url = c.getResource(resourceName); return (JarURLConnection)url.openConnection(); @@ -358,38 +299,6 @@ private static InputStream getDefaultSplashStream(JarURLConnection juc) throws I ZipEntry ze = jf.getEntry(SPLASH_DEFAULT); return jf.getInputStream(ze); } - - /** - * Exit printing fatal error message. - * - * @param template A StringTemplate to print. - */ - public static void fatal(StringTemplate template) { - fatal(Messages.message(template)); - } - - /** - * Exit printing fatal error message. - * - * @param err The error message to print. - */ - public static void fatal(String err) { - if (err == null || err.isEmpty()) { - err = "Bogus null fatal error message"; - Thread.dumpStack(); - } - System.err.println(err); - System.exit(1); - } - - /** - * Just gripe to System.err. - * - * @param template A StringTemplate to print. - */ - public static void gripe(StringTemplate template) { - System.err.println(Messages.message(template)); - } /** * Just gripe to System.err. @@ -417,455 +326,6 @@ private static String findArg(String option, String[] args) { return null; } - /** - * Processes the command-line arguments and takes appropriate - * actions for each of them. - * - * @param args The command-line arguments. - */ - private static void handleArgs(String[] args) { - Options options = new Options(); - final String help = Messages.message("cli.help"); - final File dummy = new File("dummy"); - final String argDirectory = Messages.message("cli.arg.directory"); - - // Help options. - options.addOption(OptionBuilder.withLongOpt("usage") - .withDescription(help) - .create()); - options.addOption(OptionBuilder.withLongOpt("help") - .withDescription(help) - .create()); - - // Special options handled early. - options.addOption(OptionBuilder.withLongOpt("freecol-data") - .withDescription(Messages.message("cli.freecol-data")) - .withArgName(argDirectory) - .hasArg() - .create()); - options.addOption(OptionBuilder.withLongOpt("default-locale") - .withDescription(Messages.message("cli.default-locale")) - .withArgName(Messages.message("cli.arg.locale")) - .hasArg() - .create()); - - // Ordinary options, handled here. - options.addOption(OptionBuilder.withLongOpt("advantages") - .withDescription(Messages.message(StringTemplate - .template("cli.advantages") - .addName("%advantages%", getValidAdvantages()))) - .withArgName(Messages.message("cli.arg.advantages")) - .hasArg() - .create()); - options.addOption(OptionBuilder.withLongOpt("check-savegame") - .withDescription(Messages.message("cli.check-savegame")) - .withArgName(Messages.message("cli.arg.file")) - .hasArg() - .create()); - options.addOption(OptionBuilder.withLongOpt("clientOptions") - .withDescription(Messages.message("cli.clientOptions")) - .withArgName(Messages.message("cli.arg.clientOptions")) - .hasArg() - .create()); - options.addOption(OptionBuilder.withLongOpt("debug") - .withDescription(Messages.message(StringTemplate - .template("cli.debug") - .addName("%modes%", FreeColDebugger.getDebugModes()))) - .withArgName(Messages.message("cli.arg.debug")) - .hasOptionalArg() - .create()); - options.addOption(OptionBuilder.withLongOpt("debug-run") - .withDescription(Messages.message("cli.debug-run")) - .withArgName(Messages.message("cli.arg.debugRun")) - .hasOptionalArg() - .create()); - options.addOption(OptionBuilder.withLongOpt("debug-start") - .withDescription(Messages.message("cli.debug-start")) - .create()); - options.addOption(OptionBuilder.withLongOpt("difficulty") - .withDescription(Messages.message("cli.difficulty")) - .withArgName(Messages.message("cli.arg.difficulty")) - .hasArg() - .create()); - options.addOption(OptionBuilder.withLongOpt("europeans") - .withDescription(Messages.message("cli.european-count")) - .withArgName(Messages.message("cli.arg.europeans")) - .hasArg() - .create()); - options.addOption(OptionBuilder.withLongOpt("fast") - .withDescription(Messages.message("cli.fast")) - .create()); - options.addOption(OptionBuilder.withLongOpt("font") - .withDescription(Messages.message("cli.font")) - .withArgName(Messages.message("cli.arg.font")) - .hasArg() - .create()); - options.addOption(OptionBuilder.withLongOpt("full-screen") - .withDescription(Messages.message("cli.full-screen")) - .create()); - options.addOption(OptionBuilder.withLongOpt("gui-scale") - .withDescription(Messages.message(StringTemplate - .template("cli.gui-scale") - .addName("%scales%", getValidGUIScales()))) - .withArgName(Messages.message("cli.arg.gui-scale")) - .hasOptionalArg() - .create()); - options.addOption(OptionBuilder.withLongOpt("headless") - .withDescription(Messages.message("cli.headless")) - .create()); - options.addOption(OptionBuilder.withLongOpt("load-savegame") - .withDescription(Messages.message("cli.load-savegame")) - .withArgName(Messages.message("cli.arg.file")) - .hasArg() - .create()); - options.addOption(OptionBuilder.withLongOpt("log-console") - .withDescription(Messages.message("cli.log-console")) - .create()); - options.addOption(OptionBuilder.withLongOpt("log-file") - .withDescription(Messages.message("cli.log-file")) - .withArgName(Messages.message("cli.arg.name")) - .hasArg() - .create()); - options.addOption(OptionBuilder.withLongOpt("log-level") - .withDescription(Messages.message("cli.log-level")) - .withArgName(Messages.message("cli.arg.loglevel")) - .hasArg() - .create()); - options.addOption(OptionBuilder.withLongOpt("name") - .withDescription(Messages.message("cli.name")) - .withArgName(Messages.message("cli.arg.name")) - .hasArg() - .create()); - options.addOption(OptionBuilder.withLongOpt("no-intro") - .withDescription(Messages.message("cli.no-intro")) - .create()); - options.addOption(OptionBuilder.withLongOpt("no-java-check") - .withDescription(Messages.message("cli.no-java-check")) - .create()); - options.addOption(OptionBuilder.withLongOpt("no-memory-check") - .withDescription(Messages.message("cli.no-memory-check")) - .create()); - options.addOption(OptionBuilder.withLongOpt("no-sound") - .withDescription(Messages.message("cli.no-sound")) - .create()); - options.addOption(OptionBuilder.withLongOpt("no-splash") - .withDescription(Messages.message("cli.no-splash")) - .create()); - options.addOption(OptionBuilder.withLongOpt("private") - .withDescription(Messages.message("cli.private")) - .create()); - options.addOption(OptionBuilder.withLongOpt("seed") - .withDescription(Messages.message("cli.seed")) - .withArgName(Messages.message("cli.arg.seed")) - .hasArg() - .create()); - options.addOption(OptionBuilder.withLongOpt("server") - .withDescription(Messages.message("cli.server")) - .create()); - options.addOption(OptionBuilder.withLongOpt("server-name") - .withDescription(Messages.message("cli.server-name")) - .withArgName(Messages.message("cli.arg.name")) - .hasArg() - .create()); - options.addOption(OptionBuilder.withLongOpt("server-port") - .withDescription(Messages.message("cli.server-port")) - .withArgName(Messages.message("cli.arg.port")) - .hasArg() - .create()); - options.addOption(OptionBuilder.withLongOpt("splash") - .withDescription(Messages.message("cli.splash")) - .withArgName(Messages.message("cli.arg.file")) - .hasOptionalArg() - .create()); - options.addOption(OptionBuilder.withLongOpt("tc") - .withDescription(Messages.message("cli.tc")) - .withArgName(Messages.message("cli.arg.name")) - .hasArg() - .create()); - options.addOption(OptionBuilder.withLongOpt("timeout") - .withDescription(Messages.message("cli.timeout")) - .withArgName(Messages.message("cli.arg.timeout")) - .hasArg() - .create()); - options.addOption(OptionBuilder.withLongOpt("user-cache-directory") - .withDescription(Messages.message("cli.user-cache-directory")) - .withArgName(argDirectory) - .withType(dummy) - .hasArg() - .create()); - options.addOption(OptionBuilder.withLongOpt("user-config-directory") - .withDescription(Messages.message("cli.user-config-directory")) - .withArgName(argDirectory) - .withType(dummy) - .hasArg() - .create()); - options.addOption(OptionBuilder.withLongOpt("user-data-directory") - .withDescription(Messages.message("cli.user-data-directory")) - .withArgName(argDirectory) - .withType(dummy) - .hasArg() - .create()); - options.addOption(OptionBuilder.withLongOpt("version") - .withDescription(Messages.message("cli.version")) - .create()); - options.addOption(OptionBuilder.withLongOpt("windowed") - .withDescription(Messages.message("cli.windowed")) - .withArgName(Messages.message("cli.arg.dimensions")) - .hasOptionalArg() - .create()); - - CommandLineParser parser = new PosixParser(); - boolean usageError = false; - try { - CommandLine line = parser.parse(options, args); - if (line.hasOption("help") || line.hasOption("usage")) { - printUsage(options, 0); - } - - if (line.hasOption("default-locale")) { - ; // Do nothing, already handled in main(). - } - if (line.hasOption("freecol-data")) { - ; // Do nothing, already handled in main(). - } - - if (line.hasOption("advantages")) { - String arg = line.getOptionValue("advantages"); - Advantages a = selectAdvantages(arg); - if (a == null) { - fatal(StringTemplate.template("cli.error.advantages") - .addName("%advantages%", getValidAdvantages()) - .addName("%arg%", arg)); - } - } - - if (line.hasOption("check-savegame")) { - String arg = line.getOptionValue("check-savegame"); - if (!FreeColDirectories.setSavegameFile(arg)) { - fatal(StringTemplate.template("cli.err.save") - .addName("%string%", arg)); - } - checkIntegrity = true; - standAloneServer = true; - } - - if (line.hasOption("clientOptions")) { - String fileName = line.getOptionValue("clientOptions"); - if (!FreeColDirectories.setClientOptionsFile(fileName)) { - // Not fatal. - gripe(StringTemplate.template("cli.error.clientOptions") - .addName("%string%", fileName)); - } - } - - if (line.hasOption("debug")) { - // If the optional argument is supplied use limited mode. - String arg = line.getOptionValue("debug"); - if (arg == null || arg.isEmpty()) { - // Let empty argument default to menus functionality. - arg = FreeColDebugger.DebugMode.MENUS.toString(); - } - if (!FreeColDebugger.setDebugModes(arg)) { // Not fatal. - gripe(StringTemplate.template("cli.error.debug") - .addName("%modes%", FreeColDebugger.getDebugModes())); - } - // user set log level has precedence - if (!line.hasOption("log-level")) logLevel = Level.FINEST; - } - if (line.hasOption("debug-run")) { - FreeColDebugger.enableDebugMode(FreeColDebugger.DebugMode.MENUS); - FreeColDebugger.configureDebugRun(line.getOptionValue("debug-run")); - } - if (line.hasOption("debug-start")) { - debugStart = true; - FreeColDebugger.enableDebugMode(FreeColDebugger.DebugMode.MENUS); - } - - if (line.hasOption("difficulty")) { - String arg = line.getOptionValue("difficulty"); - String difficulty = selectDifficulty(arg); - if (difficulty == null) { - fatal(StringTemplate.template("cli.error.difficulties") - .addName("%difficulties%", getValidDifficulties()) - .addName("%arg%", arg)); - } - } - - if (line.hasOption("europeans")) { - int e = selectEuropeanCount(line.getOptionValue("europeans")); - if (e < 0) { - gripe(StringTemplate.template("cli.error.europeans") - .addAmount("%min%", EUROPEANS_MIN)); - } - } - - if (line.hasOption("fast")) { - fastStart = true; - introVideo = false; - } - - if (line.hasOption("font")) { - fontName = line.getOptionValue("font"); - } - - if (line.hasOption("full-screen")) { - windowSize = null; - } - - if (line.hasOption("gui-scale")) { - String arg = line.getOptionValue("gui-scale"); - if(!setGUIScale(arg)) { - gripe(StringTemplate.template("cli.error.gui-scale") - .addName("%scales%", getValidGUIScales()) - .addName("%arg%", arg)); - } - } - - if (line.hasOption("headless")) { - headless = true; - } - - if (line.hasOption("load-savegame")) { - String arg = line.getOptionValue("load-savegame"); - if (!FreeColDirectories.setSavegameFile(arg)) { - fatal(StringTemplate.template("cli.error.save") - .addName("%string%", arg)); - } - } - - if (line.hasOption("log-console")) { - consoleLogging = true; - } - if (line.hasOption("log-file")) { - FreeColDirectories.setLogFilePath(line.getOptionValue("log-file")); - } - if (line.hasOption("log-level")) { - setLogLevel(line.getOptionValue("log-level")); - } - - if (line.hasOption("name")) { - setName(line.getOptionValue("name")); - } - - if (line.hasOption("no-intro")) { - introVideo = false; - } - if (line.hasOption("no-java-check")) { - javaCheck = false; - } - if (line.hasOption("no-memory-check")) { - memoryCheck = false; - } - if (line.hasOption("no-sound")) { - sound = false; - } - if (line.hasOption("no-splash")) { - splashStream = null; - } - - if (line.hasOption("private")) { - publicServer = false; - } - - if (line.hasOption("server")) { - standAloneServer = true; - } - if (line.hasOption("server-name")) { - serverName = line.getOptionValue("server-name"); - } - if (line.hasOption("server-port")) { - String arg = line.getOptionValue("server-port"); - if (!setServerPort(arg)) { - fatal(StringTemplate.template("cli.error.serverPort") - .addName("%string%", arg)); - } - } - - if (line.hasOption("seed")) { - FreeColSeed.setFreeColSeed(line.getOptionValue("seed")); - } - - if (line.hasOption("splash")) { - String splash = line.getOptionValue("splash"); - try { - FileInputStream fis = new FileInputStream(splash); - splashStream = fis; - } catch (FileNotFoundException fnfe) { - gripe(StringTemplate.template("cli.error.splash") - .addName("%name%", splash)); - } - } - - if (line.hasOption("tc")) { - setTC(line.getOptionValue("tc")); // Failure is deferred. - } - - if (line.hasOption("timeout")) { - String arg = line.getOptionValue("timeout"); - if (!setTimeout(arg)) { // Not fatal - gripe(StringTemplate.template("cli.error.timeout") - .addName("%string%", arg) - .addName("%minimum%", Integer.toString(TIMEOUT_MIN))); - } - } - - if (line.hasOption("user-cache-directory")) { - String arg = line.getOptionValue("user-cache-directory"); - String errMsg = FreeColDirectories.setUserCacheDirectory(arg); - if (errMsg != null) { // Not fatal. - gripe(StringTemplate.template(errMsg) - .addName("%string%", arg)); - } - } - - if (line.hasOption("user-config-directory")) { - String arg = line.getOptionValue("user-config-directory"); - String errMsg = FreeColDirectories.setUserConfigDirectory(arg); - if (errMsg != null) { // Not fatal. - gripe(StringTemplate.template(errMsg) - .addName("%string%", arg)); - } - } - - if (line.hasOption("user-data-directory")) { - String arg = line.getOptionValue("user-data-directory"); - String errMsg = FreeColDirectories.setUserDataDirectory(arg); - if (errMsg != null) { // Fatal, unable to save. - fatal(StringTemplate.template(errMsg) - .addName("%string%", arg)); - } - } - - if (line.hasOption("version")) { - System.out.println("FreeCol " + getVersion()); - System.exit(0); - } - - if (line.hasOption("windowed")) { - String arg = line.getOptionValue("windowed"); - setWindowSize(arg); // Does not fail - } - - } catch (ParseException e) { - System.err.println("\n" + e.getMessage() + "\n"); - usageError = true; - } - if (usageError) printUsage(options, 1); - } - - /** - * Prints the usage message and exits. - * - * @param options The command line Options. - * @param status The status to exit with. - */ - private static void printUsage(Options options, int status) { - HelpFormatter formatter = new HelpFormatter(); - formatter.printHelp("java -Xmx 256M -jar freecol.jar [OPTIONS]", - options); - System.exit(status); - } - /** * Get the specification from a given TC file. * @@ -906,186 +366,45 @@ private static Specification getTCSpecification() { // Accessors, mutators and support for the cli variables. /** - * Gets the default advantages type. - * - * @return Usually Advantages.SELECTABLE, but can be overridden at the - * command line. - */ - public static Advantages getAdvantages() { - return (advantages == null) ? ADVANTAGES_DEFAULT - : advantages; - } - - /** - * Sets the advantages type. - * - * Called from NewPanel when a selection is made. - * - * @param advantages The name of the new advantages type. - * @return The type of advantages set, or null if none. - */ - private static Advantages selectAdvantages(String advantages) { - Advantages adv = find(Advantages.values(), - a -> Messages.getName(a).equals(advantages), null); - if (adv != null) setAdvantages(adv); - return adv; - } - - /** - * Sets the advantages type. - * - * @param advantages The new Advantages type. - */ - public static void setAdvantages(Advantages advantages) { - FreeCol.advantages = advantages; - } - - /** - * Gets a comma separated list of localized advantage type names. - * - * @return A list of advantage types. - */ - private static String getValidAdvantages() { - return Arrays.stream(Advantages.values()) - .map(a -> Messages.getName(a)).collect(Collectors.joining(",")); - } - - /** - * Gets the difficulty level. - * - * @return The name of a difficulty level. - */ - public static String getDifficulty() { - return (difficulty == null) ? DIFFICULTY_DEFAULT : difficulty; - } - - /** - * Selects a difficulty level. + * Sets the difficulty level. * - * @param arg The supplied difficulty argument. - * @return The name of the selected difficulty, or null if none. + * @param difficulty The new difficulty. */ - public static String selectDifficulty(String arg) { - String difficulty = find(map(DIFFICULTIES, d -> "model.difficulty."+d), - k -> Messages.getName(k).equals(arg), null); - if (difficulty != null) setDifficulty(difficulty); - return difficulty; + public static void setDifficulty(String difficulty) + { + Shared.difficulty = difficulty; } - + /** * Sets the difficulty level. * * @param difficulty The actual OptionGroup * containing the difficulty level. */ - public static void setDifficulty(OptionGroup difficulty) { + public static void setDifficulty(OptionGroup difficulty) + { setDifficulty(difficulty.getId()); } - - /** - * Sets the difficulty level. - * - * @param difficulty The new difficulty. - */ - public static void setDifficulty(String difficulty) { - FreeCol.difficulty = difficulty; - } - - /** - * Gets the names of the valid difficulty levels. - * - * @return The valid difficulty levels, comma separated. - */ - public static String getValidDifficulties() { - return Arrays.stream(DIFFICULTIES) - .map(d -> Messages.getName("model.difficulty." + d)) - .collect(Collectors.joining(",")); - } - - /** - * Get the number of European nations to enable by default. - */ - public static int getEuropeanCount() { - return europeanCount; - } - - /** - * Sets the number of enabled European nations. - * - * @param n The number of nations to enable. - */ - public static void setEuropeanCount(int n) { - europeanCount = n; - } - - /** - * Sets the scale for GUI elements. - * - * @param arg The optional command line argument to be parsed. - * @return If the argument was correctly formatted. - */ - public static boolean setGUIScale(String arg) { - boolean valid = true; - if(arg == null) { - guiScale = GUI_SCALE_MAX; - } else { - try { - int n = Integer.parseInt(arg); - if (n < GUI_SCALE_MIN_PCT) { - valid = false; - n = GUI_SCALE_MIN_PCT; - } else if(n > GUI_SCALE_MAX_PCT) { - valid = false; - n = GUI_SCALE_MAX_PCT; - } else if(n % GUI_SCALE_STEP_PCT != 0) { - valid = false; - } - guiScale = ((float)(n / GUI_SCALE_STEP_PCT)) * GUI_SCALE_STEP; - } catch (NumberFormatException nfe) { - valid = false; - guiScale = GUI_SCALE_MAX; - } - } - return valid; - } - - /** - * Gets the valid scale factors for the GUI. - * - * @return A string containing these. - */ - public static String getValidGUIScales() { - String result = ""; - for(int i=GUI_SCALE_MIN_PCT; i= EUROPEANS_MIN) { - setEuropeanCount(n); - return n; - } - } catch (NumberFormatException nfe) {} - return -1; + public static Advantages getAdvantages() + { + return (Shared.advantages == null) ? ADVANTAGES_DEFAULT + : Shared.advantages; } /** - * Sets the log level. + * Gets the difficulty level. * - * @param arg The log level to set. + * @return The name of a difficulty level. */ - private static void setLogLevel(String arg) { - logLevel = Level.parse(arg.toUpperCase()); + public static String getDifficulty() { + return (Shared.difficulty == null) ? DIFFICULTY_DEFAULT : Shared.difficulty; } /** @@ -1094,22 +413,13 @@ private static void setLogLevel(String arg) { * @return The user name, defaults to the user.name property, then to * the "main.defaultPlayerName" message value. */ - public static String getName() { - return (name != null) ? name + public static String getName() + { + return (Shared.name != null) ? Shared.name : System.getProperty("user.name", Messages.message("main.defaultPlayerName")); } - /** - * Sets the user name. - * - * @param name The new user name. - */ - public static void setName(String name) { - FreeCol.name = name; - logger.info("Set FreeCol.name = " + name); - } - /** * Get the selected locale. * @@ -1127,6 +437,28 @@ public static Locale getLocale() { public static String getRevision() { return freeColRevision; } + + /** + * Sets the advantages type. + * + * @param advantages The new Advantages type. + */ + public static void setAdvantages(Advantages advantages) + { + Shared.advantages = advantages; + } + + /** + * Sets the Total-Conversion. + * + * Called from NewPanel when a selection is made. + * + * @param tc The name of the new total conversion. + */ + public static void setTC(String tc) + { + Shared.tc = tc; + } /** * Get the default server host name. @@ -1136,30 +468,44 @@ public static String getRevision() { public static String getServerHost() { return InetAddress.getLoopbackAddress().getHostAddress(); } - + /** - * Gets the server network port. + * Get the number of European nations to enable by default. + */ + public static int getEuropeanCount() + { + return europeanCount; + } + + /** + * Sets the number of enabled European nations. * - * @return The port number. + * @param n The number of nations to enable. + */ + public static void setEuropeanCount(int n) + { + europeanCount = n; + } + + /** + * Sets the user name. + * + * @param name The new user name. */ - public static int getServerPort() { - return (serverPort < 0) ? PORT_DEFAULT : serverPort; + public static void setName(String name) + { + Shared.name = name; + Shared.logger.info("Set FreeCol.name = " + name); } /** - * Sets the server port. + * Gets the server network port. * - * @param arg The server port number. - * @return True if the port was set. + * @return The port number. */ - public static boolean setServerPort(String arg) { - if (arg == null) return false; - try { - serverPort = Integer.parseInt(arg); - } catch (NumberFormatException nfe) { - return false; - } - return true; + public static int getServerPort() + { + return (Shared.serverPort < 0) ? PORT_DEFAULT : Shared.serverPort; } /** @@ -1168,18 +514,18 @@ public static boolean setServerPort(String arg) { * @return Usually TC_DEFAULT, but can be overridden at the command line. */ public static String getTC() { - return (tc == null) ? TC_DEFAULT : tc; + return (Shared.tc == null) ? TC_DEFAULT : Shared.tc; } - + /** - * Sets the Total-Conversion. - * - * Called from NewPanel when a selection is made. + * Gets the current version of game. * - * @param tc The name of the new total conversion. + * @return The current version of the game using the format "x.y.z", + * where "x" is major, "y" is minor and "z" is revision. */ - public static void setTC(String tc) { - FreeCol.tc = tc; + public static String getVersion() + { + return Shared.FREECOL_VERSION; } /** @@ -1193,6 +539,25 @@ public static FreeColTcFile getTCFile() { } catch (IOException ioe) {} return null; } + + /** + * Sets the server port. + * + * @param arg The server port number. + * @return True if the port was set. + */ + public static boolean setServerPort(String arg) + { + if (arg == null) return false; + try + { + Shared.serverPort = Integer.parseInt(arg); + } catch (NumberFormatException nfe) + { + return false; + } + return true; + } /** * Gets the timeout. @@ -1204,60 +569,31 @@ public static FreeColTcFile getTCFile() { * @return A suitable timeout value. */ public static int getTimeout(boolean singlePlayer) { - return (timeout >= TIMEOUT_MIN) ? timeout + return (Shared.timeout >= Shared.TIMEOUT_MIN) ? Shared.timeout : (singlePlayer) ? Integer.MAX_VALUE : TIMEOUT_DEFAULT; } - + /** * Sets the timeout. * * @param timeout A string containing the new timeout. * @return True if the timeout was set. */ - public static boolean setTimeout(String timeout) { - try { + public static boolean setTimeout(String timeout) + { + try + { int result = Integer.parseInt(timeout); - if (result >= TIMEOUT_MIN) { - FreeCol.timeout = result; + if (result >= Shared.TIMEOUT_MIN) + { + Shared.timeout = result; return true; } } catch (NumberFormatException nfe) {} return false; } - /** - * Gets the current version of game. - * - * @return The current version of the game using the format "x.y.z", - * where "x" is major, "y" is minor and "z" is revision. - */ - public static String getVersion() { - return FREECOL_VERSION; - } - - /** - * Sets the window size. - * - * Does not fail because any empty or invalid value is interpreted as - * `windowed but use as much screen as possible'. - * - * @param arg The window size specification. - */ - private static void setWindowSize(String arg) { - String[] xy; - if (arg != null - && (xy = arg.split("[^0-9]")) != null - && xy.length == 2) { - try { - windowSize = new Dimension(Integer.parseInt(xy[0]), - Integer.parseInt(xy[1])); - } catch (NumberFormatException nfe) {} - } - if (windowSize == null) windowSize = new Dimension(-1, -1); - } - - /** * Utility to make a load failure message. * @@ -1328,25 +664,32 @@ public static StringBuilder getConfiguration() { * * @param userMsg An optional user message key. */ - private static void startClient(String userMsg) { + private static void startClient(String userMsg) + { Specification spec = null; File savegame = FreeColDirectories.getSavegameFile(); - if (debugStart) { + if (Shared.debugStart) + { spec = FreeCol.getTCSpecification(); - } else if (fastStart) { - if (savegame == null) { + } + + else if (Shared.fastStart) + { + if (savegame == null) + { // continue last saved game if possible, // otherwise start a new one savegame = FreeColDirectories.getLastSaveGameFile(); - if (savegame == null) { + if (savegame == null) + { spec = FreeCol.getTCSpecification(); } } // savegame was specified on command line } final FreeColClient freeColClient - = new FreeColClient(splashStream, fontName, guiScale, headless); - freeColClient.startClient(windowSize, userMsg, sound, introVideo, + = new FreeColClient(Shared.splashStream, Shared.fontName, Shared.guiScale, Shared.headless); + freeColClient.startClient(Shared.windowSize, userMsg, Shared.sound, Shared.introVideo, savegame, spec); } @@ -1354,7 +697,7 @@ private static void startClient(String userMsg) { * Start the server. */ private static void startServer() { - logger.info("Starting stand-alone server."); + Shared.logger.info("Starting stand-alone server."); final FreeColServer freeColServer; File saveGame = FreeColDirectories.getSavegameFile(); if (saveGame != null) { @@ -1362,8 +705,8 @@ private static void startServer() { final FreeColSavegameFile fis = new FreeColSavegameFile(saveGame); freeColServer = new FreeColServer(fis, (Specification)null, - serverPort, serverName); - if (checkIntegrity) { + Shared.serverPort, Shared.serverName); + if (Shared.checkIntegrity) { boolean integrityOK = freeColServer.getIntegrity() > 0; gripe((integrityOK) ? "cli.check-savegame.success" @@ -1371,7 +714,7 @@ private static void startServer() { System.exit((integrityOK) ? 0 : 2); } } catch (Exception e) { - if (checkIntegrity) gripe("cli.check-savegame.failure"); + if (Shared.checkIntegrity) gripe("cli.check-savegame.failure"); fatal(Messages.message(badLoad(saveGame)) + ": " + e.getMessage()); return; @@ -1379,14 +722,14 @@ private static void startServer() { } else { Specification spec = FreeCol.getTCSpecification(); try { - freeColServer = new FreeColServer(publicServer, false, spec, - serverPort, serverName); + freeColServer = new FreeColServer(Shared.publicServer, false, spec, + Shared.serverPort, Shared.serverName); } catch (Exception e) { fatal(Messages.message("server.initialize") + ": " + e.getMessage()); return; } - if (publicServer && freeColServer != null + if (Shared.publicServer && freeColServer != null && !freeColServer.getPublicServer()) { gripe(Messages.message("server.noRouteToServer")); } diff --git a/src/net/sf/freecol/Shared.java b/src/net/sf/freecol/Shared.java new file mode 100644 index 00000000..d6201a4e --- /dev/null +++ b/src/net/sf/freecol/Shared.java @@ -0,0 +1,80 @@ +package net.sf.freecol; + +import java.awt.Dimension; +import java.io.InputStream; +import java.util.logging.Level; +import java.util.logging.Logger; + +import net.sf.freecol.common.model.NationOptions.Advantages; + +/** + * This class is responsible for sharing variables between FreeCol.java and CommandLineOptions.java . + * All variables here are Package Private. + */ +public class Shared +{ + static final Logger logger = Logger.getLogger(FreeCol.class.getName()); + + /** The FreeCol release version number. */ + static final String FREECOL_VERSION = "0.11.6"; + + + // Cli defaults. + private static final Level LOGLEVEL_DEFAULT = Level.INFO; + static final int TIMEOUT_MIN = 10; // 10s + + + // Cli values. Often set to null so the default can be applied in + // the accessor function. + static boolean checkIntegrity = false, + consoleLogging = false, + debugStart = false, + fastStart = false, + headless = false, + introVideo = true, + javaCheck = true, + memoryCheck = true, + publicServer = true, + sound = true, + standAloneServer = false; + + + /** The type of advantages. */ + static Advantages advantages = null; + + /** How to name and configure the server. */ + static String serverName = null; + + /** The client player name. */ + static String name = null; + + /** A stream to get the splash image from. */ + static InputStream splashStream; + + /** The level of logging in this game. */ + static Level logLevel = Shared.LOGLEVEL_DEFAULT; + + /** A font override. */ + static String fontName = null; + + /** How much gui elements get scaled. */ + static float guiScale = FreeCol.GUI_SCALE_DEFAULT; + + /** The time out (seconds) for otherwise blocking commands. */ + static int timeout = -1; + + /** How to name and configure the server. */ + static int serverPort = -1; + + /** + * The size of window to create, defaults to impossible dimensions + * to require windowed mode with best determined screen size. + */ + static Dimension windowSize = new Dimension(-1, -1); + + /** The difficulty level id. */ + static String difficulty = null; + + /** The TotalConversion / ruleset in play, defaults to "freecol". */ + static String tc = null; +} diff --git a/src/net/sf/freecol/client/control/ConnectController.ast b/src/net/sf/freecol/client/control/ConnectController.ast new file mode 100644 index 00000000..613ab2cd --- /dev/null +++ b/src/net/sf/freecol/client/control/ConnectController.ast @@ -0,0 +1,9601 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/net/sf/freecol/client/control/ConnectController.java b/src/net/sf/freecol/client/control/ConnectController.java index 4ee59d28..807376bd 100644 --- a/src/net/sf/freecol/client/control/ConnectController.java +++ b/src/net/sf/freecol/client/control/ConnectController.java @@ -39,7 +39,6 @@ import net.sf.freecol.client.gui.ChoiceItem; import net.sf.freecol.client.gui.GUI; import net.sf.freecol.client.gui.LoadingSavegameInfo; -import net.sf.freecol.common.FreeColException; import net.sf.freecol.common.ServerInfo; import net.sf.freecol.common.debug.FreeColDebugger; import net.sf.freecol.common.i18n.Messages; @@ -301,7 +300,15 @@ public boolean login(String user, String host, int port) { logger.info("FreeColClient logged in as " + user + "/" + player.getId()); - // Reconnect + // Reconnect + reconnect(msg, player); + + // All done. + freeColClient.setLoggedIn(true); + return true; + } + + private void reconnect(LoginMessage msg, Player player) { if (msg.getStartGame()) { Tile entryTile = (player.getEntryLocation() == null) ? null : player.getEntryLocation().getTile(); @@ -325,11 +332,7 @@ public boolean login(String user, String host, int port) { } } } - - // All done. - freeColClient.setLoggedIn(true); - return true; - } + } // // There are several ways to start a game. @@ -390,58 +393,78 @@ public boolean startMultiplayerGame(Specification specification, * @return True if the game starts successfully. */ public boolean joinMultiplayerGame(String host, int port) { + boolean ret; //The return value for the private handle methods. + freeColClient.setMapEditor(false); - if (freeColClient.isLoggedIn()) logout(true); + if (freeColClient.isLoggedIn()) + logout(true); GameState state = getGameState(host, port); if (state == null) return false; switch (state) { - case STARTING_GAME: - if (!login(FreeCol.getName(), host, port)) return false; - gui.showStartGamePanel(freeColClient.getGame(), - freeColClient.getMyPlayer(), false); - freeColClient.setSinglePlayer(false); - break; - - case IN_GAME: - // Disable this check if you need to debug a multiplayer client. - if (FreeColDebugger.isInDebugMode(FreeColDebugger.DebugMode.MENUS)) { - gui.showErrorMessage("client.debugConnect"); - return false; - } - List names = getVacantPlayers(host, port); - if (names == null || names.isEmpty()) { - gui.showErrorMessage("client.noPlayers"); - return false; - } - - List> choices = new ArrayList<>(); - for (String n : names) { - String nam = Messages.message(StringTemplate - .template("countryName") - .add("%nation%", Messages.nameKey(n))); - choices.add(new ChoiceItem<>(nam, n)); - } - String choice = gui.getChoice(null, - Messages.message("client.choicePlayer"), - "cancel", choices); - if (choice == null) return false; // User cancelled - - if (!login(Messages.getRulerName(choice), host, port)) { - // login() shows error messages - return false; - } - freeColClient.setSinglePlayer(false); - break; - - case ENDING_GAME: default: - gui.showErrorMessage("client.ending"); - return false; + case STARTING_GAME: + ret = handleStartGame(host, port); + if(!ret) + return false; + break; + + case IN_GAME: + ret = handleInGame(host, port); + if(!ret) + return false; + break; + + case ENDING_GAME: + default: + gui.showErrorMessage("client.ending"); + return false; } return true; } + + private boolean handleStartGame(String host, int port) { + if (!login(FreeCol.getName(), host, port)) return false; + gui.showStartGamePanel(freeColClient.getGame(), + freeColClient.getMyPlayer(), false); + freeColClient.setSinglePlayer(false); + return true; + } + + + private boolean handleInGame(String host, int port) { + // Disable this check if you need to debug a multiplayer client. + if (FreeColDebugger.isInDebugMode(FreeColDebugger.DebugMode.MENUS)) { + gui.showErrorMessage("client.debugConnect"); + return false; + } + List names = getVacantPlayers(host, port); + if (names == null || names.isEmpty()) { + gui.showErrorMessage("client.noPlayers"); + return false; + } + + List> choices = new ArrayList<>(); + for (String n : names) { + String nam = Messages.message(StringTemplate + .template("countryName") + .add("%nation%", Messages.nameKey(n))); + choices.add(new ChoiceItem<>(nam, n)); + } + String choice = gui.getChoice(null, + Messages.message("client.choicePlayer"), + "cancel", choices); + if (choice == null) return false; // User cancelled + + if (!login(Messages.getRulerName(choice), host, port)) { + // login() shows error messages + return false; + } + freeColClient.setSinglePlayer(false); + return true; + } + /** * Starts a new single player game by connecting to the server. * diff --git a/src/net/sf/freecol/client/control/InGameController.java b/src/net/sf/freecol/client/control/InGameController.java index e2792ea4..97f783c0 100644 --- a/src/net/sf/freecol/client/control/InGameController.java +++ b/src/net/sf/freecol/client/control/InGameController.java @@ -2704,7 +2704,6 @@ public boolean buildColony(Unit unit) { if (!requireOurTurn() || unit == null) return false; // Check unit, which must be on the map and able to build. - if (unit == null) return false; final Tile tile = unit.getTile(); if (tile == null) return false; if (!unit.canBuildColony()) { @@ -3421,8 +3420,8 @@ public boolean executeGotoOrders() { */ public boolean firstContact(Player player, Player other, Tile tile, boolean result) { - if (player == null || player == null || player == other - || tile == null) return false; + if (player == null || other == null || player == other || tile == null) + return false; boolean ret = askServer().firstContact(player, other, tile, result); if (ret) { diff --git a/src/net/sf/freecol/client/gui/SwingGUI.java b/src/net/sf/freecol/client/gui/SwingGUI.java index 772e5bce..cadcb03e 100644 --- a/src/net/sf/freecol/client/gui/SwingGUI.java +++ b/src/net/sf/freecol/client/gui/SwingGUI.java @@ -43,6 +43,7 @@ import java.util.List; import java.util.Locale; import java.util.Map; +import java.util.TimerTask; import java.util.logging.Level; import javax.imageio.ImageIO; @@ -249,6 +250,91 @@ public void hideSplashScreen() { } } + /** + * Shows the VideoPanel. + * + * @param userMsg An optional user message. + */ + private void showJOHNCENA(final String userMsg, Video johnCenaVideo, boolean muted) { + canvas.closeMenus(); + boolean muteAudio = muted; //Mute for debugging + final VideoComponent vp = new VideoComponent(johnCenaVideo, true); //always mute audio for performance + + final class AbortListener implements ActionListener, KeyListener, MouseListener { + + private Timer t1 = null; + + @Override + public void keyPressed(KeyEvent e) { + } + + @Override + public void keyReleased(KeyEvent e1) { + execute(); + showMainPanel("AND HIS NAME IS JOHN CENA"); + } + + @Override + public void keyTyped(KeyEvent e2) { + } + + @Override + public void mouseClicked(MouseEvent e3) { + execute(); + showMainPanel("AND HIS NAME IS JOHN CENA"); + } + + @Override + public void mouseEntered(MouseEvent e4) { + } + + @Override + public void mouseExited(MouseEvent e5) { + } + + @Override + public void mousePressed(MouseEvent e6) { + } + + @Override + public void mouseReleased(MouseEvent e7) { + } + + @Override + public void actionPerformed(ActionEvent ae8) { + execute(); + showJOHNCENA("AND HIS NAME IS JOHN CENA", johnCenaVideo, muteAudio); + } + + private void setTimer(Timer t1) { + this.t1 = t1; + } + + private void execute() { + canvas.removeKeyListener(this); + canvas.removeMouseListener(this); + vp.removeMouseListener(this); + playSound(null); //stop the ogg + vp.stop(); + canvas.remove(vp); + if (t1 != null) { + t1.stop(); + } + } + } + AbortListener l = new AbortListener(); + vp.addMouseListener(l); + canvas.showVideoComponent(vp, l, l); + // 12 seconds is the length of the video + Timer t1 = new Timer(13000, l); + l.setTimer(t1); + t1.setRepeats(false); + t1.start(); + if(!muteAudio) + playSound("sound.intro.johncena"); //play a separate ogg + vp.play(); + } + /** * Shows the VideoPanel. * @@ -258,7 +344,9 @@ public void hideSplashScreen() { public void showOpeningVideo(final String userMsg) { canvas.closeMenus(); final Video video = ResourceManager.getVideo("video.opening"); + final Video johnCenaVideoResource = ResourceManager.getVideo("video.johncena"); boolean muteAudio = !freeColClient.getSoundController().canPlaySound(); + //muteAudio = true; Mute for debugging final VideoComponent vp = new VideoComponent(video, muteAudio); final class AbortListener implements ActionListener, KeyListener, MouseListener, VideoListener { @@ -271,7 +359,16 @@ public void keyPressed(KeyEvent e) { @Override public void keyReleased(KeyEvent e1) { - execute(); + // If user press the 'j' key, then show some MEMES. + if(e1.getKeyCode() == KeyEvent.VK_J){ + // Stops the current video + execute(); + // Start the meme video, similar to how intro video was started + showJOHNCENA(userMsg, johnCenaVideoResource, muteAudio); + }else{ + execute(); + showMainPanel(userMsg); + } } @Override @@ -281,6 +378,7 @@ public void keyTyped(KeyEvent e2) { @Override public void mouseClicked(MouseEvent e3) { execute(); + showMainPanel(userMsg); } @Override @@ -302,11 +400,13 @@ public void mouseReleased(MouseEvent e7) { @Override public void stopped() { execute(); + showMainPanel(userMsg); } @Override public void actionPerformed(ActionEvent ae8) { execute(); + showMainPanel(userMsg); } private void setTimer(Timer t1) { @@ -317,28 +417,27 @@ private void execute() { canvas.removeKeyListener(this); canvas.removeMouseListener(this); vp.removeMouseListener(this); - //vp.removeVideoListener(this); vp.stop(); canvas.remove(vp); if (t != null) { t.stop(); } - playSound("sound.intro.general"); - showMainPanel(userMsg); } } - AbortListener l = new AbortListener(); - vp.addMouseListener(l); - //vp.addVideoListener(l); - canvas.showVideoComponent(vp, l, l); - vp.play(); + + AbortListener l1 = new AbortListener(); + vp.addMouseListener(l1); + canvas.showVideoComponent(vp, l1, l1); + // Cortado applet is failing to quit when finished, make sure it // eventually gets kicked. Change the magic number if we // change the opening video length. - Timer t2 = new Timer(80000, l); - l.setTimer(t2); + Timer t2 = new Timer(80000, l1); + l1.setTimer(t2); t2.setRepeats(false); t2.start(); + + vp.play(); } /** @@ -1256,6 +1355,7 @@ public void showLogFilePanel() { @Override public void showMainPanel(String userMsg) { + //playSound("sound.intro.general"); canvas.showMainPanel(userMsg); } diff --git a/src/net/sf/freecol/common/model/Limit.java b/src/net/sf/freecol/common/model/Limit.java index 8fa8b6cd..50cc5ea3 100644 --- a/src/net/sf/freecol/common/model/Limit.java +++ b/src/net/sf/freecol/common/model/Limit.java @@ -277,7 +277,7 @@ public boolean hasOperandType(OperandType type) { private boolean evaluate(Integer lhs, Integer rhs) { if (lhs == null || rhs == null) return true; switch (operator) { - case EQ: return lhs == rhs; + case EQ: return lhs.equals(rhs); case LT: return lhs < rhs; case GT: return lhs > rhs; case LE: return lhs <= rhs; diff --git a/src/net/sf/freecol/common/option/RangeOption.java b/src/net/sf/freecol/common/option/RangeOption.java index 58f73356..edf5dbde 100644 --- a/src/net/sf/freecol/common/option/RangeOption.java +++ b/src/net/sf/freecol/common/option/RangeOption.java @@ -63,7 +63,7 @@ public RangeOption(Specification specification) { public int getValueRank() { int rank = 0; for (Integer i : getItemValues().keySet()) { - if (i == getValue()) return rank; + if (i.equals(getValue())) return rank; rank++; } return 0; // Actually invalid diff --git a/src/net/sf/freecol/common/option/SelectOption.java b/src/net/sf/freecol/common/option/SelectOption.java index 55758bc7..64793fc9 100644 --- a/src/net/sf/freecol/common/option/SelectOption.java +++ b/src/net/sf/freecol/common/option/SelectOption.java @@ -126,7 +126,7 @@ public void setValue(Integer value) { Integer fallback = null; for (Integer i : keys) { - if (i == value) { // Found a valid selection + if (i.equals(value)) { // Found a valid selection super.setValue(value); return; } diff --git a/src/net/sf/freecol/common/sound/Playlist.java b/src/net/sf/freecol/common/sound/Playlist.java deleted file mode 100644 index 2dcd50e5..00000000 --- a/src/net/sf/freecol/common/sound/Playlist.java +++ /dev/null @@ -1,263 +0,0 @@ -/** - * Copyright (C) 2002-2015 The FreeCol Team - * - * This file is part of FreeCol. - * - * FreeCol is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * FreeCol is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with FreeCol. If not, see . - */ - -package net.sf.freecol.common.sound; - -import java.io.File; -import java.util.Arrays; - - -/** - * Represent a set of sounds that will be presented to a SoundPlayer in a - * certain order as defined by the Playlists playmodes. - */ -public final class Playlist { - - /** - * This const represents a way in which successive sounds can be played. - */ - public static final int PLAY_ALL = 0, // play all sounds in the Playlist once - REPEAT_ALL = 1, // play all sounds in the Playlist until the end of times - PLAY_ONE = 2, // play one sound in the Playlist once - REPEAT_ONE = 3; // play one sound in the Playlist until the end of times - - /** - * This const represents a way in which a sound will be picked from the list. - */ - public static final int FORWARDS = 0, // order of the sounds is determined by order in Playlist - BACKWARDS = 1, // order of the sounds is determined by reverse order in Playlist - SHUFFLE = 2; // order of the sounds is randomly determined (each sound has the same chance of being picked, but eventually all sounds will be played as much as any other sound) - - private final File[] soundFiles; - private int num; // '-1' means we haven't started yet, '-2' means this Playlist is exhausted - private int repeatMode; - private int pickMode; - private final int[] playedSounds; - - - - /** - * The constructor to use. All songs will be played once, in order. - * @param soundFiles The sounds that will make up this Playlist. The order of the sounds is important. - */ - public Playlist(File... soundFiles) { - if (soundFiles.length == 0) { - throw new IllegalArgumentException("It's not possible to create an empty Playlist."); - } - - this.soundFiles = soundFiles; - repeatMode = REPEAT_ALL; - pickMode = FORWARDS; - num = -1; - playedSounds = null; - } - - - - /** - * The constructor to use. - * @param soundFiles The sounds that will make up this Playlist. The order of the sounds may be important. - * @param repeatMode Determines how, which and if songs will be repeated. Should be one of {PLAY_ALL, REPEAT_ALL, PLAY_ONE, REPEAT_ONE}. - * @param pickMode The way in which sounds will be picked from the list. Should be one of {FORWARDS, BACKWARDS, SHUFFLE}. - */ - public Playlist(File[] soundFiles, int repeatMode, int pickMode) { - if (soundFiles.length == 0) { - throw new IllegalArgumentException("It's not possible to create an empty Playlist."); - } - - this.soundFiles = soundFiles; - this.repeatMode = repeatMode; - this.pickMode = pickMode; - num = -1; - - if (pickMode == SHUFFLE) { - playedSounds = new int[soundFiles.length]; - for (int i = 0; i < playedSounds.length; i++) { - playedSounds[i] = Integer.MAX_VALUE; - } - } - else { - playedSounds = null; - } - } - - - - /** - * Sets the repeat-mode for this playlist. - * @param repeatMode The method this PlayList - * should be repeated. - */ - public void setRepeatMode(int repeatMode) { - this.repeatMode = repeatMode; - } - - - - /** - * Sets the pick-mode for this playlist. - * @param pickMode The method to be used for picking - * the songs. - */ - public void setPickMode(int pickMode) { - this.pickMode = pickMode; - } - - - - /** - * Returns the next sound file on this Playlist or null if there is no such sound. - * @return The next sound file on this Playlist or null if there is no such sound. - */ - public File next() { - if (num == -2) { - // Playlist exhausted. - } - else if (num == -1) { - // Let's pick a first sound. - if (pickMode == FORWARDS) { - num = 0; - } - else if (pickMode == BACKWARDS) { - num = soundFiles.length - 1; - } - else { // SHUFFLE mode - num = (int)(Math.random() * soundFiles.length); - playedSounds[0] = num; - } - } - else if (repeatMode == PLAY_ONE) { - num = -2; - } - else if (repeatMode == REPEAT_ONE) { - // num stays the same - } - else if (pickMode == SHUFFLE) { - if (playedSounds[playedSounds.length - 1] != Integer.MAX_VALUE) { - if (repeatMode == PLAY_ALL) { - num = -2; - } - else { // (repeatMode == REPEAT_ALL) - for (int i = 1; i < playedSounds.length; i++) { - playedSounds[i] = Integer.MAX_VALUE; - } - num = (int)(Math.random() * soundFiles.length); - playedSounds[0] = num; - } - } - else { - int i = 0; - for (; i < playedSounds.length; i++) { - if (playedSounds[i] == Integer.MAX_VALUE) { - break; - } - } - - int tmp = (int)(Math.random() * (soundFiles.length - i)); - for (int j = 0; j < i; j++) { - if (tmp < playedSounds[j]) { - num = tmp; - break; - } - else { - tmp++; - } - } - - playedSounds[i] = num; - Arrays.sort(playedSounds); - } - } else { - switch (repeatMode) { - case PLAY_ALL: - if (pickMode == FORWARDS) { - num++; - if (num == soundFiles.length) { - num = -2; - } - } else { // (pickMode == BACKWARDS) - num--; - if (num == -1) { - num = -2; - } - } - break; - case REPEAT_ALL: - if (pickMode == FORWARDS) { - num++; - if (num == soundFiles.length) { - num = 0; - } - } else { // (pickMode == BACKWARDS) - num--; - if (num == -1) { - num = soundFiles.length - 1; - } - } - break; - default: - break; - } - } - - if ((num >= 0) && (num < soundFiles.length)) { - return soundFiles[num]; - } else { - return null; - } - } - - - - /** - * Returns false if this Playlist is exhausted, true otherwise. - * @return false if this Playlist is exhausted, true otherwise. - */ - public boolean hasNext() { - if (repeatMode == PLAY_ALL) { - if (num == -1) { - return true; - } - else if (num == -2) { - return false; - } - else { - if (((pickMode == FORWARDS) && (num == soundFiles.length - 1)) - || ((pickMode == BACKWARDS) && (num == 0)) - || ((pickMode == SHUFFLE) && (playedSounds[playedSounds.length - 1] != Integer.MAX_VALUE))) { - return false; - } - else { - return true; - } - } - } - else if (repeatMode == PLAY_ONE) { - if (num == -1) { - return true; - } - else { - return false; - } - } - else { - return true; - } - } -} diff --git a/src/net/sf/freecol/common/util/Xml.java b/src/net/sf/freecol/common/util/Xml.java deleted file mode 100644 index afe49265..00000000 --- a/src/net/sf/freecol/common/util/Xml.java +++ /dev/null @@ -1,300 +0,0 @@ -/** - * Copyright (C) 2002-2015 The FreeCol Team - * - * This file is part of FreeCol. - * - * FreeCol is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * FreeCol is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with FreeCol. If not, see . - */ - - -package net.sf.freecol.common.util; - - -import java.io.IOException; -import java.io.InputStream; -import java.io.StringReader; - -import javax.xml.parsers.DocumentBuilder; -import javax.xml.parsers.DocumentBuilderFactory; -import javax.xml.parsers.ParserConfigurationException; - -import org.w3c.dom.Document; -import org.w3c.dom.Element; -import org.w3c.dom.Node; -import org.w3c.dom.NodeList; -import org.xml.sax.InputSource; -import org.xml.sax.SAXException; - - -/** - * A class that makes it slightly tidier to create, parse and format XML - * documents. - */ -public final class Xml { - - // ------------------------------------------------------ class API methods - - public static Document newDocument() { - - try { - DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); - DocumentBuilder builder = factory.newDocumentBuilder(); - return builder.newDocument(); - } - catch ( ParserConfigurationException e ) { - throw new Exception( e ); - } - } - - - public static Document documentFrom( String string ) { - - return documentFrom( new InputSource(new StringReader(string)) ); - } - - - public static Document documentFrom( InputStream stream ) { - - return documentFrom( new InputSource(stream) ); - } - - - public static String toString( Document document ) { - - return document.getDocumentElement().toString(); - } - - - public static boolean hasAttribute( Node xmlElement, String attributeName ) { - - return xmlElement.getAttributes().getNamedItem(attributeName) != null; - } - - - public static String attribute( Node xmlElement, String attributeName ) { - - return xmlElement.getAttributes().getNamedItem(attributeName).getNodeValue(); - } - - public static String attribute( Node xmlElement, String attributeName, String otherwise ) { - if (hasAttribute(xmlElement, attributeName)) { - return attribute(xmlElement, attributeName); - } else { - return otherwise; - } - } - - public static String[] arrayAttribute( Node xmlElement, String attributeName, String separator ) { - - return attribute(xmlElement, attributeName).split(separator); - } - - public static String[] arrayAttribute( Node xmlElement, String attributeName ) { - - return arrayAttribute(xmlElement, attributeName, ","); - } - - public static String[] arrayAttribute( Node xmlElement, String attributeName, String[] otherwise ) { - if (hasAttribute(xmlElement, attributeName)) { - return arrayAttribute(xmlElement, attributeName, ","); - } else { - return otherwise; - } - } - - public static char charAttribute( Node xmlElement, String attributeName ) { - - return attribute(xmlElement, attributeName).charAt(0); - } - - public static char charAttribute( Node xmlElement, String attributeName, char otherwise ) { - if (hasAttribute(xmlElement, attributeName)) { - return charAttribute(xmlElement, attributeName); - } else { - return otherwise; - } - } - - /* - public static String messageAttribute( Node xmlElement, String attributeName ) { - - return Messages.message( attribute(xmlElement, attributeName) ); - } - */ - - public static float floatAttribute( Node xmlElement, String attributeName ) { - - return Float.parseFloat( attribute(xmlElement, attributeName) ); - } - - public static float floatAttribute( Node xmlElement, String attributeName, float otherwise ) { - if (hasAttribute(xmlElement, attributeName)) { - return floatAttribute(xmlElement, attributeName); - } else { - return otherwise; - } - } - - public static float[] floatArrayAttribute( Node xmlElement, String attributeName, String separator ) { - String[] array = arrayAttribute(xmlElement, attributeName, separator); - float[] output = new float[array.length]; - for (int i = 0; i < array.length ; i++) { - output[i] = Float.parseFloat(array[i]); - } - return output; - } - - public static float[] floatArrayAttribute( Node xmlElement, String attributeName ) { - - return floatArrayAttribute(xmlElement, attributeName, ","); - } - - public static float[] floatArrayAttribute( Node xmlElement, String attributeName, float[] otherwise ) { - if (hasAttribute(xmlElement, attributeName)) { - return floatArrayAttribute(xmlElement, attributeName, ","); - } else { - return otherwise; - } - } - - - public static int intAttribute( Node xmlElement, String attributeName ) { - - return Integer.parseInt( attribute(xmlElement, attributeName) ); - } - - public static int intAttribute( Node xmlElement, String attributeName, int otherwise ) { - if (hasAttribute(xmlElement, attributeName)) { - return intAttribute(xmlElement, attributeName); - } else { - return otherwise; - } - } - - public static int[] intArrayAttribute( Node xmlElement, String attributeName, String separator ) { - String[] array = arrayAttribute(xmlElement, attributeName, separator); - /* For testing - for (int k = 0; k < array.length; k++) - logger.info(array[k]); - */ - int[] output = new int[array.length]; - for (int i = 0; i < array.length ; i++) { - output[i] = Integer.parseInt(array[i]); - } - return output; - } - - public static int[] intArrayAttribute( Node xmlElement, String attributeName ) { - - return intArrayAttribute(xmlElement, attributeName, ","); - } - - public static int[] intArrayAttribute( Node xmlElement, String attributeName, int[] otherwise ) { - if (hasAttribute(xmlElement, attributeName)) { - return intArrayAttribute(xmlElement, attributeName, ","); - } else { - return otherwise; - } - } - - public static boolean booleanAttribute( Node xmlElement, String attributeName ) { - - return parseTruth( attribute(xmlElement, attributeName) ); - } - - public static boolean booleanAttribute( Node xmlElement, String attributeName, boolean otherwise ) { - if (hasAttribute(xmlElement, attributeName)) { - return booleanAttribute(xmlElement, attributeName); - } else { - return otherwise; - } - } - - public static void forEachChild( Node xml, Method method ) { - - NodeList childList = xml.getChildNodes(); - - for ( int ci = 0, nc = childList.getLength(); ci < nc; ci ++ ) { - Node child = childList.item( ci ); - - if ( child instanceof Element ) { - - method.invokeOn( child ); - } - } - } - - - // -------------------------------------------------- class support methods - - private static Document documentFrom( InputSource source ) { - - DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); - - try { - DocumentBuilder builder = factory.newDocumentBuilder(); - return builder.parse( source ); - } catch (IOException|ParserConfigurationException|SAXException e) { - throw new Exception(e); - } - } - - - private static boolean parseTruth( String truthAsString ) - { - if ( null != - truthAsString ) switch (truthAsString) { - case "yes": - case "true": - return true; - case "no": - return false; - } - throw new RuntimeException( "mus be 'yes' or 'no': " + truthAsString ); - } - - - // ----------------------------------------------------------- constructors - - private Xml() { - } - - - // ----------------------------------------------------------- nested types - - public interface Method { - - public void invokeOn( Node xml ); - } - - - /** - * This class is defined so that exceptions thrown by methods on - * {@link Xml} may be filtered from other runtime exceptions such - * as {@link NullPointerException} if desired. In the majority of - * cases, an exception will mean that the game cannot proceed, - * which is why this is a runtime exception so that it percolates - * up to the {@link Thread#run()} method of the invoking thread or - * other controlling loop without the need for every other method - * on the way to declare "throws" clauses. - */ - public static final class Exception extends RuntimeException { - - Exception( Throwable cause ) { - - super( cause ); - } - } - -} diff --git a/test/lib/hamcrest-core-1.3.jar b/test/lib/hamcrest-core-1.3.jar new file mode 100644 index 00000000..9d5fe16e Binary files /dev/null and b/test/lib/hamcrest-core-1.3.jar differ diff --git a/test/lib/junit.jar b/test/lib/junit.jar index 46b26852..3a7fc266 100644 Binary files a/test/lib/junit.jar and b/test/lib/junit.jar differ diff --git a/test/src/net/sf/freecol/AllTests.java b/test/src/net/sf/freecol/AllTests.java index efeab785..7d782770 100644 --- a/test/src/net/sf/freecol/AllTests.java +++ b/test/src/net/sf/freecol/AllTests.java @@ -24,7 +24,7 @@ import junit.extensions.TestSetup; import junit.framework.Test; import junit.framework.TestSuite; - +import junit.framework.JUnit4TestAdapter; /** * The main test class for Freecol. All tests in the subfolders will be run. @@ -34,10 +34,10 @@ public class AllTests { public static Test suite() { TestSuite suite = new TestSuite("Test for net.sf.freecol"); // $JUnit-BEGIN$ - + suite.addTest(new JUnit4TestAdapter(FreeColTest.class)); // $JUnit-END$ - suite.addTest(net.sf.freecol.common.AllTests.suite()); - suite.addTest(net.sf.freecol.server.AllTests.suite()); + //suite.addTest(net.sf.freecol.common.AllTests.suite()); + //suite.addTest(net.sf.freecol.server.AllTests.suite()); suite.addTest(net.sf.freecol.server.generator.AllTests.suite()); //suite.addTest(net.sf.freecol.client.control.AllTests.suite()); suite.addTest(net.sf.freecol.client.gui.AllTests.suite()); diff --git a/test/src/net/sf/freecol/FreeColTest.java b/test/src/net/sf/freecol/FreeColTest.java new file mode 100644 index 00000000..83329691 --- /dev/null +++ b/test/src/net/sf/freecol/FreeColTest.java @@ -0,0 +1,148 @@ +package net.sf.freecol; + +import static org.junit.Assert.*; + +import org.junit.After; +import org.junit.Before; +import org.junit.Test; + +import net.sf.freecol.common.model.NationOptions; + +/** + * This test class checks getters and setters for FreeCol.java after the refactoring of classes in the net.sf.freecol + * + */ +public class FreeColTest +{ + @Before + public void setUp() throws Exception + { + } + + @After + public void tearDown() throws Exception + { + } + + @Test + /** + * Tests if difficulty was correctly set with a valid string. + */ + public void testDifficulty() + { + String hardMode = "HARD"; + FreeCol.setDifficulty(hardMode); + assertEquals(FreeCol.getDifficulty(), hardMode); + + } + + @Test + /** + * Tests if difficulty does not return a nullable after setDifficulty was passed a null. + */ + public void testDifficultyNull() + { + String hardMode = null; + FreeCol.setDifficulty(hardMode); + assertNotNull(FreeCol.getDifficulty()); + + } + + @Test + /** + * Tests if NONE advantage is correctly set. + */ + public void testAdvantagesNONE() + { + FreeCol.setAdvantages(NationOptions.Advantages.NONE); + assertEquals(FreeCol.getAdvantages(), NationOptions.Advantages.NONE); + } + + @Test + /** + * Tests if FIXED advantage is correctly set. + */ + public void testAdvantagesFIXED() + { + FreeCol.setAdvantages(NationOptions.Advantages.FIXED); + assertEquals(FreeCol.getAdvantages(), NationOptions.Advantages.FIXED); + } + + @Test + /** + * Tests if SELECTABLE advantage is correctly set. + */ + public void testAdvantagesSELECTABLE() + { + FreeCol.setAdvantages(NationOptions.Advantages.SELECTABLE); + assertEquals(FreeCol.getAdvantages(), NationOptions.Advantages.SELECTABLE); + } + + @Test + /** + * Tests if name was set correctly with a valid string. + */ + public void testName() + { + String name = "bonnie"; + FreeCol.setName(name); + assertEquals(FreeCol.getName(), name); + } + + @Test + /** + * Tests if name does not return a nullable after setName was passed a null. + */ + public void testNameNull() + { + String name = null; + FreeCol.setName(name); + assertNotNull(FreeCol.getName()); + } + + @Test + /** + * Tests if European count was set successfully. + */ + public void testEuropeanCount() + { + int count = 5; + FreeCol.setEuropeanCount(count); + assertEquals(FreeCol.getEuropeanCount(), count); + } + + @Test + /** + * Tests if total conversion was set successfully. + */ + public void testTotalConversion() + { + String totalConversion = "AlteredBeast"; + FreeCol.setTC(totalConversion); + assertEquals(FreeCol.getTC(), totalConversion); + } + + @Test + /** + * Tests if timeout was set successfully. + */ + public void testTimeout() + { + String timeout = "30000"; + int itimeout = 30000; + FreeCol.setTimeout(timeout); + assertEquals(FreeCol.getTimeout(true), itimeout); + } + + @Test + /** + * Tests if server port was set successfully. + */ + public void testServerPort() + { + String port = "5000"; + int iport = 5000; + FreeCol.setServerPort(port); + assertEquals(FreeCol.getServerPort(), iport); + } +} diff --git a/test/src/net/sf/freecol/common/utils/AllTests.java b/test/src/net/sf/freecol/common/utils/AllTests.java index a92012fc..1cbe7075 100644 --- a/test/src/net/sf/freecol/common/utils/AllTests.java +++ b/test/src/net/sf/freecol/common/utils/AllTests.java @@ -19,6 +19,10 @@ package net.sf.freecol.common.utils; +import org.junit.runner.RunWith; +import org.junit.runners.Suite; + +import junit.framework.JUnit4TestAdapter; import junit.framework.Test; import junit.framework.TestSuite; @@ -27,6 +31,7 @@ public class AllTests { public static Test suite() { TestSuite suite = new TestSuite("Test for net.sf.freecol.common.utils"); suite.addTestSuite(UtilsTest.class); + suite.addTest(new JUnit4TestAdapter(StringUtilsTest.class)); return suite; } } diff --git a/test/src/net/sf/freecol/common/utils/StringUtilsTest.java b/test/src/net/sf/freecol/common/utils/StringUtilsTest.java new file mode 100644 index 00000000..4887149a --- /dev/null +++ b/test/src/net/sf/freecol/common/utils/StringUtilsTest.java @@ -0,0 +1,329 @@ +package net.sf.freecol.common.utils; + +import static org.junit.Assert.*; + +import java.awt.Font; +import java.awt.FontMetrics; +import java.util.ArrayList; +import java.util.List; + +import org.junit.After; +import org.junit.Before; +import org.junit.Test; + +import junit.framework.JUnit4TestAdapter; +import junit.framework.TestCase; +import net.sf.freecol.common.util.StringUtils; + +public class StringUtilsTest{ + @Before + public void setUp() throws Exception { + } + + @After + public void tearDown() throws Exception { + } + + @Test + public void joinTest1() { + String delimiter = ";"; + String a = "Hello"; + String b = "World"; + assertEquals("Hello;World", StringUtils.join(delimiter, a, b)); + } + + @Test + public void joinTest2(){ + String[] isNull = null; + assertNull(StringUtils.join(";", isNull)); + } + + @Test + public void joinTest3(){ + String[] isNull = new String[0]; + assertNull(StringUtils.join(";", isNull)); + } + + @Test + public void joinTest4(){ + // populated list of strings + String delimiter = ";"; + List strings = new ArrayList<>(); + strings.add("Hello"); + strings.add("World"); + assertEquals("Hello;World", StringUtils.join(delimiter, strings)); + } + + @Test + public void joinTest5(){ + // empty list of strings + String delimiter = ";"; + List isEmpty = new ArrayList<>(); + assertNull(StringUtils.join(delimiter, isEmpty)); + } + + @Test + public void joinTest6(){ + assertEquals("Hello", StringUtils.join(null, "Hello")); + } + + @Test(expected=NullPointerException.class) + public void joinTest7(){ + StringUtils.join(null, null, "Hello"); + } + + @Test + public void chopTest1(){ + String longString = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"; + assertEquals("AAAAA", StringUtils.chop(longString, 5)); + } + + @Test + public void chopTest2(){ + String longString = "HELLO"; + assertEquals("HELLO", StringUtils.chop(longString, 6)); + } + + @Test(expected=NullPointerException.class) + public void chopTest3(){ + StringUtils.chop(null, 6); + } + + @Test + public void lastPartTest1(){ + String delimiter = ";"; + assertEquals("WORLD", StringUtils.lastPart("Hello;WORLD", delimiter)); + } + + @Test + public void lastPartTest2(){ + String delimiter = ";"; + assertEquals("", StringUtils.lastPart("Hello;", delimiter)); + } + + @Test + public void lastPartTest3(){ + String delimiter = ";"; + assertNull(StringUtils.lastPart(null, delimiter)); + } + + @Test(expected=NullPointerException.class) + public void lastPartTest4(){ + StringUtils.lastPart("Hello", null); + } + + @Test + public void lastPartTest5(){ + assertNull(StringUtils.lastPart(null, null)); + } + + @Test + public void lastPartTest6(){ + assertEquals("", StringUtils.lastPart("Hello", "")); + } + + @Test + public void lastPartTest7(){ + assertEquals("Hello", StringUtils.lastPart("Hello", "world")); + } + + private enum Words{ + HELLO_WORLD, WORLD_HELLO, HELLO + } + + @Test + public void getEnumKeyTest1(){ + assertEquals("helloWorld", StringUtils.getEnumKey(Words.HELLO_WORLD)); + } + + @Test + public void getEnumKeyTest2(){ + assertEquals("worldHello", StringUtils.getEnumKey(Words.WORLD_HELLO)); + } + + @Test + public void getEnumKeyTest3(){ + assertEquals("hello", StringUtils.getEnumKey(Words.HELLO)); + } + + @Test(expected=NullPointerException.class) + public void getEnumKeyTest4(){ + StringUtils.getEnumKey(null); + } + + @Test + public void getBreakingPointTest1(){ + assertEquals(6, StringUtils.getBreakingPoint("LONG CAT IS LONG", "A")); + } + + @Test + public void getBreakingPointTest2(){ + assertEquals(7, StringUtils.getBreakingPoint("Working on Stuff")); + } + + @Test(expected=NullPointerException.class) + public void getBreakingPointTest3(){ + StringUtils.getBreakingPoint(null); + } + + @Test(expected=NullPointerException.class) + public void getBreakingPointTest4(){ + StringUtils.getBreakingPoint(null, "k"); + } + + @Test(expected=NullPointerException.class) + public void getBreakingPointTest5(){ + StringUtils.getBreakingPoint(null, null); + } + + @Test + public void getBreakingPointTest6(){ + assertEquals(-1, StringUtils.getBreakingPoint("Working")); + } + + @Test + public void getBreakingPointTest7(){ + assertEquals(-1, StringUtils.getBreakingPoint("")); + } + + @Test + public void getBreakingPointTest8(){ + assertEquals(-1, StringUtils.getBreakingPoint("Short")); + } + + @Test(expected=NullPointerException.class) + public void getBreakingPointTest9(){ + StringUtils.getBreakingPoint("LONG CAT IS LONG", null); + } + + @Test + public void getBreakingPointTest10(){ + assertEquals(-1, StringUtils.getBreakingPoint(" ", " ")); + } + + @Test + public void getBreakingPointTest11(){ + assertEquals(-1, StringUtils.getBreakingPoint("", "")); + } + + @Test + public void getBreakingPointTest12(){ + assertEquals(-1, StringUtils.getBreakingPoint("LONG CAT IS LONG", "")); + } + + @Test + public void getBreakingPointTest13(){ + assertEquals(8, StringUtils.getBreakingPoint("LONG CAT IS LONG")); + } + + @Test + public void getBreakingPointTest14(){ + assertEquals(5, StringUtils.getBreakingPoint("LONG CAT IS LONG", "COOL")); + } + + @Test + public void getBreakingPointTest15(){ + assertEquals(4, StringUtils.getBreakingPoint("LONGCATISLONG", "COOL")); + } + + @Test + public void getBreakingPointTest17(){ + assertEquals(-1, StringUtils.getBreakingPoint("LONGCATISLONG", "")); + } + + @Test + public void getBreakingPointTest18(){ + assertEquals(-1, StringUtils.getBreakingPoint("LONGCATISLONG")); + } + + @Test + public void getBreakingPointTest19(){ + assertEquals(6, StringUtils.getBreakingPoint("LONGCATISLONG", "CAT")); + } + + @Test + public void getBreakingPointTest20(){ + assertEquals(7, StringUtils.getBreakingPoint("LONG CAT IS LONG", "CAT")); + } + + @Test + public void splitTextTest11(){ + Font font = new Font("Helvetica", Font.PLAIN, 12); + java.awt.Canvas canvas = new java.awt.Canvas(); + FontMetrics fontMetrics = canvas.getFontMetrics(font); + + List expectedList = new ArrayList<>(); + expectedList.add("ThisIs"); + expectedList.add("VeryLongWord"); + String expected = expectedList.get(0) + expectedList.get(1); + + List actualList = StringUtils.splitText("ThisIsAVeryLongWord", "A", fontMetrics, 15); + String actual = actualList.get(0) + actualList.get(1); + + + assertEquals(expected, actual); + } + + @Test + public void splitTextTest12(){ + Font font = new Font("Helvetica", Font.PLAIN, 12); + java.awt.Canvas canvas = new java.awt.Canvas(); + FontMetrics fontMetrics = canvas.getFontMetrics(font); + + List expectedList = new ArrayList<>(); + expectedList.add("ThisIsAVeryLongWord"); + String expected = expectedList.get(0); + + List actualList = StringUtils.splitText("ThisIsAVeryLongWord", "", fontMetrics, 15); + String actual = actualList.get(0); + + + assertEquals(expected, actual); + } + + @Test(expected=NullPointerException.class) + public void splitTextTest13(){ + Font font = new Font("Helvetica", Font.PLAIN, 12); + java.awt.Canvas canvas = new java.awt.Canvas(); + FontMetrics fontMetrics = canvas.getFontMetrics(font); + + StringUtils.splitText(null, "a", fontMetrics, 15); + } + + @Test(expected=NullPointerException.class) + public void splitTextTest14(){ + Font font = new Font("Helvetica", Font.PLAIN, 12); + java.awt.Canvas canvas = new java.awt.Canvas(); + FontMetrics fontMetrics = canvas.getFontMetrics(font); + + StringUtils.splitText(null, "", fontMetrics, 15); + } + + @Test(expected=NullPointerException.class) + public void splitTextTest15(){ + Font font = new Font("Helvetica", Font.PLAIN, 12); + java.awt.Canvas canvas = new java.awt.Canvas(); + FontMetrics fontMetrics = canvas.getFontMetrics(font); + + StringUtils.splitText(null, null, fontMetrics, 15); + } + + @Test(expected=NullPointerException.class) + public void splitTextTest16(){ + StringUtils.splitText("A word", "w", null, 15); + } + + @Test(expected=NullPointerException.class) + public void splitTextTest17(){ + StringUtils.splitText(null, null, null, 15); + } + + @Test(expected=NullPointerException.class) + public void splitTextTest18(){ + Font font = new Font("Helvetica", Font.PLAIN, 12); + java.awt.Canvas canvas = new java.awt.Canvas(); + FontMetrics fontMetrics = canvas.getFontMetrics(font); + + StringUtils.splitText("Looooooooong cat", null, fontMetrics, 15); + } +}