Skip to content

Commit

Permalink
Temporary removed experimental plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmihajlovski committed Feb 17, 2016
1 parent 062b753 commit 7ef8b84
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 602 deletions.
2 changes: 1 addition & 1 deletion bin/names.sh
@@ -1,6 +1,6 @@
mvn clean

for f in `grep -lrw --include=*.java -e "public interface" rapidoid-http rapidoid-http-api rapidoid-app rapidoid-plugins rapidoid-sql`; do
for f in `grep -lrw --include=*.java -e "public interface" rapidoid-http rapidoid-http-api rapidoid-app rapidoid-sql`; do
ls -l $f
perl -pi -e 's/(\(\s*|,\s*)(?:\@P\([^)]+?\)\s+)?([^)]+?)\s+([a-z]\w+?\b)/\1\@P("\3") \2 \3/g' $f
perl -pi -e 's/\@P\([^)]+?\)\s*(.*?)(\(\@P\(|\(\s*\))/\1\2/' $f
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Expand Up @@ -88,8 +88,6 @@
<module>rapidoid-gui</module>
<module>rapidoid-oauth</module>
<module>rapidoid-templates-mustache</module>
<module>rapidoid-cache-guava</module>
<module>rapidoid-cache-memcached</module>
<module>rapidoid-db-hibernate</module>
<module>rapidoid-web</module>
<module>rapidoid-quick</module>
Expand Down
33 changes: 0 additions & 33 deletions rapidoid-cache-guava/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

39 changes: 0 additions & 39 deletions rapidoid-cache-memcached/pom.xml

This file was deleted.

0 comments on commit 7ef8b84

Please sign in to comment.