From 98b5cf71f252e1f8443e03d39280a6b52ffa6933 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sun, 23 Apr 2023 23:31:37 -0700 Subject: [PATCH] spellchecks --- nbproject/project.xml | 100 +++++++++++++++++++++--------------------- 1 file changed, 51 insertions(+), 49 deletions(-) diff --git a/nbproject/project.xml b/nbproject/project.xml index 42694ffc34..39294ac24a 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -1,54 +1,56 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://www.netbeans.org/ns/project/1"> - <type>org.netbeans.modules.ant.freeform</type> - <configuration> - <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1"> - <name>Networked Graphics MV3500</name> - </general-data> - <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2"> +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://www.netbeans.org/ns/project/1"> + <type>org.netbeans.modules.ant.freeform</type> + <configuration> + <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1"> + <name>Networked Graphics MV3500</name> + </general-data> + <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2"> <!-- Do not use Project Properties customizer when editing this file manually. To prevent the customizer from showing, create nbproject/project.properties file and enter auxiliary.show.customizer=false property there. Adding auxiliary.show.customizer.message=<message> - will show your customized message when someone attempts to open the customizer. --> - <name>Networked Graphics MV3500</name> - <properties/> - <folders> - <source-folder> - <label>Networked Graphics MV3500</label> - <location>.</location> - <encoding>UTF-8</encoding> - </source-folder> - </folders> - <ide-actions/> - <view> - <items> - <source-file> - <location>build.xml</location> - </source-file> - </items> - <context-menu/> - </view> - <subprojects/> - </general-data> - <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1"/> - <spellchecker-wordlist xmlns="http://www.netbeans.org/ns/spellchecker-wordlist/1"> - <word>archivally</word> - <word>autogenerated</word> - <word>codebases</word> - <word>DIS</word> - <word>https</word> - <word>integrators</word> - <word>interoperability</word> - <word>interoperable</word> - <word>LVC</word> - <word>multicast</word> - <word>PDUs</word> - <word>TENA</word> - <word>UML</word> - <word>WebRTC</word> - <word>Wikipedia</word> - </spellchecker-wordlist> - </configuration> -</project> + will show your customized message when someone attempts to open the customizer. --> + <name>Networked Graphics MV3500</name> + <properties/> + <folders> + <source-folder> + <label>Networked Graphics MV3500</label> + <location>.</location> + <encoding>UTF-8</encoding> + </source-folder> + </folders> + <ide-actions/> + <view> + <items> + <source-file> + <location>build.xml</location> + </source-file> + </items> + <context-menu/> + </view> + <subprojects/> + </general-data> + <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1"/> + <spellchecker-wordlist xmlns="http://www.netbeans.org/ns/spellchecker-wordlist/1"> + <word>archivally</word> + <word>autogenerated</word> + <word>codebases</word> + <word>DIS</word> + <word>https</word> + <word>integrators</word> + <word>interoperability</word> + <word>interoperable</word> + <word>LVC</word> + <word>multicast</word> + <word>NPS</word> + <word>PDUs</word> + <word>Redistributions</word> + <word>TENA</word> + <word>UML</word> + <word>WebRTC</word> + <word>Wikipedia</word> + </spellchecker-wordlist> + </configuration> +</project> -- GitLab