libreccm-legacy/tools-ng
pb 610436b23a Relocated ccm-portalworkspace-homepage to ccm-ldn-portalworkspace-homepage. Module is deprecated, but still used for some APLAWS installations.
git-svn-id: https://svn.libreccm.org/ccm/trunk@2930 8810af33-2d31-482b-a856-94f89814c4df
2014-10-30 09:10:49 +00:00
..
common Added task 'pluto-assemble' to the load ant project. It scans the portlet.xml file and injects for each portlet the Pluto specific registration code into web.xml. Should be executed after load-bundle step and is only needed when developing CCM JSR portlets in a Pluto test environment. Modified core web.xml accordingly. 2014-05-31 22:44:15 +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 Integrated ButtonHelper for FancyBox2 2014-06-04 10:49:14 +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 Relocated ccm-portalworkspace-homepage to ccm-ldn-portalworkspace-homepage. Module is deprecated, but still used for some APLAWS installations. 2014-10-30 09:10:49 +00:00
sql Integrated TUV r2034,2035,2036: Added bouncycastle JCE provider 2009-12-14 15:06:55 +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