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

Collapse All | Expand All

(-)deskutils/ganttproject/Makefile (-8 / +19 lines)
Lines 2-28 Link Here
2
# $FreeBSD: head/deskutils/ganttproject/Makefile 386097 2015-05-11 18:34:57Z mat $
2
# $FreeBSD: head/deskutils/ganttproject/Makefile 386097 2015-05-11 18:34:57Z mat $
3
3
4
PORTNAME=	ganttproject
4
PORTNAME=	ganttproject
5
PORTVERSION=	2.6.2
5
PORTVERSION=	2.7.1
6
PORTREVISION=	1
6
DISTVERSIONSUFFIX=	-r1924
7
CATEGORIES=	deskutils java
7
CATEGORIES=	deskutils java
8
MASTER_SITES=	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
DESKTOP_ENTRIES="GanttProject" "" "ganttproject" "ganttproject" "" ""
21
27
22
do-install:
28
do-install:
23
	@${MKDIR} ${STAGEDIR}${DATADIR}
29
	@${MKDIR} ${STAGEDIR}${DATADIR}
24
	cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}
30
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
25
	${CHMOD} 0755 ${STAGEDIR}${DATADIR}/ganttproject
31
	@${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/ganttproject
26
	${LN} -sf ${DATADIR}/ganttproject ${STAGEDIR}${PREFIX}/bin
32
	@${LN} -sf ${DATADIR}/ganttproject ${STAGEDIR}${PREFIX}/bin
33
.for i in 16 24 32 48 64
34
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps
35
	${LN} -sf ${DATADIR}/plugins/net.sourceforge.ganttproject/data/resources/logos/icon${i}.png \
36
		${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/ganttproject.png
37
.endfor
27
38
28
.include <bsd.port.mk>
39
.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.1-r1924.zip) = b0a981bc7c92d8a4eb3bc1e1bc365b8c9603fa2fa87f5207fa8a1bce456d3e5b
2
SIZE (ganttproject-2.6.2-r1544.zip) = 13985585
2
SIZE (ganttproject-2.7.1-r1924.zip) = 13698982
(-)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 (-16 / +31 lines)
Lines 9-31 Link Here
9
%%DATADIR%%/ganttproject.exe
9
%%DATADIR%%/ganttproject.exe
10
%%DATADIR%%/ganttproject_16.ico
10
%%DATADIR%%/ganttproject_16.ico
11
%%DATADIR%%/ganttproject_32_2.ico
11
%%DATADIR%%/ganttproject_32_2.ico
12
%%DATADIR%%/lib/javagalician.jar
12
%%DATADIR%%/plugins/biz.ganttproject.core/ganttproject-core.jar
13
%%DATADIR%%/plugins/biz.ganttproject.core/ganttproject-core.jar
13
%%DATADIR%%/plugins/biz.ganttproject.core/lib/ganttproject-guava.jar
14
%%DATADIR%%/plugins/biz.ganttproject.core/lib/ganttproject-guava.jar
14
%%DATADIR%%/plugins/biz.ganttproject.core/plugin.xml
15
%%DATADIR%%/plugins/biz.ganttproject.core/plugin.xml
15
%%DATADIR%%/plugins/biz.ganttproject.core/resources/img/notes.png
16
%%DATADIR%%/plugins/biz.ganttproject.core/resources/img/notes.png
17
%%DATADIR%%/plugins/biz.ganttproject.impex.ical/ganttproject-ical.jar
18
%%DATADIR%%/plugins/biz.ganttproject.impex.ical/lib/backport-util-concurrent-3.1.jar
19
%%DATADIR%%/plugins/biz.ganttproject.impex.ical/lib/commons-codec-1.5.jar
20
%%DATADIR%%/plugins/biz.ganttproject.impex.ical/lib/commons-lang-2.6.jar
21
%%DATADIR%%/plugins/biz.ganttproject.impex.ical/lib/ical4j-1.0.3.jar
22
%%DATADIR%%/plugins/biz.ganttproject.impex.ical/plugin.xml
16
%%DATADIR%%/plugins/biz.ganttproject.impex.msproject2/ganttproject-msproject2.jar
23
%%DATADIR%%/plugins/biz.ganttproject.impex.msproject2/ganttproject-msproject2.jar
17
%%DATADIR%%/plugins/biz.ganttproject.impex.msproject2/lib/mpxj.jar
24
%%DATADIR%%/plugins/biz.ganttproject.impex.msproject2/lib/mpxj.jar
18
%%DATADIR%%/plugins/biz.ganttproject.impex.msproject2/lib/mspdi_fix.xsl
25
%%DATADIR%%/plugins/biz.ganttproject.impex.msproject2/lib/mspdi_fix.xsl
19
%%DATADIR%%/plugins/biz.ganttproject.impex.msproject2/lib/poi-3.7-20101029.jar
26
%%DATADIR%%/plugins/biz.ganttproject.impex.msproject2/lib/poi-3.10-PATCHED.jar
20
%%DATADIR%%/plugins/biz.ganttproject.impex.msproject2/plugin.xml
27
%%DATADIR%%/plugins/biz.ganttproject.impex.msproject2/plugin.xml
21
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_ch.calendar
28
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_ch.calendar
22
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_cn.calendar
29
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_cn.calendar
23
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_de.calendar
30
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_de.calendar
31
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_de_austria.calendar
24
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_en_australia.calendar
32
%%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
33
%%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
34
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_en_england.calendar
27
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_es.calendar
35
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_es.calendar
28
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_es_AR.calendar
36
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_es_AR.calendar
37
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_es_cl.calendar
29
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_es_colombia.calendar
38
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_es_colombia.calendar
30
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_fr.calendar
39
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_fr.calendar
31
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_hr.calendar
40
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_hr.calendar
Lines 37-44 Link Here
37
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_pl.calendar
46
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_pl.calendar
38
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_pt_brazil.calendar
47
%%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
48
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_pt_portugal.calendar
49
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_ru.calendar
40
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_sk.calendar
50
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_sk.calendar
51
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_sr.calendar
41
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_tg_non_working_days.calendar
52
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_tg_non_working_days.calendar
53
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_uk_england.calendar
54
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_uk_northern_ireland.calendar
55
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_uk_scotland.calendar
42
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_us.calendar
56
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_us.calendar
43
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/charsets.properties
57
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/charsets.properties
44
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/chart.properties
58
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/chart.properties
Lines 284-303 Link Here
284
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_fi.properties
298
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_fi.properties
285
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_fr.properties
299
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_fr.properties
286
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_gl.properties
300
%%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
301
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_hr.properties
289
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_hu.properties
302
%%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
303
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_it.properties
304
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_iw_IL.properties
293
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_ja_JP.properties
305
%%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
306
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_ko_KR.properties
295
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_lt.properties
307
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_lt.properties
308
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_lv.properties
296
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_nl.properties
309
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_nl.properties
297
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_no.properties
310
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_no.properties
298
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_pl.properties
311
%%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
312
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_pt_BR.properties
313
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_pt_PT.properties
301
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_ro_RO.properties
314
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_ro_RO.properties
302
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_ru.properties
315
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_ru.properties
303
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_sk.properties
316
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_sk.properties
Lines 309-315 Link Here
309
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_vi.properties
322
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_vi.properties
310
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_zh_CN.properties
323
%%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
324
%%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
325
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logging.properties
314
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/bee-element-01.svg
326
%%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
327
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/bee-element-02.svg
Lines 349-368 Link Here
349
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/xslt/gantt.xsl
361
%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/xslt/gantt.xsl
350
%%DATADIR%%/plugins/net.sourceforge.ganttproject/ganttproject.jar
362
%%DATADIR%%/plugins/net.sourceforge.ganttproject/ganttproject.jar
351
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/AppleJavaExtensions.jar
363
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/AppleJavaExtensions.jar
352
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/balloontip-1.2.1.jar
364
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/balloontip-1.2.4.1.jar
353
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/commons-codec-1.4.jar
365
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/commons-codec-1.4.jar
354
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/commons-csv.jar
366
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/commons-csv.jar
355
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/commons-io.jar
367
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/commons-io.jar
356
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/commons-logging.jar
368
%%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
369
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/commons-net-ftpclient-3.0.1.jar
370
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/concurrentlinkedhashmap-lru-1.3.2.jar
358
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/endrick-cache-1.7.9.jar
371
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/endrick-cache-1.7.9.jar
372
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/endrick-common-1.7.9.jar
359
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/ganttproject-jxbusycomponent-1.2.2.jar
373
%%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
374
%%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
375
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/httpcore-4.2.1.jar
362
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/jcommander-1.17.jar
376
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/jcommander-1.17.jar
363
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/jdom-1.0.jar
377
%%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
378
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/jgoodies-common-1.7.0.jar
365
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/jgoodies-looks-2.4.0.jar
379
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/jgoodies-looks-2.5.3.jar
366
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/jxlayer.jar
380
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/jxlayer.jar
367
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/licenses/apple.LICENSE
381
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/licenses/apple.LICENSE
368
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/licenses/commons-csv.LICENSE
382
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/licenses/commons-csv.LICENSE
Lines 370-390 Link Here
370
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/licenses/jakarta-slide-webdavlib.LICENSE
384
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/licenses/jakarta-slide-webdavlib.LICENSE
371
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/licenses/jdnc.LICENSE
385
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/licenses/jdnc.LICENSE
372
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/licenses/jgoodies-looks.LICENSE
386
%%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
387
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/milton-api-2.6.2.4.jar
374
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/milton-client-2.0.1.jar
388
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/milton-client-2.6.2.4.jar
375
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/slf4j-api-1.5.11.jar
389
%%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
390
%%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
391
%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/swingx-1.6.4.jar
378
%%DATADIR%%/plugins/net.sourceforge.ganttproject/plugin.xml
392
%%DATADIR%%/plugins/net.sourceforge.ganttproject/plugin.xml
379
%%DATADIR%%/plugins/org.ganttproject.chart.pert/pert.jar
393
%%DATADIR%%/plugins/org.ganttproject.chart.pert/pert.jar
380
%%DATADIR%%/plugins/org.ganttproject.chart.pert/plugin.xml
394
%%DATADIR%%/plugins/org.ganttproject.chart.pert/plugin.xml
381
%%DATADIR%%/plugins/org.ganttproject.chart.pert/resources/icons/pert_16.gif
395
%%DATADIR%%/plugins/org.ganttproject.chart.pert/resources/icons/pert_16.gif
382
%%DATADIR%%/plugins/org.ganttproject.chart.pert/resources/icons/pert_24.gif
396
%%DATADIR%%/plugins/org.ganttproject.chart.pert/resources/icons/pert_24.gif
383
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/ganttproject-htmlpdf.jar
397
%%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
398
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/lib/itextpdf-5.3.1.jar
389
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/plugin.xml
399
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/plugin.xml
390
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/fonts/LiberationSans-Regular.ttf
400
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/fonts/LiberationSans-Regular.ttf
Lines 417-419 Link Here
417
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/pdf-export-themes/samara/samara-generic.xml
427
%%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
428
%%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
429
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/pdf-export-themes/samara/samara-portrait.xsl
430
share/icons/hicolor/16x16/apps/ganttproject.png
431
share/icons/hicolor/24x24/apps/ganttproject.png
432
share/icons/hicolor/32x32/apps/ganttproject.png
433
share/icons/hicolor/48x48/apps/ganttproject.png
434
share/icons/hicolor/64x64/apps/ganttproject.png

Return to bug 199223