[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:48:17 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 00fa648d81b57c5236eb00adb0c064b4f39cd27d
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jun 24 18:41:06 2004 +0000

    JavaScriptCore:
    
    	Ignore .mode1 files in JavaScriptCore.pbproj
    
            Reviewed by kocienda.
    
            * JavaScriptCore.pbproj/.cvsignore:
    
    Tests:
    
    	Made TestBindingsPlugin compile again.
    	Removed TestPlugin from CVS since NetscapeMoviePlugin is a better Netscape plug-in example.
    
            Reviewed by kocienda.
    
            * TestBindingsPlugin/TestBindingsPlugin.pbproj/.cvsignore: Added.
            * TestBindingsPlugin/TestBindingsPlugin.pbproj/project.pbxproj:
            * TestBindingsPlugin/main.c:
            (NPP_GetValue):
            (NPP_SetValue):
            * TestPlugin/English.lproj/InfoPlist.strings: Removed.
            * TestPlugin/TestPlugin.pbproj/project.pbxproj: Removed.
            * TestPlugin/main.c: Removed.
            * TestPlugin/npapi.h: Removed.
            * TestPlugin/test_plugin.html: Removed.
    
    WebBrowser:
    
    	Ignore .mode1 files in WebBrowser.pbproj
    
            Reviewed by kocienda.
    
            * WebBrowser.pbproj/.cvsignore:
    
    WebKitExamples:
    
    	Ignore .mode1 and other files in WebKitMoviePlugIn.xcode and NetscapeMoviePlugIn.xcode.
    
            Reviewed by kocienda.
    
            * NetscapeMoviePlugIn/NetscapeMoviePlugIn.xcode/.cvsignore: Added.
            * WebKitMoviePlugIn/WebKitMoviePlugIn.xcode/.cvsignore: Added.
            * WebKitMoviePlugIn/WebKitMoviePlugIn.xcode/project.pbxproj: Tiger updated the project
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6917 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index ecc802a..028dbc0 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,11 @@
+2004-06-24  Chris Blumenberg  <cblu at apple.com>
+
+	Ignore .mode1 files in JavaScriptCore.pbproj
+
+        Reviewed by kocienda.
+
+        * JavaScriptCore.pbproj/.cvsignore:
+
 2004-06-23  Richard Williamson   <rjw at apple.com>
 
 	Implemented changes for latest npruntime.h.
diff --git a/JavaScriptCore/JavaScriptCore.pbproj/.cvsignore b/JavaScriptCore/JavaScriptCore.pbproj/.cvsignore
index 0857ac3..c5cb297 100644
--- a/JavaScriptCore/JavaScriptCore.pbproj/.cvsignore
+++ b/JavaScriptCore/JavaScriptCore.pbproj/.cvsignore
@@ -1 +1,3 @@
+*.mode1
 *.pbxuser
+*.perspective

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list