You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by to...@apache.org on 2006/08/28 22:36:35 UTC

svn commit: r437820 - in /incubator/cayenne/sandbox/CocoaCayenne/CAYClient: AppController.h AppController.m Artist.h Artist.m CAYClient_Prefix.pch English.lproj/InfoPlist.strings Gallery.h Info.plist Painting.h

Author: torehalset
Date: Mon Aug 28 13:36:34 2006
New Revision: 437820

URL: http://svn.apache.org/viewvc?rev=437820&view=rev
Log:
 * apache header in more files
 * use .h-files from framework

Added:
    incubator/cayenne/sandbox/CocoaCayenne/CAYClient/CAYClient_Prefix.pch
Modified:
    incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.h
    incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.m
    incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Artist.h
    incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Artist.m
    incubator/cayenne/sandbox/CocoaCayenne/CAYClient/English.lproj/InfoPlist.strings
    incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Gallery.h
    incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Info.plist
    incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Painting.h

Modified: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.h
URL: http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.h?rev=437820&r1=437819&r2=437820&view=diff
==============================================================================
--- incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.h (original)
+++ incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.h Mon Aug 28 13:36:34 2006
@@ -18,7 +18,7 @@
  ****************************************************************/
 
 #import <Cocoa/Cocoa.h>
-#import "CAYObjectContext.h"
+#import <CocoaCayenne/CAYObjectContext.h>
 
 @interface AppController : NSObject
 {

Modified: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.m
URL: http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.m?rev=437820&r1=437819&r2=437820&view=diff
==============================================================================
--- incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.m (original)
+++ incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.m Mon Aug 28 13:36:34 2006
@@ -19,13 +19,13 @@
 
 #import <HessianObjC/BBSHessianObjC.h>
 #import "AppController.h"
-#import "CAYBootstrapMessage.h"
-#import "CAYNamedQuery.h"
-#import "CAYQueryMessage.h"
-#import "CAYObjectContext.h"
-#import "CAYHessianConnection.h"
-#import "CAYObjEntity.h"
-#import "CAYEntityResolver.h"
+#import <CocoaCayenne/CAYBootstrapMessage.h>
+#import <CocoaCayenne/CAYNamedQuery.h>
+#import <CocoaCayenne/CAYQueryMessage.h>
+#import <CocoaCayenne/CAYObjectContext.h>
+#import <CocoaCayenne/CAYHessianConnection.h>
+#import <CocoaCayenne/CAYObjEntity.h>
+#import <CocoaCayenne/CAYEntityResolver.h>
 
 @implementation AppController
 

Modified: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Artist.h
URL: http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Artist.h?rev=437820&r1=437819&r2=437820&view=diff
==============================================================================
--- incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Artist.h (original)
+++ incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Artist.h Mon Aug 28 13:36:34 2006
@@ -18,7 +18,7 @@
  ****************************************************************/
 
 #import <Cocoa/Cocoa.h>
-#import "CAYPersistentObject.h"
+#import <CocoaCayenne/CAYPersistentObject.h>
 
 @interface Artist : CAYPersistentObject {
 

Modified: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Artist.m
URL: http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Artist.m?rev=437820&r1=437819&r2=437820&view=diff
==============================================================================
--- incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Artist.m (original)
+++ incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Artist.m Mon Aug 28 13:36:34 2006
@@ -18,7 +18,7 @@
  ****************************************************************/
 
 #import "Artist.h"
-#import "CAYFault.h"
+#import <CocoaCayenne/CAYFault.h>
 
 @implementation Artist
 

Added: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/CAYClient_Prefix.pch
URL: http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CAYClient/CAYClient_Prefix.pch?rev=437820&view=auto
==============================================================================
--- incubator/cayenne/sandbox/CocoaCayenne/CAYClient/CAYClient_Prefix.pch (added)
+++ incubator/cayenne/sandbox/CocoaCayenne/CAYClient/CAYClient_Prefix.pch Mon Aug 28 13:36:34 2006
@@ -0,0 +1,26 @@
+/*****************************************************************
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ ****************************************************************/
+ 
+//
+// Prefix header for all source files of the 'CAYClient' target in the 'CAYClient' project
+//
+
+#ifdef __OBJC__
+    #import <Cocoa/Cocoa.h>
+#endif

Modified: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/English.lproj/InfoPlist.strings
URL: http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CAYClient/English.lproj/InfoPlist.strings?rev=437820&r1=437819&r2=437820&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Gallery.h
URL: http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Gallery.h?rev=437820&r1=437819&r2=437820&view=diff
==============================================================================
--- incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Gallery.h (original)
+++ incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Gallery.h Mon Aug 28 13:36:34 2006
@@ -18,7 +18,7 @@
  ****************************************************************/
 
 #import <Cocoa/Cocoa.h>
-#import "CAYPersistentObject.h"
+#import <CocoaCayenne/CAYPersistentObject.h>
 
 @interface Gallery : CAYPersistentObject {
 

Modified: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Info.plist
URL: http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Info.plist?rev=437820&r1=437819&r2=437820&view=diff
==============================================================================
--- incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Info.plist (original)
+++ incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Info.plist Mon Aug 28 13:36:34 2006
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!--
+/*****************************************************************
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ ****************************************************************/
+-->
 <plist version="1.0">
 <dict>
 	<key>CFBundleDevelopmentRegion</key>
@@ -9,7 +29,7 @@
 	<key>CFBundleIconFile</key>
 	<string></string>
 	<key>CFBundleIdentifier</key>
-	<string>com.yourcompany.CAYClient</string>
+	<string>org.apache.cayenne.CAYClient</string>
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<key>CFBundleName</key>

Modified: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Painting.h
URL: http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Painting.h?rev=437820&r1=437819&r2=437820&view=diff
==============================================================================
--- incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Painting.h (original)
+++ incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Painting.h Mon Aug 28 13:36:34 2006
@@ -18,7 +18,7 @@
  ****************************************************************/
 
 #import <Cocoa/Cocoa.h>
-#import "CAYPersistentObject.h"
+#import <CocoaCayenne/CAYPersistentObject.h>
 
 @interface Painting : CAYPersistentObject {