Skip to content

Commit

Permalink
Merge pull request #23 from JBodkin/maven
Browse files Browse the repository at this point in the history
Convert cglib to be a maven project
  • Loading branch information
sameb committed Oct 22, 2014
2 parents 3b77ad5 + ef9f59e commit afc56fa
Show file tree
Hide file tree
Showing 228 changed files with 613 additions and 984 deletions.
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.

0 comments on commit afc56fa

Please sign in to comment.