Title: [156917] trunk/Tools
Revision
156917
Author
[email protected]
Date
2013-10-04 15:25:25 -0700 (Fri, 04 Oct 2013)

Log Message

Update svn-config for new Visual Studio extensions
https://bugs.webkit.org/show_bug.cgi?id=122344

Reviewed by Brent Fulgham.

* svn-config: Add new Visual Studio extensions.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (156916 => 156917)


--- trunk/Tools/ChangeLog	2013-10-04 22:25:20 UTC (rev 156916)
+++ trunk/Tools/ChangeLog	2013-10-04 22:25:25 UTC (rev 156917)
@@ -1,3 +1,12 @@
+2013-10-04  Alexey Proskuryakov  <[email protected]>
+
+        Update svn-config for new Visual Studio extensions
+        https://bugs.webkit.org/show_bug.cgi?id=122344
+
+        Reviewed by Brent Fulgham.
+
+        * svn-config: Add new Visual Studio extensions.
+
 2013-10-04  Alex Christensen  <[email protected]>
 
         Made WinLauncher have better error handling, crash reporting, and modifiability.

Modified: trunk/Tools/svn-config (156916 => 156917)


--- trunk/Tools/svn-config	2013-10-04 22:25:20 UTC (rev 156916)
+++ trunk/Tools/svn-config	2013-10-04 22:25:25 UTC (rev 156917)
@@ -8,4 +8,7 @@
 *.png = svn:mime-type=image/png
 *.sln = svn:eol-style=native
 *.vcproj = svn:eol-style=native
-*.vsprops = svn:eol-style=native
\ No newline at end of file
+*.vcxproj = svn:eol-style=native
+*.vcxproj.filters = svn:eol-style=native
+*.props = svn:eol-style=native
+*.vsprops = svn:eol-style=native
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to