Skip to content

Commit da2dbc6

Browse files
committed
Added ignore and updated README.
1 parent 0cc3b49 commit da2dbc6

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.classpath
2+
.project
3+
.settings
4+
.DS_Store
5+
dependency-reduced-pom.xml
6+
target/
7+
*.iml
8+
*.ipr
9+
*.iws
10+
bin/
11+
/*/src/main/java/META-INF
12+
.gitignore.swp
13+
docs/reference/src/main/docbook/en-US/version_info.xml
14+
.idea

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
cXML (commerce eXtensible Markup Language) is a standard for communication of data related to electronic commerce.
2+
3+
This API compiles the cXML format into Java leveraging xjc (and a few tweaks).

0 commit comments

Comments
 (0)