Skip to content
Snippets Groups Projects
Commit 8621f391 authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

[Terry N.] update NB stuff

parent 897a4422
No related branches found
No related tags found
No related merge requests found
...@@ -27,13 +27,13 @@ to lat/lon/alt. ...@@ -27,13 +27,13 @@ to lat/lon/alt.
<!-- Note: this is using a Google Maps API key linked to me, DMcG. For serious use, go to --> <!-- Note: this is using a Google Maps API key linked to me, DMcG. For serious use, go to -->
<!-- https://code.google.com/apis/console and get your own api key. Using this key is fine for demo purposes. --> <!-- https://code.google.com/apis/console and get your own api key. Using this key is fine for demo purposes. -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAZihiWY3ho8hHfkhu9_6mcMSkxSvpjbTI&amp;sensor=true"></script> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAZihiWY3ho8hHfkhu9_6mcMSkxSvpjbTI&amp;sensor=true"></script>
<!-- Binary DIS implementation, also coordinate system conversion utilities --> <!-- Binary DIS implementation, also coordinate system conversion utilities -->
<script type="text/javascript" src="scripts/dis.js"></script> <script src="scripts/dis.js"></script>
<script type="text/javascript" src="scripts/DisAppearance.js"></script> <script src="scripts/DisAppearance.js"></script>
<script type="text/javascript" src="scripts/app/index.js"></script> <script src="scripts/app/index.js"></script>
</head> </head>
<body> <body>
<div id="map-canvas"></div> <div id="map-canvas"></div>
......
...@@ -71,8 +71,8 @@ is divided into following sections: ...@@ -71,8 +71,8 @@ is divided into following sections:
<property file="${user.properties.file}"/> <property file="${user.properties.file}"/>
<!-- The two properties below are usually overridden --> <!-- The two properties below are usually overridden -->
<!-- by the active platform. Just a fallback. --> <!-- by the active platform. Just a fallback. -->
<property name="default.javac.source" value="1.6"/> <property name="default.javac.source" value="1.8"/>
<property name="default.javac.target" value="1.6"/> <property name="default.javac.target" value="1.8"/>
</target> </target>
<target depends="-pre-init,-init-private,-init-libraries,-init-user" name="-init-project"> <target depends="-pre-init,-init-private,-init-libraries,-init-user" name="-init-project">
<property file="nbproject/configs/${config}.properties"/> <property file="nbproject/configs/${config}.properties"/>
......
...@@ -4,5 +4,5 @@ build.xml.stylesheet.CRC32=f85dc8f2@1.95.0.48 ...@@ -4,5 +4,5 @@ build.xml.stylesheet.CRC32=f85dc8f2@1.95.0.48
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=306f03f1 nbproject/build-impl.xml.data.CRC32=306f03f1
nbproject/build-impl.xml.script.CRC32=c0f55611 nbproject/build-impl.xml.script.CRC32=5c8b2865
nbproject/build-impl.xml.stylesheet.CRC32=d549e5cc@1.99.0.48 nbproject/build-impl.xml.stylesheet.CRC32=12e0a6c2@1.100.0.48
...@@ -117,6 +117,7 @@ meta.inf.dir=${src.dir}/META-INF ...@@ -117,6 +117,7 @@ meta.inf.dir=${src.dir}/META-INF
mkdist.disabled=false mkdist.disabled=false
no.dependencies=true no.dependencies=true
platform.active=default_platform platform.active=default_platform
project.license=MOVES
run.classpath=\ run.classpath=\
${javac.classpath}:\ ${javac.classpath}:\
${build.classes.dir}:\ ${build.classes.dir}:\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment