renaming files
authorJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 30 Jun 2016 07:32:07 +0000 (09:32 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 30 Jun 2016 07:32:07 +0000 (09:32 +0200)
asciidoctor_to_rss.sh [new file with mode: 0755]
asciidoctorfeed.props [deleted file]
asciidoctorrss.props [new file with mode: 0644]
pdoc.sh [deleted file]

diff --git a/asciidoctor_to_rss.sh b/asciidoctor_to_rss.sh
new file mode 100755 (executable)
index 0000000..1758471
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+java -classpath target/classes:lib/asciidoctorj-1.5.4.jar:lib/jruby-complete-1.7.21.jar:target/net.wpitchoune.asciidoctor-1.0.jar:lib/rome-1.6.0.jar:lib/slf4j-api-1.7.6.jar:lib/slf4j-nop-1.7.6.jar:lib/jdom2-2.0.6.jar:lib/rome-utils-1.6.0.jar Main $*
diff --git a/asciidoctorfeed.props b/asciidoctorfeed.props
deleted file mode 100644 (file)
index 1e487af..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-feed.title=The feed title
-feed.description=The description of the feed
-feed.link=http://wpitchoune.net/news/feed.xml
-feed.baseurl=http://wpitchoune.net/news
\ No newline at end of file
diff --git a/asciidoctorrss.props b/asciidoctorrss.props
new file mode 100644 (file)
index 0000000..1e487af
--- /dev/null
@@ -0,0 +1,4 @@
+feed.title=The feed title
+feed.description=The description of the feed
+feed.link=http://wpitchoune.net/news/feed.xml
+feed.baseurl=http://wpitchoune.net/news
\ No newline at end of file
diff --git a/pdoc.sh b/pdoc.sh
deleted file mode 100755 (executable)
index 1758471..0000000
--- a/pdoc.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-java -classpath target/classes:lib/asciidoctorj-1.5.4.jar:lib/jruby-complete-1.7.21.jar:target/net.wpitchoune.asciidoctor-1.0.jar:lib/rome-1.6.0.jar:lib/slf4j-api-1.7.6.jar:lib/slf4j-nop-1.7.6.jar:lib/jdom2-2.0.6.jar:lib/rome-utils-1.6.0.jar Main $*