Skip to content

Commit

Permalink
Move examples modules in under manual/
Browse files Browse the repository at this point in the history
  • Loading branch information
nawroth committed Jan 27, 2016
1 parent 4e489f4 commit 3293480
Show file tree
Hide file tree
Showing 107 changed files with 12 additions and 12 deletions.
12 changes: 0 additions & 12 deletions community/pom.xml
Expand Up @@ -54,12 +54,10 @@
<module>neo4j-community</module>
<module>shell</module>
<module>import-tool</module>
<module>embedded-examples</module>
<module>server-api</module>
<module>graphviz</module>
<module>bolt</module>
<module>server</module>
<module>server-examples</module>
<module>server-plugin-test</module>
<module>consistency-check-legacy</module>
<module>consistency-check</module>
Expand Down Expand Up @@ -174,16 +172,6 @@ the relevant Commercial Agreement.
<artifactId>neo4j-server</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.neo4j.examples</groupId>
<artifactId>neo4j-examples</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.neo4j.examples</groupId>
<artifactId>neo4j-server-examples</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.neo4j.build</groupId>
<artifactId>licensecheck-config</artifactId>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 12 additions & 0 deletions manual/pom.xml
Expand Up @@ -23,6 +23,8 @@
<module>manual</module>
<module>neo4j-harness-test</module>
<module>neo4j-harness-enterprise-test</module>
<module>embedded-examples</module>
<module>server-examples</module>
</modules>

<scm>
Expand Down Expand Up @@ -128,6 +130,16 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.neo4j.examples</groupId>
<artifactId>neo4j-examples</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.neo4j.examples</groupId>
<artifactId>neo4j-server-examples</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</profile>
</profiles>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3293480

Please sign in to comment.