Changes for page EOModelDoc

Last modified by Theodore Petrosky on 2012/02/11 13:36

From version 39.1
edited by Chuck Hill
on 2008/07/31 18:43
Change comment: There is no comment for this version
To version 40.1
edited by Chuck Hill
on 2008/07/31 18:31
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -64,16 +64,11 @@
64 64  <java jar="dist/test.jar"
65 65   fork="true"
66 66   maxmemory="256m">
67 - <arg value="-output" />
68 - <arg value="/path/to/output/folder" />
69 - <arg value="-model" />
70 - <arg value="/path/to/model.eomodeld" />
71 - <arg value="-modelgroup" />
72 - <arg value="/path/to/working/dir" />
73 - <arg value="-templates" />
74 - <arg value="/path/to/templates" />
75 - <arg value="-entityURLTemplate" />
76 - <arg value="http://whatever?$${entity.classNamePath}.html" />
67 + <arg value="-output /path/to/output/folder" />
68 + <arg value="-model /path/to/model.eomodeld" />
69 + <arg value="-modelgroup /path/to/working/dir" />
70 + <arg value="-templates /path/to/templates" />
71 + <arg value="-entityURLTemplate http://whatever?$${entity.classNamePath}.html" />
77 77  </java>
78 78  
79 79  {{/code}}