diff --git a/pitiupi/build/classes/.netbeans_automatic_build b/pitiupi/build/classes/.netbeans_automatic_build deleted file mode 100644 index e69de29..0000000 diff --git a/pitiupi/build/classes/.netbeans_update_resources b/pitiupi/build/classes/.netbeans_update_resources deleted file mode 100644 index e69de29..0000000 diff --git a/pitiupi/build/classes/pitiupi/GUI/Login.class b/pitiupi/build/classes/pitiupi/GUI/Login.class deleted file mode 100644 index b5380ba..0000000 Binary files a/pitiupi/build/classes/pitiupi/GUI/Login.class and /dev/null differ diff --git a/pitiupi/build/classes/pitiupi/GUI/MainWindow.class b/pitiupi/build/classes/pitiupi/GUI/MainWindow.class deleted file mode 100644 index e7780db..0000000 Binary files a/pitiupi/build/classes/pitiupi/GUI/MainWindow.class and /dev/null differ diff --git a/pitiupi/build/classes/pitiupi/GUI/MenuBar.class b/pitiupi/build/classes/pitiupi/GUI/MenuBar.class deleted file mode 100644 index 71aaa0d..0000000 Binary files a/pitiupi/build/classes/pitiupi/GUI/MenuBar.class and /dev/null differ diff --git a/pitiupi/build/classes/pitiupi/Main$1.class b/pitiupi/build/classes/pitiupi/Main$1.class deleted file mode 100644 index ab626d0..0000000 Binary files a/pitiupi/build/classes/pitiupi/Main$1.class and /dev/null differ diff --git a/pitiupi/build/classes/pitiupi/Main.class b/pitiupi/build/classes/pitiupi/Main.class deleted file mode 100644 index c1bcbbd..0000000 Binary files a/pitiupi/build/classes/pitiupi/Main.class and /dev/null differ diff --git a/pitiupi/build/classes/pitiupi/control/PluginLoader.class b/pitiupi/build/classes/pitiupi/control/PluginLoader.class deleted file mode 100644 index 97ef0bc..0000000 Binary files a/pitiupi/build/classes/pitiupi/control/PluginLoader.class and /dev/null differ diff --git a/pitiupi/build/classes/pitiupi/net/Message.class b/pitiupi/build/classes/pitiupi/net/Message.class deleted file mode 100644 index 4033d96..0000000 Binary files a/pitiupi/build/classes/pitiupi/net/Message.class and /dev/null differ diff --git a/pitiupi/build/classes/pitiupi/net/Socket.class b/pitiupi/build/classes/pitiupi/net/Socket.class deleted file mode 100644 index d182b43..0000000 Binary files a/pitiupi/build/classes/pitiupi/net/Socket.class and /dev/null differ diff --git a/pitiupi/build/classes/pitiupi/plugin/Plugin.class b/pitiupi/build/classes/pitiupi/plugin/Plugin.class deleted file mode 100644 index 13963a8..0000000 Binary files a/pitiupi/build/classes/pitiupi/plugin/Plugin.class and /dev/null differ diff --git a/pitiupi/dist/README.TXT b/pitiupi/dist/README.TXT deleted file mode 100644 index c336b53..0000000 --- a/pitiupi/dist/README.TXT +++ /dev/null @@ -1,32 +0,0 @@ -======================== -BUILD OUTPUT DESCRIPTION -======================== - -When you build an Java application project that has a main class, the IDE -automatically copies all of the JAR -files on the projects classpath to your projects dist/lib folder. The IDE -also adds each of the JAR files to the Class-Path element in the application -JAR files manifest file (MANIFEST.MF). - -To run the project from the command line, go to the dist folder and -type the following: - -java -jar "pitiupi.jar" - -To distribute this project, zip up the dist folder (including the lib folder) -and distribute the ZIP file. - -Notes: - -* If two JAR files on the project classpath have the same name, only the first -JAR file is copied to the lib folder. -* Only JAR files are copied to the lib folder. -If the classpath contains other types of files or folders, these files (folders) -are not copied. -* If a library on the projects classpath also has a Class-Path element -specified in the manifest,the content of the Class-Path element has to be on -the projects runtime path. -* To set a main class in a standard Java project, right-click the project node -in the Projects window and choose Properties. Then click Run and enter the -class name in the Main Class field. Alternatively, you can manually type the -class name in the manifest Main-Class element. diff --git a/pitiupi/dist/pitiupi.jar b/pitiupi/dist/pitiupi.jar deleted file mode 100644 index 85ec1b8..0000000 Binary files a/pitiupi/dist/pitiupi.jar and /dev/null differ