diff --git a/config/alfresco/bootstrap-context.xml b/config/alfresco/bootstrap-context.xml
index b63f714048..b6ca12dc13 100644
--- a/config/alfresco/bootstrap-context.xml
+++ b/config/alfresco/bootstrap-context.xml
@@ -178,6 +178,10 @@
alfresco/templates/software_engineering_project.xml
alfresco/messages/bootstrap-templates
+
+ /${spaces.company_home.childname}/${spaces.dictionary.childname}/${spaces.templates.childname}
+ alfresco/templates/collaboration_project.xml
+
/${spaces.company_home.childname}/${spaces.dictionary.childname}/${spaces.templates.content.childname}
alfresco/templates/content_template_examples.xml
diff --git a/config/alfresco/messages/patch-service.properties b/config/alfresco/messages/patch-service.properties
index f7f198d095..63b4e23014 100644
--- a/config/alfresco/messages/patch-service.properties
+++ b/config/alfresco/messages/patch-service.properties
@@ -191,4 +191,6 @@ patch.formsFolder.description=Adds 'Forms' folder to Data Dictionary.
patch.tagRootCategory.description=Adds 'Tags' as new top-level category root.
-patch.projectsFolder.description=Adds 'Projects' folder to Company Home.
\ No newline at end of file
+patch.projectsFolder.description=Adds 'Projects' folder to Company Home.
+
+patch.projectTemplate.description=Adds the default Project template folder to the Space Templates folder.
\ No newline at end of file
diff --git a/config/alfresco/patch/patch-services-context.xml b/config/alfresco/patch/patch-services-context.xml
index 0d52893383..0cacefe7e2 100644
--- a/config/alfresco/patch/patch-services-context.xml
+++ b/config/alfresco/patch/patch-services-context.xml
@@ -1188,4 +1188,25 @@
+
+ patch.projectTemplate
+ patch.projectTemplate.description
+ 0
+ 115
+ 116
+
+
+
+
+
+
+
+ /${spaces.company_home.childname}/${spaces.dictionary.childname}/${spaces.templates.childname}
+ alfresco/templates/collaboration_project.xml
+
+
+
+
\ No newline at end of file
diff --git a/config/alfresco/templates/collaboration_project.xml b/config/alfresco/templates/collaboration_project.xml
new file mode 100644
index 0000000000..c8037fe1c8
--- /dev/null
+++ b/config/alfresco/templates/collaboration_project.xml
@@ -0,0 +1,188 @@
+
+
+
+ admin
+ 2007-12-04T13:25:22.829Z
+ 2.9.0 (dev r7521)
+ /app:company_home/app:projects
+
+
+
+
+
+
+
+
+
+ project
+ b4e91bed-a1e9-11dc-ae66-e717b8dfc153
+ 472
+
+ 2007-12-03T21:50:04.921Z
+ admin
+ 2007-12-03T21:50:04.937Z
+ admin
+ workspace
+ New Project
+ SpacesStore
+
+
+
+
+
+
+
+
+
+
+
+
+
+ project-icon-gallery
+ 725495c6-a1e9-11dc-ae66-e717b8dfc153
+ 466
+
+ 2007-12-03T21:48:13.203Z
+ /wcs/collaboration/gallery/view/{noderef}
+ /wcs/collaboration/gallerySummary
+ admin
+ 2007-12-03T21:48:13.234Z
+ admin
+ workspace
+ Image Gallery
+ SpacesStore
+
+
+
+
+
+
+
+
+
+
+
+
+
+ project-icon-blog
+ 79f7b1a5-a1e9-11dc-ae66-e717b8dfc153
+ 467
+
+ 2007-12-03T21:48:26.031Z
+ /wcs/collaboration/blogSpace?nodeRef={noderef}
+ /wcs/collaboration/blogSummary
+ admin
+ 2007-12-03T21:48:26.093Z
+ admin
+ workspace
+ Blog Posts
+ SpacesStore
+
+
+
+
+
+
+
+
+
+
+
+
+ /wcs/collaboration/calendar?nodeRef={noderef}
+ /wcs/collaboration/calendarSummary
+
+ project-icon-calendar
+ 7ff24daa-a1e9-11dc-ae66-e717b8dfc153
+ 468
+
+ 2007-12-03T21:48:36.125Z
+ admin
+ 2007-12-03T21:48:36.140Z
+ admin
+ workspace
+ Calendar
+ SpacesStore
+
+
+
+
+
+
+
+
+
+
+
+
+
+ project-icon-doclibrary
+ 8741cb52-a1e9-11dc-ae66-e717b8dfc153
+ 469
+
+ 2007-12-03T21:48:48.328Z
+ /wcs/collaboration/docLibrary?nodeRef={noderef}
+ /wcs/collaboration/docSummary
+ admin
+ 2007-12-03T21:48:48.343Z
+ admin
+ workspace
+ Document Library
+ SpacesStore
+
+
+
+
+
+
+
+
+
+
+
+
+
+ project-icon-emailarchive
+ 90b365ad-a1e9-11dc-ae66-e717b8dfc153
+ 470
+
+ 2007-12-03T21:49:04.156Z
+ /wcs/collaboration/docLibrary?nodeRef={noderef}
+ /wcs/collaboration/emailSummary
+ admin
+ 2007-12-03T21:49:04.171Z
+ admin
+ workspace
+ Email Archive
+ SpacesStore
+
+
+
+
+
+
+
+
+
+
+
+
+ project-icon-forums
+ a3cd60c2-a1e9-11dc-ae66-e717b8dfc153
+ 471
+
+ 2007-12-03T21:49:36.218Z
+ admin
+ 2007-12-03T21:49:36.250Z
+ admin
+ workspace
+ Forums
+ SpacesStore
+ /wcs/collaboration/forumSummary
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/config/alfresco/version.properties b/config/alfresco/version.properties
index 0efe5e7624..5d710b0acc 100644
--- a/config/alfresco/version.properties
+++ b/config/alfresco/version.properties
@@ -19,4 +19,4 @@ version.build=@build-number@
# Schema number
-version.schema=117
+version.schema=116