Skip to content

Commit

Permalink
[DS-981] API Project and build assembly restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVdV committed May 16, 2012
1 parent eacbec7 commit 32ad3c4
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.dspace.modules</groupId>
<artifactId>api</artifactId>
<artifactId>additions</artifactId>
<name>DSpace Kernel :: Additions and Local Customization</name>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion dspace/modules/jspui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

<dependency>
<groupId>org.dspace.modules</groupId>
<artifactId>api</artifactId>
<artifactId>additions</artifactId>
</dependency>

<dependency>
Expand Down
3 changes: 1 addition & 2 deletions dspace/modules/lni/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@

<dependency>
<groupId>org.dspace.modules</groupId>
<artifactId>api</artifactId>

<artifactId>additions</artifactId>
</dependency>

<dependency>
Expand Down
3 changes: 1 addition & 2 deletions dspace/modules/oai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@
<dependencies>
<dependency>
<groupId>org.dspace.modules</groupId>
<artifactId>api</artifactId>

<artifactId>additions</artifactId>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dspace/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>api</module>
<module>additions</module>
</modules>
</profile>
<profile>
Expand Down
3 changes: 1 addition & 2 deletions dspace/modules/sword/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@
<dependencies>
<dependency>
<groupId>org.dspace.modules</groupId>
<artifactId>api</artifactId>

<artifactId>additions</artifactId>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
Expand Down
3 changes: 1 addition & 2 deletions dspace/modules/swordv2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@

<dependency>
<groupId>org.dspace.modules</groupId>
<artifactId>api</artifactId>

<artifactId>additions</artifactId>
</dependency>

<!-- DSpace Custom SWORDv2 Web application -->
Expand Down
2 changes: 1 addition & 1 deletion dspace/modules/xmlui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

<dependency>
<groupId>org.dspace.modules</groupId>
<artifactId>api</artifactId>
<artifactId>additions</artifactId>
</dependency>

<!-- DSpace XMLUI Languages -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
</dependency>
<dependency>
<groupId>org.dspace.modules</groupId>
<artifactId>api</artifactId>
<artifactId>additions</artifactId>
<version>3.0-SNAPSHOT</version>
</dependency>

Expand Down

0 comments on commit 32ad3c4

Please sign in to comment.