From 423b17d0608fc411883063fae160a2800b075316 Mon Sep 17 00:00:00 2001 From: Alan Davis Date: Mon, 17 May 2021 10:09:22 +0100 Subject: [PATCH] Remove section intended for enterprise. --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index d4ff31e0ee..33834f75e9 100644 --- a/README.md +++ b/README.md @@ -100,14 +100,6 @@ All current source versions are held in github. Historic versions can be found i Please use [this guide](CONTRIBUTING.md) to make a contribution to the project. ## Setting up your development environment -Although it is possible to work on individual github projects, we recommend working on -the `alfresco-community-repo`, `alfresco-enterprise-repo`, `acs-packaging` and `acs-community-packaging` -in a single Intellij IDEA project. They depend on each other and typically you -will want to make changes to all of them if you are changing the repository code. -In the case of older branches, there is generally no need for the `acs-community-packaging` as you will -not be creating a community release. - - Although it is possible to work on individual github projects, we recommend working on the `alfresco-community-repo` and `acs-community-packaging` in a single Intellij IDEA project. They depend on each other and typically you will want to make changes to both of them if you are changing the repository code.