Sha256: c4352ec3ceaed707e1b2abb6f08f100823d516c50032db323ff7824e2b566c69
Contents?: true
Size: 939 Bytes
Versions: 32
Compression:
Stored size: 939 Bytes
Contents
--- title: The manifest.xml file sort_info: 120 --- The manifest.xml is an optional (but *very recommended*) file that lies in the root of every source package. This file describes both what the package *is* (i.e. short description, contact information), and dependency information (what should be installed for that package to be built successfully). The general form of the file is: {coderay:: xml} <package> <description brief="one line of text"> long description goes here, <em>XHTML is allowed</em> </description> <author>Alice/alice@somewhere.bar, Bob/bob@nowhere.foo</author> <license>BSD</license> <url>http://sites.google.com/site/rubyinmotion</url> <logo>http://sites.google.com/site/rubyinmotion</logo> <depend package="pkgname"/> <!-- add dependency on either another autoproj-built package, or an OS-provided one --> <depend package="common"/> </package> {coderay}
Version data entries
32 entries across 32 versions & 1 rubygems