Skip to content

Commit 84fed07

Browse files
committed
move to rebar
1 parent 6467864 commit 84fed07

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ebin

Emakefile

-1
This file was deleted.

Makefile

-4
This file was deleted.

README.markdown

+6-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ operation: as an efficient SAX parser, as a simple DOM-like parser, or as a
1010
'data mapper'. The data mapper transforms the XML document to erlang records,
1111
based on an XML schema.
1212

13-
Changes from 1.2.1
14-
------------------
13+
Changes from 1.2.1 to github.com/dweldon/erlsom
14+
-----------------------------------------------
1515
* replaced old complex make system with a very simple one
1616
* ran dos2unix on all files
1717
* created erlsom.app file in ebin (verified modules with rebar)
1818
* removed include directory
1919
* replaced obsolete guard functions
2020
* examples: removed beam files
2121
* examples: removed erlsom.hrl files and fixed soap_example.erl to reflect this
22+
23+
Changes from github.com/dweldon/erlsom
24+
--------------------------------------
25+
* replaced old simple make system with rebar

doc/erlsom.htm docs/erlsom.htm

File renamed without changes.

ebin/.gitignore

-1
This file was deleted.

ebin/erlsom.app src/erlsom.app.src

File renamed without changes.

0 commit comments

Comments
 (0)