Skip to content

Commit

Permalink
Move doctools into manual project
Browse files Browse the repository at this point in the history
  • Loading branch information
benbc authored and digitalstain committed Oct 26, 2016
1 parent e600d6c commit 014eda8
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 20 deletions.
9 changes: 0 additions & 9 deletions community/server/pom.xml
Expand Up @@ -329,15 +329,6 @@
<version>20090211</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.neo4j.doc</groupId>
<artifactId>neo4j-doc-tools</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>

</dependencies>

<build>
Expand Down
9 changes: 0 additions & 9 deletions enterprise/server-enterprise/pom.xml
Expand Up @@ -157,15 +157,6 @@
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.neo4j.doc</groupId>
<artifactId>neo4j-doc-tools</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>

</dependencies>

<build>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion doctools/pom.xml → manual/doctools/pom.xml
Expand Up @@ -6,7 +6,7 @@
<artifactId>parent</artifactId>
<groupId>org.neo4j</groupId>
<version>3.0.7-SNAPSHOT</version>
<relativePath>..</relativePath>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
1 change: 1 addition & 0 deletions manual/pom.xml
Expand Up @@ -37,6 +37,7 @@
<module>backup</module>
<module>ha-docs</module>
<module>metrics-docs</module>
<module>doctools</module>
</modules>

<scm>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Expand Up @@ -45,7 +45,6 @@
<module>integrationtests</module>
<module>stresstests</module>
<module>tools</module>
<module>doctools</module>
</modules>

<build>
Expand Down

0 comments on commit 014eda8

Please sign in to comment.