You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ke...@apache.org on 2015/08/16 16:56:58 UTC

isis git commit: ISIS-1191: Fixing some broken links in the Contributors Guide and adding clarification in documentation build instructions

Repository: isis
Updated Branches:
  refs/heads/master 3f230ed6b -> abd2c4e01


ISIS-1191: Fixing some broken links in the Contributors Guide and adding clarification in documentation build instructions


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

Branch: refs/heads/master
Commit: abd2c4e010156946d50a0d9f56dae3000dfe4507
Parents: 3f230ed
Author: Kevin <ke...@apache.org>
Authored: Sun Aug 16 16:51:53 2015 +0200
Committer: Kevin <ke...@apache.org>
Committed: Sun Aug 16 16:51:53 2015 +0200

----------------------------------------------------------------------
 .../src/main/asciidoc/_migration-notes_1.6.0-to-1.7.0.adoc     | 6 +++---
 adocs/documentation/src/main/asciidoc/guides/_cg_asciidoc.adoc | 4 ++--
 .../guides/_cg_committers_post-release-successful.adoc         | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/abd2c4e0/adocs/documentation/src/main/asciidoc/_migration-notes_1.6.0-to-1.7.0.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/_migration-notes_1.6.0-to-1.7.0.adoc b/adocs/documentation/src/main/asciidoc/_migration-notes_1.6.0-to-1.7.0.adoc
index 544f6dc..54d67c2 100644
--- a/adocs/documentation/src/main/asciidoc/_migration-notes_1.6.0-to-1.7.0.adoc
+++ b/adocs/documentation/src/main/asciidoc/_migration-notes_1.6.0-to-1.7.0.adoc
@@ -6,7 +6,7 @@
 
 
 
-In v1.7.0 we've continued the work started in v1.6.0 in modularizing the framework. The most important change to note is that all Apache Isis core modules (with the Maven `groupId` of `org.apache.isis.module` have now MOVED to [http://www.isisaddons.org](Isis Addons).
+In v1.7.0 we've continued the work started in v1.6.0 in modularizing the framework. The most important change to note is that all Apache Isis core modules (with the Maven `groupId` of `org.apache.isis.module` have now MOVED to link:http://www.isisaddons.org[Isis Addons].
 
 In addition, we've retired some obsolete (and unused) functionality, specifically the `ProfileStore` component.
 
@@ -247,7 +247,7 @@ If necessary, also update any services registered in `isis.properties` (package/
 
 == Retired `ProfileStore` component
 
-As per <a href='https://issues.apache.org/jira/browse/ISIS-802'>ISIS-802</a>, the ProfileStore component has been removed. This functionality was not surfaced or available in the Wicket or Restful Objects viewers, so there is no meaningful loss of functionality. However, Maven `pom.xml` files will require updating:
+As per link:https://issues.apache.org/jira/browse/ISIS-802[ISIS-802], the ProfileStore component has been removed. This functionality was not surfaced or available in the Wicket or Restful Objects viewers, so there is no meaningful loss of functionality. However, Maven `pom.xml` files will require updating:
 
 Specifically, remove any dependencies on `org.apache.isis:isis-core-profilestore`:
 
@@ -267,4 +267,4 @@ A number of corresponding classes/interfaces have also been removed from the Apa
 * `org.apache.isis.applib.profiles.Profile`
 * `org.apache.isis.applib.profiles.Perspective`
 
-It is highly unlikely that any existing production code references these classes.
\ No newline at end of file
+It is highly unlikely that any existing production code references these classes.

http://git-wip-us.apache.org/repos/asf/isis/blob/abd2c4e0/adocs/documentation/src/main/asciidoc/guides/_cg_asciidoc.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cg_asciidoc.adoc b/adocs/documentation/src/main/asciidoc/guides/_cg_asciidoc.adoc
index ae328c3..e4ae334 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_cg_asciidoc.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_cg_asciidoc.adoc
@@ -68,7 +68,7 @@ An xref:cg.adoc#_cg_appendix_asciidoc-templates[appendix] lists all the template
 
 == Build and Review (using Maven)
 
-To (re)build the documentation locally prior to release, use:
+To (re)build the documentation locally prior to release, change into adocs/documentation directory and use:
 
 [source]
 ----
@@ -201,4 +201,4 @@ Pushing the commits (in the `isis-site.git` directory, of course) will publishin
 git push
 ----
 
-Double check at http://isis.apache.org[isis.apache.org].
\ No newline at end of file
+Double check at http://isis.apache.org[isis.apache.org].

http://git-wip-us.apache.org/repos/asf/isis/blob/abd2c4e0/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-successful.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-successful.adoc b/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-successful.adoc
index e1efc21..302fc31 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-successful.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-successful.adoc
@@ -77,7 +77,7 @@ This moves the release artifacts into an Apache releases repository; from there
 
 == Release Source Zip
 
-As described in link:the http://www.apache.org/dev/release-publishing.html#distribution_dist[Apache documentation], each Apache TLP has a `release/TLP-name` directory in the distribution Subversion repository at link:https://dist.apache.org/repos/dist[https://dist.apache.org/repos/dist]. Once a release vote passes, the release manager should `svn add` the artifacts (plus signature and hash files) into this location. The release is then automatically pushed to http://www.apache.org/dist/[http://www.apache.org/dist/] by `svnpubsub`. Only the most recent release of each supported release line should be contained here, old versions should be deleted.
+As described in the link:http://www.apache.org/dev/release-publishing.html#distribution_dist[Apache documentation], each Apache TLP has a `release/TLP-name` directory in the distribution Subversion repository at link:https://dist.apache.org/repos/dist[https://dist.apache.org/repos/dist]. Once a release vote passes, the release manager should `svn add` the artifacts (plus signature and hash files) into this location. The release is then automatically pushed to http://www.apache.org/dist/[http://www.apache.org/dist/] by `svnpubsub`. Only the most recent release of each supported release line should be contained here, old versions should be deleted.
 
 Each project is responsible for the structure of its directory. The directory structure of Apache Isis reflects the directory structure in our git source code repo: