From 958787dc7b4a41a1d6c28ffadc0f2316d2d1c293 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Thu, 3 Feb 2022 09:47:19 +0100 Subject: [PATCH] project.md: remove duplicate information from the introduction section --- topics/reference_guide/project_model/project.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/topics/reference_guide/project_model/project.md b/topics/reference_guide/project_model/project.md index 3966758f8..2120c4de7 100644 --- a/topics/reference_guide/project_model/project.md +++ b/topics/reference_guide/project_model/project.md @@ -2,11 +2,6 @@ -In the IntelliJ Platform, a project encapsulates all the source code, libraries, and build instructions into a single organizational unit. -Everything done in the IDE is accomplished within the context of a project. -A project defines some collections referred to as [modules](module.md) and [libraries](library.md). -Depending on the logical and functional requirements for the project, a single-module or a multi-module project is possible. - ## Working with Projects The IntelliJ Platform stores the project configuration data in XML files.