moved everything into /trunk/ to create the standard svn layout, for use with tools that require this (eg. git-svn). IMPORTANT: do NOT do an `svn up`. instead, re-use your working copy's existing files with `svn switch` (http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.switch.html).
Moved pre-BIEN 3 files into _archive folder
Added ability to change the vegx node names to be different from the postgres table names.This was the easiest way to change the postgres table names when the vegx names are not useable for some reason. This requires that the node names be altered in the xsd...
Some bug fixes. Slight hack in eml-coverage and veg.xsd to get around Django case-insensitivity & VegX entities that only differ by case.Changed default db relationship to one2many from many2many
Adding vegx definition. Current models.py building script.
Removing needless files.
Inital import for script that converts vegx files into django objects.