You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2015/04/13 11:43:33 UTC

[8/8] isis git commit: Documentation for configuring IntelliJ; aciidoc template stuff.

Documentation for configuring IntelliJ; aciidoc template stuff.


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/de4b83f4
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/de4b83f4
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/de4b83f4

Branch: refs/heads/ISIS-1133-docs
Commit: de4b83f485d1bdf65c6bf10a8e7270c59b53c591
Parents: 21510df
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Mon Apr 13 11:42:54 2015 +0200
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Mon Apr 13 11:42:54 2015 +0200

----------------------------------------------------------------------
 adocs/documentation/pom.xml                     |    6 +-
 .../css/bootstrap/3.3.4/bootstrap.min.css       |    5 +
 .../bootswatch/3.3.4/flatly/bootstrap.min.css   |    7 +
 .../css/font-awesome/4.3.0/font-awesome.min.css |    4 +
 .../010-installing/010-welcome-page.png         |  Bin 0 -> 29192 bytes
 .../010-installing/020-choose-location.png      |  Bin 0 -> 24433 bytes
 .../010-installing/030-installation-options.png |  Bin 0 -> 18300 bytes
 .../010-installing/040-start-menu-folder.png    |  Bin 0 -> 26120 bytes
 .../010-installing/050-completing.png           |  Bin 0 -> 26499 bytes
 .../060-import-settings-or-not.png              |  Bin 0 -> 11691 bytes
 .../010-installing/070-set-ui-theme.png         |  Bin 0 -> 87739 bytes
 .../010-new-project-create.png                  |  Bin 0 -> 14048 bytes
 .../020-java-project-setup-jdk.png              |  Bin 0 -> 29837 bytes
 .../030-java-project-select-jdk.png             |  Bin 0 -> 16597 bytes
 .../020-create-new-project/040-sdk-selected.png |  Bin 0 -> 24884 bytes
 .../050-name-and-location.png                   |  Bin 0 -> 11407 bytes
 .../020-create-new-project/060-create-dir.png   |  Bin 0 -> 8424 bytes
 .../010-settings-import-jar.png                 |  Bin 0 -> 24084 bytes
 .../030-import-settings/020-select-all.png      |  Bin 0 -> 8863 bytes
 .../030-import-settings/030-restart.png         |  Bin 0 -> 8209 bytes
 .../010-maven-installation.png                  |  Bin 0 -> 43353 bytes
 .../020-maven-configuration.png                 |  Bin 0 -> 53554 bytes
 .../030-build-automatically.png                 |  Bin 0 -> 50767 bytes
 .../050-some-plugins/010-some-plugins.png       |  Bin 0 -> 45812 bytes
 .../020-some-plugins-confirmation.png           |  Bin 0 -> 35687 bytes
 .../010-maven-modules-view.png                  |  Bin 0 -> 103134 bytes
 .../020-adding-another-module.png               |  Bin 0 -> 23846 bytes
 .../030-other-module-added.png                  |  Bin 0 -> 111516 bytes
 .../040-ignoring-modules.png                    |  Bin 0 -> 120475 bytes
 .../050-ignoring-modules-2.png                  |  Bin 0 -> 17050 bytes
 .../060-ignored-modules.png                     |  Bin 0 -> 92428 bytes
 .../development-environment/intellij-ce.adoc    |  164 +++
 .../documentation/src/main/asciidoc/index.adoc  | 1063 +-----------------
 .../introducing-apache-isis/elevator-pitch.adoc |    4 +
 .../js/bootstrap/3.3.4/bootstrap.min.js         |    7 +
 .../main/asciidoc/js/jquery/2.1.3/jquery.min.js |    5 +
 adocs/pom.xml                                   |   39 +-
 adocs/template/document.html.erb                |   79 +-
 38 files changed, 270 insertions(+), 1113 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/de4b83f4/adocs/documentation/pom.xml
----------------------------------------------------------------------
diff --git a/adocs/documentation/pom.xml b/adocs/documentation/pom.xml
index c188ddc..ab67fd5 100644
--- a/adocs/documentation/pom.xml
+++ b/adocs/documentation/pom.xml
@@ -42,7 +42,6 @@
 
     <build>
         <plugins>
-            <!-- Configure ASCIIDOC plugin -->
             <plugin>
                 <groupId>org.asciidoctor</groupId>
                 <artifactId>asciidoctor-maven-plugin</artifactId>
@@ -57,13 +56,13 @@
                 </executions>
                 <configuration>
                     <attributes>
-                        <!-- Site Base Dir relative path -->
+                        <!--
                         <sitebasedir>..</sitebasedir>
+                        -->
                     </attributes>
                 </configuration>
             </plugin>
 
-            <!-- Publis documentation online -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-scm-publish-plugin</artifactId>
@@ -71,7 +70,6 @@
                     <execution>
                         <id>scm-publish</id>
                         <phase>site-deploy</phase>
-                        <!-- deploy documentation with maven-scm-publish-plugin -->
                         <goals>
                             <goal>publish-scm</goal>
                         </goals>