Changeset 4392 for trunk/build.xml
- Timestamp:
- 10/22/06 10:39:17 (2 years ago)
- Files:
-
- trunk/build.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build.xml
r3808 r4392 3 3 <!-- plan: 4 4 target scaffold is the one that will create a 5 new moduledirectory5 new component directory 6 6 It will: 7 a) create the moduledirectory (and fail if it exists)8 b) create the config, handler,midcom,style and docsubdirs.7 a) create the component directory (and fail if it exists) 8 b) create the config, handler, midcom, style and documentation subdirs. 9 9 c) generate a simple manifest.inc file. 10 d) generate simple view .php and admin.php files10 d) generate simple viewer.php and admin.php files 11 11 12 12 --> … … 52 52 <mkdir dir="${module_dir}"/> 53 53 <mkdir dir="${module_dir}/config"/> 54 <mkdir dir="${module_dir}/doc s"/>54 <mkdir dir="${module_dir}/documentation"/> 55 55 <mkdir dir="${module_dir}/midcom"/> 56 56 <mkdir dir="${module_dir}/handler"/> … … 60 60 61 61 <input propertyname="module_description" 62 defaultValue="MidCOM module${module}"62 defaultValue="MidCOM component ${module}" 63 63 > 64 Enter moduledescription:64 Enter component description: 65 65 </input> 66 66
