Skip to content

Commit

Permalink
Update README.rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
fadmaa committed Nov 28, 2011
1 parent 9cf99d9 commit e28bd44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Expand Up @@ -21,7 +21,7 @@ the whole file is shown below:
<ant dir="jython/" target="build" /> <ant dir="jython/" target="build" />
<ant dir="freebase/" target="build" /> <ant dir="freebase/" target="build" />
<ant dir="gdata/" target="build" /> <ant dir="gdata/" target="build" />
<ant dir="rdf-extension/" target="build" /> <ant dir="rdf-extension/" target="build" />
</target> </target>


<target name="clean"> <target name="clean">
Expand All @@ -30,6 +30,6 @@ the whole file is shown below:
<ant dir="jython/" target="clean" /> <ant dir="jython/" target="clean" />
<ant dir="freebase/" target="clean" /> <ant dir="freebase/" target="clean" />
<ant dir="gdata/" target="clean" /> <ant dir="gdata/" target="clean" />
<ant dir="rdf-extension/" target="clean" /> <ant dir="rdf-extension/" target="clean" />
</target> </target>
</project> </project>

0 comments on commit e28bd44

Please sign in to comment.