Changeset 36483 in osm
- Timestamp:
- 2026-02-12T15:12:05+01:00 (11 hours ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2086 edited
-
. (modified) (view diffs)
-
00_plugin_dir_template/build.xml (modified) (view diffs)
-
AddrInterpolation (modified) (view diffs)
-
AddrInterpolation/build.xml (modified) (view diffs)
-
AddrInterpolation/pom.xml (modified) (view diffs)
-
AddrInterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationAction.java (modified) (view diffs)
-
AddrInterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java (modified) (view diffs)
-
AddrInterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationPlugin.java (modified) (view diffs)
-
AddrInterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/EscapeDialog.java (modified) (view diffs)
-
ColumbusCSV (modified) (view diffs)
-
ColumbusCSV/build.xml (modified) (view diffs)
-
ColumbusCSV/pom.xml (modified) (view diffs)
-
CommandLine (modified) (view diffs)
-
CommandLine/build.xml (modified) (view diffs)
-
CommandLine/pom.xml (modified) (view diffs)
-
CommandLine/src/org/openstreetmap/josm/plugins/commandline/AnyAction.java (modified) (view diffs)
-
CommandLine/src/org/openstreetmap/josm/plugins/commandline/Command.java (modified) (view diffs)
-
CommandLine/src/org/openstreetmap/josm/plugins/commandline/CommandAction.java (modified) (view diffs)
-
CommandLine/src/org/openstreetmap/josm/plugins/commandline/CommandLine.java (modified) (view diffs)
-
CommandLine/src/org/openstreetmap/josm/plugins/commandline/CommandLineAction.java (modified) (view diffs)
-
CommandLine/src/org/openstreetmap/josm/plugins/commandline/DummyAction.java (modified) (view diffs)
-
CommandLine/src/org/openstreetmap/josm/plugins/commandline/GpxFilter.java (modified) (view diffs)
-
CommandLine/src/org/openstreetmap/josm/plugins/commandline/History.java (modified) (view diffs)
-
CommandLine/src/org/openstreetmap/josm/plugins/commandline/LengthAction.java (modified) (view diffs)
-
CommandLine/src/org/openstreetmap/josm/plugins/commandline/Loader.java (modified) (view diffs)
-
CommandLine/src/org/openstreetmap/josm/plugins/commandline/Mode.java (modified) (view diffs)
-
CommandLine/src/org/openstreetmap/josm/plugins/commandline/NodeAction.java (modified) (view diffs)
-
CommandLine/src/org/openstreetmap/josm/plugins/commandline/OsmToCmd.java (modified) (view diffs)
-
CommandLine/src/org/openstreetmap/josm/plugins/commandline/Parameter.java (modified) (view diffs)
-
CommandLine/src/org/openstreetmap/josm/plugins/commandline/PointAction.java (modified) (view diffs)
-
CommandLine/src/org/openstreetmap/josm/plugins/commandline/RelationAction.java (modified) (view diffs)
-
CommandLine/src/org/openstreetmap/josm/plugins/commandline/Relay.java (modified) (view diffs)
-
CommandLine/src/org/openstreetmap/josm/plugins/commandline/Type.java (modified) (view diffs)
-
CommandLine/src/org/openstreetmap/josm/plugins/commandline/WayAction.java (modified) (view diffs)
-
Create_grid_of_ways (modified) (view diffs)
-
Create_grid_of_ways/build.xml (modified) (view diffs)
-
Create_grid_of_ways/pom.xml (modified) (view diffs)
-
Create_grid_of_ways/src/CreateGridOfWaysPlugin/CreateGridOfWaysAction.java (modified) (view diffs)
-
Create_grid_of_ways/src/CreateGridOfWaysPlugin/CreateGridOfWaysPlugin.java (modified) (view diffs)
-
CustomizePublicTransportStop (modified) (view diffs)
-
CustomizePublicTransportStop/build.xml (modified) (view diffs)
-
CustomizePublicTransportStop/pom.xml (modified) (view diffs)
-
CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/CreateNewStopPointOperation.java (modified) (view diffs)
-
CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/CreateStopAreaFromSelectedObjectOperation.java (modified) (view diffs)
-
CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/CustomizePublicTransportStopDialog.java (modified) (view diffs)
-
CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/CustomizePublicTransportStopPlugin.java (modified) (view diffs)
-
CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/CustomizeStopAction.java (modified) (view diffs)
-
CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/CustomizeStopAreaOperation.java (modified) (view diffs)
-
CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/IStopAreaCustomizer.java (modified) (view diffs)
-
CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/MessageBox.java (modified) (view diffs)
-
CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/NearestWaySegment.java (modified) (view diffs)
-
CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/OSMTags.java (modified) (view diffs)
-
CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/StopArea.java (modified) (view diffs)
-
CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/StopAreaOperationBase.java (modified) (view diffs)
-
DirectDownload/build.xml (modified) (view diffs)
-
DirectDownload/pom.xml (modified) (view diffs)
-
DirectDownload/src/org/openstreetmap/josm/plugins/directdownload/DirectDownload.java (modified) (view diffs)
-
DirectDownload/src/org/openstreetmap/josm/plugins/directdownload/DownloadDataGui.java (modified) (view diffs)
-
DirectDownload/src/org/openstreetmap/josm/plugins/directdownload/GpxServerReader.java (modified) (view diffs)
-
DirectDownload/src/org/openstreetmap/josm/plugins/directdownload/UserTrack.java (modified) (view diffs)
-
DirectDownload/src/org/openstreetmap/josm/plugins/directdownload/UserTrackReader.java (modified) (view diffs)
-
DirectUpload/build.xml (modified) (view diffs)
-
DirectUpload/pom.xml (modified) (view diffs)
-
ElevationProfile/build.xml (modified) (view diffs)
-
ElevationProfile/pom.xml (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/ColorMap.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/ElevationHelper.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/HgtFileImporter.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/HgtReader.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/IEleRenderingListener.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/IElevationModel.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/IElevationProfile.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/IVertexRenderer.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/actions/AddElevationLayerAction.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/ElevationModel.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/ElevationProfile.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/ElevationWayPointKind.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/GeoidCorrectionKind.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/GpxIterator.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/IGpxVisitor.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/IGpxWaypointVisitor.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/WayPointMap.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/EleCoordinate.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/EleVertex.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridLayer.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTile.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTileController.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTileLoader.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTileSource.java (modified) (view diffs)
-
ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/SimpleVertexRenderer.java (modified) (view diffs)
-
ElevationProfile/test/unit/org/openstreetmap/josm/plugins/elevation/EleVertexTest.java (modified) (view diffs)
-
ElevationProfile/test/unit/org/openstreetmap/josm/plugins/elevation/HgtReaderTest.java (modified) (view diffs)
-
FIT (modified) (view diffs)
-
FIT/build.xml (modified) (view diffs)
-
FIT/pom.xml (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/FitPlugin.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/FitBaseType.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/FitException.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/FitReader.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/FitReaderOptions.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FileCreator.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitData.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitDevDataRecord.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitDeveloperDataIdMessage.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitDevice.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitEvent.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitUnknownRecord.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/Global.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/HeartRateCadenceDistanceSpeed.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/IFitTimestamp.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevDoubleData.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevFloatData.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevIntData.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevLongData.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevStringData.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevUnknown.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/IFitDevData.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitDefinitionMessage.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitDeveloperField.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitDeveloperFieldDescriptionMessage.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitField.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitFieldDescriptionMessage.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitHeader.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitRecordCompressedTimestampHeader.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitRecordHeader.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitRecordNormalHeader.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/IField.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/utils/CountingInputStream.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/utils/DevDataUtils.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/utils/NumberUtils.java (modified) (view diffs)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/utils/StringUtils.java (modified) (view diffs)
-
FIT/src/test/unit/org/openstreetmap/josm/plugins/fit/lib/FitReaderTest.java (modified) (view diffs)
-
FastDraw/build.xml (modified) (view diffs)
-
FastDraw/pom.xml (modified) (view diffs)
-
FastDraw/src/org/openstreetmap/josm/plugins/fastdraw/DrawnPolyLine.java (modified) (view diffs)
-
FastDraw/src/org/openstreetmap/josm/plugins/fastdraw/FDSettings.java (modified) (view diffs)
-
FastDraw/src/org/openstreetmap/josm/plugins/fastdraw/FastDrawConfigDialog.java (modified) (view diffs)
-
FastDraw/src/org/openstreetmap/josm/plugins/fastdraw/FastDrawingMode.java (modified) (view diffs)
-
FastDraw/src/org/openstreetmap/josm/plugins/fastdraw/FastDrawingPlugin.java (modified) (view diffs)
-
FastDraw/test/unit/org/openstreetmap/josm/plugins/fastdraw/DrawnPolyLineTest.java (modified) (view diffs)
-
FastDraw/test/unit/org/openstreetmap/josm/plugins/fastdraw/FastDrawingModeTest.java (modified) (view diffs)
-
FixAddresses/build.xml (modified) (view diffs)
-
FixAddresses/pom.xml (modified) (view diffs)
-
FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/actions/AddressActions.java (modified) (view diffs)
-
HouseNumberTaggingTool/build.xml (modified) (view diffs)
-
HouseNumberTaggingTool/pom.xml (modified) (view diffs)
-
HouseNumberTaggingTool/src/org/openstreetmap/josm/plugins/housenumbertool/Dto.java (modified) (view diffs)
-
HouseNumberTaggingTool/src/org/openstreetmap/josm/plugins/housenumbertool/HouseNumberHelper.java (modified) (view diffs)
-
HouseNumberTaggingTool/src/org/openstreetmap/josm/plugins/housenumbertool/HouseNumberTaggingToolPlugin.java (modified) (view diffs)
-
HouseNumberTaggingTool/src/org/openstreetmap/josm/plugins/housenumbertool/LaunchAction.java (modified) (view diffs)
-
HouseNumberTaggingTool/src/org/openstreetmap/josm/plugins/housenumbertool/TagDialog.java (modified) (view diffs)
-
ImageIO (modified) (view diffs)
-
ImageIO/build.xml (modified) (view diffs)
-
ImageIO/pom.xml (modified) (view diffs)
-
ImageIO/src/main/java/org/openstreetmap/josm/plugins/imageio/Artifact.java (modified) (view diffs)
-
ImageIO/src/main/java/org/openstreetmap/josm/plugins/imageio/ImageIOPlugin.java (modified) (view diffs)
-
ImageIO/src/main/java/org/openstreetmap/josm/plugins/imageio/ImageIOPreferenceSetting.java (modified) (view diffs)
-
ImageIO/src/main/java/org/openstreetmap/josm/plugins/imageio/NexusDownloader.java (modified) (view diffs)
-
ImageWayPoint/build.xml (modified) (view diffs)
-
ImageWayPoint/pom.xml (modified) (view diffs)
-
ImportImagePlugin/build.xml (modified) (view diffs)
-
ImportImagePlugin/pom.xml (modified) (view diffs)
-
ImportImagePlugin/src/org/openstreetmap/josm/plugins/ImportImagePlugin/ImageLayer.java (modified) (view diffs)
-
ImportImagePlugin/src/org/openstreetmap/josm/plugins/ImportImagePlugin/ImportImageFileImporter.java (modified) (view diffs)
-
ImportImagePlugin/src/org/openstreetmap/josm/plugins/ImportImagePlugin/ImportImagePlugin.java (modified) (view diffs)
-
ImportImagePlugin/src/org/openstreetmap/josm/plugins/ImportImagePlugin/LayerPropertiesDialog.java (modified) (view diffs)
-
ImportImagePlugin/src/org/openstreetmap/josm/plugins/ImportImagePlugin/LoadImageAction.java (modified) (view diffs)
-
ImportImagePlugin/src/org/openstreetmap/josm/plugins/ImportImagePlugin/PluginOperations.java (modified) (view diffs)
-
ImportImagePlugin/test/unit/org/openstreetmap/josm/plugins/ImportImagePlugin/GeoTiffReaderTest.java (modified) (view diffs)
-
InfoMode/build.xml (modified) (view diffs)
-
InfoMode/pom.xml (modified) (view diffs)
-
InfoMode/src/org/openstreetmap/josm/plugins/infomode/InfoMode.java (modified) (view diffs)
-
InfoMode/src/org/openstreetmap/josm/plugins/infomode/InfoModePlugin.java (modified) (view diffs)
-
InfoMode/src/org/openstreetmap/josm/plugins/infomode/InfoPanel.java (modified) (view diffs)
-
MicrosoftStreetside/build.xml (modified) (view diffs)
-
MicrosoftStreetside/config/josm/preferences.xml (modified) (view diffs)
-
MicrosoftStreetside/config/log4j.xml (modified) (view diffs)
-
MicrosoftStreetside/config/pmd/ruleset.xml (modified) (view diffs)
-
MicrosoftStreetside/pom.xml (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/CubeMapTileXY.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/StreetsideAbstractImage.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/StreetsideData.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/StreetsideDataListener.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/StreetsideImage.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/StreetsideLayer.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/StreetsidePlugin.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/actions/ImageReloadAction.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/actions/StreetsideDownloadAction.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/actions/StreetsideDownloadViewAction.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/actions/StreetsideWalkAction.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/actions/StreetsideZoomAction.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/actions/WalkListener.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/actions/WalkThread.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/actions/package-info.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/cache/CacheUtils.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/cache/Caches.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/cache/StreetsideCache.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/cache/package-info.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/cubemap/CameraTransformer.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/cubemap/CubemapBox.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/cubemap/CubemapBuilder.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/cubemap/CubemapUtils.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/cubemap/ITileDownloadingTaskListener.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/cubemap/TileDownloadingTask.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/StreetsideImageDisplay.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/StreetsideMainDialog.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/StreetsidePreferenceSetting.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/StreetsideViewerDialog.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/StreetsideWalkDialog.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/boilerplate/SelectableLabel.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/boilerplate/StreetsideButton.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/boilerplate/package-info.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/imageinfo/ImageInfoHelpPopup.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/imageinfo/ImageInfoPanel.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/imageinfo/StreetsideViewerPanel.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/imageinfo/ThreeSixtyDegreeViewerPanel.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/imageinfo/WebLinkAction.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/package-info.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/io/download/BoundsDownloadRunnable.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/io/download/SequenceDownloadRunnable.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/io/download/StreetsideDownloader.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/io/download/StreetsideSquareDownloadRunnable.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/io/download/package-info.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/io/export/StreetsideExportDownloadThread.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/io/export/StreetsideExportManager.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/io/export/StreetsideExportWriterThread.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/io/export/package-info.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/mode/AbstractMode.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/mode/SelectMode.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/mode/package-info.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/package-info.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/utils/ImageUtil.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/utils/MapViewGeometryUtil.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/utils/PluginState.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/utils/StreetsideColorScheme.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/utils/StreetsideProperties.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/utils/StreetsideURL.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/utils/StreetsideUtils.java (modified) (view diffs)
-
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/utils/package-info.java (modified) (view diffs)
-
MicrosoftStreetside/test/data/preferences/preferences.xml (modified) (view diffs)
-
MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/utils/GraphicsUtilsTest.java (modified) (view diffs)
-
NanoLog/build.xml (modified) (view diffs)
-
NanoLog/pom.xml (modified) (view diffs)
-
NanoLog/src/nanolog/Correlator.java (modified) (view diffs)
-
NanoLog/src/nanolog/GPXChooser.java (modified) (view diffs)
-
NanoLog/src/nanolog/NanoLogEntry.java (modified) (view diffs)
-
NanoLog/src/nanolog/NanoLogLayer.java (modified) (view diffs)
-
NanoLog/src/nanolog/NanoLogPanel.java (modified) (view diffs)
-
NanoLog/src/nanolog/NanoLogPlugin.java (modified) (view diffs)
-
OpeningHoursEditor/build.xml (modified) (view diffs)
-
OpeningHoursEditor/pom.xml (modified) (view diffs)
-
OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/ClockSystem.java (modified) (view diffs)
-
OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/OhePlugin.java (modified) (view diffs)
-
OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/OpeningTimeUtils.java (modified) (view diffs)
-
OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/gui/OheDialogPanel.java (modified) (view diffs)
-
OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/gui/OheEditor.java (modified) (view diffs)
-
OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/gui/OheException.java (modified) (view diffs)
-
OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/gui/TimeRect.java (modified) (view diffs)
-
OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/parser/SyntaxException.java (modified) (view diffs)
-
RoadSigns/build.xml (modified) (view diffs)
-
RoadSigns/data/roadsignpresetAT.xml (modified) (view diffs)
-
RoadSigns/data/roadsignpresetBE.xml (modified) (view diffs)
-
RoadSigns/data/roadsignpresetCZ.xml (modified) (view diffs)
-
RoadSigns/data/roadsignpresetDE.xml (modified) (view diffs)
-
RoadSigns/data/roadsignpresetES.xml (modified) (view diffs)
-
RoadSigns/data/roadsignpresetPL.xml (modified) (view diffs)
-
RoadSigns/data/roadsignpresetSK.xml (modified) (view diffs)
-
RoadSigns/pom.xml (modified) (view diffs)
-
SaudiNationalAddress (modified) (view diffs)
-
SaudiNationalAddress/build.xml (modified) (view diffs)
-
SaudiNationalAddress/pom.xml (modified) (view diffs)
-
SaudiNationalAddress/src/org/openstreetmap/josm/plugins/saudinationaladdress/SaudiNationalAddressAction.java (modified) (view diffs)
-
SaudiNationalAddress/src/org/openstreetmap/josm/plugins/saudinationaladdress/SaudiNationalAddressPlugin.java (modified) (view diffs)
-
SaudiNationalAddress/src/org/openstreetmap/josm/plugins/saudinationaladdress/SaudiNationalAddressPreference.java (modified) (view diffs)
-
SeaChart/build.xml (modified) (view diffs)
-
SeaChart/jbasemap/build.xml (modified) (view diffs)
-
SeaChart/jbasemap/src/jbasemap/Jbasemap.java (modified) (view diffs)
-
SeaChart/jchart/build.xml (modified) (view diffs)
-
SeaChart/jchart/src/jchart/Jchart.java (modified) (view diffs)
-
SeaChart/jicons/build.xml (modified) (view diffs)
-
SeaChart/jicons/examples.xml (modified) (view diffs)
-
SeaChart/jicons/src/jicons/Jicons.java (modified) (view diffs)
-
SeaChart/josmtos57/build.xml (modified) (view diffs)
-
SeaChart/josmtos57/src/josmtos57/Josmtos57.java (modified) (view diffs)
-
SeaChart/jplotter/build.xml (modified) (view diffs)
-
SeaChart/jplotter/src/jplotter/Jplotter.java (modified) (view diffs)
-
SeaChart/jrender/build.xml (modified) (view diffs)
-
SeaChart/jrender/src/jrender/Jrender.java (modified) (view diffs)
-
SeaChart/jrenderpgsql/build.xml (modified) (view diffs)
-
SeaChart/jrenderpgsql/src/jrenderpgsql/JrenderPgsql.java (modified) (view diffs)
-
SeaChart/jrenderpgsql/src/jrenderpgsql/PGHStore.java (modified) (view diffs)
-
SeaChart/js57toosm/build.xml (modified) (view diffs)
-
SeaChart/js57toosm/src/js57toosm/Js57toosm.java (modified) (view diffs)
-
SeaChart/jshom/build.xml (modified) (view diffs)
-
SeaChart/jshom/src/jshom/Jshom.java (modified) (view diffs)
-
SeaChart/pom.xml (modified) (view diffs)
-
SeaChart/src/render/ChartContext.java (modified) (view diffs)
-
SeaChart/src/render/Renderer.java (modified) (view diffs)
-
SeaChart/src/render/Rules.java (modified) (view diffs)
-
SeaChart/src/render/Signals.java (modified) (view diffs)
-
SeaChart/src/s57/S57att.java (modified) (view diffs)
-
SeaChart/src/s57/S57box.java (modified) (view diffs)
-
SeaChart/src/s57/S57dat.java (modified) (view diffs)
-
SeaChart/src/s57/S57dec.java (modified) (view diffs)
-
SeaChart/src/s57/S57enc.java (modified) (view diffs)
-
SeaChart/src/s57/S57map.java (modified) (view diffs)
-
SeaChart/src/s57/S57obj.java (modified) (view diffs)
-
SeaChart/src/s57/S57osm.java (modified) (view diffs)
-
SeaChart/src/s57/S57val.java (modified) (view diffs)
-
SeaChart/src/seachart/ChartImage.java (modified) (view diffs)
-
SeaChart/src/seachart/Seachart.java (modified) (view diffs)
-
SeaChart/src/seachart/SeachartAction.java (modified) (view diffs)
-
SeaChart/src/symbols/Areas.java (modified) (view diffs)
-
SeaChart/src/symbols/Beacons.java (modified) (view diffs)
-
SeaChart/src/symbols/Buoys.java (modified) (view diffs)
-
SeaChart/src/symbols/Charts.java (modified) (view diffs)
-
SeaChart/src/symbols/Facilities.java (modified) (view diffs)
-
SeaChart/src/symbols/Harbours.java (modified) (view diffs)
-
SeaChart/src/symbols/Landmarks.java (modified) (view diffs)
-
SeaChart/src/symbols/Notices.java (modified) (view diffs)
-
SeaChart/src/symbols/Symbols.java (modified) (view diffs)
-
SeaChart/src/symbols/Topmarks.java (modified) (view diffs)
-
SimplifyArea/build.xml (modified) (view diffs)
-
SimplifyArea/pom.xml (modified) (view diffs)
-
SimplifyArea/src/org/openstreetmap/josm/plugins/simplifyarea/SimplifyAreaAction.java (modified) (view diffs)
-
SimplifyArea/src/org/openstreetmap/josm/plugins/simplifyarea/SimplifyAreaPlugin.java (modified) (view diffs)
-
SimplifyArea/src/org/openstreetmap/josm/plugins/simplifyarea/SimplifyAreaPreferenceSetting.java (modified) (view diffs)
-
Tracer/build.xml (modified) (view diffs)
-
Tracer/pom.xml (modified) (view diffs)
-
Tracer/src/org/openstreetmap/josm/plugins/tracer/ConnectWays.java (modified) (view diffs)
-
Tracer/src/org/openstreetmap/josm/plugins/tracer/TracerAction.java (modified) (view diffs)
-
Tracer/src/org/openstreetmap/josm/plugins/tracer/TracerException.java (modified) (view diffs)
-
Tracer/src/org/openstreetmap/josm/plugins/tracer/TracerGeometry.java (modified) (view diffs)
-
Tracer/src/org/openstreetmap/josm/plugins/tracer/TracerPlugin.java (modified) (view diffs)
-
Tracer/src/org/openstreetmap/josm/plugins/tracer/TracerServer.java (modified) (view diffs)
-
Tracer2/build.xml (modified) (view diffs)
-
Tracer2/pom.xml (modified) (view diffs)
-
Tracer2/src/org/openstreetmap/josm/plugins/tracer2/ConnectWays.java (modified) (view diffs)
-
Tracer2/src/org/openstreetmap/josm/plugins/tracer2/StraightLine.java (modified) (view diffs)
-
Tracer2/src/org/openstreetmap/josm/plugins/tracer2/TagValues.java (modified) (view diffs)
-
Tracer2/src/org/openstreetmap/josm/plugins/tracer2/TracerAction.java (modified) (view diffs)
-
Tracer2/src/org/openstreetmap/josm/plugins/tracer2/TracerDebug.java (modified) (view diffs)
-
Tracer2/src/org/openstreetmap/josm/plugins/tracer2/TracerException.java (modified) (view diffs)
-
Tracer2/src/org/openstreetmap/josm/plugins/tracer2/TracerGeometry.java (modified) (view diffs)
-
Tracer2/src/org/openstreetmap/josm/plugins/tracer2/TracerPlugin.java (modified) (view diffs)
-
Tracer2/src/org/openstreetmap/josm/plugins/tracer2/preferences/ServerParam.java (modified) (view diffs)
-
Tracer2/src/org/openstreetmap/josm/plugins/tracer2/preferences/ServerParamDialog.java (modified) (view diffs)
-
Tracer2/src/org/openstreetmap/josm/plugins/tracer2/preferences/ServerParamList.java (modified) (view diffs)
-
Tracer2/src/org/openstreetmap/josm/plugins/tracer2/preferences/ServerParamPanel.java (modified) (view diffs)
-
Tracer2/src/org/openstreetmap/josm/plugins/tracer2/preferences/ServerParamPreference.java (modified) (view diffs)
-
Tracer2/src/org/openstreetmap/josm/plugins/tracer2/preferences/ServerParamSelectDialog.java (modified) (view diffs)
-
Tracer2/src/org/openstreetmap/josm/plugins/tracer2/server/GetTrace.java (modified) (view diffs)
-
Tracer2/src/org/openstreetmap/josm/plugins/tracer2/server/GetVersion.java (modified) (view diffs)
-
Tracer2/src/org/openstreetmap/josm/plugins/tracer2/server/Request.java (modified) (view diffs)
-
alignways (modified) (view diffs)
-
alignways/build.xml (modified) (view diffs)
-
alignways/pom.xml (modified) (view diffs)
-
alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysAction.java (modified) (view diffs)
-
alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysAlgnSegment.java (modified) (view diffs)
-
alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysCmdKeepAngles.java (modified) (view diffs)
-
alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysCmdKeepLength.java (modified) (view diffs)
-
alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysDialog.java (modified) (view diffs)
-
alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysMode.java (modified) (view diffs)
-
alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysPlugin.java (modified) (view diffs)
-
alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysRefSegment.java (modified) (view diffs)
-
alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysSegment.java (modified) (view diffs)
-
alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysSegmentMgr.java (modified) (view diffs)
-
alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysSelAlgnState.java (modified) (view diffs)
-
alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysSelBothState.java (modified) (view diffs)
-
alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysSelNoneState.java (modified) (view diffs)
-
alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysSelRefState.java (modified) (view diffs)
-
alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysState.java (modified) (view diffs)
-
alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysTipsPanel.java (modified) (view diffs)
-
alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysWhatsNewPanel.java (modified) (view diffs)
-
alignways/src/org/openstreetmap/josm/plugins/alignways/geometry/AlignWaysGeomLine.java (modified) (view diffs)
-
alignways/src/org/openstreetmap/josm/plugins/alignways/geometry/AlignWaysGeomPoint.java (modified) (view diffs)
-
alignways/test/unit/org/openstreetmap/josm/plugins/alignways/geometry/AlignWaysGeomLineTest.java (modified) (view diffs)
-
apache-commons (modified) (view diffs)
-
apache-commons/build.xml (modified) (view diffs)
-
apache-commons/pom.xml (modified) (view diffs)
-
apache-commons/src/org/openstreetmap/josm/plugins/commons/CommonsPlugin.java (modified) (view diffs)
-
apache-http (modified) (view diffs)
-
apache-http/build.xml (modified) (view diffs)
-
apache-http/pom.xml (modified) (view diffs)
-
apache-http/src/org/openstreetmap/josm/plugins/http/HttpPlugin.java (modified) (view diffs)
-
build-common.xml (modified) (view diffs)
-
build.xml (modified) (view diffs)
-
buildings_tools (modified) (view diffs)
-
buildings_tools/build.xml (modified) (view diffs)
-
buildings_tools/pom.xml (modified) (view diffs)
-
buildings_tools/src/org/openstreetmap/josm/plugins/buildings_tools/AddressDialog.java (modified) (view diffs)
-
buildings_tools/src/org/openstreetmap/josm/plugins/buildings_tools/AdvancedSettingsDialog.java (modified) (view diffs)
-
buildings_tools/src/org/openstreetmap/josm/plugins/buildings_tools/AngleSnap.java (modified) (view diffs)
-
buildings_tools/src/org/openstreetmap/josm/plugins/buildings_tools/Building.java (modified) (view diffs)
-
buildings_tools/src/org/openstreetmap/josm/plugins/buildings_tools/BuildingSizeAction.java (modified) (view diffs)
-
buildings_tools/src/org/openstreetmap/josm/plugins/buildings_tools/BuildingSizeDialog.java (modified) (view diffs)
-
buildings_tools/src/org/openstreetmap/josm/plugins/buildings_tools/BuildingsToolsPlugin.java (modified) (view diffs)
-
buildings_tools/src/org/openstreetmap/josm/plugins/buildings_tools/DrawBuildingAction.java (modified) (view diffs)
-
buildings_tools/src/org/openstreetmap/josm/plugins/buildings_tools/MergeAddrPointsAction.java (modified) (view diffs)
-
buildings_tools/src/org/openstreetmap/josm/plugins/buildings_tools/MyDialog.java (modified) (view diffs)
-
buildings_tools/src/org/openstreetmap/josm/plugins/buildings_tools/ToolSettings.java (modified) (view diffs)
-
buildings_tools/test/unit/org/openstreetmap/josm/plugins/buildings_tools/BuildingsToolsPluginTest.java (modified) (view diffs)
-
buildings_tools/test/unit/org/openstreetmap/josm/plugins/buildings_tools/DrawBuildingActionTest.java (modified) (view diffs)
-
cadastre-fr (modified) (view diffs)
-
cadastre-fr/build.xml (modified) (view diffs)
-
cadastre-fr/pom.xml (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/actions/MenuActionBoundaries.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/actions/MenuActionCancelGrab.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/actions/MenuActionGrabPlanImage.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/actions/MenuActionOpenPreferences.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/actions/MenuActionRefineGeoRef.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/actions/MenuActionSaveRasterAs.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/actions/mapmode/Address.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/actions/mapmode/WMSAdjustAction.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/download/CadastreDownloadSourcePanel.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/edigeo/EdigeoFileGEN.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/session/CadastreSessionExporter.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/session/CadastreSessionImporter.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/CacheFileLambert4ZoneFilter.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/CacheFileLambert9ZoneFilter.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/CacheFileUTM20NFilter.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/CadastreGrabber.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/CadastreInterface.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/DownloadSVGBuilding.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/DownloadSVGTask.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/DownloadWMSPlanImage.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/GrabThread.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/RasterImageGeoreferencer.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/RasterImageModifier.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/SVGParser.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/VectorImageModifier.java (modified) (view diffs)
-
cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/WMSException.java (modified) (view diffs)
-
canvec_helper (modified) (view diffs)
-
canvec_helper/build.xml (modified) (view diffs)
-
canvec_helper/pom.xml (modified) (view diffs)
-
canvec_helper/src/org/openstreetmap/josm/plugins/canvec_helper/CanVecTile.java (modified) (view diffs)
-
canvec_helper/src/org/openstreetmap/josm/plugins/canvec_helper/CanvecHelper.java (modified) (view diffs)
-
canvec_helper/src/org/openstreetmap/josm/plugins/canvec_helper/CanvecHelperAction.java (modified) (view diffs)
-
canvec_helper/src/org/openstreetmap/josm/plugins/canvec_helper/CanvecLayer.java (modified) (view diffs)
-
canvec_helper/src/org/openstreetmap/josm/plugins/canvec_helper/SetMaxZoom.java (modified) (view diffs)
-
checkstyle-config.xml (modified) (view diffs)
-
checkstyle-filter.xml (modified) (view diffs)
-
colorscheme (modified) (view diffs)
-
colorscheme/build.xml (modified) (view diffs)
-
colorscheme/pom.xml (modified) (view diffs)
-
comfort0 (modified) (view diffs)
-
comfort0/build.xml (modified) (view diffs)
-
comfort0/pom.xml (modified) (view diffs)
-
comfort0/src/net/simon04/comfort0/Comfort0Plugin.java (modified) (view diffs)
-
comfort0/src/net/simon04/comfort0/CopyLevel0LAction.java (modified) (view diffs)
-
comfort0/src/net/simon04/comfort0/EditLevel0LAction.java (modified) (view diffs)
-
comfort0/src/net/simon04/comfort0/EditorLauncher.java (modified) (view diffs)
-
comfort0/src/net/simon04/comfort0/OsmToLevel0L.java (modified) (view diffs)
-
comfort0/src/net/simon04/comfort0/PasteLevel0LAction.java (modified) (view diffs)
-
comfort0/test/unit/net/simon04/comfort0/EditLevel0LActionTest.java (modified) (view diffs)
-
comfort0/test/unit/net/simon04/comfort0/OsmToLevel0LTest.java (modified) (view diffs)
-
comfort0/test/unit/net/simon04/comfort0/level0l/parsergen/Level0LParserTest.java (modified) (view diffs)
-
dataimport (modified) (view diffs)
-
dataimport/build.xml (modified) (view diffs)
-
dataimport/pom.xml (modified) (view diffs)
-
dataimport/src/org/openstreetmap/josm/plugins/dataimport/DataImportPlugin.java (modified) (view diffs)
-
dataimport/src/org/openstreetmap/josm/plugins/dataimport/io/TangoGPS.java (modified) (view diffs)
-
editgpx/build.xml (modified) (view diffs)
-
editgpx/pom.xml (modified) (view diffs)
-
editgpx/src/org/openstreetmap/josm/plugins/editgpx/EditGpxLayer.java (modified) (view diffs)
-
editgpx/src/org/openstreetmap/josm/plugins/editgpx/EditGpxMode.java (modified) (view diffs)
-
editgpx/src/org/openstreetmap/josm/plugins/editgpx/EditGpxPlugin.java (modified) (view diffs)
-
editgpx/src/org/openstreetmap/josm/plugins/editgpx/GPXLayerImportAction.java (modified) (view diffs)
-
editgpx/src/org/openstreetmap/josm/plugins/editgpx/data/EditGpxData.java (modified) (view diffs)
-
editgpx/src/org/openstreetmap/josm/plugins/editgpx/data/EditGpxTrack.java (modified) (view diffs)
-
editgpx/src/org/openstreetmap/josm/plugins/editgpx/data/EditGpxTrackSegment.java (modified) (view diffs)
-
editgpx/src/org/openstreetmap/josm/plugins/editgpx/data/EditGpxWayPoint.java (modified) (view diffs)
-
ejml (modified) (view diffs)
-
ejml/build.xml (modified) (view diffs)
-
ejml/pom.xml (modified) (view diffs)
-
ejml/src/org/openstreetmap/josm/plugins/ejml/EjmlPlugin.java (modified) (view diffs)
-
epci-fr/build.xml (modified) (view diffs)
-
epci-fr/pom.xml (modified) (view diffs)
-
epci-fr/src/org/openstreetmap/josm/plugins/fr/epci/EpciNameFormatter.java (modified) (view diffs)
-
epci-fr/src/org/openstreetmap/josm/plugins/fr/epci/EpciPlugin.java (modified) (view diffs)
-
epci-fr/src/org/openstreetmap/josm/plugins/fr/epci/package-info.java (modified) (view diffs)
-
eventbus/build.xml (modified) (view diffs)
-
eventbus/pom.xml (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/eventbus/AllowConcurrentEvents.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/eventbus/AsyncEventBus.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/eventbus/DeadEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/eventbus/Dispatcher.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/eventbus/EventBus.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/eventbus/JosmEventBus.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/eventbus/Subscribe.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/eventbus/Subscriber.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/eventbus/SubscriberExceptionContext.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/eventbus/SubscriberExceptionHandler.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/eventbus/SubscriberRegistry.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/eventbus/package-info.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/EventBusPlugin.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/actions/ExpertModeChangedEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/CommandQueueEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/SoMChangedEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/conflict/AbstractConflictsEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/conflict/ConflictsAddedEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/conflict/ConflictsRemovedEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/osm/AbstractNoteDataEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/osm/NoteDataUpdatedEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/osm/SelectedNoteChangedEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/osm/history/AbstractHistoryEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/osm/history/HistoryClearedEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/osm/history/HistoryUpdatedEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/projection/ProjectionChangedEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/MapFrameInitializedEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/MapModeChangeEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/ZoomChangedEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/conflict/tags/NextDecisionEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/conflict/tags/PreviousDecisionEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/dialogs/LayerListRefreshedEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/dialogs/LayerVisibleEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/dialogs/relation/MemberVisibleEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/download/DownloadSourceAddedEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/layer/LayerStateChangeEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/layer/imagery/FilterChangedEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/mappaint/MapPaintStyleEntryUpdatedEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/mappaint/MapPaintStylesUpdatedEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/preferences/imagery/ContentValidationEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/preferences/server/ProxyPreferenceChangedEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/progress/OperationCancelledEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/tagging/presets/TaggingPresetModifiedEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/util/KeyPressedEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/util/KeyReleasedEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/util/ModifierExChangedEvent.java (modified) (view diffs)
-
eventbus/src/org/openstreetmap/josm/plugins/eventbus/io/OsmApiInitializedEvent.java (modified) (view diffs)
-
eventbus/test/unit/org/openstreetmap/josm/eventbus/AsyncEventBusTest.java (modified) (view diffs)
-
eventbus/test/unit/org/openstreetmap/josm/eventbus/DispatcherTest.java (modified) (view diffs)
-
eventbus/test/unit/org/openstreetmap/josm/eventbus/EventBusTest.java (modified) (view diffs)
-
eventbus/test/unit/org/openstreetmap/josm/eventbus/ReentrantEventsTest.java (modified) (view diffs)
-
eventbus/test/unit/org/openstreetmap/josm/eventbus/StringCatcher.java (modified) (view diffs)
-
eventbus/test/unit/org/openstreetmap/josm/eventbus/SubscriberRegistryTest.java (modified) (view diffs)
-
eventbus/test/unit/org/openstreetmap/josm/eventbus/SubscriberTest.java (modified) (view diffs)
-
eventbus/test/unit/org/openstreetmap/josm/eventbus/outside/AnnotatedSubscriberFinderTests.java (modified) (view diffs)
-
eventbus/test/unit/org/openstreetmap/josm/eventbus/outside/OutsideEventBusTest.java (modified) (view diffs)
-
ext_tools/build.xml (modified) (view diffs)
-
ext_tools/pom.xml (modified) (view diffs)
-
ext_tools/src/ext_tools/DataSetToCmd.java (modified) (view diffs)
-
ext_tools/src/ext_tools/ExtTool.java (modified) (view diffs)
-
ext_tools/src/ext_tools/ExtToolAction.java (modified) (view diffs)
-
ext_tools/src/ext_tools/ExtToolsPlugin.java (modified) (view diffs)
-
ext_tools/src/ext_tools/ToolsInformation.java (modified) (view diffs)
-
ext_tools/src/ext_tools/preferences/EditToolDialog.java (modified) (view diffs)
-
ext_tools/src/ext_tools/preferences/ExtToolsPreference.java (modified) (view diffs)
-
ext_tools/src/ext_tools/preferences/MyToolsPanel.java (modified) (view diffs)
-
ext_tools/src/ext_tools/preferences/ToolsRepositoryPanel.java (modified) (view diffs)
-
flatlaf (modified) (view diffs)
-
flatlaf/build.xml (modified) (view diffs)
-
flatlaf/pom.xml (modified) (view diffs)
-
flatlaf/src/org/openstreetmap/josm/plugins/flatlaf/FlatLafPlugin.java (modified) (view diffs)
-
geochat/build.xml (modified) (view diffs)
-
geochat/pom.xml (modified) (view diffs)
-
geochat/src/org/openstreetmap/josm/plugins/geochat/ChatMessage.java (modified) (view diffs)
-
geochat/src/org/openstreetmap/josm/plugins/geochat/ChatPaneManager.java (modified) (view diffs)
-
geochat/src/org/openstreetmap/josm/plugins/geochat/ChatServerConnection.java (modified) (view diffs)
-
geochat/src/org/openstreetmap/josm/plugins/geochat/ChatServerConnectionListener.java (modified) (view diffs)
-
geochat/src/org/openstreetmap/josm/plugins/geochat/GeoChatPanel.java (modified) (view diffs)
-
geochat/src/org/openstreetmap/josm/plugins/geochat/GeoChatPlugin.java (modified) (view diffs)
-
geochat/src/org/openstreetmap/josm/plugins/geochat/GeoChatPopupAdapter.java (modified) (view diffs)
-
geochat/src/org/openstreetmap/josm/plugins/geochat/JPanelTextField.java (modified) (view diffs)
-
geochat/src/org/openstreetmap/josm/plugins/geochat/JsonQueryCallback.java (modified) (view diffs)
-
geochat/src/org/openstreetmap/josm/plugins/geochat/JsonQueryUtil.java (modified) (view diffs)
-
geotools (modified) (view diffs)
-
geotools/build.xml (modified) (view diffs)
-
geotools/ivy.xml (modified) (view diffs)
-
geotools/ivy_settings.xml (modified) (view diffs)
-
geotools/pom.xml (modified) (view diffs)
-
geotools/src/org/openstreetmap/josm/plugins/geotools/GeoToolsPlugin.java (modified) (view diffs)
-
globalsat/build.xml (modified) (view diffs)
-
globalsat/pom.xml (modified) (view diffs)
-
gpsblam/build.xml (modified) (view diffs)
-
gpsblam/pom.xml (modified) (view diffs)
-
gpsblam/src/org/openstreetmap/josm/plugins/gpsblam/GPSBlamInputData.java (modified) (view diffs)
-
gpsblam/src/org/openstreetmap/josm/plugins/gpsblam/GPSBlamLayer.java (modified) (view diffs)
-
gpsblam/src/org/openstreetmap/josm/plugins/gpsblam/GPSBlamMarker.java (modified) (view diffs)
-
gpsblam/src/org/openstreetmap/josm/plugins/gpsblam/GPSBlamMode.java (modified) (view diffs)
-
gpsblam/src/org/openstreetmap/josm/plugins/gpsblam/GPSBlamPlugin.java (modified) (view diffs)
-
graphview/build.xml (modified) (view diffs)
-
graphview/pom.xml (modified) (view diffs)
-
graphview/resources/accessRuleset.xml (modified) (view diffs)
-
graphview/resources/accessRuleset_de.xml (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/access/AccessEvaluator.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/access/AccessParameters.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/access/AccessRuleset.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/access/AccessRulesetReader.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/access/AccessType.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/access/Implication.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/access/ImplicationXMLReader.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/access/RulesetAccessEvaluator.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/data/DataSource.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/data/DataSourceObserver.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/data/MapBasedTagGroup.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/data/Tag.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/data/TagGroup.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/graph/ConnectorEvaluationGroup.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/graph/EvaluationGroup.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/graph/GraphEdge.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/graph/GraphNode.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/graph/JunctionEvaluationGroup.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/graph/TSBasedWayGraph.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/graph/WayGraph.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/graph/WayGraphObserver.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/GraphEdgePropertyType.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/GraphEdgeSegments.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadIncline.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadMaxaxleload.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadMaxheight.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadMaxlength.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadMaxspeed.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadMaxweight.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadMaxwidth.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadMinspeed.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadPropertyType.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadSurface.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadTracktype.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadValueLimit.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadWidth.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/VehiclePropertyType.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/VehiclePropertyTypes.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/transition/GenericTransitionStructure.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/transition/Restriction.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/transition/Segment.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/transition/SegmentNode.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/transition/TransitionStructure.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/transition/TransitionStructureElement.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/transition/TransitionStructureObserver.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/util/GraphUtil.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/util/TagCondition.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/util/TagConditionLogic.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/util/ValueStringParser.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/ColorScheme.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/DefaultNodePositioner.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/EndNodeColorScheme.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/FloatPropertyColorScheme.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/InclineColorScheme.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/LatLonCoords.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/MaxheightColorScheme.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/MaxspeedColorScheme.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/MaxweightColorScheme.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/NodePositioner.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/NonMovingNodePositioner.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/SingleColorScheme.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/GraphViewPlugin.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/data/JOSMDataSource.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/data/JOSMTransitionStructure.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/dialogs/AccessParameterDialog.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/dialogs/GraphViewDialog.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/dialogs/GraphViewPreferenceEditor.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/layer/GraphViewLayer.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/layer/PreferencesColorScheme.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/preferences/GraphViewPreferenceDefaults.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/preferences/GraphViewPreferences.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/preferences/InternalRuleset.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/preferences/PreferenceAccessParameters.java (modified) (view diffs)
-
graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/preferences/VehiclePropertyStringParser.java (modified) (view diffs)
-
graphview/test/data/accessRuleset_valid.xml (modified) (view diffs)
-
graphview/test/unit/org/openstreetmap/josm/plugins/graphview/core/FullGraphCreationTest.java (modified) (view diffs)
-
graphview/test/unit/org/openstreetmap/josm/plugins/graphview/core/TestDataSource.java (modified) (view diffs)
-
graphview/test/unit/org/openstreetmap/josm/plugins/graphview/core/access/AccessRulesetReaderTest.java (modified) (view diffs)
-
graphview/test/unit/org/openstreetmap/josm/plugins/graphview/core/property/RoadInclineTest.java (modified) (view diffs)
-
graphview/test/unit/org/openstreetmap/josm/plugins/graphview/core/property/RoadMaxspeedTest.java (modified) (view diffs)
-
graphview/test/unit/org/openstreetmap/josm/plugins/graphview/core/property/RoadPropertyTest.java (modified) (view diffs)
-
graphview/test/unit/org/openstreetmap/josm/plugins/graphview/core/util/TagConditionLogicTest.java (modified) (view diffs)
-
graphview/test/unit/org/openstreetmap/josm/plugins/graphview/core/util/ValueStringParserTest.java (modified) (view diffs)
-
graphview/test/unit/org/openstreetmap/josm/plugins/graphview/core/visualisation/FloatPropertyColorSchemeTest.java (modified) (view diffs)
-
gson/build.xml (modified) (view diffs)
-
gson/src/org/openstreetmap/josm/plugins/gson/GsonPlugin.java (modified) (view diffs)
-
http2 (modified) (view diffs)
-
http2/build.xml (modified) (view diffs)
-
http2/pom.xml (modified) (view diffs)
-
http2/src/org/openstreetmap/josm/plugins/http2/Http2Client.java (modified) (view diffs)
-
http2/src/org/openstreetmap/josm/plugins/http2/Http2Plugin.java (modified) (view diffs)
-
http2/test/unit/org/openstreetmap/josm/plugins/http2/Http2ClientTest.java (modified) (view diffs)
-
imagery-xml-bounds/build.xml (modified) (view diffs)
-
imagery-xml-bounds/pom.xml (modified) (view diffs)
-
imagery-xml-bounds/src/net/boplicity/xmleditor/XmlEditorKit.java (modified) (view diffs)
-
imagery-xml-bounds/src/net/boplicity/xmleditor/XmlTextPane.java (modified) (view diffs)
-
imagery-xml-bounds/src/net/boplicity/xmleditor/XmlView.java (modified) (view diffs)
-
imagery-xml-bounds/src/net/boplicity/xmleditor/XmlViewFactory.java (modified) (view diffs)
-
imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/ImageryXmlBoundsPlugin.java (modified) (view diffs)
-
imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/XmlBoundsConstants.java (modified) (view diffs)
-
imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/XmlBoundsLayer.java (modified) (view diffs)
-
imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/XmlBoundsPreferenceSetting.java (modified) (view diffs)
-
imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/BoundsLayerSaveAction.java (modified) (view diffs)
-
imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/BoundsLayerSaveAsAction.java (modified) (view diffs)
-
imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/ComputeBoundsAction.java (modified) (view diffs)
-
imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/EditEntriesAction.java (modified) (view diffs)
-
imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/ShowBoundsAction.java (modified) (view diffs)
-
imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/ShowBoundsSelectionAction.java (modified) (view diffs)
-
imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/downloadtask/DownloadXmlBoundsTask.java (modified) (view diffs)
-
imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/data/XmlBoundsConverter.java (modified) (view diffs)
-
imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/io/JosmServerLocationReader.java (modified) (view diffs)
-
imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/io/ValidatingImageryReader.java (modified) (view diffs)
-
imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/io/XmlBoundsExporter.java (modified) (view diffs)
-
imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/io/XmlBoundsImporter.java (modified) (view diffs)
-
imagery_cachexport (modified) (view diffs)
-
imagery_cachexport/build.xml (modified) (view diffs)
-
imagery_cachexport/pom.xml (modified) (view diffs)
-
imagery_cachexport/src/org/openstreetmap/josm/plugins/imagery_cachexport/AbstractImageryCacheExportAction.java (modified) (view diffs)
-
imagery_cachexport/src/org/openstreetmap/josm/plugins/imagery_cachexport/ImageryCacheExportPlugin.java (modified) (view diffs)
-
imagery_cachexport/src/org/openstreetmap/josm/plugins/imagery_cachexport/ImageryTileExportDialog.java (modified) (view diffs)
-
imagery_cachexport/src/org/openstreetmap/josm/plugins/imagery_cachexport/TMSImageryCacheExportAction.java (modified) (view diffs)
-
imagery_cachexport/src/org/openstreetmap/josm/plugins/imagery_cachexport/WMSImageryCacheExportAction.java (modified) (view diffs)
-
imagery_cachexport/src/org/openstreetmap/josm/plugins/imagery_cachexport/WMTSImageryCacheExportAction.java (modified) (view diffs)
-
imagery_offset_db/build.xml (modified) (view diffs)
-
imagery_offset_db/pom.xml (modified) (view diffs)
-
imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/CalibrationLayer.java (modified) (view diffs)
-
imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/CalibrationObject.java (modified) (view diffs)
-
imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/DeprecateOffsetAction.java (modified) (view diffs)
-
imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/GetImageryOffsetAction.java (modified) (view diffs)
-
imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/IODBReader.java (modified) (view diffs)
-
imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/ImageryIdGenerator.java (modified) (view diffs)
-
imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/ImageryOffset.java (modified) (view diffs)
-
imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/ImageryOffsetBase.java (modified) (view diffs)
-
imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/ImageryOffsetPlugin.java (modified) (view diffs)
-
imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/ImageryOffsetTools.java (modified) (view diffs)
-
imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/ImageryOffsetWatcher.java (modified) (view diffs)
-
imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/OffsetDialog.java (modified) (view diffs)
-
imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/OffsetDialogButton.java (modified) (view diffs)
-
imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/OffsetInfoAction.java (modified) (view diffs)
-
imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/QuerySuccessListener.java (modified) (view diffs)
-
imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/SimpleOffsetQueryTask.java (modified) (view diffs)
-
imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/StoreImageryOffsetAction.java (modified) (view diffs)
-
importvec/build.xml (modified) (view diffs)
-
importvec/pom.xml (modified) (view diffs)
-
importvec/src/org/openstreetmap/josm/plugins/importvec/ImportDialog.java (modified) (view diffs)
-
importvec/src/org/openstreetmap/josm/plugins/importvec/ImportVecPlugin.java (modified) (view diffs)
-
importvec/src/org/openstreetmap/josm/plugins/importvec/Settings.java (modified) (view diffs)
-
importvec/src/org/openstreetmap/josm/plugins/importvec/SvgImportTask.java (modified) (view diffs)
-
importvec/src/org/openstreetmap/josm/plugins/importvec/SvgImporter.java (modified) (view diffs)
-
indoor_sweepline/build.xml (modified) (view diffs)
-
indoor_sweepline/pom.xml (modified) (view diffs)
-
indoor_sweepline/src/indoor_sweepline/Beam.java (modified) (view diffs)
-
indoor_sweepline/src/indoor_sweepline/BeamGeography.java (modified) (view diffs)
-
indoor_sweepline/src/indoor_sweepline/CorridorGeography.java (modified) (view diffs)
-
indoor_sweepline/src/indoor_sweepline/CorridorPart.java (modified) (view diffs)
-
indoor_sweepline/src/indoor_sweepline/IndoorSweepline.java (modified) (view diffs)
-
indoor_sweepline/src/indoor_sweepline/IndoorSweeplineController.java (modified) (view diffs)
-
indoor_sweepline/src/indoor_sweepline/IndoorSweeplineModel.java (modified) (view diffs)
-
indoor_sweepline/src/indoor_sweepline/IndoorSweeplineWizardAction.java (modified) (view diffs)
-
indoor_sweepline/src/indoor_sweepline/IndoorSweeplineWizardDialog.java (modified) (view diffs)
-
indoor_sweepline/src/indoor_sweepline/ModelGeography.java (modified) (view diffs)
-
indoor_sweepline/src/indoor_sweepline/Strip.java (modified) (view diffs)
-
jackson (modified) (view diffs)
-
jackson/build.xml (modified) (view diffs)
-
jackson/pom.xml (modified) (view diffs)
-
javafx (modified) (view diffs)
-
javafx/build.xml (modified) (view diffs)
-
javafx/pom.xml (modified) (view diffs)
-
jaxb (modified) (view diffs)
-
jaxb/build.xml (modified) (view diffs)
-
jaxb/pom.xml (modified) (view diffs)
-
jna (modified) (view diffs)
-
jna/build.xml (modified) (view diffs)
-
jna/pom.xml (modified) (view diffs)
-
jna/src/org/openstreetmap/josm/plugins/jna/JNAPlugin.java (modified) (view diffs)
-
jts (modified) (view diffs)
-
jts/build.xml (modified) (view diffs)
-
jts/pom.xml (modified) (view diffs)
-
jts/src/org/openstreetmap/josm/plugins/jts/JTSConverter.java (modified) (view diffs)
-
jts/src/org/openstreetmap/josm/plugins/jts/JTSPlugin.java (modified) (view diffs)
-
junctionchecking/build.xml (modified) (view diffs)
-
junctionchecking/pom.xml (modified) (view diffs)
-
junctionchecking/resources/xml/colorscheme.xml (modified) (view diffs)
-
junctionchecking/resources/xml/waysfilter.xml (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/ChannelDiGraphLayer.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/DigraphCreationTask.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/JunctionCheckDialog.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/JunctionCheckTask.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/JunctionCheckerMapMode.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/JunctionCheckerPlugin.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/JunctionSearchTask.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/PrepareJunctionCheckorSearch.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/commandlineinterface/CLI.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/connectedness/BacktrackingColors.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/connectedness/DiGraphSealer.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/connectedness/StrongConnectednessCalculator.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/converting/ChannelDigraphBuilder.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/converting/NodesConnectionProducer.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/converting/PseudoChannelRemover.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/converting/TurnRestrictionChecker.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/datastructure/BasicChannel.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/datastructure/Channel.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/datastructure/ChannelDiGraph.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/datastructure/Graph.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/datastructure/LeadsTo.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/datastructure/OSMEntity.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/datastructure/OSMGraph.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/datastructure/OSMNode.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/datastructure/OSMRelation.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/datastructure/OSMWay.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/filter/ExecuteFilter.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/filter/Filter.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/junctionchecking/BackPropagation.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/junctionchecking/Combination.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/junctionchecking/JCheck.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/junctionchecking/JMinimality.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/junctionchecking/JPrepare.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/junctionchecking/JProcess.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/junctionchecking/JunctionChecker.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/junctionchecking/TRDFS.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/reader/ColorSchemeXMLReader.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/reader/OSMXMLReader.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/reader/XMLFilterReader.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/reader/XMLReader.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/util/RelationProducer.java (modified) (view diffs)
-
junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/writing/OSMXMLWriter.java (modified) (view diffs)
-
livegps/build.xml (modified) (view diffs)
-
livegps/pom.xml (modified) (view diffs)
-
livegps/src/livegps/AppendableGpxTrackSegment.java (modified) (view diffs)
-
livegps/src/livegps/CirclePanel.java (modified) (view diffs)
-
livegps/src/livegps/DrawPoint.java (modified) (view diffs)
-
livegps/src/livegps/LiveGPSPreferences.java (modified) (view diffs)
-
livegps/src/livegps/LiveGpsAcquirerNMEA.java (modified) (view diffs)
-
livegps/src/livegps/LiveGpsDrawHelper.java (modified) (view diffs)
-
livegps/src/livegps/SingleSegmentGpxTrack.java (modified) (view diffs)
-
log4j/build.xml (modified) (view diffs)
-
log4j/pom.xml (modified) (view diffs)
-
log4j/src/org/openstreetmap/josm/plugins/log4j/Log4jPlugin.java (modified) (view diffs)
-
log4j/src/org/openstreetmap/josm/plugins/log4j/package-info.java (modified) (view diffs)
-
lwjgl (modified) (view diffs)
-
lwjgl/build.xml (modified) (view diffs)
-
lwjgl/ivy.xml (modified) (view diffs)
-
lwjgl/ivy_settings.xml (modified) (view diffs)
-
lwjgl/modules/pom-natives-osx.xml (modified) (view diffs)
-
lwjgl/modules/pom-natives-unixoid.xml (modified) (view diffs)
-
lwjgl/modules/pom-natives-windows.xml (modified) (view diffs)
-
lwjgl/modules/pom.xml (modified) (view diffs)
-
lwjgl/pom.xml (modified) (view diffs)
-
lwjgl/settings.xml (modified) (view diffs)
-
measurement/build.xml (modified) (view diffs)
-
measurement/pom.xml (modified) (view diffs)
-
merge-overlap/build.xml (modified) (view diffs)
-
merge-overlap/pom.xml (modified) (view diffs)
-
merge-overlap/src/mergeoverlap/MergeOverlapAction.java (modified) (view diffs)
-
merge-overlap/src/mergeoverlap/MergeOverlapPlugin.java (modified) (view diffs)
-
merge-overlap/src/mergeoverlap/hack/MyRelationMemberConflictResolverModel.java (modified) (view diffs)
-
michigan_left/build.xml (modified) (view diffs)
-
michigan_left/pom.xml (modified) (view diffs)
-
michigan_left/src/MichiganLeft/MichiganLeft.java (modified) (view diffs)
-
namemanager/build.xml (modified) (view diffs)
-
namemanager/pom.xml (modified) (view diffs)
-
namemanager/resources/administrative-levels.xml (modified) (view diffs)
-
native_password_manager/build.xml (modified) (view diffs)
-
native_password_manager/pom.xml (modified) (view diffs)
-
native_password_manager/src/org/netbeans/modules/keyring/fallback/FallbackProvider.java (modified) (view diffs)
-
native_password_manager/src/org/netbeans/modules/keyring/gnome/GnomeKeyringLibrary.java (modified) (view diffs)
-
native_password_manager/src/org/netbeans/modules/keyring/gnome/GnomeProvider.java (modified) (view diffs)
-
native_password_manager/src/org/netbeans/modules/keyring/kde/KWalletProvider.java (modified) (view diffs)
-
native_password_manager/src/org/netbeans/modules/keyring/mac/MacProvider.java (modified) (view diffs)
-
native_password_manager/src/org/netbeans/modules/keyring/mac/SecurityLibrary.java (modified) (view diffs)
-
native_password_manager/src/org/netbeans/modules/keyring/spi/EncryptionProvider.java (modified) (view diffs)
-
native_password_manager/src/org/netbeans/modules/keyring/utils/Utils.java (modified) (view diffs)
-
native_password_manager/src/org/netbeans/modules/keyring/win32/Win32Protect.java (modified) (view diffs)
-
native_password_manager/src/org/netbeans/spi/keyring/KeyringProvider.java (modified) (view diffs)
-
native_password_manager/src/org/openstreetmap/josm/plugins/npm/InitializationWizard.java (modified) (view diffs)
-
native_password_manager/src/org/openstreetmap/josm/plugins/npm/NPMCredentialsAgent.java (modified) (view diffs)
-
native_password_manager/src/org/openstreetmap/josm/plugins/npm/NPMCredentialsAgentFactory.java (modified) (view diffs)
-
native_password_manager/src/org/openstreetmap/josm/plugins/npm/NPMPlugin.java (modified) (view diffs)
-
native_password_manager/src/org/openstreetmap/josm/plugins/npm/NPMType.java (modified) (view diffs)
-
native_password_manager/src/org/openstreetmap/josm/plugins/npm/Win32Provider.java (modified) (view diffs)
-
o5m/build.xml (modified) (view diffs)
-
o5m/pom.xml (modified) (view diffs)
-
o5m/src/org/openstreetmap/josm/plugins/o5m/O5mPlugin.java (modified) (view diffs)
-
o5m/src/org/openstreetmap/josm/plugins/o5m/io/O5mImporter.java (modified) (view diffs)
-
o5m/src/org/openstreetmap/josm/plugins/o5m/io/O5mReader.java (modified) (view diffs)
-
o5m/test/unit/org/openstreetmap/josm/plugins/o5m/io/O5mImporterTest.java (modified) (view diffs)
-
opendata/build.xml (modified) (view diffs)
-
opendata/includes/org/apache/poi/OldFileFormatException.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/POIDocument.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/ClassID.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/Constants.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/DocumentSummaryInformation.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/HPSFException.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/HPSFRuntimeException.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/IllegalPropertySetDataException.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/MarkUnsupportedException.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/MissingSectionException.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/MutableProperty.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/MutablePropertySet.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/MutableSection.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/NoFormatIDException.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/NoPropertySetStreamException.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/NoSingleSectionException.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/Property.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/PropertySet.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/PropertySetFactory.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/ReadingNotSupportedException.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/Section.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/SpecialPropertySet.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/SummaryInformation.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/TypeWriter.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/UnexpectedPropertySetTypeException.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/UnsupportedVariantTypeException.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/Util.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/Variant.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/VariantSupport.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/VariantTypeException.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/WritingNotSupportedException.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/wellknown/PropertyIDMap.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hpsf/wellknown/SectionIDMap.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/OldExcelFormatException.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/model/HSSFFormulaParser.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/model/InternalSheet.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/model/InternalWorkbook.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/model/LinkTable.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/model/RecordOrderer.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/model/RecordStream.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/model/RowBlocksReader.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/model/WorkbookRecordList.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/ArrayRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/BOFRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/BiffHeaderInput.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/BlankRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/BoolErrRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/BoundSheetRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/CRNCountRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/CRNRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/CalcCountRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/CalcModeRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/CellRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/CellValueRecordInterface.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/ColumnInfoRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/CommonObjectDataSubRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/ContinueRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/DBCellRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/DVALRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/DVRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/DateWindow1904Record.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/DeltaRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/DimensionsRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/EOFRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/EmbeddedObjectRefSubRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/EndSubRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/ExtSSTRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/ExtendedFormatRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/ExternSheetRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/ExternalNameRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/FeatHdrRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/FeatRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/FilePassRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/FormatRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/FormulaRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/FtCblsSubRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/GridsetRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/GroupMarkerSubRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/GutsRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/HorizontalPageBreakRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/HyperlinkRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/IndexRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/IterationRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/LabelRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/LabelSSTRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/LbsDataSubRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/MergeCellsRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/MulBlankRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/MulRKRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/NameCommentRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/NameRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/NoteStructureSubRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/NumberRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/ObjRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/PageBreakRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/PaneRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/PrecisionRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/RKRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/Record.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/RecordBase.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/RecordFactory.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/RecordFactoryInputStream.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/RecordFormatException.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/RecordInputStream.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/RefModeRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/RowRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/SCLRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/SSTDeserializer.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/SSTRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/SSTSerializer.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/SaveRecalcRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/SelectionRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/SharedFormulaRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/SharedValueRecordBase.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/StandardRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/StringRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/SubRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/SupBookRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/TabIdRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/TableRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/TextObjectRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/UncalcedRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/UnknownRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/VerticalPageBreakRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/WSBoolRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/WindowOneRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/WindowTwoRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/aggregates/ColumnInfoRecordsAggregate.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/aggregates/DataValidityTable.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/aggregates/FormulaRecordAggregate.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/aggregates/MergedCellsTable.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/aggregates/PageSettingsBlock.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/aggregates/RecordAggregate.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/aggregates/RowRecordsAggregate.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/aggregates/SharedValueManager.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/common/FeatFormulaErr2.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/common/FeatSmartTag.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/common/FtrHeader.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/common/SharedFeature.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/common/UnicodeString.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/constant/ConstantValueParser.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/constant/ErrorConstant.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/cont/ContinuableRecord.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/cont/ContinuableRecordOutput.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/cont/UnknownLengthRecordOutput.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/AbstractFunctionPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/AddPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/Area2DPtgBase.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/Area3DPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/AreaErrPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/AreaI.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/AreaNPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/AreaPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/AreaPtgBase.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/ArrayPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/AttrPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/BoolPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/ConcatPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/ControlPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/DeletedArea3DPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/DeletedRef3DPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/DividePtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/EqualPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/ErrPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/ExpPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/ExternSheetNameResolver.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/FuncPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/FuncVarPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/GreaterEqualPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/GreaterThanPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/IntPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/IntersectionPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/LessEqualPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/LessThanPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/MemAreaPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/MemErrPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/MemFuncPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/MissingArgPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/MultiplyPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/NamePtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/NameXPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/NotEqualPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/NumberPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/OperandPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/OperationPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/ParenthesisPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/PercentPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/PowerPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/Ptg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/RangePtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/Ref2DPtgBase.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/Ref3DPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/RefErrorPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/RefNPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/RefPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/RefPtgBase.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/ScalarConstantPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/SheetNameFormatter.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/StringPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/SubtractPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/TblPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/UnaryMinusPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/UnaryPlusPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/UnionPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/UnknownPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/ValueOperatorPtg.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/eval/ErrorEval.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/function/FunctionDataBuilder.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/function/FunctionMetadata.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/function/FunctionMetadataReader.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/record/formula/function/FunctionMetadataRegistry.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/usermodel/HSSFCell.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/usermodel/HSSFCellStyle.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/usermodel/HSSFDataFormat.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/usermodel/HSSFErrorConstants.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/usermodel/HSSFEvaluationWorkbook.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/usermodel/HSSFName.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/usermodel/HSSFRichTextString.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/usermodel/HSSFRow.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/usermodel/HSSFSheet.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/usermodel/HSSFWorkbook.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/util/CellRangeAddress8Bit.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/util/CellReference.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/hssf/util/RKUtil.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/common/POIFSBigBlockSize.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/common/POIFSConstants.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/filesystem/DirectoryEntry.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/filesystem/DirectoryNode.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/filesystem/DocumentEntry.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/filesystem/DocumentInputStream.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/filesystem/DocumentNode.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/filesystem/Entry.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/filesystem/EntryNode.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/filesystem/OfficeXmlFileException.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/filesystem/POIFSDocument.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/filesystem/POIFSDocumentPath.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/filesystem/POIFSFileSystem.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/property/Child.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/property/DirectoryProperty.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/property/DocumentProperty.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/property/Parent.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/property/Property.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/property/PropertyConstants.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/property/PropertyFactory.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/property/PropertyTable.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/property/RootProperty.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/storage/BigBlock.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/storage/BlockAllocationTableReader.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/storage/BlockList.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/storage/BlockListImpl.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/storage/BlockWritable.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/storage/DataInputBlock.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/storage/DocumentBlock.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/storage/HeaderBlockConstants.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/storage/HeaderBlockReader.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/storage/ListManagedBlock.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/storage/RawDataBlock.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/storage/RawDataBlockList.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/storage/SmallBlockTableReader.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/storage/SmallDocumentBlock.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/poifs/storage/SmallDocumentBlockList.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/SpreadsheetVersion.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/format/CellDateFormatter.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/format/CellElapsedFormatter.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/format/CellFormatPart.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/format/CellFormatType.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/format/CellFormatter.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/format/CellNumberFormatter.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/format/CellTextFormatter.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/formula/EvaluationWorkbook.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/formula/ExternSheetReferenceToken.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/formula/Formula.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/formula/FormulaRenderer.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/formula/FormulaRenderingWorkbook.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/formula/WorkbookDependentFormula.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/usermodel/BuiltinFormats.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/usermodel/Cell.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/usermodel/CellRange.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/usermodel/CellStyle.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/usermodel/DataFormat.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/usermodel/DateUtil.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/usermodel/ErrorConstants.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/usermodel/RichTextString.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/usermodel/Row.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/usermodel/Sheet.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/usermodel/Workbook.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/util/AreaReference.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/util/CellRangeAddress.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/util/CellRangeAddressBase.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/util/CellRangeAddressList.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/util/CellReference.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/util/ExpandedDouble.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/util/IEEEDouble.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/util/MutableFPNumber.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/util/NormalisedDecimal.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/util/NumberToTextConverter.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/ss/util/SSCellRange.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/BitField.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/BitFieldFactory.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/ByteField.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/DelayableLittleEndianOutput.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/FixedField.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/HexDump.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/HexRead.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/IOUtils.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/IntList.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/IntMapper.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/IntegerField.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/Internal.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/LittleEndian.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/LittleEndianByteArrayInputStream.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/LittleEndianByteArrayOutputStream.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/LittleEndianConsts.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/LittleEndianInput.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/LittleEndianInputStream.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/LittleEndianOutput.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/NullLogger.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/POILogFactory.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/POILogger.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/RecordFormatException.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/ShortField.java (modified) (view diffs)
-
opendata/includes/org/apache/poi/util/StringUtil.java (modified) (view diffs)
-
opendata/includes/org/j7zip/Common/BoolVector.java (modified) (view diffs)
-
opendata/includes/org/j7zip/Common/ByteBuffer.java (modified) (view diffs)
-
opendata/includes/org/j7zip/Common/CRC.java (modified) (view diffs)
-
opendata/includes/org/j7zip/Common/IntVector.java (modified) (view diffs)
-
opendata/includes/org/j7zip/Common/LimitedSequentialInStream.java (modified) (view diffs)
-
opendata/includes/org/j7zip/Common/LockedInStream.java (modified) (view diffs)
-
opendata/includes/org/j7zip/Common/LockedSequentialInStreamImp.java (modified) (view diffs)
-
opendata/includes/org/j7zip/Common/LongVector.java (modified) (view diffs)
-
opendata/includes/org/j7zip/Common/ObjectVector.java (modified) (view diffs)
-
opendata/includes/org/j7zip/Common/RecordVector.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/Common/BindInfo.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/Common/BindPair.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/Common/CoderInfo.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/Common/CoderMixer2.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/Common/CoderMixer2ST.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/Common/CoderStreamsInfo.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/Common/FilterCoder.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/Common/OutStreamWithCRC.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/Common/STCoderInfo.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/IArchiveExtractCallback.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/IInArchive.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/AltCoderInfo.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/ArchiveDatabase.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/ArchiveDatabaseEx.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/BindInfoEx.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/CoderInfo.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/Decoder.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/ExtractFolderInfo.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/FileItem.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/Folder.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/FolderOutStream.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/Handler.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/Header.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/InArchive.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/InArchiveInfo.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/InByte2.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/MethodID.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/StreamSwitch.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Archive/SevenZipEntry.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/ArchiveExtractCallback.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Common/InBuffer.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Common/LocalCompressProgressInfo.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Common/LocalProgress.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Common/SequentialOutStreamImp2.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Common/StreamUtils.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Compression/Branch/BCJ2_x86_Decoder.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Compression/Branch/BCJ_x86_Decoder.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Compression/Copy/Decoder.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Compression/LZ/OutWindow.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Compression/LZMA/Base.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Compression/LZMA/Decoder.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Compression/RangeCoder/BitDecoder.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Compression/RangeCoder/BitModel.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Compression/RangeCoder/BitTreeDecoder.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/Compression/RangeCoder/Decoder.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/HRESULT.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/ICompressCoder.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/ICompressCoder2.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/ICompressFilter.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/ICompressProgressInfo.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/ICompressSetDecoderProperties2.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/ICompressSetInStream.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/ICompressSetOutStream.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/ICompressSetOutStreamSize.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/IInStream.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/IProgress.java (modified) (view diffs)
-
opendata/includes/org/j7zip/SevenZip/MyRandomAccessFile.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/ChildCreator.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/ImmutableDocStyledNode.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/ODDocument.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/ODMeta.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/ODNode.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/ODPackage.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/ODPackageEntry.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/ODSingleXMLDocument.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/ODUserDefinedMeta.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/ODValueType.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/ODXMLDocument.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/OOUtils.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/StyleDesc.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/StyleStyle.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/StyledNode.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/XMLVersion.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/spreadsheet/Cell.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/spreadsheet/CellStyle.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/spreadsheet/Column.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/spreadsheet/ColumnStyle.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/spreadsheet/Row.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/spreadsheet/RowStyle.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/spreadsheet/Sheet.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/spreadsheet/SpreadSheet.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/spreadsheet/Table.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/spreadsheet/TableCalcNode.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/dom/spreadsheet/TableStyle.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/io/SaxContentUnmarshaller.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/model/OpenDocument.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/model/office/OfficeBody.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/model/office/OfficeSpreadsheet.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/model/table/TableTable.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/model/table/TableTableCell.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/model/table/TableTableColumn.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/model/table/TableTableRow.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/model/text/TextP.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/model/text/TextSpan.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/util/CollectionMap.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/util/CollectionUtils.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/util/CopyUtils.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/util/ExceptionUtils.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/util/FileUtils.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/util/FormatGroup.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/util/StringUtils.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/util/Tuple2.java (modified) (view diffs)
-
opendata/includes/org/jopendocument/util/XMLDateFormat.java (modified) (view diffs)
-
opendata/modules/build.xml (modified) (view diffs)
-
opendata/modules/fr.datagouvfr/build.xml (modified) (view diffs)
-
opendata/modules/fr.datagouvfr/pom.xml (modified) (view diffs)
-
opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/DataGouvFrConstants.java (modified) (view diffs)
-
opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/DataGouvFrModule.java (modified) (view diffs)
-
opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/DataGouvDataSetHandler.java (modified) (view diffs)
-
opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/administration/GeoFlaHandler.java (modified) (view diffs)
-
opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/agriculture/RegistreParcellaireHandler.java (modified) (view diffs)
-
opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/culture/BibliothequesHandler.java (modified) (view diffs)
-
opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/diplomatie/EtabAEFEHandler.java (modified) (view diffs)
-
opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/ecologie/AssainissementHandler.java (modified) (view diffs)
-
opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/ecologie/ForetsPubliquesHandler.java (modified) (view diffs)
-
opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/ecologie/InventaireForestierNationalHandler.java (modified) (view diffs)
-
opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/ecologie/ReservesBiologiquesHandler.java (modified) (view diffs)
-
opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/education/Etab1er2ndDegreHandler.java (modified) (view diffs)
-
opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/education/EtabSupHandler.java (modified) (view diffs)
-
opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/hydrologie/EauxDeSurfaceHandler.java (modified) (view diffs)
-
opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/hydrologie/ROEHandler.java (modified) (view diffs)
-
opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/transport/AeroportsHandler.java (modified) (view diffs)
-
opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/transport/PassageNiveauHandler.java (modified) (view diffs)
-
opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/transport/Route500Handler.java (modified) (view diffs)
-
opendata/modules/fr.paris/build.xml (modified) (view diffs)
-
opendata/modules/fr.paris/pom.xml (modified) (view diffs)
-
opendata/modules/fr.paris/src/org/openstreetmap/josm/plugins/opendata/modules/fr/paris/ParisConstants.java (modified) (view diffs)
-
opendata/modules/fr.paris/src/org/openstreetmap/josm/plugins/opendata/modules/fr/paris/ParisLicense.java (modified) (view diffs)
-
opendata/modules/fr.paris/src/org/openstreetmap/josm/plugins/opendata/modules/fr/paris/ParisModule.java (modified) (view diffs)
-
opendata/modules/fr.paris/src/org/openstreetmap/josm/plugins/opendata/modules/fr/paris/datasets/ParisDataSetHandler.java (modified) (view diffs)
-
opendata/modules/fr.paris/src/org/openstreetmap/josm/plugins/opendata/modules/fr/paris/datasets/ParisShpHandler.java (modified) (view diffs)
-
opendata/modules/fr.paris/src/org/openstreetmap/josm/plugins/opendata/modules/fr/paris/datasets/environnement/ArbresRemarquablesHandler.java (modified) (view diffs)
-
opendata/modules/fr.paris/src/org/openstreetmap/josm/plugins/opendata/modules/fr/paris/datasets/environnement/MobilierVoiePubliqueHandler.java (modified) (view diffs)
-
opendata/modules/fr.paris/src/org/openstreetmap/josm/plugins/opendata/modules/fr/paris/datasets/urbanisme/EclairagePublicHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/build.xml (modified) (view diffs)
-
opendata/modules/fr.toulouse/pom.xml (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/ToulouseConstants.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/ToulouseLicense.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/ToulouseModule.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/ToulouseDataSetHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/ToulouseMunicipalities.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/citoyennete/BureauxVoteDecoupageHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/citoyennete/BureauxVoteHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/citoyennete/Club3eAgeHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/citoyennete/MairieAnnexeHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/citoyennete/MairieHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/citoyennete/PolesTerritoriauxHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/citoyennete/QuartiersHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/citoyennete/SecteursHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/culture/BibliothequesHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/culture/EquipementCulturelHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/culture/LudothequeHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/culture/MuseeHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/culture/TheatreHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/enfance/CrechesHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/enfance/EcoleElementaireHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/enfance/EcoleMaternelleHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/environnement/RecupEmballageHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/environnement/RecupVerreHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/environnement/StationEpurationHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/patrimoine/Parcelles1680Handler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/patrimoine/Parcelles1830Handler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/services/MarchesPleinVentHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/services/PointsLumineuxHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/topographie/AltimetrieVoieHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/AiresPietonnesHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/ChantiersHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/ChantiersLineairesHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/ChantiersPonctuelsHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/HorodateurHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/MetroStationHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/PMRHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/PistesCyclablesHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/ReseauTisseoHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/StationsAutoPartageHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/TramwayStationHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/VeloToulouseHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/Zone30Handler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/urbanisme/CommuneHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/urbanisme/NumerosRueHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/urbanisme/SanisetteHandler.java (modified) (view diffs)
-
opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/urbanisme/VoirieHandler.java (modified) (view diffs)
-
opendata/modules/pom.xml (modified) (view diffs)
-
opendata/pom.xml (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/OdPlugin.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/OdConstants.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/actions/DownloadDataAction.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/actions/DownloadDataTask.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/actions/OpenLinkAction.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/actions/OpenPreferencesActions.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/actions/ViewLicenseAction.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/AbstractDataSetHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/DataSetCategory.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/DataSetUpdater.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/NationalHandlers.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/SimpleDataSetHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/WayCombiner.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/at/AustrianConstants.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/at/AustrianGmlHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/be/BelgianConstants.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/be/BelgianDataSetHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/fr/FrenchAdministrativeUnit.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/fr/FrenchConstants.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/fr/FrenchDataSetHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/fr/FrenchShpHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/AskLicenseAgreementDialog.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/ChooserLauncher.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/DialogPrompter.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/ModuleListPanel.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/ModulePreference.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/ModulePreferencesModel.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/OdDialog.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/OdPreferenceSetting.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/ProjectionChooser.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/ViewLicenseDialog.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/AbstractImporter.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/InputStreamReaderUnbuffered.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/LambertCC9ZonesProjectionPatterns.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/NeptuneReader.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/NetworkReader.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/OsmDownloader.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/OverpassApi.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/ProjectionPatterns.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/XmlImporter.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/archive/ArchiveHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/archive/ArchiveReader.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/archive/CandidateChooser.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/archive/DefaultArchiveHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/archive/SevenZipImporter.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/archive/SevenZipReader.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/archive/ZipImporter.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/archive/ZipReader.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/AbstractMapInfoReader.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/DefaultGeographicHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/DefaultGmlHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/DefaultMifHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/DefaultShpHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/GeoCrsException.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/GeoMathTransformException.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/GeographicHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/GeographicReader.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/GeotoolsConverter.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/GeotoolsHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/GmlHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/GmlImporter.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/GmlReader.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/KmlKmzImporter.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/KmlReader.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/KmzReader.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/MifDatum.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/MifEllipsoid.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/MifHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/MifProjection.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/MifReader.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/MifTabImporter.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/MifUnit.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/ShpHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/ShpImporter.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/ShpReader.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/TabFiles.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/TabReader.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/geopackage/DefaultGeoPackageHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/geopackage/GeoPackageHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/geopackage/GeoPackageImporter.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/geopackage/GeoPackageReader.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/CsvHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/CsvImporter.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/CsvReader.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/DefaultCsvHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/DefaultSpreadSheetHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/OdsDocument.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/OdsImporter.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/OdsReader.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/SpreadSheetHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/SpreadSheetReader.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/XlsImporter.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/XlsReader.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/layers/OdDataLayer.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/layers/OdLayer.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/layers/OdOsmDataLayer.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/licenses/LOOL.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/licenses/License.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/licenses/ODbL.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/AbstractModule.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/Module.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ModuleDownloadException.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ModuleDownloadTask.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ModuleException.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ModuleHandler.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ModuleInformation.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ModuleListParseException.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ModuleListParser.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ReadLocalModuleInformationTask.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ReadRemoteModuleInformationTask.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/util/NamesFrUtils.java (modified) (view diffs)
-
opendata/src/org/openstreetmap/josm/plugins/opendata/core/util/OdUtils.java (modified) (view diffs)
-
opendata/test/data/regress/12750/trident_line_306_11821953316814897.xml (modified) (view diffs)
-
opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/NonRegFunctionalTests.java (modified) (view diffs)
-
opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/archive/ZipReaderTest.java (modified) (view diffs)
-
opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/KmlReaderTest.java (modified) (view diffs)
-
opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/MifReaderTest.java (modified) (view diffs)
-
opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/ShpReaderTest.java (modified) (view diffs)
-
opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/tabular/CsvReaderTest.java (modified) (view diffs)
-
opendata/util/opendata/ModuleListGenerator.java (modified) (view diffs)
-
openvisible/build.xml (modified) (view diffs)
-
openvisible/pom.xml (modified) (view diffs)
-
pbf/build.xml (modified) (view diffs)
-
pbf/pom.xml (modified) (view diffs)
-
pdfimport/build.xml (modified) (view diffs)
-
pdfimport/pom.xml (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/DuplicateNodesFinder.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/FilePlacement.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/FilePlacement18.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/GuiFieldBool.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/GuiFieldDouble.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/GuiFieldHex.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/GuiFieldInteger.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/GuiFieldLong.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/GuiFieldString.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/GuiPanel.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/GuiProjections.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/LayerContents.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/LayerInfo.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/LoadPdfDialog.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/OrthogonalShapesFilter.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/OsmBuilder.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/ParallelSegmentsFinder.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/PathOptimizer.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/PathOptimizerConfig.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/PdfImportAction.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/PdfImportPlugin.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/PdfMultiPath.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/PdfPath.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/PreferenceSettings.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/PreferenceSettingsGui.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/PreferenceSettingsProcessing.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/Preferences.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/Preview.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/ProjectionInfo.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/GraphicsProcessor.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/PageDrawer.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/PdfBoxParser.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/AppendRectangleToPath.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/BeginInlineImage.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/ClipEvenOddRule.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/ClipNonZeroRule.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/CloseFillEvenOddAndStrokePath.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/CloseFillNonZeroAndStrokePath.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/ClosePath.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/CurveTo.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/CurveToReplicateFinalPoint.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/CurveToReplicateInitialPoint.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/EndPath.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/FillEvenOddAndStrokePath.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/FillEvenOddRule.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/FillNonZeroAndStrokePath.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/FillNonZeroRule.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/Invoke.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/LineTo.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/MoveTo.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/SHFill.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/SetLineCapStyle.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/SetLineDashPattern.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/SetLineJoinStyle.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/SetLineMiterLimit.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/SetLineWidth.java (modified) (view diffs)
-
pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/StrokePath.java (modified) (view diffs)
-
photo_geotagging/build.xml (modified) (view diffs)
-
photo_geotagging/pom.xml (modified) (view diffs)
-
photo_geotagging/test/unit/org/openstreetmap/josm/plugins/photo_geotagging/ExifGPSTaggerTest.java (modified) (view diffs)
-
photo_geotagging/test/unit/org/openstreetmap/josm/plugins/photo_geotagging/GeotaggingActionTest.java (modified) (view diffs)
-
photoadjust/build.xml (modified) (view diffs)
-
photoadjust/i18n/build-i18n.xml (modified) (view diffs)
-
photoadjust/pom.xml (modified) (view diffs)
-
photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustMapMode.java (modified) (view diffs)
-
photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustPlugin.java (modified) (view diffs)
-
photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustWorker.java (modified) (view diffs)
-
photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoPropertyEditor.java (modified) (view diffs)
-
photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/UntaggedGeoImageLayerAction.java (modified) (view diffs)
-
photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/package-info.java (modified) (view diffs)
-
pmtiles/build.xml (modified) (view diffs)
-
pmtiles/pom.xml (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/PMTilesPlugin.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/actions/downloadtasks/DownloadPMTilesTask.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/data/imagery/PMTilesImageryInfo.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/data/imagery/package-info.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/io/importexport/PMTilesFileImporter.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/io/importexport/package-info.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/io/session/PMTilesImageSessionExporter.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/io/session/PMTilesImageSessionImporter.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/io/session/package-info.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/layers/PMTileJob.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/layers/PMTilesImageLayer.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/layers/PMTilesImageSource.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/layers/PMTilesLayer.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/layers/PMTilesLoader.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/layers/PMTilesMVTLayer.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/layers/PMTilesMVTTileSource.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/layers/PMTilesTileSource.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/layers/package-info.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/Directory.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/DirectoryCache.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/DirectoryEntry.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/Header.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/InternalCompression.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/PMTiles.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/TileType.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/TileXYZ.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/internal/DirectoryParser.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/internal/HeaderParser.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/internal/Util.java (modified) (view diffs)
-
pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/package-info.java (modified) (view diffs)
-
pmtiles/src/test/java/unit/org/openstreetmap/josm/plugins/pmtiles/PMTestUtils.java (modified) (view diffs)
-
pmtiles/src/test/java/unit/org/openstreetmap/josm/plugins/pmtiles/gui/layers/PMTilesImageLayerTest.java (modified) (view diffs)
-
pmtiles/src/test/java/unit/org/openstreetmap/josm/plugins/pmtiles/gui/layers/PMTilesLayerTest.java (modified) (view diffs)
-
pmtiles/src/test/java/unit/org/openstreetmap/josm/plugins/pmtiles/gui/layers/PMTilesMVTLayerTest.java (modified) (view diffs)
-
pmtiles/src/test/java/unit/org/openstreetmap/josm/plugins/pmtiles/lib/PMTilesTest.java (modified) (view diffs)
-
pointInfo/build.xml (modified) (view diffs)
-
pointInfo/pom.xml (modified) (view diffs)
-
pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/AbstractPointInfoModule.java (modified) (view diffs)
-
pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/PointInfoAction.java (modified) (view diffs)
-
pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/PointInfoPlugin.java (modified) (view diffs)
-
pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/PointInfoPreference.java (modified) (view diffs)
-
pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/PointInfoUtils.java (modified) (view diffs)
-
pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/ReverseFinder.java (modified) (view diffs)
-
pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/ReverseRecord.java (modified) (view diffs)
-
pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/catastro/AddrPlaces.java (modified) (view diffs)
-
pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/catastro/CatastroModule.java (modified) (view diffs)
-
pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/catastro/CatastroRecord.java (modified) (view diffs)
-
pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/catastro/ObjectWithoutGeometry.java (modified) (view diffs)
-
pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/ruian/RuianModule.java (modified) (view diffs)
-
poly/build.xml (modified) (view diffs)
-
poly/pom.xml (modified) (view diffs)
-
poly/src/poly/DownloadPolyTask.java (modified) (view diffs)
-
poly/src/poly/PolyExporter.java (modified) (view diffs)
-
poly/src/poly/PolyImporter.java (modified) (view diffs)
-
poly/src/poly/PolyPlugin.java (modified) (view diffs)
-
poly/src/poly/PolyType.java (modified) (view diffs)
-
poly/test/unit/poly/PolyExporterTest.java (modified) (view diffs)
-
poly/test/unit/poly/PolyImporterTest.java (modified) (view diffs)
-
pom.xml (modified) (view diffs)
-
print/build.xml (modified) (view diffs)
-
print/pom.xml (modified) (view diffs)
-
print/src/org/openstreetmap/josm/plugins/print/PrintAction.java (modified) (view diffs)
-
print/src/org/openstreetmap/josm/plugins/print/PrintDialog.java (modified) (view diffs)
-
print/src/org/openstreetmap/josm/plugins/print/PrintPlugin.java (modified) (view diffs)
-
print/src/org/openstreetmap/josm/plugins/print/PrintPreview.java (modified) (view diffs)
-
print/src/org/openstreetmap/josm/plugins/print/PrintableMapView.java (modified) (view diffs)
-
public_transport/build.xml (modified) (view diffs)
-
public_transport/pom.xml (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/AStarAlgorithm.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/PublicTransportAStar.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/PublicTransportPlugin.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/TransText.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/actions/GTFSImporterAction.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/actions/RoutePatternAction.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/actions/StopImporterAction.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/AbstractGTFSCatchJoinCommand.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/GTFSAddCommand.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/GTFSCatchCommand.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/GTFSDeleteCommand.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/GTFSJoinCommand.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/SettingsStoptypeCommand.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/TrackStoplistAddCommand.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/TrackStoplistDeleteCommand.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/TrackStoplistDetachCommand.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/TrackStoplistNameCommand.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/TrackStoplistRelocateCommand.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/TrackStoplistSortCommand.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/TrackSuggestStopsCommand.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/WaypointsDetachCommand.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/WaypointsDisableCommand.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/WaypointsEnableCommand.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/WaypointsNameCommand.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/dialogs/AbstractImporterDialog.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/dialogs/GTFSImporterDialog.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/dialogs/StopImporterDialog.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/models/GTFSStopTableModel.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/models/ItineraryTableModel.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/models/TrackStoplistTableModel.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/models/WaypointTableModel.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/refs/RouteReference.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/refs/StopReference.java (modified) (view diffs)
-
public_transport/src/org/openstreetmap/josm/plugins/public_transport/refs/TrackReference.java (modified) (view diffs)
-
rasterfilters/build.xml (modified) (view diffs)
-
rasterfilters/pom.xml (modified) (view diffs)
-
rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/RasterFiltersPlugin.java (modified) (view diffs)
-
rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/actions/ShowFiltersDialogAction.java (modified) (view diffs)
-
rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/filters/Filter.java (modified) (view diffs)
-
rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/gui/FilterGuiListener.java (modified) (view diffs)
-
rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/gui/FilterPanel.java (modified) (view diffs)
-
rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/gui/FilterStateOwner.java (modified) (view diffs)
-
rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/gui/FiltersDialog.java (modified) (view diffs)
-
rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/model/FilterStateModel.java (modified) (view diffs)
-
rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/model/FiltersManager.java (modified) (view diffs)
-
rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/model/StateChangeListener.java (modified) (view diffs)
-
rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/preferences/FiltersDownloader.java (modified) (view diffs)
-
rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/preferences/RasterFiltersPreferences.java (modified) (view diffs)
-
rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/values/BooleanValue.java (modified) (view diffs)
-
rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/values/ColorValue.java (modified) (view diffs)
-
rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/values/SelectValue.java (modified) (view diffs)
-
rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/values/SliderValue.java (modified) (view diffs)
-
rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/values/Value.java (modified) (view diffs)
-
reltoolbox/build.xml (modified) (view diffs)
-
reltoolbox/pom.xml (modified) (view diffs)
-
reltoolbox/src/relcontext/actions/AddRemoveMemberAction.java (modified) (view diffs)
-
reltoolbox/src/relcontext/actions/ClearChosenRelationAction.java (modified) (view diffs)
-
reltoolbox/src/relcontext/actions/CreateMultipolygonAction.java (modified) (view diffs)
-
reltoolbox/src/relcontext/actions/CreateRelationAction.java (modified) (view diffs)
-
reltoolbox/src/relcontext/actions/DeleteChosenRelationAction.java (modified) (view diffs)
-
reltoolbox/src/relcontext/actions/DownloadChosenRelationAction.java (modified) (view diffs)
-
reltoolbox/src/relcontext/actions/DownloadParentsAction.java (modified) (view diffs)
-
reltoolbox/src/relcontext/actions/DuplicateChosenRelationAction.java (modified) (view diffs)
-
reltoolbox/src/relcontext/actions/EditChosenRelationAction.java (modified) (view diffs)
-
reltoolbox/src/relcontext/actions/FindRelationAction.java (modified) (view diffs)
-
reltoolbox/src/relcontext/actions/ReconstructPolygonAction.java (modified) (view diffs)
-
reltoolbox/src/relcontext/actions/RelationHelpAction.java (modified) (view diffs)
-
reltoolbox/src/relcontext/actions/SelectInRelationPanelAction.java (modified) (view diffs)
-
reltoolbox/src/relcontext/actions/SelectMembersAction.java (modified) (view diffs)
-
reltoolbox/src/relcontext/actions/SelectRelationAction.java (modified) (view diffs)
-
reltoolbox/src/relcontext/actions/SortAndFixAction.java (modified) (view diffs)
-
reltoolbox/src/relcontext/actions/SplittingMultipolygons.java (modified) (view diffs)
-
reltoolbox/src/relcontext/actions/TheRing.java (modified) (view diffs)
-
reltoolbox/src/relcontext/relationfix/AssociatedStreetFixer.java (modified) (view diffs)
-
reltoolbox/src/relcontext/relationfix/BoundaryFixer.java (modified) (view diffs)
-
reltoolbox/src/relcontext/relationfix/MultipolygonFixer.java (modified) (view diffs)
-
reltoolbox/src/relcontext/relationfix/NothingFixer.java (modified) (view diffs)
-
reltoolbox/src/relcontext/relationfix/RelationFixer.java (modified) (view diffs)
-
reltoolbox/test/unit/relcontext/actions/ReconstructPolygonActionTest.java (modified) (view diffs)
-
reltoolbox/test/unit/relcontext/relationfix/AssociatedStreetFixerTest.java (modified) (view diffs)
-
reltoolbox/test/unit/relcontext/relationfix/BoundaryFixerTest.java (modified) (view diffs)
-
reltoolbox/test/unit/relcontext/relationfix/MultipolygonFixerTest.java (modified) (view diffs)
-
reltoolbox/test/unit/relcontext/relationfix/PublicTransportFixerTest.java (modified) (view diffs)
-
reltoolbox/test/unit/relcontext/relationfix/RelationFixerTest.java (modified) (view diffs)
-
reverter/build.xml (modified) (view diffs)
-
reverter/pom.xml (modified) (view diffs)
-
reverter/src/reverter/ChangesetIdQuery.java (modified) (view diffs)
-
reverter/src/reverter/ChangesetIdsTextField.java (modified) (view diffs)
-
reverter/src/reverter/ChangesetReverter.java (modified) (view diffs)
-
reverter/src/reverter/DataSetCommandMerger.java (modified) (view diffs)
-
reverter/src/reverter/MultiOsmReader.java (modified) (view diffs)
-
reverter/src/reverter/OsmServerMultiObjectReader.java (modified) (view diffs)
-
reverter/src/reverter/ParseCallback.java (modified) (view diffs)
-
reverter/src/reverter/RevertChangesetAction.java (modified) (view diffs)
-
reverter/src/reverter/RevertChangesetCommand.java (modified) (view diffs)
-
reverter/src/reverter/RevertChangesetHandler.java (modified) (view diffs)
-
reverter/src/reverter/RevertChangesetTask.java (modified) (view diffs)
-
reverter/src/reverter/RevertRedactedChangesetException.java (modified) (view diffs)
-
reverter/src/reverter/ReverterPlugin.java (modified) (view diffs)
-
reverter/src/reverter/ReverterUploadHook.java (modified) (view diffs)
-
reverter/test/data/regress/23584/__files/06_changeset_97259223_download-0ffabff5-13fb-45b7-86c7-d84e9168fa85.xml (modified) (view diffs)
-
reverter/test/unit/reverter/ChangesetReverterTest.java (modified) (view diffs)
-
routes (modified) (view diffs)
-
routes/build.xml (modified) (view diffs)
-
routes/pom.xml (modified) (view diffs)
-
routes/resources/org/openstreetmap/josm/plugins/routes/xml/routes.xml (modified) (view diffs)
-
routes/src/org/openstreetmap/josm/plugins/routes/ConvertedWay.java (modified) (view diffs)
-
routes/src/org/openstreetmap/josm/plugins/routes/PathBuilder.java (modified) (view diffs)
-
routes/src/org/openstreetmap/josm/plugins/routes/RouteDefinition.java (modified) (view diffs)
-
routes/src/org/openstreetmap/josm/plugins/routes/RouteLayer.java (modified) (view diffs)
-
routes/src/org/openstreetmap/josm/plugins/routes/RoutesPlugin.java (modified) (view diffs)
-
routes/src/org/openstreetmap/josm/plugins/routes/paint/AbstractLinePainter.java (modified) (view diffs)
-
routes/src/org/openstreetmap/josm/plugins/routes/paint/NarrowLinePainter.java (modified) (view diffs)
-
routes/src/org/openstreetmap/josm/plugins/routes/paint/PathPainter.java (modified) (view diffs)
-
routes/src/org/openstreetmap/josm/plugins/routes/paint/WideLinePainter.java (modified) (view diffs)
-
routing/build.xml (modified) (view diffs)
-
routing/pom.xml (modified) (view diffs)
-
routing/resources/log4j.xml (modified) (view diffs)
-
routing/src/com/innovant/josm/jrt/core/EdgeIterator.java (modified) (view diffs)
-
routing/src/com/innovant/josm/jrt/core/RoutingEdge.java (modified) (view diffs)
-
routing/src/com/innovant/josm/jrt/core/RoutingGraph.java (modified) (view diffs)
-
routing/src/com/innovant/josm/jrt/core/RoutingGraphDelegator.java (modified) (view diffs)
-
routing/src/com/innovant/josm/jrt/core/RoutingProfile.java (modified) (view diffs)
-
routing/src/com/innovant/josm/jrt/gtfs/GTFSTransportModes.java (modified) (view diffs)
-
routing/src/com/innovant/josm/jrt/osm/OsmEdge.java (modified) (view diffs)
-
routing/src/com/innovant/josm/jrt/osm/OsmWayTypes.java (modified) (view diffs)
-
routing/src/com/innovant/josm/plugin/routing/RoutingLayer.java (modified) (view diffs)
-
routing/src/com/innovant/josm/plugin/routing/RoutingModel.java (modified) (view diffs)
-
routing/src/com/innovant/josm/plugin/routing/RoutingPlugin.java (modified) (view diffs)
-
routing/src/com/innovant/josm/plugin/routing/actions/AddRouteNodeAction.java (modified) (view diffs)
-
routing/src/com/innovant/josm/plugin/routing/actions/MoveRouteNodeAction.java (modified) (view diffs)
-
routing/src/com/innovant/josm/plugin/routing/actions/RemoveRouteNodeAction.java (modified) (view diffs)
-
routing/src/com/innovant/josm/plugin/routing/gui/RoutingDialog.java (modified) (view diffs)
-
routing/src/com/innovant/josm/plugin/routing/gui/RoutingMenu.java (modified) (view diffs)
-
routing/src/com/innovant/josm/plugin/routing/gui/RoutingPreferenceDialog.java (modified) (view diffs)
-
sds/build.xml (modified) (view diffs)
-
sds/pom.xml (modified) (view diffs)
-
sds/src/org/openstreetmap/hot/sds/DetermineSdsModificationsUploadHook.java (modified) (view diffs)
-
sds/src/org/openstreetmap/hot/sds/ReadPostprocessor.java (modified) (view diffs)
-
sds/src/org/openstreetmap/hot/sds/SdsApi.java (modified) (view diffs)
-
sds/src/org/openstreetmap/hot/sds/SdsConnection.java (modified) (view diffs)
-
sds/src/org/openstreetmap/hot/sds/SdsCredentialAgent.java (modified) (view diffs)
-
sds/src/org/openstreetmap/hot/sds/SdsCredentialDialog.java (modified) (view diffs)
-
sds/src/org/openstreetmap/hot/sds/SdsDiskAccessAction.java (modified) (view diffs)
-
sds/src/org/openstreetmap/hot/sds/SdsLoadAction.java (modified) (view diffs)
-
sds/src/org/openstreetmap/hot/sds/SdsMenu.java (modified) (view diffs)
-
sds/src/org/openstreetmap/hot/sds/SdsOsmWriter.java (modified) (view diffs)
-
sds/src/org/openstreetmap/hot/sds/SdsOsmWriterFactory.java (modified) (view diffs)
-
sds/src/org/openstreetmap/hot/sds/SdsParser.java (modified) (view diffs)
-
sds/src/org/openstreetmap/hot/sds/SdsPluginPreferences.java (modified) (view diffs)
-
sds/src/org/openstreetmap/hot/sds/SdsSaveAction.java (modified) (view diffs)
-
sds/src/org/openstreetmap/hot/sds/SdsTransferException.java (modified) (view diffs)
-
sds/src/org/openstreetmap/hot/sds/SdsWriter.java (modified) (view diffs)
-
sds/src/org/openstreetmap/hot/sds/SeparateDataStorePlugin.java (modified) (view diffs)
-
sds/src/org/openstreetmap/hot/sds/WritePostprocessor.java (modified) (view diffs)
-
seachartedit/build.xml (modified) (view diffs)
-
seachartedit/pom.xml (modified) (view diffs)
-
seachartedit/src/messages/Messages.java (modified) (view diffs)
-
seachartedit/src/panels/PanelMain.java (modified) (view diffs)
-
seachartedit/src/panels/PanelS57.java (modified) (view diffs)
-
seachartedit/src/panels/ShowFrame.java (modified) (view diffs)
-
seachartedit/src/scedit/SCedit.java (modified) (view diffs)
-
seachartedit/src/scedit/SCeditAction.java (modified) (view diffs)
-
smed/build.xml (modified) (view diffs)
-
smed/pom.xml (modified) (view diffs)
-
smed/src/org/openstreetmap/josm/plugins/seamapeditor/SmedAction.java (modified) (view diffs)
-
smed/src/org/openstreetmap/josm/plugins/seamapeditor/SmedPlugin.java (modified) (view diffs)
-
smed/src/org/openstreetmap/josm/plugins/seamapeditor/messages/Messages.java (modified) (view diffs)
-
smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelChan.java (modified) (view diffs)
-
smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelChr.java (modified) (view diffs)
-
smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelCol.java (modified) (view diffs)
-
smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelFog.java (modified) (view diffs)
-
smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelHaz.java (modified) (view diffs)
-
smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelLights.java (modified) (view diffs)
-
smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelLit.java (modified) (view diffs)
-
smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelMain.java (modified) (view diffs)
-
smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelMore.java (modified) (view diffs)
-
smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelPat.java (modified) (view diffs)
-
smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelPort.java (modified) (view diffs)
-
smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelRadar.java (modified) (view diffs)
-
smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelSaw.java (modified) (view diffs)
-
smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelSectors.java (modified) (view diffs)
-
smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelSpec.java (modified) (view diffs)
-
smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelStbd.java (modified) (view diffs)
-
smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelTop.java (modified) (view diffs)
-
smed/src/org/openstreetmap/josm/plugins/seamapeditor/seamarks/SeaMark.java (modified) (view diffs)
-
splinex/build.xml (modified) (view diffs)
-
splinex/pom.xml (modified) (view diffs)
-
splinex/src/org/openstreetmap/josm/plugins/Splinex/DrawSplineAction.java (modified) (view diffs)
-
splinex/src/org/openstreetmap/josm/plugins/Splinex/Spline.java (modified) (view diffs)
-
splinex/src/org/openstreetmap/josm/plugins/Splinex/SplineHitTest.java (modified) (view diffs)
-
splinex/src/org/openstreetmap/josm/plugins/Splinex/SplinexPlugin.java (modified) (view diffs)
-
splinex/src/org/openstreetmap/josm/plugins/Splinex/SplinexPreference.java (modified) (view diffs)
-
splinex/src/org/openstreetmap/josm/plugins/Splinex/UndeleteNodeCommand.java (modified) (view diffs)
-
spotbugs-filter.xml (modified) (view diffs)
-
surveyor/build.xml (modified) (view diffs)
-
surveyor/pom.xml (modified) (view diffs)
-
surveyor/resources/surveyor.xml (modified) (view diffs)
-
surveyor/src/org/openstreetmap/josm/plugins/surveyor/SurveyorComponent.java (modified) (view diffs)
-
surveyor/src/org/openstreetmap/josm/plugins/surveyor/SurveyorLock.java (modified) (view diffs)
-
surveyor/test/unit/org/openstreetmap/josm/plugins/surveyor/SurveyorShowActionTest.java (modified) (view diffs)
-
tageditor/build.xml (modified) (view diffs)
-
tageditor/pom.xml (modified) (view diffs)
-
tageditor/resources/osm-tag-definitions.xml (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/LaunchAction.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/ac/AutoCompletionContext.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/ac/AutoCompletionListRenderer.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/ac/AutoCompletionListViewer.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/ac/IAutoCompletionListListener.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/PresetItemListCellRenderer.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/PresetManager.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagEditor.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagEditorModel.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagSpecificationAwareTagCellEditor.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagTableCellRenderer.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/AdvancedTag.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/ui/IPresetSelectorListener.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/ui/NameIconCellRenderer.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/ui/PresetsTable.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/ui/PresetsTableColumnModel.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/ui/PresetsTableModel.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/ui/TabularPresetSelector.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/LabelSpecification.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/TagSpecification.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/TagSpecifications.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/ITagSelectorListener.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/KeyValueCellRenderer.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TabularTagSelector.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TagsTable.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TagsTableColumnModel.java (modified) (view diffs)
-
tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TagsTableModel.java (modified) (view diffs)
-
tagging-preset-tester/build.xml (modified) (view diffs)
-
tagging-preset-tester/pom.xml (modified) (view diffs)
-
tagging-preset-tester/src/org/openstreetmap/josm/plugins/taggingpresettester/TaggingCellRenderer.java (modified) (view diffs)
-
terracer/build.xml (modified) (view diffs)
-
terracer/pom.xml (modified) (view diffs)
-
terracer/src/org/openstreetmap/josm/plugins/terracer/HouseNumberInputDialog.java (modified) (view diffs)
-
terracer/src/org/openstreetmap/josm/plugins/terracer/HouseNumberInputHandler.java (modified) (view diffs)
-
terracer/src/org/openstreetmap/josm/plugins/terracer/ReverseTerraceAction.java (modified) (view diffs)
-
terracer/src/org/openstreetmap/josm/plugins/terracer/TerracerAction.java (modified) (view diffs)
-
terracer/src/org/openstreetmap/josm/plugins/terracer/TerracerPlugin.java (modified) (view diffs)
-
terracer/src/org/openstreetmap/josm/plugins/terracer/TerracerRuntimeException.java (modified) (view diffs)
-
terracer/test/unit/org/openstreetmap/josm/plugins/terracer/ReverseTerraceActionTest.java (modified) (view diffs)
-
touchscreenhelper/build.xml (modified) (view diffs)
-
touchscreenhelper/pom.xml (modified) (view diffs)
-
touchscreenhelper/src/touchscreenhelper/BrowseAction.java (modified) (view diffs)
-
touchscreenhelper/src/touchscreenhelper/TimedKeyReleaseListener.java (modified) (view diffs)
-
touchscreenhelper/src/touchscreenhelper/TouchScreenHelperPlugin.java (modified) (view diffs)
-
turnlanes/build.xml (modified) (view diffs)
-
turnlanes/pom.xml (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/CollectionUtils.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/TurnLanesPlugin.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/GuiContainer.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/GuiUtil.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/InteractiveElement.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/JunctionGui.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/JunctionPane.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/LaneGui.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/Path.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/ReversePathIterator.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/RoadGui.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/State.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/TurnLanesDialog.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/ValidationPanel.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/Constants.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/GenericCommand.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/Issue.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/Junction.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/Lane.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/ModelContainer.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/Road.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/Route.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/Turn.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/TurnlanesUtils.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/UnexpectedDataException.java (modified) (view diffs)
-
turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/Validator.java (modified) (view diffs)
-
turnrestrictions/build.xml (modified) (view diffs)
-
turnrestrictions/pom.xml (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/CreateOrEditTurnRestrictionAction.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/TurnRestrictionBuilder.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/TurnRestrictionsPlugin.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/dnd/PrimitiveIdListProvider.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/dnd/PrimitiveIdListTransferHandler.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/dnd/PrimitiveIdTransferable.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/AdvancedEditorPanel.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/BasicEditorPanel.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/ExceptValueModel.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/JosmSelectionListModel.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/JosmSelectionPanel.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/MemberRoleCellEditor.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/NavigationControler.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/RelationMemberColumnModel.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/RelationMemberEditorModel.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/RelationMemberModel.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/RelationMemberTable.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionComboBox.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionComboBoxModel.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditor.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditorManager.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditorModel.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionLegEditor.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionLegRole.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionSelectionPopupPanel.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionType.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionTypeRenderer.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/VehicleExceptionEditor.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/ViaList.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/ViaListModel.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/AbstractTurnRestrictionsListView.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/TurnRestrictionCellRenderer.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/TurnRestrictionsInDatasetListModel.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/TurnRestrictionsInDatasetView.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/TurnRestrictionsInSelectionListModel.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/TurnRestrictionsInSelectionView.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/TurnRestrictionsListDialog.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/TurnRestrictionsListModel.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/preferences/PreferenceEditor.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/preferences/PreferenceKeys.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/preferences/PreferencesPanel.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/IdenticalTurnRestrictionLegsError.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/IllegalRestrictionTypeError.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/IntersectionMissingAsViaError.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/Issue.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/IssueView.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/IssuesModel.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/IssuesView.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/MissingRestrictionTypeError.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/MissingTurnRestrictionLegError.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/MissingViaError.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/MultipleTurnRestrictionLegError.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/NonStandardExceptWarning.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/RequiredTagMissingError.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/Severity.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/TurnRestrictionLegSplitRequiredError.java (modified) (view diffs)
-
turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/WrongTurnRestrictionLegTypeError.java (modified) (view diffs)
-
turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/AllUnitTests.java (modified) (view diffs)
-
turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/TurnRestrictionBuilderTest.java (modified) (view diffs)
-
turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/AllEditorTests.java (modified) (view diffs)
-
turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/BasicEditorPanelTest.java (modified) (view diffs)
-
turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/ExceptValueModelTest.java (modified) (view diffs)
-
turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/JosmSelectionListModelTest.java (modified) (view diffs)
-
turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionComboBoxTest.java (modified) (view diffs)
-
turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditorModelUnitTest.java (modified) (view diffs)
-
turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditorTest.java (modified) (view diffs)
-
turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionLegEditorTest.java (modified) (view diffs)
-
turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionLegEditorUnitTest.java (modified) (view diffs)
-
turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionTypeRendererTest.java (modified) (view diffs)
-
turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionTypeTest.java (modified) (view diffs)
-
turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/VehicleExceptionEditorTest.java (modified) (view diffs)
-
turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/ViaListTest.java (modified) (view diffs)
-
turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/qa/IssuesViewTest.java (modified) (view diffs)
-
undelete/build.xml (modified) (view diffs)
-
undelete/pom.xml (modified) (view diffs)
-
undelete/src/org/openstreetmap/josm/plugins/undelete/Undelete.java (modified) (view diffs)
-
undelete/src/org/openstreetmap/josm/plugins/undelete/UndeleteAction.java (modified) (view diffs)
-
undelete/src/org/openstreetmap/josm/plugins/undelete/UndeleteDialog.java (modified) (view diffs)
-
utilsplugin2/build.xml (modified) (view diffs)
-
utilsplugin2/pom.xml (modified) (view diffs)
-
utilsplugin2/src/edu/princeton/cs/algs4/AssignmentProblem.java (modified) (view diffs)
-
utilsplugin2/src/edu/princeton/cs/algs4/Bag.java (modified) (view diffs)
-
utilsplugin2/src/edu/princeton/cs/algs4/DijkstraSP.java (modified) (view diffs)
-
utilsplugin2/src/edu/princeton/cs/algs4/DirectedEdge.java (modified) (view diffs)
-
utilsplugin2/src/edu/princeton/cs/algs4/EdgeWeightedDigraph.java (modified) (view diffs)
-
utilsplugin2/src/edu/princeton/cs/algs4/IndexMinPQ.java (modified) (view diffs)
-
utilsplugin2/src/edu/princeton/cs/algs4/Stack.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/AlignWayNodesAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/CopyTagsAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/ExtractPointAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/PasteRelationsAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/SplitObjectAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/SplitOnIntersectionsAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/SymmetryAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/TagBufferAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/TagSourceAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/UnGlueRelationAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/command/ChangeRelationMemberCommand.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/curves/CircleArcMaker.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/curves/CurveAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/customurl/ChooseURLAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/customurl/OpenPageAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/customurl/URLList.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/customurl/UtilsPluginPreferences.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/latlon/LatLonAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/latlon/LatLonDialog.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/multitagger/MultiTagAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/multitagger/MultiTagDialog.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/multitagger/MultiTaggerTableModel.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/replacegeometry/ReplaceGeometryAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/replacegeometry/ReplaceGeometryCommand.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/replacegeometry/ReplaceGeometryException.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/replacegeometry/ReplaceGeometryUtils.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/replacegeometry/ReplaceMembershipAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/search/ChildrenMatch.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/search/ConnectedMatch.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/search/InsideMatch.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/search/IntersectingMatch.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/search/ParentsMatch.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/search/RangeMatch.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/search/UsedInRelationsMatch.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/search/UsedInWaysMatch.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/search/UtilsSimpleMatchFactory.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/search/UtilsUnaryMatchFactory.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/AdjacentNodesAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/AdjacentWaysAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/ConnectedWaysAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/IntersectedWaysAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/IntersectedWaysRecursiveAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/MiddleNodesAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/NodeWayUtils.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/SelectAllInsideAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/SelectBoundaryAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/SelectHighwayAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/SelectModNodesAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/SelectModWaysAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/UndoSelectionAction.java (modified) (view diffs)
-
utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/UnselectNodesAction.java (modified) (view diffs)
-
utilsplugin2/test/unit/org/openstreetmap/josm/plugins/utilsplugin2/actions/SplitObjectActionTest.java (modified) (view diffs)
-
waydownloader/build.xml (modified) (view diffs)
-
waydownloader/pom.xml (modified) (view diffs)
-
waydownloader/src/org/openstreetmap/josm/plugins/waydownloader/WayDownloaderPlugin.java (modified) (view diffs)
-
waypoint_search/build.xml (modified) (view diffs)
-
waypoint_search/pom.xml (modified) (view diffs)
-
waypoint_search/src/org/openstreetmap/josm/plugins/waypointSearch/Engine.java (modified) (view diffs)
-
waypoint_search/src/org/openstreetmap/josm/plugins/waypointSearch/SelectWaypointDialog.java (modified) (view diffs)
-
waypoint_search/src/org/openstreetmap/josm/plugins/waypointSearch/WaypointSearchPlugin.java (modified) (view diffs)
-
wms-turbo-challenge2/build.xml (modified) (view diffs)
-
wms-turbo-challenge2/pom.xml (modified) (view diffs)
-
wms-turbo-challenge2/src/wmsturbochallenge/EngineSound.java (modified) (view diffs)
-
wms-turbo-challenge2/src/wmsturbochallenge/FakeMapView.java (modified) (view diffs)
-
wms-turbo-challenge2/src/wmsturbochallenge/GameWindow.java (modified) (view diffs)
-
wms-turbo-challenge2/src/wmsturbochallenge/WMSRacer.java (modified) (view diffs)
-
applications/editors/josm/plugins
- Property svn:ignore
-
old new 25 25 validations_testing 26 26 wikipedia 27 target
-
- Property svn:ignore
-
applications/editors/josm/plugins/00_plugin_dir_template/build.xml
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
applications/editors/josm/plugins/AddrInterpolation
- Property svn:ignore
-
old new 4 4 findbugs-josm-AddrInterpolation.xml 5 5 javadoc 6 target
-
- Property svn:ignore
-
applications/editors/josm/plugins/AddrInterpolation/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/AddrInterpolation/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/AddrInterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/AddrInterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/AddrInterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/AddrInterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/EscapeDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ColumbusCSV
- Property svn:ignore
-
old new 8 8 spotbugs-josm-ColumbusCSV.xml 9 9 javadoc 10 target
-
- Property svn:ignore
-
applications/editors/josm/plugins/ColumbusCSV/build.xml
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
applications/editors/josm/plugins/ColumbusCSV/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CommandLine
- Property svn:ignore
-
old new 4 4 spotbugs-josm-CommandLine.xml 5 5 javadoc 6 target
-
- Property svn:ignore
-
applications/editors/josm/plugins/CommandLine/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CommandLine/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CommandLine/src/org/openstreetmap/josm/plugins/commandline/AnyAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CommandLine/src/org/openstreetmap/josm/plugins/commandline/Command.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CommandLine/src/org/openstreetmap/josm/plugins/commandline/CommandAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CommandLine/src/org/openstreetmap/josm/plugins/commandline/CommandLine.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CommandLine/src/org/openstreetmap/josm/plugins/commandline/CommandLineAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CommandLine/src/org/openstreetmap/josm/plugins/commandline/DummyAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CommandLine/src/org/openstreetmap/josm/plugins/commandline/GpxFilter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CommandLine/src/org/openstreetmap/josm/plugins/commandline/History.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CommandLine/src/org/openstreetmap/josm/plugins/commandline/LengthAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CommandLine/src/org/openstreetmap/josm/plugins/commandline/Loader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CommandLine/src/org/openstreetmap/josm/plugins/commandline/Mode.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CommandLine/src/org/openstreetmap/josm/plugins/commandline/NodeAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CommandLine/src/org/openstreetmap/josm/plugins/commandline/OsmToCmd.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CommandLine/src/org/openstreetmap/josm/plugins/commandline/Parameter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CommandLine/src/org/openstreetmap/josm/plugins/commandline/PointAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CommandLine/src/org/openstreetmap/josm/plugins/commandline/RelationAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CommandLine/src/org/openstreetmap/josm/plugins/commandline/Relay.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CommandLine/src/org/openstreetmap/josm/plugins/commandline/Type.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CommandLine/src/org/openstreetmap/josm/plugins/commandline/WayAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Create_grid_of_ways
- Property svn:ignore
-
applications/editors/josm/plugins/Create_grid_of_ways/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Create_grid_of_ways/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Create_grid_of_ways/src/CreateGridOfWaysPlugin/CreateGridOfWaysAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Create_grid_of_ways/src/CreateGridOfWaysPlugin/CreateGridOfWaysPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CustomizePublicTransportStop
- Property svn:ignore
-
old new 2 2 build 3 3 javadoc 4 target 5 checkstyle-josm-CustomizePublicTransportStop.xml
-
- Property svn:ignore
-
applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CustomizePublicTransportStop/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/CreateNewStopPointOperation.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/CreateStopAreaFromSelectedObjectOperation.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/CustomizePublicTransportStopDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/CustomizePublicTransportStopPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/CustomizeStopAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/CustomizeStopAreaOperation.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/IStopAreaCustomizer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/MessageBox.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/NearestWaySegment.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/OSMTags.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/StopArea.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/StopAreaOperationBase.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/DirectDownload/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/DirectDownload/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/DirectDownload/src/org/openstreetmap/josm/plugins/directdownload/DirectDownload.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/DirectDownload/src/org/openstreetmap/josm/plugins/directdownload/DownloadDataGui.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/DirectDownload/src/org/openstreetmap/josm/plugins/directdownload/GpxServerReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/DirectDownload/src/org/openstreetmap/josm/plugins/directdownload/UserTrack.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/DirectDownload/src/org/openstreetmap/josm/plugins/directdownload/UserTrackReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/DirectUpload/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/DirectUpload/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/build.xml
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
applications/editors/josm/plugins/ElevationProfile/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/ColorMap.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/ElevationHelper.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/HgtFileImporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/HgtReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/IEleRenderingListener.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/IElevationModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/IElevationProfile.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/IVertexRenderer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/actions/AddElevationLayerAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/ElevationModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/ElevationProfile.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/ElevationWayPointKind.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/GeoidCorrectionKind.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/GpxIterator.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/IGpxVisitor.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/IGpxWaypointVisitor.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/WayPointMap.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/EleCoordinate.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/EleVertex.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridLayer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTile.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTileController.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTileLoader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTileSource.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/SimpleVertexRenderer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/test/unit/org/openstreetmap/josm/plugins/elevation/EleVertexTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ElevationProfile/test/unit/org/openstreetmap/josm/plugins/elevation/HgtReaderTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT
- Property svn:ignore
-
old new 1 1 build 2 2 javadoc 3 checkstyle-josm-FIT.xml
-
- Property svn:ignore
-
applications/editors/josm/plugins/FIT/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/FitPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/FitBaseType.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/FitException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/FitReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/FitReaderOptions.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FileCreator.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitData.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitDevDataRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitDeveloperDataIdMessage.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitDevice.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitUnknownRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/Global.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/HeartRateCadenceDistanceSpeed.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/IFitTimestamp.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevDoubleData.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevFloatData.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevIntData.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevLongData.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevStringData.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevUnknown.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/IFitDevData.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitDefinitionMessage.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitDeveloperField.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitDeveloperFieldDescriptionMessage.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitField.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitFieldDescriptionMessage.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitHeader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitRecordCompressedTimestampHeader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitRecordHeader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitRecordNormalHeader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/IField.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/utils/CountingInputStream.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/utils/DevDataUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/utils/NumberUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/utils/StringUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/test/unit/org/openstreetmap/josm/plugins/fit/lib/FitReaderTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FastDraw/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FastDraw/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FastDraw/src/org/openstreetmap/josm/plugins/fastdraw/DrawnPolyLine.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FastDraw/src/org/openstreetmap/josm/plugins/fastdraw/FDSettings.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FastDraw/src/org/openstreetmap/josm/plugins/fastdraw/FastDrawConfigDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FastDraw/src/org/openstreetmap/josm/plugins/fastdraw/FastDrawingMode.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FastDraw/src/org/openstreetmap/josm/plugins/fastdraw/FastDrawingPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FastDraw/test/unit/org/openstreetmap/josm/plugins/fastdraw/DrawnPolyLineTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FastDraw/test/unit/org/openstreetmap/josm/plugins/fastdraw/FastDrawingModeTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FixAddresses/build.xml
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
applications/editors/josm/plugins/FixAddresses/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/actions/AddressActions.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/HouseNumberTaggingTool/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/HouseNumberTaggingTool/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/HouseNumberTaggingTool/src/org/openstreetmap/josm/plugins/housenumbertool/Dto.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/HouseNumberTaggingTool/src/org/openstreetmap/josm/plugins/housenumbertool/HouseNumberHelper.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/HouseNumberTaggingTool/src/org/openstreetmap/josm/plugins/housenumbertool/HouseNumberTaggingToolPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/HouseNumberTaggingTool/src/org/openstreetmap/josm/plugins/housenumbertool/LaunchAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/HouseNumberTaggingTool/src/org/openstreetmap/josm/plugins/housenumbertool/TagDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ImageIO
- Property svn:ignore
-
old new 2 2 target 3 3 javadoc 4 checkstyle-josm-ImageIO.xml
-
- Property svn:ignore
-
applications/editors/josm/plugins/ImageIO/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ImageIO/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ImageIO/src/main/java/org/openstreetmap/josm/plugins/imageio/Artifact.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ImageIO/src/main/java/org/openstreetmap/josm/plugins/imageio/ImageIOPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ImageIO/src/main/java/org/openstreetmap/josm/plugins/imageio/ImageIOPreferenceSetting.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ImageIO/src/main/java/org/openstreetmap/josm/plugins/imageio/NexusDownloader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ImageWayPoint/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ImageWayPoint/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ImportImagePlugin/build.xml
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
applications/editors/josm/plugins/ImportImagePlugin/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ImportImagePlugin/src/org/openstreetmap/josm/plugins/ImportImagePlugin/ImageLayer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ImportImagePlugin/src/org/openstreetmap/josm/plugins/ImportImagePlugin/ImportImageFileImporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ImportImagePlugin/src/org/openstreetmap/josm/plugins/ImportImagePlugin/ImportImagePlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ImportImagePlugin/src/org/openstreetmap/josm/plugins/ImportImagePlugin/LayerPropertiesDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ImportImagePlugin/src/org/openstreetmap/josm/plugins/ImportImagePlugin/LoadImageAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ImportImagePlugin/src/org/openstreetmap/josm/plugins/ImportImagePlugin/PluginOperations.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ImportImagePlugin/test/unit/org/openstreetmap/josm/plugins/ImportImagePlugin/GeoTiffReaderTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/InfoMode/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/InfoMode/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/InfoMode/src/org/openstreetmap/josm/plugins/infomode/InfoMode.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/InfoMode/src/org/openstreetmap/josm/plugins/infomode/InfoModePlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/InfoMode/src/org/openstreetmap/josm/plugins/infomode/InfoPanel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/config/josm/preferences.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/config/log4j.xml
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
applications/editors/josm/plugins/MicrosoftStreetside/config/pmd/ruleset.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/CubeMapTileXY.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/StreetsideAbstractImage.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/StreetsideData.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/StreetsideDataListener.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/StreetsideImage.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/StreetsideLayer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/StreetsidePlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/actions/ImageReloadAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/actions/StreetsideDownloadAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/actions/StreetsideDownloadViewAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/actions/StreetsideWalkAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/actions/StreetsideZoomAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/actions/WalkListener.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/actions/WalkThread.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/actions/package-info.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/cache/CacheUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/cache/Caches.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/cache/StreetsideCache.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/cache/package-info.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/cubemap/CameraTransformer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/cubemap/CubemapBox.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/cubemap/CubemapBuilder.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/cubemap/CubemapUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/cubemap/ITileDownloadingTaskListener.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/cubemap/TileDownloadingTask.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/StreetsideImageDisplay.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/StreetsideMainDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/StreetsidePreferenceSetting.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/StreetsideViewerDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/StreetsideWalkDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/boilerplate/SelectableLabel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/boilerplate/StreetsideButton.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/boilerplate/package-info.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/imageinfo/ImageInfoHelpPopup.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/imageinfo/ImageInfoPanel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/imageinfo/StreetsideViewerPanel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/imageinfo/ThreeSixtyDegreeViewerPanel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/imageinfo/WebLinkAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/package-info.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/io/download/BoundsDownloadRunnable.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/io/download/SequenceDownloadRunnable.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/io/download/StreetsideDownloader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/io/download/StreetsideSquareDownloadRunnable.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/io/download/package-info.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/io/export/StreetsideExportDownloadThread.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/io/export/StreetsideExportManager.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/io/export/StreetsideExportWriterThread.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/io/export/package-info.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/mode/AbstractMode.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/mode/SelectMode.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/mode/package-info.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/package-info.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/utils/ImageUtil.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/utils/MapViewGeometryUtil.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/utils/PluginState.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/utils/StreetsideColorScheme.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/utils/StreetsideProperties.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/utils/StreetsideURL.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/utils/StreetsideUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/utils/package-info.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/MicrosoftStreetside/test/data/preferences/preferences.xml
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/utils/GraphicsUtilsTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/NanoLog/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/NanoLog/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/NanoLog/src/nanolog/Correlator.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/NanoLog/src/nanolog/GPXChooser.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/NanoLog/src/nanolog/NanoLogEntry.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/NanoLog/src/nanolog/NanoLogLayer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/NanoLog/src/nanolog/NanoLogPanel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/NanoLog/src/nanolog/NanoLogPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/OpeningHoursEditor/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/OpeningHoursEditor/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/ClockSystem.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/OhePlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/OpeningTimeUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/gui/OheDialogPanel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/gui/OheEditor.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/gui/OheException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/gui/TimeRect.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/parser/SyntaxException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/RoadSigns/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/RoadSigns/data/roadsignpresetAT.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/RoadSigns/data/roadsignpresetBE.xml
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
applications/editors/josm/plugins/RoadSigns/data/roadsignpresetCZ.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/RoadSigns/data/roadsignpresetDE.xml
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
applications/editors/josm/plugins/RoadSigns/data/roadsignpresetES.xml
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
applications/editors/josm/plugins/RoadSigns/data/roadsignpresetPL.xml
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
applications/editors/josm/plugins/RoadSigns/data/roadsignpresetSK.xml
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
applications/editors/josm/plugins/RoadSigns/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SaudiNationalAddress
- Property svn:ignore
-
old new 1 1 build 2 2 javadoc 3 checkstyle-josm-SaudiNationalAddress.xml
-
- Property svn:ignore
-
applications/editors/josm/plugins/SaudiNationalAddress/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SaudiNationalAddress/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SaudiNationalAddress/src/org/openstreetmap/josm/plugins/saudinationaladdress/SaudiNationalAddressAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SaudiNationalAddress/src/org/openstreetmap/josm/plugins/saudinationaladdress/SaudiNationalAddressPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SaudiNationalAddress/src/org/openstreetmap/josm/plugins/saudinationaladdress/SaudiNationalAddressPreference.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/jbasemap/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/jbasemap/src/jbasemap/Jbasemap.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/jchart/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/jchart/src/jchart/Jchart.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/jicons/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/jicons/examples.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/jicons/src/jicons/Jicons.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/josmtos57/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/josmtos57/src/josmtos57/Josmtos57.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/jplotter/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/jplotter/src/jplotter/Jplotter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/jrender/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/jrender/src/jrender/Jrender.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/jrenderpgsql/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/jrenderpgsql/src/jrenderpgsql/JrenderPgsql.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/jrenderpgsql/src/jrenderpgsql/PGHStore.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/js57toosm/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/js57toosm/src/js57toosm/Js57toosm.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/jshom/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/jshom/src/jshom/Jshom.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/render/ChartContext.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/render/Renderer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/render/Rules.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/render/Signals.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/s57/S57att.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/s57/S57box.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/s57/S57dat.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/s57/S57dec.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/s57/S57enc.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/s57/S57map.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/s57/S57obj.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/s57/S57osm.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/s57/S57val.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/seachart/ChartImage.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/seachart/Seachart.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/seachart/SeachartAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/symbols/Areas.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/symbols/Beacons.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/symbols/Buoys.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/symbols/Charts.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/symbols/Facilities.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/symbols/Harbours.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/symbols/Landmarks.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/symbols/Notices.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/symbols/Symbols.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SeaChart/src/symbols/Topmarks.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SimplifyArea/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SimplifyArea/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SimplifyArea/src/org/openstreetmap/josm/plugins/simplifyarea/SimplifyAreaAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SimplifyArea/src/org/openstreetmap/josm/plugins/simplifyarea/SimplifyAreaPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/SimplifyArea/src/org/openstreetmap/josm/plugins/simplifyarea/SimplifyAreaPreferenceSetting.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer/src/org/openstreetmap/josm/plugins/tracer/ConnectWays.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer/src/org/openstreetmap/josm/plugins/tracer/TracerAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer/src/org/openstreetmap/josm/plugins/tracer/TracerException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer/src/org/openstreetmap/josm/plugins/tracer/TracerGeometry.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer/src/org/openstreetmap/josm/plugins/tracer/TracerPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer/src/org/openstreetmap/josm/plugins/tracer/TracerServer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer2/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer2/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer2/src/org/openstreetmap/josm/plugins/tracer2/ConnectWays.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer2/src/org/openstreetmap/josm/plugins/tracer2/StraightLine.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer2/src/org/openstreetmap/josm/plugins/tracer2/TagValues.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer2/src/org/openstreetmap/josm/plugins/tracer2/TracerAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer2/src/org/openstreetmap/josm/plugins/tracer2/TracerDebug.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer2/src/org/openstreetmap/josm/plugins/tracer2/TracerException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer2/src/org/openstreetmap/josm/plugins/tracer2/TracerGeometry.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer2/src/org/openstreetmap/josm/plugins/tracer2/TracerPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer2/src/org/openstreetmap/josm/plugins/tracer2/preferences/ServerParam.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer2/src/org/openstreetmap/josm/plugins/tracer2/preferences/ServerParamDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer2/src/org/openstreetmap/josm/plugins/tracer2/preferences/ServerParamList.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer2/src/org/openstreetmap/josm/plugins/tracer2/preferences/ServerParamPanel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer2/src/org/openstreetmap/josm/plugins/tracer2/preferences/ServerParamPreference.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer2/src/org/openstreetmap/josm/plugins/tracer2/preferences/ServerParamSelectDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer2/src/org/openstreetmap/josm/plugins/tracer2/server/GetTrace.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer2/src/org/openstreetmap/josm/plugins/tracer2/server/GetVersion.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/Tracer2/src/org/openstreetmap/josm/plugins/tracer2/server/Request.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/alignways
- Property svn:ignore
-
old new 3 3 findbugs-josm-alignways.xml 4 4 javadoc 5 target
-
- Property svn:ignore
-
applications/editors/josm/plugins/alignways/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/alignways/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysAlgnSegment.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysCmdKeepAngles.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysCmdKeepLength.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysMode.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysRefSegment.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysSegment.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysSegmentMgr.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysSelAlgnState.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysSelBothState.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysSelNoneState.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysSelRefState.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysState.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysTipsPanel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysWhatsNewPanel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/geometry/AlignWaysGeomLine.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/geometry/AlignWaysGeomPoint.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/alignways/test/unit/org/openstreetmap/josm/plugins/alignways/geometry/AlignWaysGeomLineTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/apache-commons
- Property svn:ignore
-
old new 5 5 spotbugs-josm-apache-commons.xml 6 6 javadoc 7 target
-
- Property svn:ignore
-
applications/editors/josm/plugins/apache-commons/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/apache-commons/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/apache-commons/src/org/openstreetmap/josm/plugins/commons/CommonsPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/apache-http
- Property svn:ignore
-
old new 5 5 spotbugs-josm-apache-http.xml 6 6 javadoc 7 target
-
- Property svn:ignore
-
applications/editors/josm/plugins/apache-http/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/apache-http/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/apache-http/src/org/openstreetmap/josm/plugins/http/HttpPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/build-common.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/buildings_tools
- Property svn:ignore
-
old new 5 5 findbugs-josm-buildings_tools.xml 6 6 javadoc 7 target
-
- Property svn:ignore
-
applications/editors/josm/plugins/buildings_tools/build.xml
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
applications/editors/josm/plugins/buildings_tools/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/buildings_tools/src/org/openstreetmap/josm/plugins/buildings_tools/AddressDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/buildings_tools/src/org/openstreetmap/josm/plugins/buildings_tools/AdvancedSettingsDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/buildings_tools/src/org/openstreetmap/josm/plugins/buildings_tools/AngleSnap.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/buildings_tools/src/org/openstreetmap/josm/plugins/buildings_tools/Building.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/buildings_tools/src/org/openstreetmap/josm/plugins/buildings_tools/BuildingSizeAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/buildings_tools/src/org/openstreetmap/josm/plugins/buildings_tools/BuildingSizeDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/buildings_tools/src/org/openstreetmap/josm/plugins/buildings_tools/BuildingsToolsPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/buildings_tools/src/org/openstreetmap/josm/plugins/buildings_tools/DrawBuildingAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/buildings_tools/src/org/openstreetmap/josm/plugins/buildings_tools/MergeAddrPointsAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/buildings_tools/src/org/openstreetmap/josm/plugins/buildings_tools/MyDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/buildings_tools/src/org/openstreetmap/josm/plugins/buildings_tools/ToolSettings.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/buildings_tools/test/unit/org/openstreetmap/josm/plugins/buildings_tools/BuildingsToolsPluginTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/buildings_tools/test/unit/org/openstreetmap/josm/plugins/buildings_tools/DrawBuildingActionTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr
- Property svn:ignore
-
old new 7 7 findbugs-josm-cadastre-fr.xml 8 8 javadoc 9 target
-
- Property svn:ignore
-
applications/editors/josm/plugins/cadastre-fr/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/actions/MenuActionBoundaries.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/actions/MenuActionCancelGrab.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/actions/MenuActionGrabPlanImage.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/actions/MenuActionOpenPreferences.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/actions/MenuActionRefineGeoRef.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/actions/MenuActionSaveRasterAs.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/actions/mapmode/Address.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/actions/mapmode/WMSAdjustAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/session/CadastreSessionExporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/session/CadastreSessionImporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/CacheFileLambert4ZoneFilter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/CacheFileLambert9ZoneFilter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/CacheFileUTM20NFilter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/DownloadSVGBuilding.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/DownloadSVGTask.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/DownloadWMSPlanImage.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/GrabThread.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/RasterImageGeoreferencer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/RasterImageModifier.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/SVGParser.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/VectorImageModifier.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/WMSException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/canvec_helper
- Property svn:ignore
-
old new 3 3 findbugs-josm-canvec_helper.xml 4 4 javadoc 5 target
-
- Property svn:ignore
-
applications/editors/josm/plugins/canvec_helper/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/canvec_helper/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/canvec_helper/src/org/openstreetmap/josm/plugins/canvec_helper/CanVecTile.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/canvec_helper/src/org/openstreetmap/josm/plugins/canvec_helper/CanvecHelper.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/canvec_helper/src/org/openstreetmap/josm/plugins/canvec_helper/CanvecHelperAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/canvec_helper/src/org/openstreetmap/josm/plugins/canvec_helper/CanvecLayer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/canvec_helper/src/org/openstreetmap/josm/plugins/canvec_helper/SetMaxZoom.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/checkstyle-config.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/checkstyle-filter.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/colorscheme
- Property svn:ignore
-
old new 8 8 findbugs-josm-colorscheme.xml 9 9 javadoc 10 target
-
- Property svn:ignore
-
applications/editors/josm/plugins/colorscheme/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/colorscheme/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/comfort0
- Property svn:ignore
-
old new 3 3 bin 4 4 bintest 5 target 6 checkstyle-josm-comfort0.xml
-
- Property svn:ignore
-
applications/editors/josm/plugins/comfort0/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/comfort0/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/comfort0/src/net/simon04/comfort0/Comfort0Plugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/comfort0/src/net/simon04/comfort0/CopyLevel0LAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/comfort0/src/net/simon04/comfort0/EditLevel0LAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/comfort0/src/net/simon04/comfort0/EditorLauncher.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/comfort0/src/net/simon04/comfort0/OsmToLevel0L.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/comfort0/src/net/simon04/comfort0/PasteLevel0LAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/comfort0/test/unit/net/simon04/comfort0/EditLevel0LActionTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/comfort0/test/unit/net/simon04/comfort0/OsmToLevel0LTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/comfort0/test/unit/net/simon04/comfort0/level0l/parsergen/Level0LParserTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/dataimport
- Property svn:ignore
-
old new 4 4 findbugs-josm-dataimport.xml 5 5 javadoc 6 target
-
- Property svn:ignore
-
applications/editors/josm/plugins/dataimport/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/dataimport/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/dataimport/src/org/openstreetmap/josm/plugins/dataimport/DataImportPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/dataimport/src/org/openstreetmap/josm/plugins/dataimport/io/TangoGPS.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/editgpx/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/editgpx/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/EditGpxLayer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/EditGpxMode.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/EditGpxPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/GPXLayerImportAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/data/EditGpxData.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/data/EditGpxTrack.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/data/EditGpxTrackSegment.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/data/EditGpxWayPoint.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ejml
- Property svn:ignore
-
old new 5 5 spotbugs-josm-ejml.xml 6 6 javadoc 7 target
-
- Property svn:ignore
-
applications/editors/josm/plugins/ejml/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ejml/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ejml/src/org/openstreetmap/josm/plugins/ejml/EjmlPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/epci-fr/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/epci-fr/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/epci-fr/src/org/openstreetmap/josm/plugins/fr/epci/EpciNameFormatter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/epci-fr/src/org/openstreetmap/josm/plugins/fr/epci/EpciPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/epci-fr/src/org/openstreetmap/josm/plugins/fr/epci/package-info.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/AllowConcurrentEvents.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/AsyncEventBus.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/DeadEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/Dispatcher.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/EventBus.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/JosmEventBus.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/Subscribe.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/Subscriber.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/SubscriberExceptionContext.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/SubscriberExceptionHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/SubscriberRegistry.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/package-info.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/EventBusPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/actions/ExpertModeChangedEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/CommandQueueEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/SoMChangedEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/conflict/AbstractConflictsEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/conflict/ConflictsAddedEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/conflict/ConflictsRemovedEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/osm/AbstractNoteDataEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/osm/NoteDataUpdatedEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/osm/SelectedNoteChangedEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/osm/history/AbstractHistoryEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/osm/history/HistoryClearedEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/osm/history/HistoryUpdatedEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/data/projection/ProjectionChangedEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/MapFrameInitializedEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/MapModeChangeEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/ZoomChangedEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/conflict/tags/NextDecisionEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/conflict/tags/PreviousDecisionEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/dialogs/LayerListRefreshedEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/dialogs/LayerVisibleEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/dialogs/relation/MemberVisibleEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/download/DownloadSourceAddedEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/layer/LayerStateChangeEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/layer/imagery/FilterChangedEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/mappaint/MapPaintStyleEntryUpdatedEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/mappaint/MapPaintStylesUpdatedEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/preferences/imagery/ContentValidationEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/preferences/server/ProxyPreferenceChangedEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/progress/OperationCancelledEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/tagging/presets/TaggingPresetModifiedEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/util/KeyPressedEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/util/KeyReleasedEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/gui/util/ModifierExChangedEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/io/OsmApiInitializedEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/test/unit/org/openstreetmap/josm/eventbus/AsyncEventBusTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/test/unit/org/openstreetmap/josm/eventbus/DispatcherTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/test/unit/org/openstreetmap/josm/eventbus/EventBusTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/test/unit/org/openstreetmap/josm/eventbus/ReentrantEventsTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/test/unit/org/openstreetmap/josm/eventbus/StringCatcher.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/test/unit/org/openstreetmap/josm/eventbus/SubscriberRegistryTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/test/unit/org/openstreetmap/josm/eventbus/SubscriberTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/test/unit/org/openstreetmap/josm/eventbus/outside/AnnotatedSubscriberFinderTests.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/eventbus/test/unit/org/openstreetmap/josm/eventbus/outside/OutsideEventBusTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ext_tools/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ext_tools/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ext_tools/src/ext_tools/DataSetToCmd.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ext_tools/src/ext_tools/ExtTool.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ext_tools/src/ext_tools/ExtToolAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ext_tools/src/ext_tools/ExtToolsPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ext_tools/src/ext_tools/ToolsInformation.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ext_tools/src/ext_tools/preferences/EditToolDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ext_tools/src/ext_tools/preferences/ExtToolsPreference.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ext_tools/src/ext_tools/preferences/MyToolsPanel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/ext_tools/src/ext_tools/preferences/ToolsRepositoryPanel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/flatlaf
- Property svn:ignore
-
old new 3 3 javadoc 4 4 lib 5 checkstyle-josm-flatlaf.xml
-
- Property svn:ignore
-
applications/editors/josm/plugins/flatlaf/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/flatlaf/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/flatlaf/src/org/openstreetmap/josm/plugins/flatlaf/FlatLafPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/geochat/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/geochat/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/geochat/src/org/openstreetmap/josm/plugins/geochat/ChatMessage.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/geochat/src/org/openstreetmap/josm/plugins/geochat/ChatPaneManager.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/geochat/src/org/openstreetmap/josm/plugins/geochat/ChatServerConnection.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/geochat/src/org/openstreetmap/josm/plugins/geochat/ChatServerConnectionListener.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/geochat/src/org/openstreetmap/josm/plugins/geochat/GeoChatPanel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/geochat/src/org/openstreetmap/josm/plugins/geochat/GeoChatPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/geochat/src/org/openstreetmap/josm/plugins/geochat/GeoChatPopupAdapter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/geochat/src/org/openstreetmap/josm/plugins/geochat/JPanelTextField.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/geochat/src/org/openstreetmap/josm/plugins/geochat/JsonQueryCallback.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/geochat/src/org/openstreetmap/josm/plugins/geochat/JsonQueryUtil.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/geotools
- Property svn:ignore
-
old new 7 7 spotbugs-josm-geotools.xml 8 8 javadoc 9 target
-
- Property svn:ignore
-
applications/editors/josm/plugins/geotools/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/geotools/ivy.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/geotools/ivy_settings.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/geotools/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/geotools/src/org/openstreetmap/josm/plugins/geotools/GeoToolsPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/globalsat/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/globalsat/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/gpsblam/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/gpsblam/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/gpsblam/src/org/openstreetmap/josm/plugins/gpsblam/GPSBlamInputData.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/gpsblam/src/org/openstreetmap/josm/plugins/gpsblam/GPSBlamLayer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/gpsblam/src/org/openstreetmap/josm/plugins/gpsblam/GPSBlamMarker.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/gpsblam/src/org/openstreetmap/josm/plugins/gpsblam/GPSBlamMode.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/gpsblam/src/org/openstreetmap/josm/plugins/gpsblam/GPSBlamPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/resources/accessRuleset.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/resources/accessRuleset_de.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/access/AccessEvaluator.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/access/AccessParameters.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/access/AccessRuleset.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/access/AccessRulesetReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/access/AccessType.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/access/Implication.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/access/ImplicationXMLReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/access/RulesetAccessEvaluator.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/data/DataSource.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/data/DataSourceObserver.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/data/MapBasedTagGroup.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/data/Tag.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/data/TagGroup.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/graph/ConnectorEvaluationGroup.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/graph/EvaluationGroup.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/graph/GraphEdge.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/graph/GraphNode.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/graph/JunctionEvaluationGroup.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/graph/TSBasedWayGraph.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/graph/WayGraph.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/graph/WayGraphObserver.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/GraphEdgePropertyType.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/GraphEdgeSegments.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadIncline.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadMaxaxleload.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadMaxheight.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadMaxlength.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadMaxspeed.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadMaxweight.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadMaxwidth.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadMinspeed.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadPropertyType.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadSurface.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadTracktype.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadValueLimit.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/RoadWidth.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/VehiclePropertyType.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/property/VehiclePropertyTypes.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/transition/GenericTransitionStructure.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/transition/Restriction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/transition/Segment.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/transition/SegmentNode.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/transition/TransitionStructure.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/transition/TransitionStructureElement.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/transition/TransitionStructureObserver.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/util/GraphUtil.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/util/TagCondition.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/util/TagConditionLogic.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/util/ValueStringParser.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/ColorScheme.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/DefaultNodePositioner.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/EndNodeColorScheme.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/FloatPropertyColorScheme.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/InclineColorScheme.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/LatLonCoords.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/MaxheightColorScheme.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/MaxspeedColorScheme.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/MaxweightColorScheme.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/NodePositioner.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/NonMovingNodePositioner.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/visualisation/SingleColorScheme.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/GraphViewPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/data/JOSMDataSource.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/data/JOSMTransitionStructure.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/dialogs/AccessParameterDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/dialogs/GraphViewDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/dialogs/GraphViewPreferenceEditor.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/layer/GraphViewLayer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/layer/PreferencesColorScheme.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/preferences/GraphViewPreferenceDefaults.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/preferences/GraphViewPreferences.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/preferences/InternalRuleset.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/preferences/PreferenceAccessParameters.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/preferences/VehiclePropertyStringParser.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/test/data/accessRuleset_valid.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/test/unit/org/openstreetmap/josm/plugins/graphview/core/FullGraphCreationTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/test/unit/org/openstreetmap/josm/plugins/graphview/core/TestDataSource.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/test/unit/org/openstreetmap/josm/plugins/graphview/core/access/AccessRulesetReaderTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/test/unit/org/openstreetmap/josm/plugins/graphview/core/property/RoadInclineTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/test/unit/org/openstreetmap/josm/plugins/graphview/core/property/RoadMaxspeedTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/test/unit/org/openstreetmap/josm/plugins/graphview/core/property/RoadPropertyTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/test/unit/org/openstreetmap/josm/plugins/graphview/core/util/TagConditionLogicTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/test/unit/org/openstreetmap/josm/plugins/graphview/core/util/ValueStringParserTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/graphview/test/unit/org/openstreetmap/josm/plugins/graphview/core/visualisation/FloatPropertyColorSchemeTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/gson/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/gson/src/org/openstreetmap/josm/plugins/gson/GsonPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/http2
- Property svn:ignore
-
old new 3 3 javadoc 4 4 bintest 5 checkstyle-josm-http2.xml
-
- Property svn:ignore
-
applications/editors/josm/plugins/http2/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/http2/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/http2/src/org/openstreetmap/josm/plugins/http2/Http2Client.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/http2/src/org/openstreetmap/josm/plugins/http2/Http2Plugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/http2/test/unit/org/openstreetmap/josm/plugins/http2/Http2ClientTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery-xml-bounds/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery-xml-bounds/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery-xml-bounds/src/net/boplicity/xmleditor/XmlEditorKit.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery-xml-bounds/src/net/boplicity/xmleditor/XmlTextPane.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery-xml-bounds/src/net/boplicity/xmleditor/XmlView.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery-xml-bounds/src/net/boplicity/xmleditor/XmlViewFactory.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/ImageryXmlBoundsPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/XmlBoundsConstants.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/XmlBoundsLayer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/XmlBoundsPreferenceSetting.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/BoundsLayerSaveAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/BoundsLayerSaveAsAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/ComputeBoundsAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/EditEntriesAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/ShowBoundsAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/ShowBoundsSelectionAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/downloadtask/DownloadXmlBoundsTask.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/data/XmlBoundsConverter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/io/JosmServerLocationReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/io/ValidatingImageryReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/io/XmlBoundsExporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/io/XmlBoundsImporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_cachexport
- Property svn:ignore
-
old new 4 4 MANIFEST 5 5 build 6 checkstyle-josm-imagery_cachexport.xml
-
- Property svn:ignore
-
applications/editors/josm/plugins/imagery_cachexport/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_cachexport/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_cachexport/src/org/openstreetmap/josm/plugins/imagery_cachexport/AbstractImageryCacheExportAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_cachexport/src/org/openstreetmap/josm/plugins/imagery_cachexport/ImageryCacheExportPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_cachexport/src/org/openstreetmap/josm/plugins/imagery_cachexport/ImageryTileExportDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_cachexport/src/org/openstreetmap/josm/plugins/imagery_cachexport/TMSImageryCacheExportAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_cachexport/src/org/openstreetmap/josm/plugins/imagery_cachexport/WMSImageryCacheExportAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_cachexport/src/org/openstreetmap/josm/plugins/imagery_cachexport/WMTSImageryCacheExportAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_offset_db/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_offset_db/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/CalibrationLayer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/CalibrationObject.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/DeprecateOffsetAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/GetImageryOffsetAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/IODBReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/ImageryIdGenerator.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/ImageryOffset.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/ImageryOffsetBase.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/ImageryOffsetPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/ImageryOffsetTools.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/ImageryOffsetWatcher.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/OffsetDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/OffsetDialogButton.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/OffsetInfoAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/QuerySuccessListener.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/SimpleOffsetQueryTask.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/StoreImageryOffsetAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/importvec/build.xml
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
applications/editors/josm/plugins/importvec/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/importvec/src/org/openstreetmap/josm/plugins/importvec/ImportDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/importvec/src/org/openstreetmap/josm/plugins/importvec/ImportVecPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/importvec/src/org/openstreetmap/josm/plugins/importvec/Settings.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/importvec/src/org/openstreetmap/josm/plugins/importvec/SvgImportTask.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/importvec/src/org/openstreetmap/josm/plugins/importvec/SvgImporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/indoor_sweepline/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/indoor_sweepline/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/indoor_sweepline/src/indoor_sweepline/Beam.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/indoor_sweepline/src/indoor_sweepline/BeamGeography.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/indoor_sweepline/src/indoor_sweepline/CorridorGeography.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/indoor_sweepline/src/indoor_sweepline/CorridorPart.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/indoor_sweepline/src/indoor_sweepline/IndoorSweepline.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/indoor_sweepline/src/indoor_sweepline/IndoorSweeplineController.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/indoor_sweepline/src/indoor_sweepline/IndoorSweeplineModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/indoor_sweepline/src/indoor_sweepline/IndoorSweeplineWizardAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/indoor_sweepline/src/indoor_sweepline/IndoorSweeplineWizardDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/indoor_sweepline/src/indoor_sweepline/ModelGeography.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/indoor_sweepline/src/indoor_sweepline/Strip.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/jackson
- Property svn:ignore
-
old new 2 2 javadoc 3 3 lib 4 target 5 checkstyle-josm-jackson.xml
-
- Property svn:ignore
-
applications/editors/josm/plugins/jackson/build.xml
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
applications/editors/josm/plugins/jackson/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/javafx
- Property svn:ignore
-
old new 4 4 MANIFEST* 5 5 lib 6 checkstyle-josm-javafx.xml
-
- Property svn:ignore
-
applications/editors/josm/plugins/javafx/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/javafx/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/jaxb
- Property svn:ignore
-
old new 2 2 build 3 3 javadoc 4 target 5 checkstyle-josm-jaxb.xml
-
- Property svn:ignore
-
applications/editors/josm/plugins/jaxb/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/jaxb/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/jna
- Property svn:ignore
-
old new 5 5 spotbugs-josm-jna.xml 6 6 javadoc 7 MANIFEST
-
- Property svn:ignore
-
applications/editors/josm/plugins/jna/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/jna/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/jna/src/org/openstreetmap/josm/plugins/jna/JNAPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/jts
- Property svn:ignore
-
old new 6 6 spotbugs-josm-jts.xml 7 7 javadoc 8 target
-
- Property svn:ignore
-
applications/editors/josm/plugins/jts/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/jts/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/jts/src/org/openstreetmap/josm/plugins/jts/JTSConverter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/jts/src/org/openstreetmap/josm/plugins/jts/JTSPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/resources/xml/colorscheme.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/resources/xml/waysfilter.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/ChannelDiGraphLayer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/DigraphCreationTask.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/JunctionCheckDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/JunctionCheckTask.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/JunctionCheckerMapMode.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/JunctionCheckerPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/JunctionSearchTask.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/PrepareJunctionCheckorSearch.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/commandlineinterface/CLI.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/connectedness/BacktrackingColors.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/connectedness/DiGraphSealer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/connectedness/StrongConnectednessCalculator.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/converting/ChannelDigraphBuilder.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/converting/NodesConnectionProducer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/converting/PseudoChannelRemover.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/converting/TurnRestrictionChecker.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/datastructure/BasicChannel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/datastructure/Channel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/datastructure/ChannelDiGraph.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/datastructure/Graph.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/datastructure/LeadsTo.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/datastructure/OSMEntity.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/datastructure/OSMGraph.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/datastructure/OSMNode.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/datastructure/OSMRelation.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/datastructure/OSMWay.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/filter/ExecuteFilter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/filter/Filter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/junctionchecking/BackPropagation.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/junctionchecking/Combination.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/junctionchecking/JCheck.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/junctionchecking/JMinimality.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/junctionchecking/JPrepare.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/junctionchecking/JProcess.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/junctionchecking/JunctionChecker.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/junctionchecking/TRDFS.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/reader/ColorSchemeXMLReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/reader/OSMXMLReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/reader/XMLFilterReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/reader/XMLReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/util/RelationProducer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/writing/OSMXMLWriter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/livegps/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/livegps/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/livegps/src/livegps/AppendableGpxTrackSegment.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/livegps/src/livegps/CirclePanel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/livegps/src/livegps/DrawPoint.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/livegps/src/livegps/LiveGPSPreferences.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/livegps/src/livegps/LiveGpsAcquirerNMEA.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/livegps/src/livegps/LiveGpsDrawHelper.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/livegps/src/livegps/SingleSegmentGpxTrack.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/log4j/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/log4j/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/log4j/src/org/openstreetmap/josm/plugins/log4j/Log4jPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/log4j/src/org/openstreetmap/josm/plugins/log4j/package-info.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/lwjgl
- Property svn:ignore
-
old new 2 2 lib 3 3 javadoc 4 checkstyle-josm-lwjgl.xml
-
- Property svn:ignore
-
applications/editors/josm/plugins/lwjgl/build.xml
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
applications/editors/josm/plugins/lwjgl/ivy.xml
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
applications/editors/josm/plugins/lwjgl/ivy_settings.xml
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
applications/editors/josm/plugins/lwjgl/modules/pom-natives-osx.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/lwjgl/modules/pom-natives-unixoid.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/lwjgl/modules/pom-natives-windows.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/lwjgl/modules/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/lwjgl/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/lwjgl/settings.xml
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
applications/editors/josm/plugins/measurement/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/measurement/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/merge-overlap/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/merge-overlap/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/merge-overlap/src/mergeoverlap/MergeOverlapAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/merge-overlap/src/mergeoverlap/MergeOverlapPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/merge-overlap/src/mergeoverlap/hack/MyRelationMemberConflictResolverModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/michigan_left/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/michigan_left/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/michigan_left/src/MichiganLeft/MichiganLeft.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/namemanager/build.xml
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
applications/editors/josm/plugins/namemanager/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/namemanager/resources/administrative-levels.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/native_password_manager/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/native_password_manager/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/native_password_manager/src/org/netbeans/modules/keyring/fallback/FallbackProvider.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/native_password_manager/src/org/netbeans/modules/keyring/gnome/GnomeKeyringLibrary.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/native_password_manager/src/org/netbeans/modules/keyring/gnome/GnomeProvider.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/native_password_manager/src/org/netbeans/modules/keyring/kde/KWalletProvider.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/native_password_manager/src/org/netbeans/modules/keyring/mac/MacProvider.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/native_password_manager/src/org/netbeans/modules/keyring/mac/SecurityLibrary.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/native_password_manager/src/org/netbeans/modules/keyring/spi/EncryptionProvider.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/native_password_manager/src/org/netbeans/modules/keyring/utils/Utils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/native_password_manager/src/org/netbeans/modules/keyring/win32/Win32Protect.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/native_password_manager/src/org/netbeans/spi/keyring/KeyringProvider.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/native_password_manager/src/org/openstreetmap/josm/plugins/npm/InitializationWizard.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/native_password_manager/src/org/openstreetmap/josm/plugins/npm/NPMCredentialsAgent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/native_password_manager/src/org/openstreetmap/josm/plugins/npm/NPMCredentialsAgentFactory.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/native_password_manager/src/org/openstreetmap/josm/plugins/npm/NPMPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/native_password_manager/src/org/openstreetmap/josm/plugins/npm/NPMType.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/native_password_manager/src/org/openstreetmap/josm/plugins/npm/Win32Provider.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/o5m/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/o5m/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/o5m/src/org/openstreetmap/josm/plugins/o5m/O5mPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/o5m/src/org/openstreetmap/josm/plugins/o5m/io/O5mImporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/o5m/src/org/openstreetmap/josm/plugins/o5m/io/O5mReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/o5m/test/unit/org/openstreetmap/josm/plugins/o5m/io/O5mImporterTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/OldFileFormatException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/POIDocument.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/ClassID.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/Constants.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/DocumentSummaryInformation.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/HPSFException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/HPSFRuntimeException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/IllegalPropertySetDataException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/MarkUnsupportedException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/MissingSectionException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/MutableProperty.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/MutablePropertySet.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/MutableSection.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/NoFormatIDException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/NoPropertySetStreamException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/NoSingleSectionException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/Property.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/PropertySet.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/PropertySetFactory.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/ReadingNotSupportedException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/Section.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/SpecialPropertySet.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/SummaryInformation.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/TypeWriter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/UnexpectedPropertySetTypeException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/UnsupportedVariantTypeException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/Util.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/Variant.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/VariantSupport.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/VariantTypeException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/WritingNotSupportedException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/wellknown/PropertyIDMap.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/wellknown/SectionIDMap.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/OldExcelFormatException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/model/HSSFFormulaParser.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/model/InternalSheet.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/model/InternalWorkbook.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/model/LinkTable.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/model/RecordOrderer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/model/RecordStream.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/model/RowBlocksReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/model/WorkbookRecordList.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/ArrayRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/BOFRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/BiffHeaderInput.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/BlankRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/BoolErrRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/BoundSheetRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/CRNCountRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/CRNRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/CalcCountRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/CalcModeRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/CellRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/CellValueRecordInterface.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/ColumnInfoRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/CommonObjectDataSubRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/ContinueRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/DBCellRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/DVALRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/DVRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/DateWindow1904Record.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/DeltaRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/DimensionsRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/EOFRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/EmbeddedObjectRefSubRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/EndSubRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/ExtSSTRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/ExtendedFormatRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/ExternSheetRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/ExternalNameRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/FeatHdrRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/FeatRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/FilePassRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/FormatRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/FormulaRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/FtCblsSubRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/GridsetRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/GroupMarkerSubRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/GutsRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/HorizontalPageBreakRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/HyperlinkRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/IndexRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/IterationRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/LabelRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/LabelSSTRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/LbsDataSubRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/MergeCellsRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/MulBlankRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/MulRKRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/NameCommentRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/NameRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/NoteStructureSubRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/NumberRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/ObjRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/PageBreakRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/PaneRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/PrecisionRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/RKRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/Record.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/RecordBase.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/RecordFactory.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/RecordFactoryInputStream.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/RecordFormatException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/RecordInputStream.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/RefModeRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/RowRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/SCLRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/SSTDeserializer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/SSTRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/SSTSerializer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/SaveRecalcRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/SelectionRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/SharedFormulaRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/SharedValueRecordBase.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/StandardRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/StringRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/SubRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/SupBookRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/TabIdRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/TableRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/TextObjectRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/UncalcedRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/UnknownRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/VerticalPageBreakRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/WSBoolRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/WindowOneRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/WindowTwoRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/aggregates/ColumnInfoRecordsAggregate.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/aggregates/DataValidityTable.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/aggregates/FormulaRecordAggregate.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/aggregates/MergedCellsTable.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/aggregates/PageSettingsBlock.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/aggregates/RecordAggregate.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/aggregates/RowRecordsAggregate.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/aggregates/SharedValueManager.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/common/FeatFormulaErr2.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/common/FeatSmartTag.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/common/FtrHeader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/common/SharedFeature.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/common/UnicodeString.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/constant/ConstantValueParser.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/constant/ErrorConstant.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/cont/ContinuableRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/cont/ContinuableRecordOutput.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/cont/UnknownLengthRecordOutput.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/AbstractFunctionPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/AddPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/Area2DPtgBase.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/Area3DPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/AreaErrPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/AreaI.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/AreaNPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/AreaPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/AreaPtgBase.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/ArrayPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/AttrPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/BoolPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/ConcatPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/ControlPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/DeletedArea3DPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/DeletedRef3DPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/DividePtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/EqualPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/ErrPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/ExpPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/ExternSheetNameResolver.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/FuncPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/FuncVarPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/GreaterEqualPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/GreaterThanPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/IntPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/IntersectionPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/LessEqualPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/LessThanPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/MemAreaPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/MemErrPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/MemFuncPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/MissingArgPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/MultiplyPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/NamePtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/NameXPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/NotEqualPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/NumberPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/OperandPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/OperationPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/ParenthesisPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/PercentPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/PowerPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/Ptg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/RangePtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/Ref2DPtgBase.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/Ref3DPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/RefErrorPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/RefNPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/RefPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/RefPtgBase.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/ScalarConstantPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/SheetNameFormatter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/StringPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/SubtractPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/TblPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/UnaryMinusPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/UnaryPlusPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/UnionPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/UnknownPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/ValueOperatorPtg.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/eval/ErrorEval.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/function/FunctionDataBuilder.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/function/FunctionMetadata.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/function/FunctionMetadataReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/function/FunctionMetadataRegistry.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFCell.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFCellStyle.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFDataFormat.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFErrorConstants.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFEvaluationWorkbook.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFName.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFRichTextString.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFRow.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFSheet.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFWorkbook.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/util/CellRangeAddress8Bit.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/util/CellReference.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/util/RKUtil.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/common/POIFSBigBlockSize.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/common/POIFSConstants.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/filesystem/DirectoryEntry.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/filesystem/DirectoryNode.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/filesystem/DocumentEntry.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/filesystem/DocumentInputStream.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/filesystem/DocumentNode.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/filesystem/Entry.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/filesystem/EntryNode.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/filesystem/OfficeXmlFileException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/filesystem/POIFSDocument.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/filesystem/POIFSDocumentPath.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/filesystem/POIFSFileSystem.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/property/Child.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/property/DirectoryProperty.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/property/DocumentProperty.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/property/Parent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/property/Property.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/property/PropertyConstants.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/property/PropertyFactory.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/property/PropertyTable.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/property/RootProperty.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/storage/BigBlock.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/storage/BlockAllocationTableReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/storage/BlockList.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/storage/BlockListImpl.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/storage/BlockWritable.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/storage/DataInputBlock.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/storage/DocumentBlock.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/storage/HeaderBlockConstants.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/storage/HeaderBlockReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/storage/ListManagedBlock.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/storage/RawDataBlock.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/storage/RawDataBlockList.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/storage/SmallBlockTableReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/storage/SmallDocumentBlock.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/storage/SmallDocumentBlockList.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/SpreadsheetVersion.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/format/CellDateFormatter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/format/CellElapsedFormatter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/format/CellFormatPart.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/format/CellFormatType.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/format/CellFormatter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/format/CellNumberFormatter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/format/CellTextFormatter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/formula/EvaluationWorkbook.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/formula/ExternSheetReferenceToken.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/formula/Formula.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/formula/FormulaRenderer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/formula/FormulaRenderingWorkbook.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/formula/WorkbookDependentFormula.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/usermodel/BuiltinFormats.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/usermodel/Cell.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/usermodel/CellRange.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/usermodel/CellStyle.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/usermodel/DataFormat.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/usermodel/DateUtil.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/usermodel/ErrorConstants.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/usermodel/RichTextString.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/usermodel/Row.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/usermodel/Sheet.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/usermodel/Workbook.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/util/AreaReference.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/util/CellRangeAddress.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/util/CellRangeAddressBase.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/util/CellRangeAddressList.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/util/CellReference.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/util/ExpandedDouble.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/util/IEEEDouble.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/util/MutableFPNumber.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/util/NormalisedDecimal.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/util/NumberToTextConverter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/util/SSCellRange.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/BitField.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/BitFieldFactory.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/ByteField.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/DelayableLittleEndianOutput.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/FixedField.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/HexDump.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/HexRead.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/IOUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/IntList.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/IntMapper.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/IntegerField.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/Internal.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/LittleEndian.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/LittleEndianByteArrayInputStream.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/LittleEndianByteArrayOutputStream.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/LittleEndianConsts.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/LittleEndianInput.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/LittleEndianInputStream.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/LittleEndianOutput.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/NullLogger.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/POILogFactory.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/POILogger.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/RecordFormatException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/ShortField.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/StringUtil.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/Common/BoolVector.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/Common/ByteBuffer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/Common/CRC.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/Common/IntVector.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/Common/LimitedSequentialInStream.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/Common/LockedInStream.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/Common/LockedSequentialInStreamImp.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/Common/LongVector.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/Common/ObjectVector.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/Common/RecordVector.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/Common/BindInfo.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/Common/BindPair.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/Common/CoderInfo.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/Common/CoderMixer2.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/Common/CoderMixer2ST.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/Common/CoderStreamsInfo.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/Common/FilterCoder.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/Common/OutStreamWithCRC.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/Common/STCoderInfo.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/IArchiveExtractCallback.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/IInArchive.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/AltCoderInfo.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/ArchiveDatabase.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/ArchiveDatabaseEx.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/BindInfoEx.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/CoderInfo.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/Decoder.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/ExtractFolderInfo.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/FileItem.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/Folder.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/FolderOutStream.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/Handler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/Header.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/InArchive.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/InArchiveInfo.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/InByte2.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/MethodID.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/SevenZip/StreamSwitch.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Archive/SevenZipEntry.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/ArchiveExtractCallback.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Common/InBuffer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Common/LocalCompressProgressInfo.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Common/LocalProgress.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Common/SequentialOutStreamImp2.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Common/StreamUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Compression/Branch/BCJ2_x86_Decoder.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Compression/Branch/BCJ_x86_Decoder.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Compression/Copy/Decoder.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Compression/LZ/OutWindow.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Compression/LZMA/Base.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Compression/LZMA/Decoder.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Compression/RangeCoder/BitDecoder.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Compression/RangeCoder/BitModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Compression/RangeCoder/BitTreeDecoder.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/Compression/RangeCoder/Decoder.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/HRESULT.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/ICompressCoder.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/ICompressCoder2.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/ICompressFilter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/ICompressProgressInfo.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/ICompressSetDecoderProperties2.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/ICompressSetInStream.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/ICompressSetOutStream.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/ICompressSetOutStreamSize.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/IInStream.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/IProgress.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/MyRandomAccessFile.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/ChildCreator.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/ImmutableDocStyledNode.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/ODDocument.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/ODMeta.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/ODNode.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/ODPackage.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/ODPackageEntry.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/ODSingleXMLDocument.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/ODUserDefinedMeta.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/ODValueType.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/ODXMLDocument.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/OOUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/StyleDesc.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/StyleStyle.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/StyledNode.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/XMLVersion.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/spreadsheet/Cell.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/spreadsheet/CellStyle.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/spreadsheet/Column.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/spreadsheet/ColumnStyle.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/spreadsheet/Row.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/spreadsheet/RowStyle.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/spreadsheet/Sheet.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/spreadsheet/SpreadSheet.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/spreadsheet/Table.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/spreadsheet/TableCalcNode.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/spreadsheet/TableStyle.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/io/SaxContentUnmarshaller.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/model/OpenDocument.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/model/office/OfficeBody.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/model/office/OfficeSpreadsheet.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/model/table/TableTable.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/model/table/TableTableCell.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/model/table/TableTableColumn.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/model/table/TableTableRow.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/model/text/TextP.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/model/text/TextSpan.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/util/CollectionMap.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/util/CollectionUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/util/CopyUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/util/ExceptionUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/util/FileUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/util/FormatGroup.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/util/StringUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/util/Tuple2.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/util/XMLDateFormat.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/DataGouvFrConstants.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/DataGouvFrModule.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/DataGouvDataSetHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/administration/GeoFlaHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/agriculture/RegistreParcellaireHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/culture/BibliothequesHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/diplomatie/EtabAEFEHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/ecologie/AssainissementHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/ecologie/ForetsPubliquesHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/ecologie/InventaireForestierNationalHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/ecologie/ReservesBiologiquesHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/education/Etab1er2ndDegreHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/education/EtabSupHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/hydrologie/EauxDeSurfaceHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/hydrologie/ROEHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/transport/AeroportsHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/transport/PassageNiveauHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/transport/Route500Handler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.paris/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.paris/src/org/openstreetmap/josm/plugins/opendata/modules/fr/paris/ParisConstants.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.paris/src/org/openstreetmap/josm/plugins/opendata/modules/fr/paris/ParisLicense.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.paris/src/org/openstreetmap/josm/plugins/opendata/modules/fr/paris/ParisModule.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.paris/src/org/openstreetmap/josm/plugins/opendata/modules/fr/paris/datasets/ParisDataSetHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.paris/src/org/openstreetmap/josm/plugins/opendata/modules/fr/paris/datasets/ParisShpHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.paris/src/org/openstreetmap/josm/plugins/opendata/modules/fr/paris/datasets/environnement/ArbresRemarquablesHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.paris/src/org/openstreetmap/josm/plugins/opendata/modules/fr/paris/datasets/environnement/MobilierVoiePubliqueHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.paris/src/org/openstreetmap/josm/plugins/opendata/modules/fr/paris/datasets/urbanisme/EclairagePublicHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/ToulouseConstants.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/ToulouseLicense.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/ToulouseModule.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/ToulouseDataSetHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/ToulouseMunicipalities.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/citoyennete/BureauxVoteDecoupageHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/citoyennete/BureauxVoteHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/citoyennete/Club3eAgeHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/citoyennete/MairieAnnexeHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/citoyennete/MairieHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/citoyennete/PolesTerritoriauxHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/citoyennete/QuartiersHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/citoyennete/SecteursHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/culture/BibliothequesHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/culture/EquipementCulturelHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/culture/LudothequeHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/culture/MuseeHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/culture/TheatreHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/enfance/CrechesHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/enfance/EcoleElementaireHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/enfance/EcoleMaternelleHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/environnement/RecupEmballageHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/environnement/RecupVerreHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/environnement/StationEpurationHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/patrimoine/Parcelles1680Handler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/patrimoine/Parcelles1830Handler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/services/MarchesPleinVentHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/services/PointsLumineuxHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/topographie/AltimetrieVoieHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/AiresPietonnesHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/ChantiersHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/ChantiersLineairesHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/ChantiersPonctuelsHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/HorodateurHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/MetroStationHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/PMRHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/PistesCyclablesHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/ReseauTisseoHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/StationsAutoPartageHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/TramwayStationHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/VeloToulouseHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/Zone30Handler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/urbanisme/CommuneHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/urbanisme/NumerosRueHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/urbanisme/SanisetteHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/urbanisme/VoirieHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/modules/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/OdPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/OdConstants.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/actions/DownloadDataAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/actions/DownloadDataTask.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/actions/OpenLinkAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/actions/OpenPreferencesActions.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/actions/ViewLicenseAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/AbstractDataSetHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/DataSetCategory.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/DataSetUpdater.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/NationalHandlers.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/SimpleDataSetHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/WayCombiner.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/at/AustrianConstants.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/at/AustrianGmlHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/be/BelgianConstants.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/be/BelgianDataSetHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/fr/FrenchAdministrativeUnit.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/fr/FrenchConstants.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/fr/FrenchDataSetHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/fr/FrenchShpHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/AskLicenseAgreementDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/ChooserLauncher.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/DialogPrompter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/ModuleListPanel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/ModulePreference.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/ModulePreferencesModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/OdDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/OdPreferenceSetting.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/ProjectionChooser.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/ViewLicenseDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/AbstractImporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/InputStreamReaderUnbuffered.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/LambertCC9ZonesProjectionPatterns.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/NeptuneReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/NetworkReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/OsmDownloader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/OverpassApi.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/ProjectionPatterns.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/XmlImporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/archive/ArchiveHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/archive/ArchiveReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/archive/CandidateChooser.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/archive/DefaultArchiveHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/archive/SevenZipImporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/archive/SevenZipReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/archive/ZipImporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/archive/ZipReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/AbstractMapInfoReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/DefaultGeographicHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/DefaultGmlHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/DefaultMifHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/DefaultShpHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/GeoCrsException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/GeoMathTransformException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/GeographicHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/GeographicReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/GeotoolsConverter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/GeotoolsHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/GmlHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/GmlImporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/GmlReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/KmlKmzImporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/KmlReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/KmzReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/MifDatum.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/MifEllipsoid.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/MifHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/MifProjection.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/MifReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/MifTabImporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/MifUnit.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/ShpHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/ShpImporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/ShpReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/TabFiles.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/TabReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/geopackage/DefaultGeoPackageHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/geopackage/GeoPackageHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/geopackage/GeoPackageImporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/geopackage/GeoPackageReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/CsvHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/CsvImporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/CsvReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/DefaultCsvHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/DefaultSpreadSheetHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/OdsDocument.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/OdsImporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/OdsReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/SpreadSheetHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/SpreadSheetReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/XlsImporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/XlsReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/layers/OdDataLayer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/layers/OdLayer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/layers/OdOsmDataLayer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/licenses/LOOL.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/licenses/License.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/licenses/ODbL.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/AbstractModule.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/Module.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ModuleDownloadException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ModuleDownloadTask.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ModuleException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ModuleHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ModuleInformation.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ModuleListParseException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ModuleListParser.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ReadLocalModuleInformationTask.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ReadRemoteModuleInformationTask.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/util/NamesFrUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/util/OdUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/test/data/regress/12750/trident_line_306_11821953316814897.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/NonRegFunctionalTests.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/archive/ZipReaderTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/KmlReaderTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/MifReaderTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/ShpReaderTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/tabular/CsvReaderTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/opendata/util/opendata/ModuleListGenerator.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/openvisible/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/openvisible/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pbf/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pbf/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/DuplicateNodesFinder.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/FilePlacement.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/FilePlacement18.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/GuiFieldBool.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/GuiFieldDouble.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/GuiFieldHex.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/GuiFieldInteger.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/GuiFieldLong.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/GuiFieldString.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/GuiPanel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/GuiProjections.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/LayerContents.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/LayerInfo.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/LoadPdfDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/OrthogonalShapesFilter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/OsmBuilder.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/ParallelSegmentsFinder.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/PathOptimizer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/PathOptimizerConfig.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/PdfImportAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/PdfImportPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/PdfMultiPath.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/PdfPath.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/PreferenceSettings.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/PreferenceSettingsGui.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/PreferenceSettingsProcessing.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/Preferences.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/Preview.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/ProjectionInfo.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/GraphicsProcessor.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/PageDrawer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/PdfBoxParser.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/AppendRectangleToPath.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/BeginInlineImage.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/ClipEvenOddRule.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/ClipNonZeroRule.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/CloseFillEvenOddAndStrokePath.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/CloseFillNonZeroAndStrokePath.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/ClosePath.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/CurveTo.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/CurveToReplicateFinalPoint.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/CurveToReplicateInitialPoint.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/EndPath.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/FillEvenOddAndStrokePath.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/FillEvenOddRule.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/FillNonZeroAndStrokePath.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/FillNonZeroRule.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/Invoke.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/LineTo.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/MoveTo.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/SHFill.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/SetLineCapStyle.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/SetLineDashPattern.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/SetLineJoinStyle.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/SetLineMiterLimit.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/SetLineWidth.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/StrokePath.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/photo_geotagging/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/photo_geotagging/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/photo_geotagging/test/unit/org/openstreetmap/josm/plugins/photo_geotagging/ExifGPSTaggerTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/photo_geotagging/test/unit/org/openstreetmap/josm/plugins/photo_geotagging/GeotaggingActionTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/photoadjust/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/photoadjust/i18n/build-i18n.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/photoadjust/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustMapMode.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustWorker.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoPropertyEditor.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/UntaggedGeoImageLayerAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/package-info.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/PMTilesPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/actions/downloadtasks/DownloadPMTilesTask.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/data/imagery/PMTilesImageryInfo.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/data/imagery/package-info.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/io/importexport/PMTilesFileImporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/io/importexport/package-info.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/io/session/PMTilesImageSessionExporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/io/session/PMTilesImageSessionImporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/io/session/package-info.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/layers/PMTileJob.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/layers/PMTilesImageLayer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/layers/PMTilesImageSource.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/layers/PMTilesLayer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/layers/PMTilesLoader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/layers/PMTilesMVTLayer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/layers/PMTilesMVTTileSource.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/layers/PMTilesTileSource.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/gui/layers/package-info.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/Directory.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/DirectoryCache.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/DirectoryEntry.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/Header.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/InternalCompression.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/PMTiles.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/TileType.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/TileXYZ.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/internal/DirectoryParser.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/internal/HeaderParser.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/internal/Util.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/main/java/org/openstreetmap/josm/plugins/pmtiles/lib/package-info.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/test/java/unit/org/openstreetmap/josm/plugins/pmtiles/PMTestUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/test/java/unit/org/openstreetmap/josm/plugins/pmtiles/gui/layers/PMTilesImageLayerTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/test/java/unit/org/openstreetmap/josm/plugins/pmtiles/gui/layers/PMTilesLayerTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/test/java/unit/org/openstreetmap/josm/plugins/pmtiles/gui/layers/PMTilesMVTLayerTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pmtiles/src/test/java/unit/org/openstreetmap/josm/plugins/pmtiles/lib/PMTilesTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pointInfo/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pointInfo/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/AbstractPointInfoModule.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/PointInfoAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/PointInfoPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/PointInfoPreference.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/PointInfoUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/ReverseFinder.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/ReverseRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/catastro/AddrPlaces.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/catastro/CatastroModule.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/catastro/CatastroRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/catastro/ObjectWithoutGeometry.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/ruian/RuianModule.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/poly/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/poly/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/poly/src/poly/DownloadPolyTask.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/poly/src/poly/PolyExporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/poly/src/poly/PolyImporter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/poly/src/poly/PolyPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/poly/src/poly/PolyType.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/poly/test/unit/poly/PolyExporterTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/poly/test/unit/poly/PolyImporterTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/print/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/print/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintPreview.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintableMapView.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/AStarAlgorithm.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/PublicTransportAStar.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/PublicTransportPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/TransText.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/actions/GTFSImporterAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/actions/RoutePatternAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/actions/StopImporterAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/AbstractGTFSCatchJoinCommand.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/GTFSAddCommand.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/GTFSCatchCommand.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/GTFSDeleteCommand.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/GTFSJoinCommand.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/SettingsStoptypeCommand.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/TrackStoplistAddCommand.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/TrackStoplistDeleteCommand.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/TrackStoplistDetachCommand.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/TrackStoplistNameCommand.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/TrackStoplistRelocateCommand.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/TrackStoplistSortCommand.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/TrackSuggestStopsCommand.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/WaypointsDetachCommand.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/WaypointsDisableCommand.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/WaypointsEnableCommand.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/commands/WaypointsNameCommand.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/dialogs/AbstractImporterDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/dialogs/GTFSImporterDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/dialogs/StopImporterDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/models/GTFSStopTableModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/models/ItineraryTableModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/models/TrackStoplistTableModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/models/WaypointTableModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/refs/RouteReference.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/refs/StopReference.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/refs/TrackReference.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/rasterfilters/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/rasterfilters/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/RasterFiltersPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/actions/ShowFiltersDialogAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/filters/Filter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/gui/FilterGuiListener.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/gui/FilterPanel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/gui/FilterStateOwner.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/gui/FiltersDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/model/FilterStateModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/model/FiltersManager.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/model/StateChangeListener.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/preferences/FiltersDownloader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/preferences/RasterFiltersPreferences.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/values/BooleanValue.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/values/ColorValue.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/values/SelectValue.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/values/SliderValue.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/values/Value.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/AddRemoveMemberAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/ClearChosenRelationAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/CreateMultipolygonAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/CreateRelationAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/DeleteChosenRelationAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/DownloadChosenRelationAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/DownloadParentsAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/DuplicateChosenRelationAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/EditChosenRelationAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/FindRelationAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/ReconstructPolygonAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/RelationHelpAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/SelectInRelationPanelAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/SelectMembersAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/SelectRelationAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/SortAndFixAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/SplittingMultipolygons.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/TheRing.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/AssociatedStreetFixer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/BoundaryFixer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/MultipolygonFixer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/NothingFixer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/RelationFixer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/test/unit/relcontext/actions/ReconstructPolygonActionTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/test/unit/relcontext/relationfix/AssociatedStreetFixerTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/test/unit/relcontext/relationfix/BoundaryFixerTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/test/unit/relcontext/relationfix/MultipolygonFixerTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/test/unit/relcontext/relationfix/PublicTransportFixerTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reltoolbox/test/unit/relcontext/relationfix/RelationFixerTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reverter/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reverter/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reverter/src/reverter/ChangesetIdQuery.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reverter/src/reverter/ChangesetIdsTextField.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reverter/src/reverter/ChangesetReverter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reverter/src/reverter/DataSetCommandMerger.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reverter/src/reverter/MultiOsmReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reverter/src/reverter/OsmServerMultiObjectReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reverter/src/reverter/ParseCallback.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reverter/src/reverter/RevertChangesetAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reverter/src/reverter/RevertChangesetCommand.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reverter/src/reverter/RevertChangesetHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reverter/src/reverter/RevertChangesetTask.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reverter/src/reverter/RevertRedactedChangesetException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reverter/src/reverter/ReverterPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reverter/src/reverter/ReverterUploadHook.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reverter/test/data/regress/23584/__files/06_changeset_97259223_download-0ffabff5-13fb-45b7-86c7-d84e9168fa85.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/reverter/test/unit/reverter/ChangesetReverterTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routes
- Property svn:ignore
-
old new 2 2 bin 3 3 javadoc 4 checkstyle-josm-routes.xml
-
- Property svn:ignore
-
applications/editors/josm/plugins/routes/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routes/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routes/resources/org/openstreetmap/josm/plugins/routes/xml/routes.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routes/src/org/openstreetmap/josm/plugins/routes/ConvertedWay.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routes/src/org/openstreetmap/josm/plugins/routes/PathBuilder.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routes/src/org/openstreetmap/josm/plugins/routes/RouteDefinition.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routes/src/org/openstreetmap/josm/plugins/routes/RouteLayer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routes/src/org/openstreetmap/josm/plugins/routes/RoutesPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routes/src/org/openstreetmap/josm/plugins/routes/paint/AbstractLinePainter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routes/src/org/openstreetmap/josm/plugins/routes/paint/NarrowLinePainter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routes/src/org/openstreetmap/josm/plugins/routes/paint/PathPainter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routes/src/org/openstreetmap/josm/plugins/routes/paint/WideLinePainter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routing/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routing/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routing/resources/log4j.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/core/EdgeIterator.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/core/RoutingEdge.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/core/RoutingGraph.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/core/RoutingGraphDelegator.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/core/RoutingProfile.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/gtfs/GTFSTransportModes.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/osm/OsmEdge.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/osm/OsmWayTypes.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/RoutingLayer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/RoutingModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/RoutingPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/actions/AddRouteNodeAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/actions/MoveRouteNodeAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/actions/RemoveRouteNodeAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/gui/RoutingDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/gui/RoutingMenu.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/gui/RoutingPreferenceDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/sds/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/sds/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/DetermineSdsModificationsUploadHook.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/ReadPostprocessor.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/SdsApi.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/SdsConnection.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/SdsCredentialAgent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/SdsCredentialDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/SdsDiskAccessAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/SdsLoadAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/SdsMenu.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/SdsOsmWriter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/SdsOsmWriterFactory.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/SdsParser.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/SdsPluginPreferences.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/SdsSaveAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/SdsTransferException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/SdsWriter.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/SeparateDataStorePlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/WritePostprocessor.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/seachartedit/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/seachartedit/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/seachartedit/src/messages/Messages.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/seachartedit/src/panels/PanelMain.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/seachartedit/src/panels/PanelS57.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/seachartedit/src/panels/ShowFrame.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/seachartedit/src/scedit/SCedit.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/seachartedit/src/scedit/SCeditAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/smed/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/smed/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/smed/src/org/openstreetmap/josm/plugins/seamapeditor/SmedAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/smed/src/org/openstreetmap/josm/plugins/seamapeditor/SmedPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/smed/src/org/openstreetmap/josm/plugins/seamapeditor/messages/Messages.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelChan.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelChr.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelCol.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelFog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelHaz.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelLights.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelLit.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelMain.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelMore.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelPat.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelPort.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelRadar.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelSaw.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelSectors.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelSpec.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelStbd.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/smed/src/org/openstreetmap/josm/plugins/seamapeditor/panels/PanelTop.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/smed/src/org/openstreetmap/josm/plugins/seamapeditor/seamarks/SeaMark.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/splinex/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/splinex/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/splinex/src/org/openstreetmap/josm/plugins/Splinex/DrawSplineAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/splinex/src/org/openstreetmap/josm/plugins/Splinex/Spline.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/splinex/src/org/openstreetmap/josm/plugins/Splinex/SplineHitTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/splinex/src/org/openstreetmap/josm/plugins/Splinex/SplinexPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/splinex/src/org/openstreetmap/josm/plugins/Splinex/SplinexPreference.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/splinex/src/org/openstreetmap/josm/plugins/Splinex/UndeleteNodeCommand.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/spotbugs-filter.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/surveyor/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/surveyor/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/surveyor/resources/surveyor.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/surveyor/src/org/openstreetmap/josm/plugins/surveyor/SurveyorLock.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/surveyor/test/unit/org/openstreetmap/josm/plugins/surveyor/SurveyorShowActionTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/resources/osm-tag-definitions.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/LaunchAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/ac/AutoCompletionContext.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/ac/AutoCompletionListRenderer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/ac/AutoCompletionListViewer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/ac/IAutoCompletionListListener.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/PresetItemListCellRenderer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/PresetManager.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagEditor.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagEditorModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagSpecificationAwareTagCellEditor.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagTableCellRenderer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/AdvancedTag.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/ui/IPresetSelectorListener.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/ui/NameIconCellRenderer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/ui/PresetsTable.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/ui/PresetsTableColumnModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/ui/PresetsTableModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/ui/TabularPresetSelector.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/LabelSpecification.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/TagSpecification.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/TagSpecifications.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/ITagSelectorListener.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/KeyValueCellRenderer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TabularTagSelector.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TagsTable.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TagsTableColumnModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TagsTableModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tagging-preset-tester/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tagging-preset-tester/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/tagging-preset-tester/src/org/openstreetmap/josm/plugins/taggingpresettester/TaggingCellRenderer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/terracer/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/terracer/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/terracer/src/org/openstreetmap/josm/plugins/terracer/HouseNumberInputDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/terracer/src/org/openstreetmap/josm/plugins/terracer/HouseNumberInputHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/terracer/src/org/openstreetmap/josm/plugins/terracer/ReverseTerraceAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/terracer/src/org/openstreetmap/josm/plugins/terracer/TerracerAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/terracer/src/org/openstreetmap/josm/plugins/terracer/TerracerPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/terracer/src/org/openstreetmap/josm/plugins/terracer/TerracerRuntimeException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/terracer/test/unit/org/openstreetmap/josm/plugins/terracer/ReverseTerraceActionTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/touchscreenhelper/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/touchscreenhelper/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/touchscreenhelper/src/touchscreenhelper/BrowseAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/touchscreenhelper/src/touchscreenhelper/TimedKeyReleaseListener.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/touchscreenhelper/src/touchscreenhelper/TouchScreenHelperPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/CollectionUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/TurnLanesPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/GuiContainer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/GuiUtil.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/InteractiveElement.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/JunctionGui.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/JunctionPane.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/LaneGui.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/Path.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/ReversePathIterator.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/RoadGui.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/State.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/TurnLanesDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/ValidationPanel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/Constants.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/GenericCommand.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/Issue.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/Junction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/Lane.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/ModelContainer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/Road.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/Route.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/Turn.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/TurnlanesUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/UnexpectedDataException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/Validator.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/CreateOrEditTurnRestrictionAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/TurnRestrictionBuilder.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/TurnRestrictionsPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/dnd/PrimitiveIdListProvider.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/dnd/PrimitiveIdListTransferHandler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/dnd/PrimitiveIdTransferable.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/AdvancedEditorPanel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/BasicEditorPanel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/ExceptValueModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/JosmSelectionListModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/JosmSelectionPanel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/MemberRoleCellEditor.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/NavigationControler.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/RelationMemberColumnModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/RelationMemberEditorModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/RelationMemberModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/RelationMemberTable.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionComboBox.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionComboBoxModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditor.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditorManager.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditorModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionLegEditor.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionLegRole.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionSelectionPopupPanel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionType.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionTypeRenderer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/VehicleExceptionEditor.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/ViaList.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/ViaListModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/AbstractTurnRestrictionsListView.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/TurnRestrictionCellRenderer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/TurnRestrictionsInDatasetListModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/TurnRestrictionsInDatasetView.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/TurnRestrictionsInSelectionListModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/TurnRestrictionsInSelectionView.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/TurnRestrictionsListDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/TurnRestrictionsListModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/preferences/PreferenceEditor.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/preferences/PreferenceKeys.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/preferences/PreferencesPanel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/IdenticalTurnRestrictionLegsError.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/IllegalRestrictionTypeError.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/IntersectionMissingAsViaError.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/Issue.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/IssueView.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/IssuesModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/IssuesView.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/MissingRestrictionTypeError.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/MissingTurnRestrictionLegError.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/MissingViaError.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/MultipleTurnRestrictionLegError.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/NonStandardExceptWarning.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/RequiredTagMissingError.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/Severity.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/TurnRestrictionLegSplitRequiredError.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/WrongTurnRestrictionLegTypeError.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/AllUnitTests.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/TurnRestrictionBuilderTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/AllEditorTests.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/BasicEditorPanelTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/ExceptValueModelTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/JosmSelectionListModelTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionComboBoxTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditorModelUnitTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditorTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionLegEditorTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionLegEditorUnitTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionTypeRendererTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionTypeTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/VehicleExceptionEditorTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/ViaListTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/qa/IssuesViewTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/undelete/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/undelete/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/undelete/src/org/openstreetmap/josm/plugins/undelete/Undelete.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/undelete/src/org/openstreetmap/josm/plugins/undelete/UndeleteAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/undelete/src/org/openstreetmap/josm/plugins/undelete/UndeleteDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/edu/princeton/cs/algs4/AssignmentProblem.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/edu/princeton/cs/algs4/Bag.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/edu/princeton/cs/algs4/DijkstraSP.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/edu/princeton/cs/algs4/DirectedEdge.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/edu/princeton/cs/algs4/EdgeWeightedDigraph.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/edu/princeton/cs/algs4/IndexMinPQ.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/edu/princeton/cs/algs4/Stack.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/AlignWayNodesAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/CopyTagsAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/ExtractPointAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/PasteRelationsAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/SplitOnIntersectionsAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/SymmetryAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/TagBufferAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/TagSourceAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/command/ChangeRelationMemberCommand.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/curves/CircleArcMaker.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/curves/CurveAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/customurl/ChooseURLAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/customurl/OpenPageAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/customurl/URLList.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/customurl/UtilsPluginPreferences.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/latlon/LatLonAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/latlon/LatLonDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/multitagger/MultiTagAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/multitagger/MultiTagDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/multitagger/MultiTaggerTableModel.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/replacegeometry/ReplaceGeometryAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/replacegeometry/ReplaceGeometryCommand.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/replacegeometry/ReplaceGeometryException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/replacegeometry/ReplaceGeometryUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/replacegeometry/ReplaceMembershipAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/search/ChildrenMatch.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/search/ConnectedMatch.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/search/InsideMatch.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/search/IntersectingMatch.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/search/ParentsMatch.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/search/RangeMatch.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/search/UsedInRelationsMatch.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/search/UsedInWaysMatch.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/search/UtilsSimpleMatchFactory.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/search/UtilsUnaryMatchFactory.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/AdjacentNodesAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/AdjacentWaysAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/ConnectedWaysAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/IntersectedWaysAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/IntersectedWaysRecursiveAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/MiddleNodesAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/NodeWayUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/SelectAllInsideAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/SelectBoundaryAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/SelectHighwayAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/SelectModNodesAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/SelectModWaysAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/UndoSelectionAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/UnselectNodesAction.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/utilsplugin2/test/unit/org/openstreetmap/josm/plugins/utilsplugin2/actions/SplitObjectActionTest.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/waydownloader/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/waydownloader/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/waydownloader/src/org/openstreetmap/josm/plugins/waydownloader/WayDownloaderPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/waypoint_search/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/waypoint_search/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/waypoint_search/src/org/openstreetmap/josm/plugins/waypointSearch/Engine.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/waypoint_search/src/org/openstreetmap/josm/plugins/waypointSearch/SelectWaypointDialog.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/waypoint_search/src/org/openstreetmap/josm/plugins/waypointSearch/WaypointSearchPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/wms-turbo-challenge2/build.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/wms-turbo-challenge2/pom.xml
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/EngineSound.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/FakeMapView.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/GameWindow.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/WMSRacer.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
Note:
See TracChangeset
for help on using the changeset viewer.
