Skip to content

Commit

Permalink
SAK-29569 Rearange the OAuth project for Eclipse
Browse files Browse the repository at this point in the history
Eclipse doesn't support nested projects and so some projects weren't getting imported into Eclipse. This was resulting in workspace build errors. Although maven was building all these projects fine.
  • Loading branch information
buckett committed Jun 23, 2015
1 parent 3a7207e commit 9a71a35
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion oauth/impl/dao-hbm/pom.xml → oauth/dao-hbm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.sakaiproject.oauth</groupId>
<artifactId>oauth-base</artifactId>
<version>1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>oauth-dao-hbm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oauth/impl/dao-memory/pom.xml → oauth/dao-memory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.sakaiproject.oauth</groupId>
<artifactId>oauth-base</artifactId>
<version>1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>oauth-dao-memory</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.sakaiproject.oauth</groupId>
<artifactId>oauth-base</artifactId>
<version>1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>oauth-dao-server-config</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions oauth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
<modules>
<module>api</module>
<module>impl</module>
<module>impl/dao-hbm</module>
<module>impl/dao-memory</module>
<module>impl/dao-server-config</module>
<module>dao-hbm</module>
<module>dao-memory</module>
<module>dao-server-config</module>
<module>pack</module>
<module>tool</module>
</modules>
Expand Down

0 comments on commit 9a71a35

Please sign in to comment.