[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
kocienda
kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:38:11 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit a0c57679533fa4dd67a7b9df4eea7a4de13275cb
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue May 4 22:38:51 2004 +0000
Reviewed by me
* WebCore.pbproj/project.pbxproj: Backed out unintentional
change.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6536 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 97b61d1..eb09f43 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,12 @@
2004-05-04 Ken Kocienda <kocienda at apple.com>
+ Reviewed by me
+
+ * WebCore.pbproj/project.pbxproj: Backed out unintentional
+ change.
+
+2004-05-04 Ken Kocienda <kocienda at apple.com>
+
Reviewed by Hyatt
Implemented DOM traversal objects, NodeIterator and TreeWalker.
diff --git a/WebCore/WebCore.pbproj/project.pbxproj b/WebCore/WebCore.pbproj/project.pbxproj
index e55eb4b..7871e3f 100644
--- a/WebCore/WebCore.pbproj/project.pbxproj
+++ b/WebCore/WebCore.pbproj/project.pbxproj
@@ -865,7 +865,7 @@
isa = PBXShellScriptBuildPhase;
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "#if [ -f ../Tools/Scripts/embed-into-alex ]; then sh ../Tools/Scripts/embed-into-alex; fi";
+ shellScript = "if [ -f ../Tools/Scripts/embed-into-alex ]; then sh ../Tools/Scripts/embed-into-alex; fi";
};
//250
//251
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list