Development

/plugins/sfJSLibJQueryUIPlugin/trunk/package.xml

You must first sign up to be able to contribute.

root/plugins/sfJSLibJQueryUIPlugin/trunk/package.xml

Revision 23795, 3.9 kB (checked in by uncleringo, 4 years ago)

Initial import of trunk & existing tags

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <package packagerversion="1.4.6" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
3  <name>sfJSLibJQueryUIPlugin</name>
4  <channel>plugins.symfony-project.org</channel>
5  <summary><![CDATA[Convenience package containing the jQueryUI library version 1.7.2 and
6  settings for use with the sfJSLibManagerPlugin]]></summary>
7  <description><![CDATA[Contains the javascript, css & images from the jQueryUI library
8  version 1.7.2 package. When used in conjunction with the sfJSLibManagerPlugin
9  you can include its js & css files simply by calling
10
11     sfJSLibManager::addLib('jquery_ui');
12
13  This makes it very easy to write widgets, for example, which rely on this
14  library automatically include their js & css assets without having to manually
15  add them to view.yml]]>
16  </description>
17  <lead>
18   <name>Rich Birch</name>
19   <user>uncleringo</user>
20   <email>rich@trafficdigital.com</email>
21   <active>yes</active>
22  </lead>
23  <date>2009-11-11</date>
24  <time>13:25:00</time>
25  <version>
26   <release>1.7.2.1</release>
27   <api>1.7.2.1</api>
28  </version>
29  <stability>
30   <release>stable</release>
31   <api>stable</api>
32  </stability>
33  <license uri="http://www.symfony-project.org/license">MIT license</license>
34  <notes>-</notes>
35  <contents>
36   <dir name="/">
37    <file role="data" name="README" />
38    <file role="data" name="LICENSE" />
39    <dir name="config">
40     <file role="data" name="settings.yml" />
41    </dir>
42    <dir name="web">
43     <dir name="css">
44      <dir name="images">
45       <file role="data" name="ui-bg_diagonals-thick_18_b81900_40x40.png" />
46       <file role="data" name="ui-bg_diagonals-thick_20_666666_40x40.png" />
47       <file role="data" name="ui-bg_flat_10_000000_40x100.png" />
48       <file role="data" name="ui-bg_glass_100_f6f6f6_1x400.png" />
49       <file role="data" name="ui-bg_glass_100_fdf5ce_1x400.png" />
50       <file role="data" name="ui-bg_glass_65_ffffff_1x400.png" />
51       <file role="data" name="ui-bg_gloss-wave_35_f6a828_500x100.png" />
52       <file role="data" name="ui-bg_highlight-soft_100_eeeeee_1x100.png" />
53       <file role="data" name="ui-bg_highlight-soft_75_ffe45c_1x100.png" />
54       <file role="data" name="ui-icons_222222_256x240.png" />
55       <file role="data" name="ui-icons_228ef1_256x240.png" />
56       <file role="data" name="ui-icons_ef8c08_256x240.png" />
57       <file role="data" name="ui-icons_ffd27a_256x240.png" />
58       <file role="data" name="ui-icons_ffffff_256x240.png" />
59      </dir>
60      <file role="data" name="jquery-ui-1.7.2.custom.css" />
61     </dir>
62     <dir name="js">
63      <file role="data" name="jquery-ui-1.7.2.custom.min.js" />
64     </dir>
65    </dir>
66   </dir>
67  </contents>
68  <dependencies>
69   <required>
70    <php>
71     <min>5.2.0</min>
72    </php>
73    <pearinstaller>
74     <min>1.4.1</min>
75    </pearinstaller>
76    <package>
77     <name>symfony</name>
78     <channel>pear.symfony-project.com</channel>
79     <min>1.2.0</min>
80     <max>1.3.0</max>
81    </package>
82   </required>
83  </dependencies>
84  <phprelease />
85  <changelog>
86   <release>
87    <version>
88     <release>1.7.2.1</release>
89     <api>1.7.2.1</api>
90    </version>
91    <stability>
92     <release>stable</release>
93     <api>stable</api>
94    </stability>
95    <license uri="http://www.symfony-project.com/license">MIT license</license>
96    <date>2009-11-11</date>
97    <notes>
98     Added instructions to publish assets
99    </notes>
100   </release>
101   <release>
102    <version>
103     <release>1.7.2</release>
104     <api>1.7.2</api>
105    </version>
106    <stability>
107     <release>stable</release>
108     <api>stable</api>
109    </stability>
110    <license uri="http://www.symfony-project.com/license">MIT license</license>
111    <date>2009-11-11</date>
112    <notes>
113     Initial release
114    </notes>
115   </release>
116  </changelog>
117 </package>
Note: See TracBrowser for help on using the browser.