FLUID-2932: Define module grouping information to be used by the custom builder

Metadata

Source
FLUID-2932
Type
Task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Justin Obara
Created
2009-06-09T10:47:27.000-0400
Updated
2009-08-24T11:02:17.000-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Infusion Builder

Description

Define module grouping information to be used by the custom builder

In the "build.properties" file. Define the groups. For the specific modules add the name of the group to the module reference

group_id="components"
group_name="Infusion Component Modules"
groupd_descriptoin=""

module_inlineEdit-components="components/inlineEdit"

Comments

  • Justin Obara commented 2009-07-02T11:36:21.000-0400

    module_inlineEdit-components="components/inlineEdit"

    we should be able to omit the "-components" part as we may be able to parse this out of the location information.

  • Laurel Williams commented 2009-07-02T16:16:14.000-0400

    This is complete but needs to be tested by parsing within the server code.

  • Justin Obara commented 2009-07-03T15:23:12.000-0400

    need to remove the old moduleGroups.json file

  • Justin Obara commented 2009-07-03T15:26:32.000-0400

    the moduleGroups.json file has been removed from trunk