diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-08-27 01:50:25 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-08-27 01:50:25 +0000 |
commit | 148a1be9ae900ff5942a5cac77b882821ef6bd9d (patch) | |
tree | 1f217e235549adfe27d4e12b16961532f52bd061 /app-office | |
parent | Closes #61513 (Manifest recommit) (diff) | |
download | gentoo-2-148a1be9ae900ff5942a5cac77b882821ef6bd9d.tar.gz gentoo-2-148a1be9ae900ff5942a5cac77b882821ef6bd9d.tar.bz2 gentoo-2-148a1be9ae900ff5942a5cac77b882821ef6bd9d.zip |
Clean up
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/ganttproject/files/build.xml.patch | 5 | ||||
-rw-r--r-- | app-office/ganttproject/files/ganttcalendar.patch | 13 |
2 files changed, 0 insertions, 18 deletions
diff --git a/app-office/ganttproject/files/build.xml.patch b/app-office/ganttproject/files/build.xml.patch deleted file mode 100644 index c15e19c8138f..000000000000 --- a/app-office/ganttproject/files/build.xml.patch +++ /dev/null @@ -1,5 +0,0 @@ -161a162,163 -> encoding="ISO-8859-1" -> source="1.4" -395a398 -> encoding="ISO-8859-1" diff --git a/app-office/ganttproject/files/ganttcalendar.patch b/app-office/ganttproject/files/ganttcalendar.patch deleted file mode 100644 index a6c4e3d68091..000000000000 --- a/app-office/ganttproject/files/ganttcalendar.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: src/net/sourceforge/ganttproject/GanttCalendar.java -=================================================================== -RCS file: /cvsroot/ganttproject/ganttproject/src/net/sourceforge/ganttproject/GanttCalendar.java,v -retrieving revision 1.14 -diff -r1.14 GanttCalendar.java -249,251c249,251 -< public int compareTo(Object o) { -< return compareTo((GanttCalendar)o); -< } ---- -> //public int compareTo(Object o) { -> // return compareTo((GanttCalendar)o); -> //} |