libs-gdl2/DBModeler/Resources/Info-gnustep.plist
Matt Rice 92fcc10447 * Update Email address for Matt Rice.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@24318 72102866-910b-0410-8b05-ffd578937521
2007-01-05 16:17:04 +00:00

26 lines
780 B
Text

{
ApplicationDescription = "GDL2 EOModel editor";
ApplicationIcon = DBModeler;
ApplicationName = DBModeler;
ApplicationRelease = "0.0.0 (Alpha)";
ApplicationURL = "http://mediawiki.gnustep.org/index.php/DBModeler";
Authors = (
"Matt Rice <ratmice@gmail.com>"
);
Copyright = "Copyright \U00A9 2005, 2006 Free Software Foundation";
CopyrightDescription = "Released under the GNU GPL. See COPYING for details.";
FullVersionID = 0.0.0;
GSMainMarkupFile = "";
NSExecutable = DBModeler;
NSIcon = DBModeler.tiff;
NSRole = "Editor";
NSTypes = (
{
NSUnixExtensions = ( "eomodeld", "eomodel" );
NSIcon = "EOModel.tiff";
}
);
NSMainNibFile = "";
NSPrincipalClass = NSApplication;
}