Skip to content
This repository was archived by the owner on Oct 27, 2018. It is now read-only.

Rsf 14 #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .cvsignore

This file was deleted.

550 changes: 550 additions & 0 deletions .gitattributes

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/.classpath
/.project
/.settings
api/.classpath
api/.project
api/.settings
api/bin
api/m2-target
api/target
/bin
impl/.classpath
impl/.project
impl/.settings
impl/bin
impl/m2-target
impl/target
/m2-target
pack/.classpath
pack/.project
pack/.settings
pack/bin
pack/m2-target
pack/target
/target
tool/.classpath
tool/.project
tool/.settings
tool/bin
tool/m2-target
tool/src/webapp/content/js/facebox/facebox_og.js
tool/target
8 changes: 0 additions & 8 deletions maven.xml

This file was deleted.

11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jservletutil.version>1.2.6-SNAPSHOT</jservletutil.version>
<project.scm.id>rsf-github</project.scm.id>
<kernel.spring.version>3.2.13.RELEASE</kernel.spring.version>
</properties>
<organization>
<name>CARET, University of Cambridge</name>
Expand Down Expand Up @@ -78,14 +79,14 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.3</version>
<version>2.4</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>3.1.2.RELEASE</version>
<version>${kernel.spring.version}</version>
<type>jar</type>
<exclusions>
<exclusion>
Expand All @@ -98,7 +99,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>3.1.2.RELEASE</version>
<version>${kernel.spring.version}</version>
<type>jar</type>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -128,12 +129,12 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>3.1.2.RELEASE</version>
<version>${kernel.spring.version}</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
Expand Down
7 changes: 0 additions & 7 deletions project.properties

This file was deleted.

138 changes: 0 additions & 138 deletions project.xml

This file was deleted.