Changeset 1084
- Timestamp:
- 11/20/06 11:25:55 (2 years ago)
- Files:
-
- 1 modified
-
branches/3.0-M3/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0-M3/build.xml
r1057 r1084 102 102 description="Lifecycle target: calls 'install' on all components"> 103 103 <iterate target="install"/> 104 <!-- WORKAROUND until cc configuration is changed -->105 <mkdir dir="${components.dir}/ejb/target/"/>106 <touch file="${components.dir}/ejb/target/ejb-3.0-TRUNK.jar"/>107 <!-- END WORKAROUND -->108 104 </target> 109 105
