You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by ri...@apache.org on 2013/11/17 23:25:34 UTC

svn commit: r1542850 - in /chemistry/phpclient/trunk/atom: create_release.sh package.xml

Author: richardm
Date: Sun Nov 17 22:25:33 2013
New Revision: 1542850

URL: http://svn.apache.org/r1542850
Log:
added packaging -- use the create_release.sh as the package.xml is for referene only

Added:
    chemistry/phpclient/trunk/atom/create_release.sh   (with props)
    chemistry/phpclient/trunk/atom/package.xml

Added: chemistry/phpclient/trunk/atom/create_release.sh
URL: http://svn.apache.org/viewvc/chemistry/phpclient/trunk/atom/create_release.sh?rev=1542850&view=auto
==============================================================================
--- chemistry/phpclient/trunk/atom/create_release.sh (added)
+++ chemistry/phpclient/trunk/atom/create_release.sh Sun Nov 17 22:25:33 2013
@@ -0,0 +1,3 @@
+rm ../dist/cmis-phplib.tgz ../dist/cmis-phplib.zip
+tar -zcvf ../dist/cmis-phplib.tgz *.php cmis/*.php
+zip -v ../dist/cmis-phplib.zip *.php cmis/*.php

Propchange: chemistry/phpclient/trunk/atom/create_release.sh
------------------------------------------------------------------------------
    svn:executable = *

Added: chemistry/phpclient/trunk/atom/package.xml
URL: http://svn.apache.org/viewvc/chemistry/phpclient/trunk/atom/package.xml?rev=1542850&view=auto
==============================================================================
--- chemistry/phpclient/trunk/atom/package.xml (added)
+++ chemistry/phpclient/trunk/atom/package.xml Sun Nov 17 22:25:33 2013
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<package version="1.0">
+	<name>cmis-phplib</name>
+	<summary>PHP Atom Pub CMIS client</summary>
+	<description>
+		This is a PHP CMIS client library that uses the Atom Pub Binding
+	</description>
+	<license>Apache License</license>
+	<maintainers>
+		<maintainer>
+			<user>richardm</user>
+			<name>Richard McKnight</name>
+			<email>richardm@apache.org</email>
+			<role>lead</role>
+		</maintainer>
+	</maintainers>
+
+	<release>
+		<version>0.2</version>
+		<date>2013-11-20</date>
+		<state>stable</state>
+		<notes>
+			This is the first published release.
+		</notes>
+		<filelist>
+			<dir name="/" baseinstalldir="cmis-lib">
+				<file role="php" name="cmis-lib.php" />
+			</dir>
+			<dir name="/cmis" baseinstalldir="cmis-lib/cmis">
+				<file role="php" name="cmis_repository_wrapper.php" />
+				<file role="php" name="cmis_service.php" />
+			</dir>
+		</filelist>
+	</release>
+</package>