Skip to content

Commit

Permalink
back to a tree...
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Chaloner authored and Steve Chaloner committed Apr 21, 2012
1 parent 968d1e6 commit 62c0999
Show file tree
Hide file tree
Showing 15 changed files with 100 additions and 0 deletions.
Binary file not shown.
@@ -0,0 +1 @@
1cc7354a18d6a42eeb6f1be7237b9b76
@@ -0,0 +1 @@
420e861ffcf3c8b409b3e0eefc714ba7264f9ad7
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="2.0" xmlns:e="http://ant.apache.org/ivy/extra">
<info organisation="be.objectify" module="deadbolt-2_2.9.1" revision="1.1.3-SNAPSHOT" status="release" publication="20120421091527">
<description>
deadbolt-2
</description>
</info>
<configurations>
<conf name="compile" visibility="public" description=""/>
<conf name="runtime" visibility="public" description="" extends="compile"/>
<conf name="test" visibility="public" description="" extends="runtime"/>
<conf name="provided" visibility="public" description=""/>
<conf name="optional" visibility="public" description=""/>




<conf name="sources" visibility="public" description=""/>
<conf name="docs" visibility="public" description=""/>
<conf name="pom" visibility="public" description=""/>
</configurations>
<publications>
<artifact name="deadbolt-2_2.9.1" type="pom" ext="pom" conf="pom"/>
<artifact name="deadbolt-2_2.9.1" type="jar" ext="jar" conf="compile"/>
<artifact name="deadbolt-2_2.9.1" type="src" ext="jar" conf="sources" e:classifier="sources"/>
<artifact name="deadbolt-2_2.9.1" type="doc" ext="jar" conf="docs" e:classifier="javadoc"/>
</publications>
<dependencies>
<dependency org="org.scala-lang" name="scala-library" rev="2.9.1" conf="compile->default(compile)"/>
<dependency org="play" name="play_2.9.1" rev="2.0" conf="compile->default(compile)"/>
<dependency org="play" name="play-test_2.9.1" rev="2.0" conf="test->default(compile)"/>
<exclude org="org.scala-lang" module="scala-library" artifact="*" type="jar" ext="*" matcher="exact"/>
<exclude org="org.scala-lang" module="scala-compiler" artifact="*" type="jar" ext="*" matcher="exact"/>
<override org="org.scala-lang" module="scala-library" matcher="exact" rev="2.9.1"/>
<override org="org.scala-lang" module="scala-compiler" matcher="exact" rev="2.9.1"/>
</dependencies>
</ivy-module>
@@ -0,0 +1 @@
ab73d3b110edd1355dc9d4bd75e2d13b
@@ -0,0 +1 @@
a8ca3708e2f0637851086386ab85421d017599f2
Binary file not shown.
@@ -0,0 +1 @@
9d14ba55c48f9ed35d4c362540f69149
@@ -0,0 +1 @@
00a5478670b6ded4f2ae6424914fe964aca94905
@@ -0,0 +1,53 @@
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>be.objectify</groupId>
<artifactId>deadbolt-2_2.9.1</artifactId>
<packaging>jar</packaging>
<description>deadbolt-2</description>
<version>1.1.3-SNAPSHOT</version>
<name>deadbolt-2</name>
<organization>
<name>be.objectify</name>
</organization>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.9.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>play</groupId>
<artifactId>play_2.9.1</artifactId>
<version>2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>play</groupId>
<artifactId>play-test_2.9.1</artifactId>
<version>2.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>TypesafeReleasesRepository</id>
<name>Typesafe Releases Repository</name>
<url>http://repo.typesafe.com/typesafe/releases/</url>
<layout>default</layout>
</repository>
<repository>
<id>TypesafeSnapshotsRepository</id>
<name>Typesafe Snapshots Repository</name>
<url>http://repo.typesafe.com/typesafe/snapshots/</url>
<layout>default</layout>
</repository>
<repository>
<id>ScalaToolsMaven2Repository</id>
<name>Scala-Tools Maven2 Repository</name>
<url>http://scala-tools.org/repo-releases/</url>
<layout>default</layout>
</repository>
</repositories>
</project>
@@ -0,0 +1 @@
2e4e40f853f2d7fc01c67b6f88782b75
@@ -0,0 +1 @@
37f5457424ff978c4b57754e1ac9a7c6fe977f3e
Binary file not shown.
@@ -0,0 +1 @@
477957883894c3d0939fc8025f02f68d
@@ -0,0 +1 @@
94d88c333240abea9229da43bf73067f0e6104dc

0 comments on commit 62c0999

Please sign in to comment.