Skip to content

Commit

Permalink
Revert "Revert "3.0 extract server docs""
Browse files Browse the repository at this point in the history
This reverts commit 7fe3b8f.

The original change was good, but the merge into 3.1 was extremely
difficult and was abandoned. This necessitated a revert in order to
avoid having unmerged stuff in 3.0.
  • Loading branch information
benbc committed Oct 18, 2016
1 parent 6cdf8a1 commit 467928e
Show file tree
Hide file tree
Showing 230 changed files with 19,893 additions and 1,122 deletions.
46 changes: 0 additions & 46 deletions community/server/pom.xml
Expand Up @@ -507,52 +507,6 @@
</configuration>
</plugin>

<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
<!--$NO-MVN-MAN-VER$-->
<executions>
<execution>
<id>generate-source-based-documentation</id>
<phase>process-classes</phase>
<configuration>
<target>
<java classname="org.neo4j.server.rest.transactional.error.ErrorDocumentationGenerator"
classpathref="maven.compile.classpath" failonerror="true">
<arg value="${project.build.directory}/docs/dev/rest-api"/>
</java>
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>ant-contrib</groupId>
<artifactId>ant-contrib</artifactId>
<version>1.0b3</version>
<exclusions>
<exclusion>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.8.2</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-regexp</artifactId>
<version>1.8.2</version>
</dependency>
</dependencies>
</plugin>

</plugins>

<pluginManagement>
Expand Down
Binary file not shown.
126 changes: 0 additions & 126 deletions community/server/src/docs/ops/powershell.asciidoc

This file was deleted.

163 changes: 0 additions & 163 deletions community/server/src/docs/ops/security.asciidoc

This file was deleted.

16 changes: 0 additions & 16 deletions community/server/src/docs/ops/server-debugging.asciidoc

This file was deleted.

0 comments on commit 467928e

Please sign in to comment.