Skip to content

Commit c1e05fe

Browse files
committed
Sort package names in Eclipse meta file so they sort correctly in IDE
1 parent 15d68a9 commit c1e05fe

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.classpath

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="Java/Ch 05. Bit Manipulation"/>
4-
<classpathentry kind="src" path="Java/Ch 06. Math and Logic Puzzles"/>
5-
<classpathentry kind="src" path="Java/Ch 02. Linked Lists"/>
6-
<classpathentry kind="src" path="Java/Ch 08. Recursion and Dynamic Programming"/>
7-
<classpathentry kind="src" path="Java/CtCILibrary"/>
83
<classpathentry kind="src" path="Java/Introduction"/>
4+
<classpathentry kind="src" path="Java/Big O"/>
95
<classpathentry kind="src" path="Java/Ch 01. Arrays and Strings"/>
10-
<classpathentry kind="src" path="Java/Ch 13. Java"/>
11-
<classpathentry kind="src" path="Java/Ch 10. Sorting and Searching"/>
6+
<classpathentry kind="src" path="Java/Ch 02. Linked Lists"/>
7+
<classpathentry kind="src" path="Java/Ch 03. Stacks and Queues"/>
128
<classpathentry kind="src" path="Java/Ch 04. Trees and Graphs"/>
9+
<classpathentry kind="src" path="Java/Ch 05. Bit Manipulation"/>
10+
<classpathentry kind="src" path="Java/Ch 06. Math and Logic Puzzles"/>
1311
<classpathentry kind="src" path="Java/Ch 07. Object-Oriented Design"/>
14-
<classpathentry kind="src" path="Java/Big O"/>
15-
<classpathentry kind="src" path="Java/Ch 16. Moderate"/>
16-
<classpathentry kind="src" path="Java/Ch 03. Stacks and Queues"/>
12+
<classpathentry kind="src" path="Java/Ch 08. Recursion and Dynamic Programming"/>
1713
<classpathentry kind="src" path="Java/Ch 09. Scalability and Memory Limits"/>
14+
<classpathentry kind="src" path="Java/Ch 10. Sorting and Searching"/>
15+
<classpathentry kind="src" path="Java/Ch 13. Java"/>
16+
<classpathentry kind="src" path="Java/Ch 16. Moderate"/>
1817
<classpathentry kind="src" path="Java/Ch 15. Threads and Locks"/>
1918
<classpathentry kind="src" path="Java/Ch 17. Hard"/>
19+
<classpathentry kind="src" path="Java/CtCILibrary"/>
2020
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
2121
<classpathentry kind="output" path="bin"/>
2222
</classpath>

0 commit comments

Comments
 (0)