Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert cglib to be a maven project #23

Merged
merged 17 commits into from Oct 22, 2014
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitattributes
@@ -0,0 +1,10 @@
# Auto detect text files and perform LF normalization
* text=auto

# Java
*.java text eol=lf
*.jsp text eol=lf

# Text
*.xml text eol=lf
*.txt text eol=lf
19 changes: 10 additions & 9 deletions .gitignore
@@ -1,13 +1,14 @@
# Eclipse
.classpath
.project
bin/
.settings/

.log
.class
.bat
.nbattrs
.java~
.bak
maven.log*
build/
## JetBrains IDEs: IntelliJ
.idea/
.idea_modules/
*.iml
*.ipr
*.iws

# Maven
target/
Empty file removed build.properties
Empty file.
313 changes: 0 additions & 313 deletions build.xml

This file was deleted.