Skip to content

Commit

Permalink
In the process of adding a build.xml and ivy.xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
exitmusic committed Apr 19, 2012
1 parent de62fef commit d00ad20
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.xml
@@ -0,0 +1,5 @@
<project name="ioc-basic" xmlns:ivy="antlib:org.apache.ivy.ant">
<target name="resolve" description="--> retrieve dependencies with ivy">
<ivy:retrieve />
</target>
</project>
6 changes: 6 additions & 0 deletions ivy.xml
@@ -0,0 +1,6 @@
<ivy-module version="2.0">
<info organisation="com.exitmusic" module="ioc-basic"/>
<dependencies>
<dependency org="org.springframework" name="spring" rev="2.5.5" />
</dependencies>
</ivy-module>

0 comments on commit d00ad20

Please sign in to comment.