]> err.no Git - sope/commitdiff
updates and improvements
authorznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 21 Feb 2005 18:00:37 +0000 (18:00 +0000)
committerznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 21 Feb 2005 18:00:37 +0000 (18:00 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@588 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sopex/Templates/ChangeLog
sopex/Templates/Project Templates/SOPE/Web Application/GNUmakefile
sopex/Templates/README

index f21b15de20a555a2e8523ec3572b5f76915b54ec..8f1ae34143e7635927a0125a7c7589e266b8f93e 100644 (file)
@@ -1,3 +1,9 @@
+2005-02-21  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * README: updated with a detailed NOTE to prevent confusion
+
+       * Project Templates/SOPE/Web Application/GNUmakefile: slightly improved
+
 2004-12-19  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * Project Templates/SOPE/Web Application/*: fixed various replacement
index 7d370160315b6d4334045540ab79ac65d94e3902..70c9420c8a29086299355e29d92609ee932f9cb1 100644 (file)
@@ -9,13 +9,30 @@ include $(GNUSTEP_MAKEFILES)/common.make
 
 WOAPP_NAME = ÇPROJECTNAMEÈ
 
-ÇPROJECTNAMEÈ_OBJC_FILES = \
-ÇPROJECTNAMEÈ_main.m   Application.m   Session.m       DirectAction.m  \
-Main.m
+ÇPROJECTNAMEÈ_OBJC_FILES =     \
+       Application.m           \
+       Session.m               \
+       DirectAction.m          \
 
-ÇPROJECTNAMEÈ_COMPONENTS = \
+ÇPROJECTNAMEÈ_OBJC_FILES +=    \
+       Main.m                  \
+
+ÇPROJECTNAMEÈ_OBJC_FILES +=    \
+       ÇPROJECTNAMEÈ_main.m
+
+
+ÇPROJECTNAMEÈ_COMPONENTS =     \
+
+
+ÇPROJECTNAMEÈ_RESOURCE_FILES = \
+
+
+ÇPROJECTNAMEÈ_LANGUAGES =      \
+       English                 \
+
+
+ÇPROJECTNAMEÈ_LOCALIZED_RESOURCE_FILES =       \
 
-ÇPROJECTNAMEÈ_RESOURCE_FILES = \
 
 ÇPROJECTNAMEÈ_WEBSERVER_RESOURCE_FILES := $(shell find WebServerResources -type f -print)
 
index 0e974b4adf13b809dbb8ea8908d8ccb416093aa1..c23da91c74d2ecd07037960b6d8e9d1b15258fad 100644 (file)
@@ -19,3 +19,15 @@ in this directory:
 Templates installed in 1) are available for all developers working
 on this machine. Templates installed in 2) are available for you,
 only.
+
+NOTE: installing templates means to copy them - there's no other magic
+involved, no need to compile anything etc. Simply copy them to one of the two
+destinations above. I usually do a
+find . -type d -name .svn -exec rm -rf {} \;
+afterwards in order to remove the Subversion metadata. This metadata would
+get copied to the new projects destination otherwise, probably causing
+confusion if you plan on using Subversion in your projects.
+
+Whether you copy the templates with 'cp' or 'gnutar' is up to you, there are
+no special files involved.
+