[pal-cvs 2050] CVS-Update: libraries/portletoutputoptimizer committed by shinsuke

Back to archive index

Shinsuke SUGAYA shins****@users*****
2007年 1月 28日 (日) 00:21:36 JST


Update of /cvsroot/pal/libraries/portletoutputoptimizer
In directory sf-cvs:/tmp/cvs-serv22379

Modified Files:
	.classpath pom.xml 
Log Message:
updated version

libraries/portletoutputoptimizer/.classpath 1.1 -> 1.2 (modified)
http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/libraries/portletoutputoptimizer/.classpath.diff?r1=1.1&r2=1.2
libraries/portletoutputoptimizer/pom.xml 1.3 -> 1.4 (modified)
http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/libraries/portletoutputoptimizer/pom.xml.diff?r1=1.3&r2=1.4

===================================================================
RCS file: libraries/portletoutputoptimizer/.classpath,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .classpath	2006/11/28 21:55:03	1.1
+++ .classpath	2007/01/27 15:21:36	1.2
@@ -4,8 +4,8 @@
   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
   <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/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"/>
-  <classpathentry kind="var" path="M2_REPO/jp/sf/pal/faces-response-filter/0.1-SNAPSHOT/faces-response-filter-0.1-SNAPSHOT.jar" sourcepath="M2_REPO/jp/sf/pal/faces-response-filter/0.1-SNAPSHOT/faces-response-filter-0.1-SNAPSHOT-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/jp/sf/pal/faces-response-filter/0.2/faces-response-filter-0.2.jar" sourcepath="M2_REPO/jp/sf/pal/faces-response-filter/0.2/faces-response-filter-0.2-sources.jar"/>
   <classpathentry kind="var" path="M2_REPO/org/apache/portals/bridges/portals-bridges-portletfilter/1.0.1-20061109/portals-bridges-portletfilter-1.0.1-20061109.jar"/>
 </classpath>
\ No newline at end of file

===================================================================
RCS file: libraries/portletoutputoptimizer/pom.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pom.xml	2006/12/09 22:08:51	1.3
+++ pom.xml	2007/01/27 15:21:36	1.4
@@ -4,7 +4,7 @@
   <groupId>jp.sf.pal</groupId>
   <artifactId>portlet-output-optimizer</artifactId>
   <packaging>jar</packaging>
-  <version>0.1</version>
+  <version>0.2-SNAPSHOT</version>
   <name>Portlet Output OptimizerFilter</name>
   <description>Portlet Filter To Rewrite HTML Response</description>
   <url>http://pal.sourceforge.jp/</url>
@@ -180,7 +180,7 @@
     <dependency>
       <groupId>jp.sf.pal</groupId>
       <artifactId>faces-response-filter</artifactId>
-      <version>0.1</version>
+      <version>0.2</version>
     </dependency>
   </dependencies>
   <reporting>



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