-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild-properties.xml
More file actions
36 lines (36 loc) · 1.07 KB
/
build-properties.xml
File metadata and controls
36 lines (36 loc) · 1.07 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
<apple-properties>
<apple>
<log><verbose>true</verbose></log>
<java>
<jvmopts>-Dcom.sun.management.jmxremote=false</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>Application</WOApplicationClassName>
<run>
<launchscript>legacy</launchscript>
</run>
<path>
<woroot>/</woroot>
<systemroot>/System</systemroot>
<localroot>/Library</localroot>
<installroot>/System/Library/WebObjects/JavaApplications</installroot>
<j2ee><servlet_deploy_dir>/Library/JBoss/4.0/deploy</servlet_deploy_dir></j2ee>
<other_java_class_path></other_java_class_path>
<webobjects_documentroot>/Library/WebServer/Documents/WebObjects</webobjects_documentroot>
</path>
</wo>
</apple-properties>