Author: SeanRogers
Date: 2010-08-23 19:09:34 -0400 (Mon, 23 Aug 2010)
New Revision: 18941
Modified:
modules/docs/branches/draft/bundle_docs.sh
modules/docs/branches/draft/pom.xml
Log:
Updated build and bundling
Modified: modules/docs/branches/draft/bundle_docs.sh
===================================================================
--- modules/docs/branches/draft/bundle_docs.sh 2010-08-23 22:50:39 UTC (rev 18940)
+++ modules/docs/branches/draft/bundle_docs.sh 2010-08-23 23:09:34 UTC (rev 18941)
@@ -23,19 +23,12 @@
echo "[BUNDLE_DOCS] -> Copying Migration Guide..."
mkdir $DOCSDIR/$VERSION/Migration_Guide
cp -r $DOCSDIR/Migration_Guide/target/docbook/publish/*
$DOCSDIR/$VERSION/Migration_Guide/
-
-echo "[BUNDLE_DOCS] Building CDK docs..."
-cd ../..
-cd ./cdk/trunk/docs/Component_Development_Kit_Guide/
-mvn clean install
-
-echo "[BUNDLE_DOCS] Copying docs to bundle:"
echo "[BUNDLE_DOCS] -> Copying Component Development Kit Guide..."
mkdir $DOCSDIR/$VERSION/Component_Development_Kit_Guide
-cp -r ./target/docbook/publish/* $DOCSDIR/$VERSION/Component_Development_Kit_Guide/
+cp -r $DOCSDIR/Component_Development_Kit_Guide/target/docbook/publish/*
$DOCSDIR/$VERSION/Component_Development_Kit_Guide/
echo "[BUNDLE_DOCS] Zipping bundle..."
-cd $DOCSDIR
-zip -r $VERSION.zip $DOCSDIR/$VERSION
+cd $DOCSDIR/$VERSION/
+zip -r $VERSION.zip *
echo "[BUNDLE_DOCS] Bundle complete."
Modified: modules/docs/branches/draft/pom.xml
===================================================================
--- modules/docs/branches/draft/pom.xml 2010-08-23 22:50:39 UTC (rev 18940)
+++ modules/docs/branches/draft/pom.xml 2010-08-23 23:09:34 UTC (rev 18941)
@@ -18,6 +18,7 @@
<module>Component_Reference</module>
<module>Developer_Guide</module>
<module>Migration_Guide</module>
+ <module>Component_Development_Kit_Guide</module>
</modules>
<scm>
Show replies by date