[llvm-branch-commits] [cfe-branch] r117311 - /cfe/branches/Apple/whitney-IB/clang.plist

Daniel Dunbar daniel at zuster.org
Mon Oct 25 14:01:14 PDT 2010


Author: ddunbar
Date: Mon Oct 25 16:01:14 2010
New Revision: 117311

URL: http://llvm.org/viewvc/llvm-project?rev=117311&view=rev
Log:
Fix OSS plist.

Modified:
    cfe/branches/Apple/whitney-IB/clang.plist

Modified: cfe/branches/Apple/whitney-IB/clang.plist
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/whitney-IB/clang.plist?rev=117311&r1=117310&r2=117311&view=diff
==============================================================================
--- cfe/branches/Apple/whitney-IB/clang.plist (original)
+++ cfe/branches/Apple/whitney-IB/clang.plist Mon Oct 25 16:01:14 2010
@@ -9,10 +9,10 @@
 	<string>090120</string>
 	<key>OpenSourceWebsiteURL</key>
 	<string>http://clang.llvm.org/</string>
-        <key>OpenSourceSVN</key>
+        <key>OpenSourceSCM</key>
         <string>svn export http://llvm.org/svn/llvm-project/cfe/trunk</string>
 	<key>OpenSourceLicense</key>
-	<string>University of Illinois Open Source License</string>
+	<string>llvm</string>
 	<key>OpenSourceLicenseFile</key>
 	<string>clang.txt</string>
 </dict>
@@ -25,10 +25,10 @@
 	<string>090120</string>
 	<key>OpenSourceWebsiteURL</key>
 	<string>http://llvm.org/</string>
-        <key>OpenSourceSVN</key>
+        <key>OpenSourceSCM</key>
         <string>svn export http://llvm.org/svn/llvm-project/llvm/trunk</string>
 	<key>OpenSourceLicense</key>
-	<string>University of Illinois Open Source License</string>
+	<string>llvm</string>
 	<key>OpenSourceLicenseFile</key>
 	<string>clang-llvm.txt</string>
 </dict>





More information about the llvm-branch-commits mailing list