[Pkg-owncloud-commits] [php-sabredav] 02/66: Fixed autoloader optimizing.
David Prévot
taffit at moszumanska.debian.org
Sat Jan 18 20:08:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit c4aabb77c0bbc5f4cbfeb6d9616bc1e65ddc79bc
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Thu Nov 7 17:05:10 2013 -0500
Fixed autoloader optimizing.
---
ChangeLog | 2 ++
build.xml | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index cc1bef5..a2e61d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
1.9.0-alpha1 (2013-11-07)
+ * The zip release ships with sabre/vobject 3.1.3, sabre/http 2.0.0alpha5,
+ and sabre/event 1.0.0.
* BC Break: The CardDAV and CalDAV BackendInterface each have a new
method: getMultipleCards and getMultipleCalendarObjects. The Abstract
and PDO backends have default implementations, but if you implement that
diff --git a/build.xml b/build.xml
index df5995d..5163950 100644
--- a/build.xml
+++ b/build.xml
@@ -11,9 +11,9 @@
<mkdir dir="build" />
<echo>Running composer</echo>
<exec command="composer create-project --no-dev sabre/dav build/SabreDAV ${sabredav.version}" checkreturn="false" passthru="1" />
- <zip destfile="build/SabreDAV-${sabredav.version}.zip" basedir="build/SabreDAV" prefix="SabreDAV/" />
<echo>Optimizing autoloader</echo>
- <exec command="composer --working-dir=build -o" checkreturn="false" passthru="1" />
+ <exec command="composer dump-autoload --working-dir=build/SabreDAV -o" checkreturn="false" passthru="1" />
+ <zip destfile="build/SabreDAV-${sabredav.version}.zip" basedir="build/SabreDAV" prefix="SabreDAV/" />
</target>
<target name="uploadzip" depends="buildzip">
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list