Last change
on this file since 322 was
322,
checked in by hendrikvanantwerpen, 13 years ago
|
Added Play! framework and application with Jena dependency. Working on
the basic things now (login/register), after that start implementing
our data model.
|
File size:
832 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ivy-module version="2.0"> |
---|
3 | <info organisation="org.scala-tools.sbt" |
---|
4 | module="boot-scala" |
---|
5 | revision="1.0" |
---|
6 | status="release" |
---|
7 | publication="20120507014111" |
---|
8 | /> |
---|
9 | <configurations> |
---|
10 | <conf name="default" visibility="public" description=""/> |
---|
11 | </configurations> |
---|
12 | <publications> |
---|
13 | </publications> |
---|
14 | <dependencies> |
---|
15 | <dependency org="org.scala-lang" name="scala-compiler" rev="2.9.1" conf="default->default,optional(default)"> |
---|
16 | <artifact name="scala-compiler" type="jar" ext="jar" conf=""/> |
---|
17 | </dependency> |
---|
18 | <dependency org="org.scala-lang" name="scala-library" rev="2.9.1" conf="default->default"> |
---|
19 | <artifact name="scala-library" type="jar" ext="jar" conf=""/> |
---|
20 | </dependency> |
---|
21 | <exclude org="junit" module="junit" artifact="*" type="*" ext="*" matcher="exact"/> |
---|
22 | </dependencies> |
---|
23 | </ivy-module> |
---|
Note: See
TracBrowser
for help on using the repository browser.