Skip to content

Commit

Permalink
Project refactoring:
Browse files Browse the repository at this point in the history
	- Removed all library's source code
	- Removed ant builder
	- Removed useless files/directories
	- Added gradle to handle project setup and build
	- Source reformat
  • Loading branch information
UnAfraid committed Jan 9, 2016
1 parent a591623 commit 0401930
Show file tree
Hide file tree
Showing 620 changed files with 12,298 additions and 187,318 deletions.
11 changes: 11 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.java text
*.xml text
*.properties text

# SH files must always use LF.
*.sh eol=lf
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Eclipse
.classpath
.project
.settings
.metadata
bin/
/.recommenders/

# Idea
*.iml
/.idea/

# Gradle
/.gradle/
*/build/


.DS_Store
.directory
*.log

/log/
/build/
1 change: 0 additions & 1 deletion ESPlorer/.gitignore

This file was deleted.

100 changes: 0 additions & 100 deletions ESPlorer/_lua/test100lines.lua

This file was deleted.

73 changes: 0 additions & 73 deletions ESPlorer/build.xml

This file was deleted.

4 changes: 0 additions & 4 deletions ESPlorer/build/built-jar.properties

This file was deleted.

3 changes: 0 additions & 3 deletions ESPlorer/manifest.mf

This file was deleted.

Loading

0 comments on commit 0401930

Please sign in to comment.