You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2012/04/12 22:35:26 UTC

svn commit: r1325495 - /maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo

Author: dennisl
Date: Thu Apr 12 20:35:25 2012
New Revision: 1325495

URL: http://svn.apache.org/viewvc?rev=1325495&view=rev
Log:
[DOXIASITETOOLS-72] Allow declaring Google AdSense in site.xml

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo

Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo?rev=1325495&r1=1325494&r2=1325495&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo Thu Apr 12 20:35:25 2012
@@ -74,6 +74,20 @@ under the License.
           <identifier>true</identifier>
         </field>
         <field>
+          <name>googleAdSenseClient</name>
+          <description>Your Google AdSense client id.</description>
+          <version>1.3.0+</version>
+          <type>String</type>
+          <identifier>true</identifier>
+        </field>
+        <field>
+          <name>googleAdSenseSlot</name>
+          <description>Your Google AdSense slot id.</description>
+          <version>1.3.0+</version>
+          <type>String</type>
+          <identifier>true</identifier>
+        </field>
+        <field>
           <name>googleAnalyticsAccountId</name>
           <description>The id for your Google Analytics account.</description>
           <version>1.1.0+</version>