You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by aj...@apache.org on 2008/02/13 07:30:42 UTC

svn commit: r627277 - in /incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/tests/etc/ini: ./ jspwiki_module.xml

Author: ajaquith
Date: Tue Feb 12 22:30:42 2008
New Revision: 627277

URL: http://svn.apache.org/viewvc?rev=627277&view=rev
Log:
Initial commit.

Added:
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/tests/etc/ini/
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/tests/etc/ini/jspwiki_module.xml

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/tests/etc/ini/jspwiki_module.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/tests/etc/ini/jspwiki_module.xml?rev=627277&view=auto
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/tests/etc/ini/jspwiki_module.xml (added)
+++ incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/tests/etc/ini/jspwiki_module.xml Tue Feb 12 22:30:42 2008
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    This is a part of the JSPWiki plugin test suite. 
+-->
+<modules>
+    <plugin class="SamplePlugin2">
+        <author>Janne Jalkanen</author>
+        <script>foo2.js</script>
+        <stylesheet>foo2.css</stylesheet>
+        <alias>samplealias2</alias>
+    </plugin>
+    <plugin class="com.ecyrd.jspwiki.plugin.SamplePlugin">
+        <author>Janne Jalkanen</author>
+        <script>foo.js</script>
+        <stylesheet>foo.css</stylesheet>
+        <alias>samplealias</alias>
+    </plugin>
+</modules>
\ No newline at end of file