shuber      2004/11/04 17:07:11 CET

  Modified files:
    ear                  project.xml 
    .                    project.xml 
    war                  project.xml 
    war/src/webapp/WEB-INF web.xml 
  Log:
  Fix for JAHIA-196 :
  First step of renaming XSL Publisher web application to RSSNewsFeeds.
  
  Revision  Changes    Path
  1.2       +4 -4      xslpublisher/ear/project.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/xslpublisher/ear/project.xml.diff?r1=1.1&r2=1.2&f=h
  1.2       +2 -2      xslpublisher/project.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/xslpublisher/project.xml.diff?r1=1.1&r2=1.2&f=h
  1.2       +2 -2      xslpublisher/war/project.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/xslpublisher/war/project.xml.diff?r1=1.1&r2=1.2&f=h
  1.2       +3 -3      xslpublisher/war/src/webapp/WEB-INF/web.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/xslpublisher/war/src/webapp/WEB-INF/web.xml.diff?r1=1.1&r2=1.2&f=h
  
  
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/repository/xslpublisher/ear/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml       21 Sep 2004 13:42:34 -0000      1.1
  +++ project.xml       4 Nov 2004 16:07:10 -0000       1.2
  @@ -2,8 +2,8 @@
   <project>
     <extend>${basedir}/../project.xml</extend>
     <pomVersion>3</pomVersion>
  -  <artifactId>xslpublisher-ear</artifactId>
  -  <name>XslPublisher EAR Module</name>
  +  <artifactId>rssnewsfeeds-ear</artifactId>
  +  <name>RSSNewsFeeds EAR Module</name>
   
     <dependencies>
       <!-- 
  @@ -12,12 +12,12 @@
       -->
       <dependency>
         <groupId>jahia</groupId>
  -      <artifactId>xslpublisher</artifactId>
  +      <artifactId>rssnewsfeeds</artifactId>
         <version>${pom.currentVersion}</version>
         <type>war</type>
         <properties>
           <ear.bundle>true</ear.bundle>
  -        <ear.appxml.war.context-root>/XslPublisher</ear.appxml.war.context-root>
  +        <ear.appxml.war.context-root>/rssnewsfeeds</ear.appxml.war.context-root>
         </properties>
       </dependency>
     </dependencies>
  
  
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/repository/xslpublisher/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml       21 Sep 2004 13:42:34 -0000      1.1
  +++ project.xml       4 Nov 2004 16:07:10 -0000       1.2
  @@ -5,8 +5,8 @@
   <project>
     <extend>${basedir}/../common-jahiaprojects/project.xml</extend>
     <pomVersion>3</pomVersion>
  -  <artifactId>root-xslpublisher</artifactId>
  -  <name>XslPublisher J2EE application</name>
  +  <artifactId>root-rssnewsfeeds</artifactId>
  +  <name>RSSNewsFeeds J2EE application</name>
     <currentVersion>4.0</currentVersion>
     <inceptionYear>1999</inceptionYear>
     <!--logo>/images/jahia.gif</logo-->
  
  
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/repository/xslpublisher/war/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml       21 Sep 2004 13:42:34 -0000      1.1
  +++ project.xml       4 Nov 2004 16:07:10 -0000       1.2
  @@ -5,8 +5,8 @@
   <project>
     <extend>${basedir}/../project.xml</extend>
     <pomVersion>3</pomVersion>
  -  <artifactId>xslpublisher</artifactId>
  -  <name>XslPublisher WAR module</name>
  +  <artifactId>rssnewsfeeds</artifactId>
  +  <name>RSSNewsFeeds WAR module</name>
   
        &common-warsite;
   
  
  
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/repository/xslpublisher/war/src/webapp/WEB-INF/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml   21 Sep 2004 13:42:37 -0000      1.1
  +++ web.xml   4 Nov 2004 16:07:10 -0000       1.2
  @@ -8,7 +8,7 @@
   
       <servlet>
           
  -        <servlet-name>XslPublisher</servlet-name>
  +        <servlet-name>RSSNewsFeeds</servlet-name>
           
<servlet-class>org.jahia.webapps.xslpublisher.XslPublisherServlet</servlet-class> 
           
           <init-param>
  @@ -72,8 +72,8 @@
       <!-- [INSERT FRAGMENT HERE] -->
       
       <servlet-mapping>
  -        <servlet-name>XslPublisher</servlet-name>
  -        <url-pattern>/XslPublisher/*</url-pattern>
  +        <servlet-name>RSSNewsFeeds</servlet-name>
  +        <url-pattern>/RSSNewsFeeds/*</url-pattern>
       </servlet-mapping>
   
       <security-role>
  

Reply via email to