Skip to content

Commit

Permalink
Remove modules separated into their own repositories
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Coles <alex@alexbcoles.com>
  • Loading branch information
myabc committed Feb 16, 2013
1 parent 6b97fbc commit 593720b
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 751 deletions.
9 changes: 9 additions & 0 deletions README.markdown
Expand Up @@ -5,7 +5,16 @@ README

MarkdownJ is the pure Java port of Markdown (a text-to-html conversion tool written by John Gruber.)

### Related Projects

* [markdownj-ant-utils][markdownj-ant-utils] – Markdown-based `FilterReader` for Ant.
* [markdownj-dingus][markdownj-dingus][Web Dingus using MarkdownJ][dingus] source.

### License

The project is licensed under a Revised BSD License. Refer to the accompanying
LICENSE file.

[dingus]:http://dingus.markdownj.org
[markdownj-dingus]:https://github.com/myabc/markdownj-dingus/
[markdownj-ant-utils]:https://github.com/myabc/markdownj-ant-utils/
81 changes: 0 additions & 81 deletions ant-utils/pom.xml

This file was deleted.

135 changes: 0 additions & 135 deletions ant-utils/src/main/java/org/markdownj/antutils/MarkdownFilter.java

This file was deleted.

2 changes: 0 additions & 2 deletions pom.xml
Expand Up @@ -242,8 +242,6 @@ software, even if advised of the possibility of such damage.

<modules>
<module>core</module>
<module>ant-utils</module>
<module>www</module>
</modules>

<properties>
Expand Down
3 changes: 0 additions & 3 deletions www/gae-deploy

This file was deleted.

85 changes: 0 additions & 85 deletions www/pom.xml

This file was deleted.

5 changes: 0 additions & 5 deletions www/src/main/webapp/WEB-INF/appengine-web.xml

This file was deleted.

11 changes: 0 additions & 11 deletions www/src/main/webapp/WEB-INF/sun-web.xml

This file was deleted.

10 changes: 0 additions & 10 deletions www/src/main/webapp/WEB-INF/web.xml

This file was deleted.

0 comments on commit 593720b

Please sign in to comment.