diff --git a/Winda/nbproject/genfiles.properties b/Winda/nbproject/genfiles.properties index 2907f99..59c3a72 100644 --- a/Winda/nbproject/genfiles.properties +++ b/Winda/nbproject/genfiles.properties @@ -1,8 +1,8 @@ -build.xml.data.CRC32=6625d932 +build.xml.data.CRC32=a37bb9f5 build.xml.script.CRC32=c0e8f582 build.xml.stylesheet.CRC32=28e38971@1.38.3.45 # 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. -nbproject/build-impl.xml.data.CRC32=6625d932 +nbproject/build-impl.xml.data.CRC32=a37bb9f5 nbproject/build-impl.xml.script.CRC32=232a7f98 nbproject/build-impl.xml.stylesheet.CRC32=229523de@1.38.3.45 diff --git a/Winda/nbproject/project.properties b/Winda/nbproject/project.properties index e5a964d..63c3ca7 100644 --- a/Winda/nbproject/project.properties +++ b/Winda/nbproject/project.properties @@ -1,3 +1,6 @@ +annotation.processing.enabled=true +annotation.processing.enabled.in.editor=false +annotation.processing.run.all.processors=true application.desc=A simple java desktop application based on Swing Application Framework application.homepage=http://appframework.dev.java.net application.title=Basic Application Example @@ -20,6 +23,7 @@ debug.test.classpath=\ dist.dir=dist dist.jar=${dist.dir}/Winda.jar dist.javadoc.dir=${dist.dir}/javadoc +endorsed.classpath= excludes= includes=** jar.compress=false @@ -28,6 +32,8 @@ javac.classpath=\ # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false +javac.processorpath=\ + ${javac.classpath} javac.source=1.5 javac.target=1.5 javac.test.classpath=\ @@ -46,7 +52,7 @@ javadoc.splitindex=true javadoc.use=true javadoc.version=false javadoc.windowtitle= -main.class=winda.WindaApp +main.class=winda.gui.WindaApp manifest.file=manifest.mf meta.inf.dir=${src.dir}/META-INF platform.active=default_platform diff --git a/Winda/nbproject/project.xml b/Winda/nbproject/project.xml index 1ed2afc..cd09440 100644 --- a/Winda/nbproject/project.xml +++ b/Winda/nbproject/project.xml @@ -1,19 +1,19 @@ - - - org.netbeans.modules.java.j2seproject - - - Winda - 1.6.5 - - - - - - - - - - - - + + + org.netbeans.modules.java.j2seproject + + + Winda + 1.6.5 + + + + + + + + + + + +