-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildCedThumbnails.xml
71 lines (51 loc) · 3.1 KB
/
buildCedThumbnails.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0"?>
<project name="joomla-packager" default="build" basedir=".">
<import file="./joomla-packager.xml"/>
<!-- http://www.famkruithof.net/uuid/uuidgen
Licensed to VIVI LONDRA LTD - www.vivilondra.it ([email protected]) / 1c7395e0-dce7-11e3-8b68-0800200c9a66
<property name="licensedTo" value="Licensed to VIVI LONDRA LTD - www.vivilondra.it ([email protected])"/>
<property name="licenseId" value="1c7395e0-dce7-11e3-8b68-0800200c9a66"/>
-->
<!-- my dlid cb7db0ebd0048f24f90332c536cb6ae5 -->
<property name="licensedTo" value="Licensed"/>
<property name="licenseId" value="1c7495e0-ayx7-11e3-8b68-0800200c9a66"/>
<property name="copyright" value="CedThumbnails 3.1.6 - Copyright (C) 2013-2017 galaxiis.com All rights reserved."/>
<property name="itsVersion" value="3.1.6"/>
<!-- _BETA for beta releases, _RC for Release Candidates -->
<property name="itsMaturity" value="_BETA"/>
<property name="itsShortID" value="cedthumbnails"/>
<property name="package" value="CedThumbnails"/>
<property name="subpackage" value="com_cedthumbnails"/>
<property name="jedUpdateFile" value="./jed/CedThumbnails.xml"/>
<!-- j25, j30 or anything else -->
<property name="joomlaID" value="j32_j33_j34"/>
<!--- tokenized list of name separated by , if none apply leave empty-->
<property name="itsComponents" value="cedthumbnails"/> <!--without com -->
<!-- Name of directories from /libraries/ separated by , if none apply leave empty -->
<property name="itsLibraries" value="galaxiis"/>
<!-- Name of directories from /modules/ separated by , if none apply leave empty -->
<property name="itsModules" value="mod_articles_latest_thumb,mod_articles_popular_thumb,mod_related_items_thumb"/>
<!-- Name of directories from /plugins/authentification/ separated by , if none apply leave empty -->
<property name="itsAuthenticationPlugins" value=""/>
<property name="itsCedXMapPlugins" value=""/>
<!-- Name of directories from /plugins/content/ separated by , if none apply leave empty -->
<property name="itsContentPlugins" value="relatedthumbarticles"/>
<!-- Name of directories from /plugins/captcha/ separated by , if none apply leave empty -->
<property name="itsCaptchaPlugins" value=""/>
<!-- and so on -->
<property name="itsEditorsPlugins" value=""/>
<property name="itsEditorsXtdPlugins" value=""/>
<property name="itsExtensionPlugins" value=""/>
<property name="itsInstallerPlugins" value="galaxiis"/>
<property name="itsFinderPlugins" value=""/>
<property name="itsQuickiconPlugins" value=""/>
<property name="itsSearchPlugins" value=""/>
<property name="itsSystemPlugins" value=""/>
<property name="itsUserPlugins" value=""/>
<property name="itsLanguages" value="en-GB,fr-FR"/>
<property name="itsXmlrpcPlugins" value=""/>
<!-- temporary -->
<property name="githubFolder" value="C:\Users\cedric\Documents\Github\CedThumbnails"/>
<property name="manifestLocation" value="manifest/pkg_cedthumbnails.xml"/>
<property name="temp" value="c:\temp"/>
</project>