mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
SPARK-1390, removed reversi from automatic build
to include reversi, tictactoe, battleships into your build remove the comments (line #394) git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12516 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
committed by
wolf.posdorfer
parent
196a090bd9
commit
3d42557c75
@ -391,9 +391,18 @@
|
|||||||
<fileset dir="./src/plugins/otr/" includes="*/build.xml" />
|
<fileset dir="./src/plugins/otr/" includes="*/build.xml" />
|
||||||
</subant>
|
</subant>
|
||||||
|
|
||||||
<subant target="">
|
<!--<subant target="">
|
||||||
<fileset dir="./src/plugins/reversi/" includes="*/build.xml" />
|
<fileset dir="./src/plugins/reversi/" includes="*/build.xml" />
|
||||||
|
</subant>
|
||||||
|
|
||||||
|
<subant target="">
|
||||||
|
<fileset dir="./src/plugins/tictactoe/" includes="*/build.xml" />
|
||||||
</subant>
|
</subant>
|
||||||
|
|
||||||
|
<subant target="">
|
||||||
|
<fileset dir="./src/plugins/battleships/" includes="*/build.xml" />
|
||||||
|
</subant>
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
<copy todir="${plugins}">
|
<copy todir="${plugins}">
|
||||||
|
|||||||
Reference in New Issue
Block a user