[pal-cvs 2409] [141] fixed wiki format issues

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 5月 14日 (月) 18:17:20 JST


Revision: 141
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=141
Author:   shinsuke
Date:     2007-05-14 18:17:20 +0900 (Mon, 14 May 2007)

Log Message:
-----------
fixed wiki format issues

Modified Paths:
--------------
    wiki/trunk/.classpath
    wiki/trunk/pom.xml
    wiki/trunk/src/main/resources/streamconverter.dicon


-------------- next part --------------
Modified: wiki/trunk/.classpath
===================================================================
--- wiki/trunk/.classpath	2007-05-14 09:16:30 UTC (rev 140)
+++ wiki/trunk/.classpath	2007-05-14 09:17:20 UTC (rev 141)
@@ -7,8 +7,9 @@
   <classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar" sourcepath="M2_REPO/junit/junit/3.8.1/junit-3.8.1-sources.jar"/>
   <classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar" sourcepath="M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar"/>
   <classpathentry kind="var" path="M2_REPO/portlet-api/portlet-api/1.0/portlet-api-1.0.jar"/>
+  <classpathentry kind="var" path="M2_REPO/poi/poi/2.5.1-final-20040804/poi-2.5.1-final-20040804.jar"/>
   <classpathentry kind="var" path="M2_REPO/commons-lang/commons-lang/2.1/commons-lang-2.1.jar" sourcepath="M2_REPO/commons-lang/commons-lang/2.1/commons-lang-2.1-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/poi/poi/2.5.1-final-20040804/poi-2.5.1-final-20040804.jar"/>
+  <classpathentry kind="var" path="M2_REPO/jp/sf/streamconverter/streamconverter-wiki/0.2.1/streamconverter-wiki-0.2.1.jar" sourcepath="M2_REPO/jp/sf/streamconverter/streamconverter-wiki/0.2.1/streamconverter-wiki-0.2.1-sources.jar"/>
   <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.13/log4j-1.2.13.jar" sourcepath="M2_REPO/log4j/log4j/1.2.13/log4j-1.2.13-sources.jar"/>
   <classpathentry kind="var" path="M2_REPO/javax/servlet/jstl/1.1.2/jstl-1.1.2.jar" sourcepath="M2_REPO/javax/servlet/jstl/1.1.2/jstl-1.1.2-sources.jar"/>
   <classpathentry kind="var" path="M2_REPO/jp/sf/pal/portlet-output-optimizer/0.2/portlet-output-optimizer-0.2.jar" sourcepath="M2_REPO/jp/sf/pal/portlet-output-optimizer/0.2/portlet-output-optimizer-0.2-sources.jar"/>
@@ -17,7 +18,6 @@
   <classpathentry kind="var" path="M2_REPO/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar"/>
   <classpathentry kind="var" path="M2_REPO/jboss/javassist/3.4.ga/javassist-3.4.ga.jar"/>
   <classpathentry kind="var" path="M2_REPO/org/seasar/container/s2-framework/2.4.11/s2-framework-2.4.11.jar"/>
-  <classpathentry kind="var" path="M2_REPO/jp/sf/streamconverter/streamconverter-wiki/0.2/streamconverter-wiki-0.2.jar" sourcepath="M2_REPO/jp/sf/streamconverter/streamconverter-wiki/0.2/streamconverter-wiki-0.2-sources.jar"/>
   <classpathentry kind="var" path="M2_REPO/jp/sf/pal/faces-utils/0.3.1/faces-utils-0.3.1.jar" sourcepath="M2_REPO/jp/sf/pal/faces-utils/0.3.1/faces-utils-0.3.1-sources.jar"/>
   <classpathentry kind="var" path="M2_REPO/org/seasar/container/s2-extension/2.4.11/s2-extension-2.4.11.jar"/>
   <classpathentry kind="var" path="M2_REPO/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar" sourcepath="M2_REPO/javax/servlet/servlet-api/2.3/servlet-api-2.3-sources.jar"/>

Modified: wiki/trunk/pom.xml
===================================================================
--- wiki/trunk/pom.xml	2007-05-14 09:16:30 UTC (rev 140)
+++ wiki/trunk/pom.xml	2007-05-14 09:17:20 UTC (rev 141)
@@ -149,7 +149,7 @@
     <dependency>
       <groupId>jp.sf.streamconverter</groupId>
       <artifactId>streamconverter-wiki</artifactId>
-      <version>0.2</version>
+      <version>0.2.1</version>
     </dependency>
     <dependency>
       <groupId>xerces</groupId>

Modified: wiki/trunk/src/main/resources/streamconverter.dicon
===================================================================
--- wiki/trunk/src/main/resources/streamconverter.dicon	2007-05-14 09:16:30 UTC (rev 140)
+++ wiki/trunk/src/main/resources/streamconverter.dicon	2007-05-14 09:17:20 UTC (rev 141)
@@ -5,14 +5,15 @@
     <arg>"WikiConverter"</arg>
     <arg>
 {ConvertBlockQuotationValve, 
+ConvertCaptionValve, 
 ConvertListValve, 
 ConvertNumberListValve, 
 ConvertPageNameLinkValve, 
 ConvertPageLinkValve, 
-ConvertPreValve, 
 ConvertTableValve,
 ConvertLineBreakValve,
-ConvertParagraphValve}
+ConvertParagraphValve,
+ConvertPreValve}
     </arg>
   </component>
   <component name="ConvertPreValve" class="jp.sf.stconv.wiki.pukiwiki.pipeline.valve.ConvertPreValve">


pal-cvs メーリングリストの案内
Back to archive index