mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 19:01:18 +00:00
remove LAST_EDITING from project template. It is not needed for validation and should not be in an empty project.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@30944 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a255e0650c
commit
e1689431f6
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
LINKEROPTIONS = "";
|
LINKEROPTIONS = "";
|
||||||
CREATION_DATE = "";
|
CREATION_DATE = "";
|
||||||
LANGUAGE = "English";
|
LANGUAGE = "English";
|
||||||
LAST_EDITING = "";
|
|
||||||
MAKEFILEDIR = "$(GNUSTEP_MAKEFILES)";
|
MAKEFILEDIR = "$(GNUSTEP_MAKEFILES)";
|
||||||
INSTALLDIR = "$(HOME)/GNUstep";
|
INSTALLDIR = "$(HOME)/GNUstep";
|
||||||
OBJC_COMPILEROPTIONS = "";
|
OBJC_COMPILEROPTIONS = "";
|
||||||
|
|
Loading…
Reference in a new issue