Skip to content

Commit 860d578

Browse files
committed
Formatting
1 parent 7ff9783 commit 860d578

File tree

9 files changed

+2420
-2449
lines changed

9 files changed

+2420
-2449
lines changed

nbproject/build-impl.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,6 +1686,7 @@ is divided into following sections:
16861686
</target>
16871687
<target depends="init,compile-test-single,-init-test-run-module-properties,-debug-start-debugger-test,-debug-start-debuggee-test" name="debug-test"/>
16881688
<target depends="init,compile-test-single,-init-test-run-module-properties,-debug-start-debugger-test,-debug-start-debuggee-test-method" name="debug-test-method"/>
1689+
<target depends="debug-test-method" name="debug-single-method"/>
16891690
<target depends="init,-pre-debug-fix,compile-test-single" if="netbeans.home" name="-do-debug-fix-test">
16901691
<j2seproject1:nbjpdareload dir="${build.test.classes.dir}"/>
16911692
</target>

nbproject/genfiles.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ build.xml.stylesheet.CRC32=f85dc8f2@1.95.0.48
44
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
55
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
66
nbproject/build-impl.xml.data.CRC32=6106e3d1
7-
nbproject/build-impl.xml.script.CRC32=f2cfd8e0
8-
nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.95.0.48
7+
nbproject/build-impl.xml.script.CRC32=8e6690c6
8+
nbproject/build-impl.xml.stylesheet.CRC32=d549e5cc@1.97.0.48

src/config/worldwind.xml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2006-2009, 2017, 2020 United States Government, as represented by the
4-
~ Administrator of the National Aeronautics and Space Administration.
5-
~ All rights reserved.
6-
~
7-
~ The NASA World Wind Java (WWJ) platform is licensed under the Apache License,
8-
~ Version 2.0 (the "License"); you may not use this file except in compliance
9-
~ with the License. You may obtain a copy of the License at
10-
~ http://www.apache.org/licenses/LICENSE-2.0
11-
~
12-
~ Unless required by applicable law or agreed to in writing, software distributed
13-
~ under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
14-
~ CONDITIONS OF ANY KIND, either express or implied. See the License for the
15-
~ specific language governing permissions and limitations under the License.
16-
~
17-
~ NASA World Wind Java (WWJ) also contains the following 3rd party Open Source
18-
~ software:
19-
~
20-
~ Jackson Parser – Licensed under Apache 2.0
21-
~ GDAL – Licensed under MIT
22-
~ JOGL – Licensed under Berkeley Software Distribution (BSD)
23-
~ Gluegen – Licensed under Berkeley Software Distribution (BSD)
24-
~
25-
~ A complete listing of 3rd Party software notices and licenses included in
26-
~ NASA World Wind Java (WWJ) can be found in the WorldWindJava-v2.2 3rd-party
27-
~ notices and licenses PDF found in code directory.
28-
-->
3+
~ Copyright 2006-2009, 2017, 2020 United States Government, as represented by the
4+
~ Administrator of the National Aeronautics and Space Administration.
5+
~ All rights reserved.
6+
~
7+
~ The NASA World Wind Java (WWJ) platform is licensed under the Apache License,
8+
~ Version 2.0 (the "License"); you may not use this file except in compliance
9+
~ with the License. You may obtain a copy of the License at
10+
~ http://www.apache.org/licenses/LICENSE-2.0
11+
~
12+
~ Unless required by applicable law or agreed to in writing, software distributed
13+
~ under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
14+
~ CONDITIONS OF ANY KIND, either express or implied. See the License for the
15+
~ specific language governing permissions and limitations under the License.
16+
~
17+
~ NASA World Wind Java (WWJ) also contains the following 3rd party Open Source
18+
~ software:
19+
~
20+
~ Jackson Parser – Licensed under Apache 2.0
21+
~ GDAL – Licensed under MIT
22+
~ JOGL – Licensed under Berkeley Software Distribution (BSD)
23+
~ Gluegen – Licensed under Berkeley Software Distribution (BSD)
24+
~
25+
~ A complete listing of 3rd Party software notices and licenses included in
26+
~ NASA World Wind Java (WWJ) can be found in the WorldWindJava-v2.2 3rd-party
27+
~ notices and licenses PDF found in code directory.
28+
-->
2929

3030
<!--$Id: worldwind.xml 2348 2014-09-25 23:35:46Z dcollins $-->
3131
<!--Default WorldWind configuration values-->
@@ -116,10 +116,10 @@
116116
<!--<Property name="gov.nasa.worldwind.avkey.UrlProxyType" value="Proxy.Type.Http"/>-->
117117

118118
<!-- Location of icons for MIL-STD-2525C symbol set. This can be a URL to a web server, to a local zip or jar archive.
119-
See https://goworldwind.org/developers-guide/symbology/tactical-symbols/#offline-use for more information on how
120-
to configure a local symbol repository.
121-
Examples: http://myserver.com/milstd2525/ (web server)
122-
jar:file:milstd2525-symbols.zip! (local zip archive) -->
119+
See https://goworldwind.org/developers-guide/symbology/tactical-symbols/#offline-use for more information on how
120+
to configure a local symbol repository.
121+
Examples: http://myserver.com/milstd2525/ (web server)
122+
jar:file:milstd2525-symbols.zip! (local zip archive) -->
123123
<Property name="gov.nasa.worldwind.avkey.MilStd2525IconRetrieverPath"
124124
value="https://worldwind.arc.nasa.gov/milstd2525c/rev1/"/>
125125
</WorldWindConfiguration>

0 commit comments

Comments
 (0)