Skip to content

Commit

Permalink
clean up file tree
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-bansal committed Jul 6, 2021
1 parent 7bfbece commit 81b100d
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 87 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## Java

lwjgl3/build/
packaging/out-windows-launch4j/jre/
packaging/exe/jre/
*.class
*.war
*.ear
hs_err_pid*

deb/
packaging/
packaging/exe/jre/
packaging/exe/tko-electronics-sim.exe

## Robovm
/ios/robovm-build/
Expand Down
31 changes: 0 additions & 31 deletions new_package_config.xml

This file was deleted.

31 changes: 0 additions & 31 deletions package_config.xml

This file was deleted.

2 changes: 1 addition & 1 deletion deb/changelog → packaging/deb/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tko-electronics-sim (2.1.1) trusty; urgency=low
* Rebuild
-- Rohan Bansal <[email protected]> Fri, 02 Jul 2021 12:16:34 -0700
-- Rohan Bansal <[email protected]> Tue, 06 Jul 2021 10:52:06 -0700
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>/home/kronos/development/FRC_amhsrobotics/tko-electronics-sim/packaging/out-windows-launch4j/tko-electronics-sim.jar</jar>
<jar>/home/kronos/development/FRC_amhsrobotics/tko-electronics-sim/lwjgl3/build/libs/tko-electronics-sim-0.0.1.jar</jar>
<outfile>/home/kronos/development/FRC_amhsrobotics/tko-electronics-sim/packaging/out-windows-launch4j/tko-electronics-sim.exe</outfile>
<errTitle>TKO Circuit Simulator Requires Java!</errTitle>
<cmdLine></cmdLine>
Expand All @@ -15,7 +15,7 @@
<manifest></manifest>
<icon>/home/kronos/development/FRC_amhsrobotics/tko-electronics-sim/lwjgl3/src/main/resources/logo.ico</icon>
<classPath>
<mainClass>com.amhsrobotics.circuitsim.lwjgl3.DesktopLauncher</mainClass>
<mainClass>com.amhsrobotics.circuitsim.lwjgl3.Lwjgl3Launcher</mainClass>
</classPath>
<jre>
<path>jre</path>
Expand Down
19 changes: 0 additions & 19 deletions packr-config.json

This file was deleted.

0 comments on commit 81b100d

Please sign in to comment.