libreccm-legacy/tools-ng
baka ac4bb8e726 Adds missing bit in instructions for tinymce
git-svn-id: https://svn.libreccm.org/ccm/trunk@5756 8810af33-2d31-482b-a856-94f89814c4df
2018-11-29 13:44:48 +00:00
..
common Updated xerces in ccm-core and tools-ng. Left tools-legacy untouched, servers just as an easy to access reference. 2018-02-03 08:17:13 +00:00
devel Added first very minimalistic support for JSR286 compliant portlet support installable in Apache Pluto portlet server. i 2014-05-25 20:24:49 +00:00
distribution Improved localization, improved some formatting and documentation, updated APLAWS bundle, added Tomcat 7 rpm SPEC and SOURCE files to create a rpm. 2014-06-25 21:02:41 +00:00
ecdc Added newer version of tomcat. 2017-06-08 12:27:33 +00:00
liferay Integrated r1930,r1931,r1932: Add new-apps target & install liferay (3d party portal server) 2009-08-28 15:27:42 +00:00
maven new version of ecdc, configure, build, deploy (should) work(s) now. 2009-03-18 08:22:36 +00:00
netbeans Adjusted netbeans project.xml to current code level. 2018-02-13 10:10:53 +00:00
sql Integrated TUV r2034,2035,2036: Added bouncycastle JCE provider 2009-12-14 15:06:55 +00:00
tinymce Adds missing bit in instructions for tinymce 2018-11-29 13:44:48 +00:00
README Unfortunately quite a large update: Reorganized web.xml fragments into a separate directory, Modified build script to use the same web.xml merger as ccm installation script. NOTE: Logic bug fixed: If bundle specifies a web.xml, it is used as is without any postprocessing. If no web.xml is specified or the file does not exist, core's web.xml is used and the web.xml fragment of any module merged in. 2014-05-30 05:40:29 +00:00

README

tools-ng

Next Generation Tools

This dir is home of tools for development, installation and maintenance of
new CCM / APLAWS, standards compliant deployment and execution context.


common/
  Library of files and schemes which are used by several development
  and user tools (ecdc, maven, and others)

devel/
  Library of files which are requirred by either the test runtime
  or the compiler to do its work (e.g. servlet API). Libs included in
  application.xml's <dendencies> ... </dependencies> segment have to
  be included here.

distribution/
  Several Files to create software distribution, esp. RPM distribution
  files.

ecdc/
  Easy CCM Development Configuration (ECDC)
  A simplified development environment with minimal installation and
  preparation prerequisites.

liferay portal server
  ready to be installed into a CCM Tomcat container.
  ant task 'install liferay' uses this directory.

maven/
  Maven development environment. 
  Comming soon.

netbeans/
  Netbeans integration. Project file which defines all CCM packages. 

README
  This file