mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* 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:
parent
74181f877f
commit
9fc682f52a
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
EOAdaptorClassName = PostgreSQLAdaptor;
|
||||
NSPrincipalClass = PostgreSQLAdaptor;
|
||||
NSExecutable = PostgreSQL;
|
||||
NSExecutable = PostgreSQLEOAdaptor;
|
||||
EOAdaptorClassName = PostgreSQLAdaptor;
|
||||
}
|
Loading…
Reference in a new issue