* EOAdaptors/PostgreSQLAdaptor/PostgreSQLEOAdaptorInfo.plist

renamed from Info.plist, and fix NSExecutable in it

actually makes browsing data in a PostgreSQL database possible again \o/



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36331 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
buzzdee 2013-03-10 17:22:54 +00:00
parent 74181f877f
commit 9fc682f52a
2 changed files with 4 additions and 2 deletions

View file

@ -12,6 +12,8 @@
* Apps/EOModeler/EOMInspector.m
* Apps/EOModelEditor/Inspectors/AttributeInspector.m
include missing header
* EOAdaptors/PostgreSQLAdaptor/PostgreSQLEOAdaptorInfo.plist
renamed from Info.plist, and fix NSExecutable in it
2013-03-08: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* Apps/EOModelEditor/EOMEDocument.h

View file

@ -1,5 +1,5 @@
{
EOAdaptorClassName = PostgreSQLAdaptor;
NSPrincipalClass = PostgreSQLAdaptor;
NSExecutable = PostgreSQL;
NSExecutable = PostgreSQLEOAdaptor;
EOAdaptorClassName = PostgreSQLAdaptor;
}