Skip to content

Commit cf42e7f

Browse files
committed
Testing and Optimization
The sort function was secretly failing in a few ways, fixed that up.
1 parent 74a1445 commit cf42e7f

17 files changed

Lines changed: 1109 additions & 139 deletions

build/built-jar.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Fri, 17 Jul 2015 16:48:32 -0600
1+
#Fri, 17 Jul 2015 21:51:59 -0600
22

33

44
F\:\\Projects\\FileUtils=

build/classes/BatchRename.class

-203 Bytes
Binary file not shown.

build/classes/FileSort.class

1.49 KB
Binary file not shown.

build/classes/GUIFactories.class

0 Bytes
Binary file not shown.
31 Bytes
Binary file not shown.

build/classes/UtilFunctions.class

-1000 Bytes
Binary file not shown.

dist/FileUtils.jar

349 Bytes
Binary file not shown.

nbproject/build-impl.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ is divided into following sections:
2020
2121
-->
2222
<project xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir=".." default="default" name="FileUtils-impl">
23+
<import file="build-native.xml"/>
2324
<fail message="Please build using Ant 1.8.0 or higher.">
2425
<condition>
2526
<not>

nbproject/build-native.xml

Lines changed: 953 additions & 0 deletions
Large diffs are not rendered by default.

nbproject/genfiles.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
build.xml.data.CRC32=ec50541a
1+
build.xml.data.CRC32=47280b0b
22
build.xml.script.CRC32=9f8a2078
33
build.xml.stylesheet.CRC32=8064a381@1.75.2.48
44
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
55
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6-
nbproject/build-impl.xml.data.CRC32=ec50541a
7-
nbproject/build-impl.xml.script.CRC32=a7e33295
6+
nbproject/build-impl.xml.data.CRC32=47280b0b
7+
nbproject/build-impl.xml.script.CRC32=7702d0e6
88
nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.75.2.48

0 commit comments

Comments
 (0)