<!-- the Compile on Save feature is turned off for the project. -->
<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
<!-- in the project's Project Properties dialog box.-->
-<project name="Addressbook" default="default" basedir=".">
- <description>Builds, tests, and runs the project Addressbook.</description>
+<project name="addressbook" default="default" basedir=".">
+ <description>Builds, tests, and runs the project addressbook.</description>
<import file="nbproject/build-impl.xml"/>
<!--
An example of overriding the target for project execution could look like this:
- <target name="run" depends="Addressbook-impl.jar">
+ <target name="run" depends="addressbook-impl.jar">
<exec dir="bin" executable="launcher.exe">
<arg file="${dist.jar}"/>
</exec>
-build.xml.data.CRC32=870ba066
-build.xml.script.CRC32=e7acbc61
+build.xml.data.CRC32=f834ac06
+build.xml.script.CRC32=8387809e
build.xml.stylesheet.CRC32=8064a381@1.75.2.48
# 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.
annotation.processing.processors.list=
annotation.processing.run.all.processors=true
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
-application.title=Addressbook
+application.title=addressbook
application.vendor=Roland Haeder
auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
build.classes.dir=${build.dir}/classes
dist.archive.excludes=
# This directory is removed when the project is cleaned:
dist.dir=dist
-dist.jar=${dist.dir}/Addressbook.jar
+dist.jar=${dist.dir}/addressbook.jar
dist.javadoc.dir=${dist.dir}/javadoc
endorsed.classpath=
excludes=
-<?xml version="1.0" encoding="UTF-8"?>\r
-<project xmlns="http://www.netbeans.org/ns/project/1">\r
- <type>org.netbeans.modules.java.j2seproject</type>\r
- <configuration>\r
- <data xmlns="http://www.netbeans.org/ns/j2se-project/3">\r
- <name>Addressbook</name>\r
- <source-roots>\r
- <root id="src.dir"/>\r
- </source-roots>\r
- <test-roots>\r
- <root id="test.src.dir"/>\r
- </test-roots>\r
- </data>\r
- </configuration>\r
-</project>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://www.netbeans.org/ns/project/1">
+ <type>org.netbeans.modules.java.j2seproject</type>
+ <configuration>
+ <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
+ <name>addressbook</name>
+ <source-roots>
+ <root id="src.dir"/>
+ </source-roots>
+ <test-roots>
+ <root id="test.src.dir"/>
+ </test-roots>
+ </data>
+ </configuration>
+</project>