View | Details | Raw Unified | Return to bug 199223 | Differences between
and this patch

Collapse All | Expand All

(-)deskutils/ganttproject/Makefile (-8 / +25 lines)
Lines 2-28 Link Here
2
# $FreeBSD: head/deskutils/ganttproject/Makefile 374492 2014-12-10 22:29:14Z gahr $
2
# $FreeBSD: head/deskutils/ganttproject/Makefile 374492 2014-12-10 22:29:14Z gahr $
3
3
4
PORTNAME=	ganttproject
4
PORTNAME=	ganttproject
5
PORTVERSION=	2.6.2
5
PORTVERSION=	2.7
6
PORTREVISION=	1
6
DISTVERSIONSUFFIX=	-r1891
7
CATEGORIES=	deskutils java
7
CATEGORIES=	deskutils java
8
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
8
MASTER_SITES=	https://dl.ganttproject.biz/%SUBDIR%/
9
DISTNAME=	${PORTNAME}-${PORTVERSION}-r1544
9
MASTER_SITE_SUBDIR=	${PORTNAME}-${PORTVERSION}
10
10
11
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	ports@FreeBSD.org
12
COMMENT=	Gantt chart based project scheduling and management tool
12
COMMENT=	Gantt chart based project scheduling and management tool
13
13
14
LICENSE=	GPLv3
14
LICENSE=	GPLv3
15
15
16
NO_ARCH=	yes
17
NO_BUILD=	yes
18
16
USES=		shebangfix zip
19
USES=		shebangfix zip
17
SHEBANG_FILES=	ganttproject
20
SHEBANG_FILES=	ganttproject
21
bash_CMD=	${SH}
18
USE_JAVA=	yes
22
USE_JAVA=	yes
19
JAVA_VERSION=	1.6+
23
JAVA_VERSION=	1.6+
20
NO_BUILD=	yes
24
INSTALLS_ICONS=	yes
25
26
PORTDATA=	*
27
PLIST_FILES=	bin/ganttproject
28
.for i in 16 24 32 48 64
29
PLIST_FILES+=	share/icons/hicolor/${i}x${i}/apps/ganttproject.png
30
.endfor
31
32
DESKTOP_ENTRIES="GanttProject" "" "ganttproject" "ganttproject" "" ""
21
33
22
do-install:
34
do-install:
23
	@${MKDIR} ${STAGEDIR}${DATADIR}
35
	@${MKDIR} ${STAGEDIR}${DATADIR}
24
	cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}
36
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
25
	${CHMOD} 0755 ${STAGEDIR}${DATADIR}/ganttproject
