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 2011/06/13 08:56:39 UTC

svn commit: r1135033 - in /incubator/isis/trunk: modules msdf.sh src/docbkx/guide/isis-contributors-guide.xml

Author: danhaywood
Date: Mon Jun 13 06:56:39 2011
New Revision: 1135033

URL: http://svn.apache.org/viewvc?rev=1135033&view=rev
Log:
minor fixes to msdf.sh + modules (used for site generation), and fixed a typo in contributors' guide

Modified:
    incubator/isis/trunk/modules
    incubator/isis/trunk/msdf.sh
    incubator/isis/trunk/src/docbkx/guide/isis-contributors-guide.xml

Modified: incubator/isis/trunk/modules
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/modules?rev=1135033&r1=1135032&r2=1135033&view=diff
==============================================================================
--- incubator/isis/trunk/modules (original)
+++ incubator/isis/trunk/modules Mon Jun 13 06:56:39 2011
@@ -14,7 +14,6 @@
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#
 ./:
 applib/:leaf
 core/commons/:leaf

Modified: incubator/isis/trunk/msdf.sh
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/msdf.sh?rev=1135033&r1=1135032&r2=1135033&view=diff
==============================================================================
--- incubator/isis/trunk/msdf.sh (original)
+++ incubator/isis/trunk/msdf.sh Mon Jun 13 06:56:39 2011
@@ -18,18 +18,15 @@
 echo mvn site-deploy -D modules=site -D deploy=local -D site=full $*
      mvn site-deploy -D modules=site -D deploy=local -D site=full $*
 root=`pwd`
-for a in `cat modules`
+for a in `cat modules | grep -v ^# | grep ^.*[:].*$`
 do
-  echo $a | grep ^# >/dev/null
-  if [ $? -ne 0 ]; then
-    d=`echo $a | cut -d: -f1`
-    n=`echo $a | cut -d: -f2`
+  d=`echo $a | cut -d: -f1`
+  n=`echo $a | cut -d: -f2`
+  if [ "$n" ]; then
     cd $d
     pwd
-    if [ "$n" ]; then
-      echo mvn site-deploy -D modules=site -D deploy=local -D patch=$n $*
-           mvn site-deploy -D modules=site -D deploy=local -D patch=$n $*
-      fi
+    echo mvn clean site-deploy -D modules=site -D deploy=local -D patch=$n $*
+         mvn clean site-deploy -D modules=site -D deploy=local -D patch=$n $*
+    cd $root
   fi
-  cd $root
 done

Modified: incubator/isis/trunk/src/docbkx/guide/isis-contributors-guide.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/src/docbkx/guide/isis-contributors-guide.xml?rev=1135033&r1=1135032&r2=1135033&view=diff
==============================================================================
--- incubator/isis/trunk/src/docbkx/guide/isis-contributors-guide.xml (original)
+++ incubator/isis/trunk/src/docbkx/guide/isis-contributors-guide.xml Mon Jun 13 06:56:39 2011
@@ -4402,7 +4402,7 @@ svn: No such revision 1126567</programli
               </imageobject>
             </mediaobject>
 
-            <para>All being well, the close shold complete
+            <para>All being well, the close should complete
             successfully:</para>
 
             <mediaobject>
@@ -4478,7 +4478,7 @@ In addition, the Maven artifacts have be
 
 I've also uploaded a new version of the site at http://incubator.apache.org/isis-0.x.x-RCn-incubating.  
 The contributors guide on the site contains some suggestions of how to verify the release, see
-http://incubator.apache.org/isis-0.x.x-RCn-incubating/docbkx/html/guide/ch13s06.html#d0e4034
+http://incubator.apache.org/isis-0.x.x-RCn-incubating/docbkx/html/guide/ch12s06.html
 
 Please verify the release and cast your vote.  The vote will be open for 72 hours.