jhbuild r1834 - in trunk: . jhbuild/modtypes modulesets



Author: fpeters
Date: Thu Jan 17 11:13:21 2008
New Revision: 1834
URL: http://svn.gnome.org/viewvc/jhbuild?rev=1834&view=rev

Log:
* jhbuild/modtypes/gcjmodule.py, jhbuild/modtypes/gdbmodule.py,
modulesets/gcj.modules, modulesets/moduleset.dtd: removed broken and
outdated support for <gcjmodule> and <gdbmodule>.



Removed:
   trunk/jhbuild/modtypes/gcjmodule.py
   trunk/jhbuild/modtypes/gdbmodule.py
   trunk/modulesets/gcj.modules
Modified:
   trunk/ChangeLog
   trunk/modulesets/moduleset.dtd

Modified: trunk/modulesets/moduleset.dtd
==============================================================================
--- trunk/modulesets/moduleset.dtd	(original)
+++ trunk/modulesets/moduleset.dtd	Thu Jan 17 11:13:21 2008
@@ -1,9 +1,9 @@
-<!ELEMENT moduleset (repository|include|autotools|metamodule|tarball|mozillamodule|distutils|perl|linux|testmodule|cvsroot|cvsmodule|gdbmodule|gcjmodule|waf)+>
+<!ELEMENT moduleset (repository|include|autotools|metamodule|tarball|mozillamodule|distutils|perl|linux|testmodule|cvsroot|cvsmodule|waf)+>
 
 <!ELEMENT repository EMPTY>
 <!ATTLIST repository
 	name	 CDATA  #REQUIRED
-	type	 (ch|bzr|cvs|darcs|git|hg|svn|tarball|arch|mtn)  #REQUIRED
+	type	 (bzr|cvs|darcs|git|hg|svn|tarball|arch|mtn)  #REQUIRED
 	default  (yes|no)  "no"
 	password CDATA  #IMPLIED <!-- specific to CVS -->
 	cvsroot	 CDATA  #IMPLIED <!-- specific to CVS -->
@@ -103,16 +103,6 @@
 	cvsroot	CDATA	#REQUIRED
 	supports-non-srcdir-builds (yes|no) "yes">
 
-<!ELEMENT gdbmodule EMPTY>
-<!ATTLIST gdbmodule
-	id	CDATA	#REQUIRED
-	cvsroot	CDATA	#REQUIRED>
-
-<!ELEMENT gcjmodule (dependencies?,suggests?)>
-<!ATTLIST gcjmodule
-	id	CDATA	#REQUIRED
-	cvsroot	CDATA	#REQUIRED>
-
 <!-- Tarball's children -->
 <!ELEMENT source EMPTY>
 <!ATTLIST source



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]