From 2c9f7c8f352488cb7bef25b9372af16987ea46d0 Mon Sep 17 00:00:00 2001 From: znek Date: Mon, 21 Feb 2005 18:00:37 +0000 Subject: [PATCH] updates and improvements git-svn-id: http://svn.opengroupware.org/SOPE/trunk@588 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sopex/Templates/ChangeLog | 6 +++++ .../SOPE/Web Application/GNUmakefile | 27 +++++++++++++++---- sopex/Templates/README | 12 +++++++++ 3 files changed, 40 insertions(+), 5 deletions(-) diff --git a/sopex/Templates/ChangeLog b/sopex/Templates/ChangeLog index f21b15de..8f1ae341 100644 --- a/sopex/Templates/ChangeLog +++ b/sopex/Templates/ChangeLog @@ -1,3 +1,9 @@ +2005-02-21 Marcus Mueller + + * README: updated with a detailed NOTE to prevent confusion + + * Project Templates/SOPE/Web Application/GNUmakefile: slightly improved + 2004-12-19 Marcus Mueller * Project Templates/SOPE/Web Application/*: fixed various replacement diff --git a/sopex/Templates/Project Templates/SOPE/Web Application/GNUmakefile b/sopex/Templates/Project Templates/SOPE/Web Application/GNUmakefile index 7d370160..70c9420c 100644 --- a/sopex/Templates/Project Templates/SOPE/Web Application/GNUmakefile +++ b/sopex/Templates/Project Templates/SOPE/Web Application/GNUmakefile @@ -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) diff --git a/sopex/Templates/README b/sopex/Templates/README index 0e974b4a..c23da91c 100644 --- a/sopex/Templates/README +++ b/sopex/Templates/README @@ -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. + -- 2.39.5