Skip to content

Commit a4ba374

Browse files
committedMay 9, 2011
o Initial import
0 parents  commit a4ba374

File tree

147 files changed

+11577
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+11577
-0
lines changed
 

‎.gitignore

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Build output
2+
target
3+
4+
# Eclipse
5+
.classpath
6+
.manager
7+
.project
8+
.settings
9+
10+
# IntelliJ
11+
.idea
12+
*.iml
13+
14+
# Mac stuff
15+
.DS_Store
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
bin.includes = feature.xml,\
2+
build.properties,\
3+
feature.properties

0 commit comments

Comments
 (0)
Please sign in to comment.