Skip to content

Commit

Permalink
new package 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRoyce committed Aug 19, 2012
1 parent 2a0ada7 commit b5ee31f
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jpackage.sh
100644 → 100755
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mv com_allicons.1.1.1.zip packages/com_allicons.1.1.1.zip;
mv mod_allicons.1.0.1.zip packages/mod_allicons.1.0.1.zip; mv mod_allicons.1.0.1.zip packages/mod_allicons.1.0.1.zip;


#make the final pkg file #make the final pkg file
zip -r pkg_allicons.1.1.1.zip packages pkg_allicons.xml -x@exclude.lst; zip -r pkg_allicons.1.1.2.zip packages pkg_allicons.xml -x@exclude.lst;


echo "zip all icons done"; echo "zip all icons done";
} }
Expand Down
Binary file added packages/com_allicons.1.1.1.zip
Binary file not shown.
Binary file added packages/mod_allicons.1.0.1.zip
Binary file not shown.
Binary file added pkg_allicons.1.1.2.zip
Binary file not shown.
20 changes: 20 additions & 0 deletions pkg_allicons.xml
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" ?>
<extension type="package" version="2.5" client="administrator" >
<name>All Icons Package</name>
<packagename>allicons</packagename>
<creationDate>April 29, 2012</creationDate>
<author>Royce Harding</author>
<authorEmail>royce@tdandt.com</authorEmail>
<authorUrl>http://www.tdandt.com</authorUrl>
<copyright>Copyright 2012 - Total Design and Technology</copyright>
<license>This component in released under the GNU/GPL v3 or later license</license>
<version>1.1.0</version>
<url>http://www.tdandt.com/</url>
<packager>All Icons Package Team</packager>
<packagerurl>http://www.tdandt.com/</packagerurl>
<description>All Icons package - Contains Component and Module</description>
<files folder="packages">
<file type="component" id="com_allicons" >com_allicons.1.1.0.zip</file>
<file type="module" id="mod_allicons" client="administrator">mod_allicons.1.0.0.zip</file>
</files>
</extension>

0 comments on commit b5ee31f

Please sign in to comment.