04.09.2010, 12:23
(03.09.2010, 18:19)IlmariKrebs Wrote: habe noch zwei Patches angefügt:
Hallo Ilmari,
vielen Dank dafür. Das Format der Patches ist anders als zuvor:
Index: route-converter/src/main/java/slash/navigation/converter/gui/RouteConverter.java
===================================================================
@@ -801,6 +801,7 @@
+ actionManager.register("print-positions", new PrintPositionsAction());
Das wird nicht als "unified diff" erkannt, dies hier schon:
Index: java/slash/navigation/converter/gui/helper/FrameMenu.java
===================================================================
--- java/slash/navigation/converter/gui/helper/FrameMenu.java (revision 1947)
+++ java/slash/navigation/converter/gui/helper/FrameMenu.java (working copy)
@@ -42,6 +42,7 @@
printMenu.add(JMenuHelper.createItem("print-map"));
printMenu.add(JMenuHelper.createItem("print-map-and-route"));
printMenu.add(JMenuHelper.createItem("print-elevation-profile"));
+ printMenu.add(JMenuHelper.createItem("print-positions"));
fileMenu.add(printMenu);
fileMenu.addSeparator();
fileMenu.add(JMenuHelper.createItem("exit"));
Klar könnte ich das per Hand einsortieren, aber es ist wohl viel leichter und weniger fehlerträchtig, wenn Du die Patches nochmal im unified diff-Format erzeugst, oder?
--
Christian
Christian