apps-projectcenter/Modules/Projects/Bundle/Resources/Info.table
Sergii Stoian 2c508faefe * Framework/PCProjectBuilderOptions.m: Add missing file.
* Headers/ProjectCenter/PCProjectBuilderOptions.h: Add missing file.
* Framework/PCProject.m:
(-rootCategories): Call subproject's method if subproject is active.
(-rootEntries): Ditto.
(-keyForCategory:): Ditto. Fix bug #20854.
(-categoryForKey:): Ditto.
(-keyForRootCategoryInCategoryPath:): Since keyForCategory: was made
subproject's sensitive implement key searching here.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@25407 72102866-910b-0410-8b05-ffd578937521
2007-08-21 23:22:12 +00:00

52 lines
1.1 KiB
Text

{
Type = "Project";
Name = "Bundle";
Description = "Project that handles GNUstep bundles.";
PrincipalClassName = "PCBundleProject";
ExecToolName = "";
BuildTargets = ("all","install","uninstall","clean","distclean","dist");
CanHavePublicHeaders = NO;
BrowserRootEntries = {
CLASS_FILES = "Classes";
HEADER_FILES = "Headers";
OTHER_SOURCES = "Other Sources";
INTERFACES = "Interfaces";
IMAGES = "Images";
OTHER_RESOURCES = "Other Resources";
SUBPROJECTS = "Subprojects";
DOCU_FILES = "Documentation";
SUPPORTING_FILES = "Supporting Files";
LIBRARIES = "Libraries";
NON_PROJECT_FILES = "Non Project Files";
};
SourceFileKeys = (
"CLASS_FILES",
"HEADER_FILES",
"OTHER_SOURCES"
);
ResourceFileKeys = (
"INTERFACES",
"IMAGES",
"OTHER_RESOURCES",
"DOCU_FILES"
);
OtherFileKeys = (
"SUBPROJECTS",
"SUPPORTING_FILES",
"LIBRARIES",
"NON_PROJECT_FILES"
);
AllowableSubprojectTypes = (
"Aggregate",
"Bundle",
"Library",
"Framework",
"Tool"
);
LocalizableCategories = (
INTERFACES,
IMAGES,
OTHER_RESOURCES,
DOCU_FILES
);
}