Skip to content

Commit

Permalink
oehf#18: First throw of XDS repository and registry mock. Commiting a…
Browse files Browse the repository at this point in the history
… prelimenary result.
  • Loading branch information
bmehner committed Jul 17, 2012
1 parent 269c288 commit 1c20cd9
Show file tree
Hide file tree
Showing 23 changed files with 224 additions and 1,111 deletions.
3 changes: 3 additions & 0 deletions assemblies/coala/WebContent/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Class-Path:

14 changes: 14 additions & 0 deletions assemblies/coala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
Expand All @@ -125,5 +129,15 @@
</dependency>

</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<wtpversion>1.5</wtpversion>
</configuration>
</plugin>
</plugins>
</build>

</project>
82 changes: 0 additions & 82 deletions assemblies/coala/src/main/config/ehf-authentication-context.xml

This file was deleted.

224 changes: 0 additions & 224 deletions assemblies/coala/src/main/config/ehf-ipf-context.xml

This file was deleted.

Loading

0 comments on commit 1c20cd9

Please sign in to comment.