-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild-properties.xml
More file actions
40 lines (40 loc) · 1.29 KB
/
build-properties.xml
File metadata and controls
40 lines (40 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<apple-properties>
<apple>
<log><verbose>true</verbose></log>
<java>
<jvmopts></jvmopts>
</java>
<jdb>
<jdbopts></jdbopts>
</jdb>
<javac>
<arg>
<source>1.5</source>
<target>1.5</target>
</arg>
</javac>
</apple>
<wo>
<project_type>woa</project_type>
<create_selfcontained_bundle>true</create_selfcontained_bundle>
<create_legacy_bundle>true</create_legacy_bundle>
<create_war_bundle>true</create_war_bundle>
<WOApplicationClassName>webobjectsexamples.petstorewojava.Application</WOApplicationClassName>
<run>
<launchscript>legacy</launchscript>
</run>
<path>
<woroot>/</woroot>
<systemroot>/System</systemroot>
<localroot>/Library</localroot>
<installroot>/Library/WebObjects/Applications</installroot>
<j2ee><servlet_deploy_dir>/Library/JBoss/4.0/deploy</servlet_deploy_dir></j2ee>
<other_java_class_path>/Users/Shared/Java:/System/Library/WebObjects/Java</other_java_class_path>
<webobjects_documentroot>/Library/WebServer/Documents/WebObjects</webobjects_documentroot>
<installed>
<support_files_dir>/Library/Application Support/Apple/Developer Tools/WebObjects Support</support_files_dir>
</installed>
</path>
</wo>
</apple-properties>