Skip to content

mukeshSrana/xp

 
 

Repository files navigation

Enonic XP Community Edition

Welcome to the home of Enonic XP Community Edition. Here you will find all source code for the product.

Building

Before trying to build the project, you need to verify that the following software are installed:

  • Java 8 (update 40 or above) for building and running.
  • Gradle 2.x build system.

Build all code and run all tests including integration tests:

gradle build

Build all code skipping all tests:

gradle build -x test

License

This software is licensed under AGPL 3.0 license. See full license terms here. Also the distribution includes 3rd party software components. The vast majority of these libraries are licensed under Apache 2.0. For a complete list please read NOTICE.txt.

Enonic XP
Copyright (C) 2000-2015 Enonic AS.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Packages

No packages published

Languages

  • Java 40.3%
  • JavaScript 30.1%
  • TypeScript 25.3%
  • CSS 3.8%
  • HTML 0.4%
  • XSLT 0.1%