diff --git a/questionarios/Coiso/build.xml b/questionarios/Coiso/build.xml new file mode 100644 index 00000000..2158a534 --- /dev/null +++ b/questionarios/Coiso/build.xml @@ -0,0 +1,69 @@ + + + + + + Builds, tests, and runs the project Coiso. + + + diff --git a/questionarios/Coiso/manifest.mf b/questionarios/Coiso/manifest.mf new file mode 100644 index 00000000..328e8e5b --- /dev/null +++ b/questionarios/Coiso/manifest.mf @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +X-COMMENT: Main-Class will be added automatically by build + diff --git a/questionarios/Coiso/nbproject/build-impl.xml b/questionarios/Coiso/nbproject/build-impl.xml new file mode 100644 index 00000000..00e5e4b9 --- /dev/null +++ b/questionarios/Coiso/nbproject/build-impl.xml @@ -0,0 +1,541 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must set src.dir + Must set test.src.dir + Must set build.dir + Must set dist.dir + Must set build.classes.dir + Must set dist.javadoc.dir + Must set build.test.classes.dir + Must set build.test.results.dir + Must set build.classes.excludes + Must set dist.jar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select some files in the IDE or set javac.includes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + To run this application from the command line without Ant, try: + + + + + + + java -cp "${run.classpath.with.dist.jar}" ${main.class} + + + + + + + + + + + + + + + + + + + + + + + To run this application from the command line without Ant, try: + + java -jar "${dist.jar.resolved}" + + + + + + + + + + + + + + + + Must select one file in the IDE or set run.class + + + + + + + + + + + + + + + + + + + + Must select one file in the IDE or set debug.class + + + + + Must set fix.includes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select some files in the IDE or set javac.includes + + + + + + + + + + + + + + + + + + + + + + + Some tests failed; see details above. + + + + + + + + + Must select some files in the IDE or set test.includes + + + + Some tests failed; see details above. + + + + + Must select one file in the IDE or set test.class + + + + + + + + + + + + + + + + + Must select one file in the IDE or set applet.url + + + + + + + + + Must select one file in the IDE or set applet.url + + + + + + + + + + + + + + + + + + + diff --git a/questionarios/Coiso/nbproject/genfiles.properties b/questionarios/Coiso/nbproject/genfiles.properties new file mode 100644 index 00000000..e47da1e2 --- /dev/null +++ b/questionarios/Coiso/nbproject/genfiles.properties @@ -0,0 +1,8 @@ +build.xml.data.CRC32=e6967949 +build.xml.script.CRC32=d8f79680 +build.xml.stylesheet.CRC32=240b97a2 +# 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=e6967949 +nbproject/build-impl.xml.script.CRC32=0fc26484 +nbproject/build-impl.xml.stylesheet.CRC32=65d7ca21 diff --git a/questionarios/Coiso/nbproject/project.properties b/questionarios/Coiso/nbproject/project.properties new file mode 100644 index 00000000..81e6a6ba --- /dev/null +++ b/questionarios/Coiso/nbproject/project.properties @@ -0,0 +1,56 @@ +application.args= +build.classes.dir=${build.dir}/classes +build.classes.excludes=**/*.java,**/*.form +# This directory is removed when the project is cleaned: +build.dir=build +build.generated.dir=${build.dir}/generated +# Only compile against the classpath explicitly listed here: +build.sysclasspath=ignore +build.test.classes.dir=${build.dir}/test/classes +build.test.results.dir=${build.dir}/test/results +debug.classpath=\ + ${run.classpath} +debug.test.classpath=\ + ${run.test.classpath} +# This directory is removed when the project is cleaned: +dist.dir=dist +dist.jar=${dist.dir}/Coiso.jar +dist.javadoc.dir=${dist.dir}/javadoc +jar.compress=false +javac.classpath= +# Space-separated list of extra javac options +javac.compilerargs= +javac.deprecation=false +javac.source=1.6 +javac.target=1.6 +javac.test.classpath=\ + ${javac.classpath}:\ + ${build.classes.dir}:\ + ${libs.junit.classpath} +javadoc.additionalparam= +javadoc.author=false +javadoc.encoding= +javadoc.noindex=false +javadoc.nonavbar=false +javadoc.notree=false +javadoc.private=false +javadoc.splitindex=true +javadoc.use=true +javadoc.version=false +javadoc.windowtitle= +main.class=coiso.Main +manifest.file=manifest.mf +meta.inf.dir=${src.dir}/META-INF +platform.active=default_platform +run.classpath=\ + ${javac.classpath}:\ + ${build.classes.dir} +# Space-separated list of JVM arguments used when running the project +# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value +# or test-sys-prop.name=value to set system properties for unit tests): +run.jvmargs= +run.test.classpath=\ + ${javac.test.classpath}:\ + ${build.test.classes.dir} +src.dir=src +test.src.dir=test diff --git a/questionarios/Coiso/nbproject/project.xml b/questionarios/Coiso/nbproject/project.xml new file mode 100644 index 00000000..8456f35d --- /dev/null +++ b/questionarios/Coiso/nbproject/project.xml @@ -0,0 +1,16 @@ + + + org.netbeans.modules.java.j2seproject + + + Coiso + 1.6.5 + + + + + + + + + diff --git a/questionarios/Coiso/src/coiso/Main.java b/questionarios/Coiso/src/coiso/Main.java new file mode 100644 index 00000000..295b1a65 --- /dev/null +++ b/questionarios/Coiso/src/coiso/Main.java @@ -0,0 +1,32 @@ +/* + * Main.java + * + * Created on October 4, 2007, 10:55 AM + * + * To change this template, choose Tools | Template Manager + * and open the template in the editor. + */ + +package coiso; + +/** + * + * @author ntaborda + */ +public class Main +{ + + /** Creates a new instance of Main */ + public Main() + { + } + + /** + * @param args the command line arguments + */ + public static void main(String[] args) + { + // TODO code application logic here + } + +}