WEKarnesky / solarisskunkwerks

4 stars 1 forks source link

[WIP] VCS Cleanup #6

Closed Algebro7 closed 5 years ago

Algebro7 commented 5 years ago

This PR does a couple of things related to cleaning up the source tree in general:

9e65694: updates the .gitignore file to exclude machine-specific NetBeans project files from source control per NetBeans guidelines and gitignore.io. 14815df: The last PR creates a Logs folder if it doesn't exist to resolve some runtime errors, so this commit keeps that directory out of source control. 5e95163: Removes the private nbproject directory which contains a lot of information specific to the user's machine. d8c8f52: Removes a ton of SVN-specific files and folders that are no longer necessary for a Git workflow. f89eec1: Updates the build properties to target JDK 7, as 6 will no longer compile on my machine with JDK 11. fb7f75e: Removes a step from the README involving changing the JDK, as this is fixed automatically by this PR.

Please test these changes in a fresh source tree to make sure it doesn't cause major breakage with the project.

Thanks!