Changes for page Deployment-Book
Last modified by Aaron Rosenzweig on 2012/01/23 04:38
From version 14.1
edited by Pascal Robert
on 2011/05/08 02:58
on 2011/05/08 02:58
Change comment:
There is no comment for this version
To version 13.1
edited by Pascal Robert
on 2011/05/08 04:12
on 2011/05/08 04:12
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -6,6 +6,56 @@ 6 6 7 7 == Structure of .framework and .woa Build Products == 8 8 9 +{{code}} 10 + 11 +.framework 12 + -> Resources 13 + -> English.lproj, ... 14 + -> ValidationTemplate.strings, Localizable.strings 15 + -> .wo, .api 16 + -> CustomInfo.plist 17 + -> Info.plist 18 + -> Java 19 + -> Properties 20 + -> *.eomodeld 21 + -> WebServerResources 22 + -> English.lproj, ... 23 + -> .css/.png 24 + -> .css/.png 25 + 26 +{{/code}} 27 + 28 +{{code}} 29 + 30 +.woa 31 + -> AppName 32 + -> AppName.cmd 33 + -> WOBootstrap.jar 34 + -> Content 35 + -> Frameworks 36 + -> Info.plist 37 + -> MacOS 38 + -> MacOSClassPath.txt 39 + -> MacOSXServerClassPath.txt 40 + -> Resources 41 + -> English.lproj, ... 42 + -> ValidationTemplate.strings, Localizable.strings 43 + -> .wo, .api 44 + -> CustomInfo.plist 45 + -> Java 46 + -> *.eomodeld 47 + -> Properties 48 + -> UNIX 49 + -> UNIXClassPath.txt 50 + -> WebServerResources 51 + -> English.lproj, ... 52 + -> .css/.png 53 + -> Windows 54 + -> CLSSPATH.TXT 55 + -> SUBPATHS.TXT 56 + 57 +{{/code}} 58 + 9 9 == WebObjects and Classpaths == 10 10 11 11 == Organizing Deployments ==