37
	@${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/ganttproject
26
	${LN} -sf ${DATADIR}/ganttproject ${STAGEDIR}${PREFIX}/bin
38
	@${LN} -sf ${DATADIR}/ganttproject ${STAGEDIR}${PREFIX}/bin
39
.for i in 16 24 32 48 64
40
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps
41
	${LN} -sf ${DATADIR}/plugins/net.sourceforge.ganttproject/data/resources/logos/icon${i}.png \
42
		${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/ganttproject.png
43
.endfor
27
44
28
.include <bsd.port.mk>
45
.include <bsd.port.mk>
(-)deskutils/ganttproject/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ganttproject-2.6.2-r1544.zip) = 3cec1fb1dcdb6846af98797cbc70995024bf5fa2fbd30b471b146c8812a11cf1
1
SHA256 (ganttproject-2.7-r1891.zip) = 8d61788c439c36489910e7da65b8ef21aca2ffe1c14c0e031c909a5c7138cc20
2
SIZE (ganttproject-2.6.2-r1544.zip) = 13985585
2
SIZE (ganttproject-2.7-r1891.zip) = 13664793
(-)deskutils/ganttproject/pkg-descr (-4 / +4 lines)
Lines 1-9 Link Here
1
GanttProject is a free and easy to use Gantt chart based project scheduling and
1
GanttProject is a free and easy to use Gantt chart based project
2
management tool. With GanttProject you can:
2
scheduling and management tool. With GanttProject you can:
3
3
4
* Create work breakdown structure, draw dependencies, define milestones.
4
* Create work breakdown structure, draw dependencies, define milestones.
5
* Assign human resources to work on tasks, see their allocation on the Resource
5
* Assign human resources to work on tasks, see their allocation on the
6
  Load chart.
6
  Resource Load chart.
7
* Generate PERT chart from Gantt chart.
7
* Generate PERT chart from Gantt chart.
8
* Save charts as PNG images, generate PDF and HTML reports.
8
* Save charts as PNG images, generate PDF and HTML reports.
9
* Import projects from and export them to Microsoft Project formats.
9
* Import projects from and export them to Microsoft Project formats.
(-)deskutils/ganttproject/pkg-plist (-419 lines)
Lines 1-419 Link Here
1
bin/ganttproject
2
%%DATADIR%%/HouseBuildingSample.gan
3
%%DATADIR%%/LICENSE
4
%%DATADIR%%/README-install.txt
5
%%DATADIR%%/eclipsito.jar
6
%%DATADIR%%/ganttproject
7
%%DATADIR%%/ganttproject.bat
8
%%DATADIR%%/ganttproject.command
9
%%DATADIR%%/ganttproject.exe
10
%%DATADIR%%/ganttproject_16.ico
11
%%DATADIR%%/ganttproject_32_2.ico
12
%%DATADIR%%/plugins/biz.ganttproject.core/ganttproject-core.jar
13
%%DATADIR%%/plugins/biz.ganttproject.core/lib/ganttproject-guava.jar
14
%%DATADIR%%/plugins/biz.ganttproject.core/plugin.xml
15
%%DATADIR%%/plugins/biz.ganttproject.core/resources/img/notes.png
16
%%DATADIR%%/plugins/biz.ganttproject.impex.msproject2/ganttproject-msproject2.jar
17
%%DATADIR%%/plugins/biz.ganttproject.impex.msproject2/lib/mpxj.jar
18
%%DATADIR%%/plugins/biz.ganttproject.impex.msproject2/lib/mspdi_fix.xsl
19
%%DATADIR%%/plugins/biz.ganttproject.impex.msproject2/lib/poi-3.7-20101029.jar
20
%%DATADIR%%/plugins/biz.ganttproject.impex.msproject2/plugin.xml
21
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_ch.calendar
22
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_cn.calendar
23
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_de.calendar
24
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_en_australia.calendar
25
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_en_canada.calendar
26
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_en_england.calendar
27
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_es.calendar
28
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_es_AR.calendar
29
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_es_colombia.calendar
30
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_fr.calendar
31
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_hr.calendar
32
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_hu.calendar
33
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_it.calendar
34
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_ja_JP.calendar
35
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_nl.calendar
36
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_no.calendar
37
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_pl.calendar
38
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_pt_brazil.calendar
39
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_pt_portugal.calendar
40
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_sk.calendar
41
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_tg_non_working_days.calendar
42
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_us.calendar
43
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/charsets.properties
44
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/chart.properties
45
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/dtd/ganttproject.dtd
46
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons.properties
47
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/16x16/appointment-new.png
48
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/16x16/arrow-up.png
49
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/16x16/chart-drag.png
50
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/16x16/chart-hand.png
51
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/16x16/contact-new.png
52
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/16x16/document-open.png
53
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/16x16/document-properties.png
54
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/16x16/document-save.png
55
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/16x16/edit-copy.png
56
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/16x16/edit-cut.png
57
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/16x16/edit-paste.png
58
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/16x16/edit-redo.png
59
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/16x16/edit-undo.png
60
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/16x16/folder.png
61
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/16x16/human-document-open.png
62
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/16x16/new-edit-redo.png
63
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/16x16/new-edit-undo.png
64
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/16x16/process-stop.png
65
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/16x16/reload.png
66
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/16x16/status-locked.png
67
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/16x16/status-unlocked.png
68
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/24x24/appointment-new.png
69
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/24x24/contact-new.png
70
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/24x24/document-open.png
71
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/24x24/document-properties.png
72
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/24x24/document-save.png
73
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/24x24/edit-copy.png
74
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/24x24/edit-cut.png
75
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/24x24/edit-paste.png
76
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/24x24/edit-redo.png
77
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/24x24/edit-undo.png
78
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/24x24/human-document-open.png
79
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/24x24/list-add-user.png
80
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/24x24/new-edit-redo.png
81
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/24x24/new-edit-undo.png
82
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/24x24/process-stop.png
83
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/64x64/dialog-question.png
84
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/8x8/add.png
85
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/8x8/label-red-exclamation.png
86
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/8x8/remove.png
87
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/8x8/status-locked.png
88
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/8x8/status-unlocked.png
89
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/about_16.gif
90
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/addCol_16.gif
91
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/addCol_24.gif
92
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/add_bkmrk_16.gif
93
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/aknowlegement.gif
94
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/alert1_16.gif
95
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/alert2_16.gif
96
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/big.png
97
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/blank.gif
98
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/blank_big.gif
99
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/bookmark_rem_16.gif
100
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/bookmarks_16.gif
101
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/calendar_16.gif
102
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/chartOptions_16.gif
103
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/chartOptions_24.gif
104
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/clear_16.gif
105
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/comparePrev_16.gif
106
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/comparePrev_24.gif
107
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/copy_16.gif
108
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/copy_24.gif
109
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/copy_32.gif
110
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/criticalPathOff_16.gif
111
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/criticalPathOff_24.gif
112
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/criticalPathOn_16.gif
113
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/criticalPathOn_24.gif
114
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/cursorpercent.gif
115
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/custom.gif
116
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/cut_16.gif
117
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/cut_24.gif
118
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/cut_32.gif
119
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/default_calendar_16.gif
120
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/delete_16.gif
121
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/delete_24.gif
122
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/delete_32.gif
123
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/document.gif
124
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/document.ico
125
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/document.png
126
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/down_16.gif
127
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/down_24.gif
128
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/down_32.gif
129
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/dropdown_16.png
130
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/dropdown_16.xcf
131
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/error.png
132
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/exit_16.gif
133
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/exit_24.gif
134
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/exit_32.gif
135
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/export_16.gif
136
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/export_24.gif
137
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/export_32.gif
138
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/fromto.gif
139
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/ganttproject.png
140
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/ganttproject_16.ico
141
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/ganttproject_32.ico
142
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/ganttproject_32_2.ico
143
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/help_16.gif
144
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/hide_16.gif
145
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/hide_24.gif
146
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/holidays_16.gif
147
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/holidays_24.gif
148
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/home_16.gif
149
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/import_16.gif
150
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/import_24.gif
151
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/import_32.gif
152
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/impres_16.gif
153
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/indent_16.gif
154
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/indent_24.gif
155
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/indent_32.gif
156
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/info.png
157
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/insert_16.gif
158
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/insert_24.gif
159
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/insert_32.gif
160
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/landscape_16.gif
161
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/light_16.gif
162
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/link_16.gif
163
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/link_24.gif
164
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/link_32.gif
165
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/manual_16.gif
166
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/manual_24.gif
167
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/manual_32.gif
168
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/meeting.gif
169
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/minus.gif
170
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/mproject.gif
171
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/mtask.gif
172
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/new_16.gif
173
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/new_24.gif
174
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/new_32.gif
175
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/next_16.gif
176
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/next_24.gif
177
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/next_32.gif
178
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/nextmonth.gif
179
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/nextyear.gif
180
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/non_working_day_16.gif
181
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/note_16.gif
182
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/open_16.gif
183
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/open_24.gif
184
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/open_32.gif
185
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/paste_16.gif
186
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/paste_24.gif
187
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/paste_32.gif
188
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/plus.gif
189
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/portrait_16.gif
190
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/prev_16.gif
191
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/prev_24.gif
192
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/prev_32.gif
193
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/preview_16.gif
194
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/preview_24.gif
195
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/prevmonth.gif
196
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/prevyear.gif
197
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/print_16.gif
198
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/print_24.gif
199
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/print_32.gif
200
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/project_16.gif
201
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/properties_16.gif
202
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/properties_24.gif
203
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/properties_32.gif
204
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/publish.gif
205
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/question.png
206
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/recent_16.gif
207
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/redo_16.gif
208
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/redo_24.gif
209
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/redo_32.gif
210
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/refresh_16.gif
211
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/refresh_24.gif
212
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/relashion.gif
213
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/removeCol_16.gif
214
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/removeCol_24.gif
215
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/res_16.gif
216
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/saveCurrentAsPrev_16.gif
217
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/saveCurrentAsPrev_24.gif
218
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/save_16.gif
219
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/save_24.gif
220
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/save_32.gif
221
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/saveas_16.gif
222
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/saveas_24.gif
223
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/saveas_32.gif
224
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/scrollcenter_16.gif
225
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/scrollcenter_24.gif
226
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/search_16.gif
227
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/send_mail_16.gif
228
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/sepH_16.png
229
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/sepV_16.png
230
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/separator_16.gif
231
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/separator_24.gif
232
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/server_16.gif
233
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/settings_16.gif
234
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/showHiddens.gif
235
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/show_16.gif
236
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/show_24.gif
237
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/simple_task.gif
238
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/skip_task.gif
239
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/splash.png
240
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/task_high.gif
241
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/task_highest.gif
242
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/task_low.gif
243
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/task_lowest.gif
244
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/task_normal.gif
245
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/tasks2.png
246
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/tasks_16.gif
247
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/top.gif
248
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/undo_16.gif
249
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/undo_24.gif
250
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/undo_32.gif
251
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/unindent_16.gif
252
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/unindent_24.gif
253
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/unindent_32.gif
254
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/unlink_16.gif
255
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/unlink_24.gif
256
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/unlink_32.gif
257
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/up_16.gif
258
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/up_24.gif
259
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/up_32.gif
260
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/warning.png
261
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/web_16.gif
262
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/working_day_16.gif
263
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/zoomm_16.gif
264
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/zoomm_24.gif
265
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/zoomm_32.gif
266
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/zoomp_16.gif
267
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/zoomp_24.gif
268
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/icons/zoomp_32.gif
269
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/keyboard.properties
270
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/extra.properties
271
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n.properties
272
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_ar.properties
273
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_bg.properties
274
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_ca.properties
275
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_cs.properties
276
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_da.properties
277
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_de.properties
278
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_el.properties
279
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_en.properties
280
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_en_AU.properties
281
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_en_GB.properties
282
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_es.properties
283
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_et.properties
284
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_fi.properties
285
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_fr.properties
286
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_gl.properties
287
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_hi.properties
288
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_hr.properties
289
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_hu.properties
290
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_id.properties
291
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_in.properties
292
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_it.properties
293
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_ja_JP.properties
294
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_ko_KR.properties
295
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_lt.properties
296
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_nl.properties
297
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_no.properties
298
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_pl.properties
299
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_pt.properties
300
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_pt_BR.properties
301
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_ro_RO.properties
302
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_ru.properties
303
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_sk.properties
304
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_sl.properties
305
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_sr.properties
306
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_sv.properties
307
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_tg.properties
308
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_tr.properties
309
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_vi.properties
310
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_zh_CN.properties
311
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_zh_TW.properties
312
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/index.html
313
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logging.properties
314
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/bee-element-01.svg
315
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/bee-element-02.svg
316
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/bee-element.svg
317
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/cell01.png
318
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/cell02.png
319
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/cell03.png
320
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/concepts-icons.svg
321
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/concepts-logo.svg
322
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/ganttproject-praha.png
323
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/ganttproject-praha.xcf
324
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/icon16.gif
325
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/icon16.ico
326
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/icon16.png
327
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/icon24.gif
328
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/icon24.ico
329
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/icon24.png
330
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/icon32.gif
331
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/icon32.ico
332
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/icon32.png
333
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/icon48.gif
334
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/icon48.ico
335
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/icon48.png
336
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/icon64.gif
337
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/icon64.ico
338
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/icon64.png
339
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/label01.png
340
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/label02.png
341
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/splash.png
342
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logs/README
343
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/mouse.properties
344
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/xslfo/ganttproject.xsl
345
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/xslt/gantt-chart.xsl
346
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/xslt/gantt-resources.xsl
347
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/xslt/gantt-tasks.xsl
348
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/xslt/gantt-utils.xsl
349
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/xslt/gantt.xsl
350
%%DATADIR%%/plugins/net.sourceforge.ganttproject/ganttproject.jar
351
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/AppleJavaExtensions.jar
352
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/balloontip-1.2.1.jar
353
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/commons-codec-1.4.jar
354
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/commons-csv.jar
355
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/commons-io.jar
356
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/commons-logging.jar
357
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/commons-net-ftpclient-3.0.1.jar
358
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/endrick-cache-1.7.9.jar
359
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/ganttproject-jxbusycomponent-1.2.2.jar
360
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/httpclient-4.2.1.jar
361
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/httpcore-4.2.1.jar
362
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/jcommander-1.17.jar
363
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/jdom-1.0.jar
364
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/jgoodies-common-1.1.1.jar
365
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/jgoodies-looks-2.4.0.jar
366
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/jxlayer.jar
367
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/licenses/apple.LICENSE
368
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/licenses/commons-csv.LICENSE
369
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/licenses/commons-httpclient.LICENSE
370
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/licenses/jakarta-slide-webdavlib.LICENSE
371
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/licenses/jdnc.LICENSE
372
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/licenses/jgoodies-looks.LICENSE
373
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/milton-api-2.0.1.jar
374
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/milton-client-2.0.1.jar
375
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/slf4j-api-1.5.11.jar
376
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/slf4j-simple-1.5.11.jar
377
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/swingx-1.6.3.jar
378
%%DATADIR%%/plugins/net.sourceforge.ganttproject/plugin.xml
379
%%DATADIR%%/plugins/org.ganttproject.chart.pert/pert.jar
380
%%DATADIR%%/plugins/org.ganttproject.chart.pert/plugin.xml
381
%%DATADIR%%/plugins/org.ganttproject.chart.pert/resources/icons/pert_16.gif
382
%%DATADIR%%/plugins/org.ganttproject.chart.pert/resources/icons/pert_24.gif
383
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/ganttproject-htmlpdf.jar
384
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/lib/fop-font-metrics.jar
385
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/lib/fop.jar
386
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/lib/ganttproject-avalon.jar
387
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/lib/ganttproject-batik.jar
388
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/lib/itextpdf-5.3.1.jar
389
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/plugin.xml
390
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/fonts/LiberationSans-Regular.ttf
391
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/html-export-themes/default/gantt-chart.xsl
392
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/html-export-themes/default/gantt-resources.xsl
393
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/html-export-themes/default/gantt-tasks.xsl
394
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/html-export-themes/default/gantt-utils.xsl
395
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/html-export-themes/default/gantt.xsl
396
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/html-export-themes/samara/gantt-chart.xsl
397
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/html-export-themes/samara/gantt-resources.xsl
398
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/html-export-themes/samara/gantt-tasks.xsl
399
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/html-export-themes/samara/gantt-utils.xsl
400
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/html-export-themes/samara/gantt.xsl
401
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/html-export-themes/striped_blue/COPYING
402
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/html-export-themes/striped_blue/README
403
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/html-export-themes/striped_blue/gantt-chart.xsl
404
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/html-export-themes/striped_blue/gantt-resources.xsl
405
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/html-export-themes/striped_blue/gantt-tasks.xsl
406
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/html-export-themes/striped_blue/gantt-utils.xsl
407
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/html-export-themes/striped_blue/gantt.xsl
408
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/html-export-themes/striped_blue/images/backg.png
409
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/html-export-themes/striped_blue/images/menu.jpg
410
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/html-export-themes/striped_blue/images/top.jpg
411
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/itext-export-themes/sortavala.txt
412
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/pdf-export-themes/basic_landscape/L-ganttproject.xsl
413
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/pdf-export-themes/basic_landscape/ganttproject.xsl
414
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/pdf-export-themes/ganttproject.xsl
415
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/pdf-export-themes/layout/a4-landscape.xml
416
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/pdf-export-themes/layout/a4-portrait.xml
417
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/pdf-export-themes/samara/samara-generic.xml
418
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/pdf-export-themes/samara/samara-landscape.xsl
419
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/pdf-export-themes/samara/samara-portrait.xsl

Return to bug 199223