-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
afc1d94
commit 8480495
Showing
13 changed files
with
82 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--input ../dist/ | ||
--name CSCH | ||
--main-jar CSCH.jar | ||
--app-version 1.5.1 | ||
--vendor 'Prof. Dr. David Buzatto' | ||
--description 'Computer Supported Class Helper' | ||
--icon pallete.ico | ||
--license-file ../dist/LICENSE.MD | ||
--win-dir-chooser | ||
--win-menu-group 'CSCH' | ||
--win-per-user-install | ||
--win-shortcut |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
jpackage @build-jpackage-options.txt |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ [email protected] | |
# 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=1f5068e9 | ||
nbproject/build-impl.xml.script.CRC32=429ea46e | ||
nbproject/build-impl.xml.stylesheet.CRC32=d549e5cc@1.97.0.48 | ||
nbproject/build-impl.xml.script.CRC32=d886c45b | ||
nbproject/build-impl.xml.stylesheet.CRC32=12e0a6c2@1.102.0.48 |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
compile.on.save=true | ||
do.depend=false | ||
do.jar=true | ||
do.jlink=false | ||
javac.debug=true | ||
javadoc.preview=true | ||
jlink.strip=false | ||
user.properties.file=C:\\Users\\David\\AppData\\Roaming\\NetBeans\\16\\build.properties |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project-private xmlns="http://www.netbeans.org/ns/project-private/1"> | ||
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="17"> | ||
<file> | ||
<url>src/br/com/davidbuzatto/computersupportedclasshelper/gui/MainWindow.java</url> | ||
<bookmark id="13"> | ||
<name/> | ||
<line>1853</line> | ||
<key/> | ||
</bookmark> | ||
<bookmark id="16"> | ||
<name/> | ||
<line>2877</line> | ||
<key/> | ||
</bookmark> | ||
<bookmark id="17"> | ||
<name/> | ||
<line>3233</line> | ||
<key/> | ||
</bookmark> | ||
<bookmark id="14"> | ||
<name/> | ||
<line>3290</line> | ||
<key/> | ||
</bookmark> | ||
<bookmark id="15"> | ||
<name/> | ||
<line>3291</line> | ||
<key/> | ||
</bookmark> | ||
</file> | ||
</editor-bookmarks> | ||
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2"> | ||
<group/> | ||
</open-files> | ||
</project-private> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project-private xmlns="http://www.netbeans.org/ns/project-private/1"> | ||
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="12"> | ||
<file> | ||
<url>src/br/com/davidbuzatto/computersupportedclasshelper/gui/MainWindow.java</url> | ||
<bookmark id="11"> | ||
<name/> | ||
<line>2717</line> | ||
<key/> | ||
</bookmark> | ||
</file> | ||
</editor-bookmarks> | ||
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2"> | ||
<group/> | ||
</open-files> | ||
</project-private> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters