Added PCProject+UInterface.h include to *Proj subprojects

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@16531 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sergii Stoian 2003-04-23 11:37:03 +00:00
parent 346dec6834
commit 220b51ed48
8 changed files with 16 additions and 2 deletions

View file

@ -3,7 +3,7 @@
* PCLib/PCDefines.h: SeparateBuilder, SeparateLauncher,
SeparateEditor defines were added.
* PCLib/PCProject+ComponentHandling.m: Add ability to display
* PCLib/PCProject+ComponentHandling.m: Added ability to display
ProjectBuilder as separate panel or as view inside main project
window.
@ -28,6 +28,13 @@
* ChangLogs in all subprojects moved to ChangeLog.old files.
All changes should go into this ChangeLog only.
* PCAppProj/PCAppProject.m: Added PCProject+UInterface.h include.
* PCBundleProj/PCBundleProject.m: Ditto.
* PCGormProj/PCGormProject.m: Ditto.
* PCLibProj/PCLibProject.m: Ditto.
* PCRenaissanceProj/PCRenaissanceProject.m: Ditto.
* PCToolProj/PCToolProject.m: Ditto.
2003-01-25 Daniel Luederwald <das_flip@gmx.de>

View file

@ -24,6 +24,7 @@
$Id$
*/
#include "PCProject+UInterface.h"
#include "PCAppProject.h"
#include "PCAppProj.h"

View file

@ -24,6 +24,7 @@
$Id$
*/
#include "PCProject+UInterface.h"
#include "PCBundleProject.h"
#include "PCBundleProj.h"

View file

@ -22,6 +22,7 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
*/
#include "PCProject+UInterface.h"
#include "PCGormProject.h"
#include "PCGormProj.h"

View file

@ -29,6 +29,7 @@
#include "PCProject.h"
#include "PCProject+ComponentHandling.h"
#include "PCProjectManager.h"
#include "PCSplitView.h"
#include <AppKit/AppKit.h>
@ -206,7 +207,7 @@
[scrollView2 setDocumentView:logOutput];
split = [[NSSplitView alloc] initWithFrame: NSMakeRect (-1, -1, 464, 253)];
split = [[PCSplitView alloc] initWithFrame: NSMakeRect (-1, -1, 464, 253)];
[split setAutoresizingMask: (NSViewWidthSizable | NSViewHeightSizable)];
[split addSubview: scrollView1];
[split addSubview: scrollView2];

View file

@ -24,6 +24,7 @@
$Id$
*/
#include "PCProject+UInterface.h"
#include "PCLibProject.h"
#include "PCLibProj.h"

View file

@ -23,6 +23,7 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
*/
#include "PCProject+UInterface.h"
#include "PCRenaissanceProject.h"
#include "PCRenaissanceProj.h"

View file

@ -24,6 +24,7 @@
$Id$
*/
#include "PCProject+UInterface.h"
#include "PCToolProject.h"
#include "PCToolProj.h"