• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XML catalogue of packages which are available for installation, using the mingw-get installer.


コミットメタ情報

リビジョン49bae50e68cfabedd6b7933976dc50b7b2bf3152 (tree)
日時2010-07-30 01:28:51
作者Cesar Strauss <cstrauss@user...>
コミッターCesar Strauss

ログメッセージ

Fix typo in msys-gcc.xml

変更サマリ

差分

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1+2010-07-29 Cesar Strauss <cestrauss@gmail.com>
2+
3+ * msys/msys-gcc.xml: Use correct attribute in component tag.
4+
15 2010-07-27 Charles Wilson <mingw@cwilson.fastmail.fm>
26
37 * msys/msys-core.xml (msys-core-bin): Require -lic and -doc cpts.
--- a/msys/msys-gcc.xml
+++ b/msys/msys-gcc.xml
@@ -25,16 +25,16 @@
2525 applications.
2626 </paragraph>
2727 </description>
28- <component name="bin" >
28+ <component class="bin" >
2929 <release tarname="gcc-3.4.4-3-msys-1.0.13-bin.tar.lzma" />
3030 <requires ge="msys-core-*-msys-*-bin.tar" />
3131 <requires ge="msys-binutils-*-msys-*-bin.tar" />
3232 <requires ge="msys-w32api-*-msys-*-dev.tar" />
3333 </component>
34- <component name="doc" >
34+ <component class="doc" >
3535 <release tarname="gcc-3.4.4-3-msys-1.0.13-doc.tar.lzma" />
3636 </component>
37- <component name="lic" >
37+ <component class="lic" >
3838 <release tarname="gcc-3.4.4-3-msys-1.0.13-lic.tar.lzma" />
3939 </component>
4040 <license tarname="gcc-%-msys-%-lic.tar.lzma" />