You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2001/09/03 19:20:44 UTC

cvs commit: jakarta-turbine-3/src/java/org/apache/turbine RelativeDynamicURI.java

jvanzyl     01/09/03 10:20:44

  Modified:    .        build.properties build.xml
               src/java/org/apache/turbine RelativeDynamicURI.java
  Log:
  - moved the intake.dtd to fulcrum, moved the logic for copying the
    intake.dtd over to the fulcrum build.xml file.
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-turbine-3/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/build.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.properties	2001/08/17 01:49:29	1.2
  +++ build.properties	2001/09/03 17:20:44	1.3
  @@ -37,4 +37,4 @@
   commons-collections.jar = ${lib.repo}/commons-collections.jar
   commons-util.jar = ${lib.repo}/commons-util-0.1-dev.jar
   
  -junit.jar = ${lib.repo}/junit-3.2.jar
  \ No newline at end of file
  +junit.jar = ${lib.repo}/junit-3.2.jar
  
  
  
  1.5       +0 -5      jakarta-turbine-3/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml	2001/08/17 20:57:26	1.4
  +++ build.xml	2001/09/03 17:20:44	1.5
  @@ -18,7 +18,6 @@
     <property name="src.java.dir" value="${src.dir}/java"/>
     <property name="src.test.dir" value="${src.dir}/test"/>
     <property name="src.adapter.dir" value="${src.dir}/adapter"/>
  -  <property name="src.dtd.dir" value="${src.dir}/dtd"/>
     <property name="final.name" value="${project}-${version}"/>
     <property name="final.dir" value="../${final.name}/"/>
   
  @@ -294,10 +293,6 @@
         optimize="${optimize}">
         <classpath refid="classpath"/>
       </javac>
  -
  -    <!-- copy intake.dtd to the right place -->
  -    <copy file="${src.dtd.dir}/intake.dtd"
  -      todir="${build.dest}/org/apache/turbine/services/intake/transform"/>
       
     </target>
   
  
  
  
  1.2       +0 -56     jakarta-turbine-3/src/java/org/apache/turbine/RelativeDynamicURI.java
  
  Index: RelativeDynamicURI.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/src/java/org/apache/turbine/RelativeDynamicURI.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RelativeDynamicURI.java	2001/09/01 16:58:11	1.1
  +++ RelativeDynamicURI.java	2001/09/03 17:20:44	1.2
  @@ -106,62 +106,6 @@
        * Constructor sets up some variables.
        *
        * @param data A Turbine RunData object.
  -     * @param screen A String with the name of a screen.
  -     */
  -    public RelativeDynamicURI( RunData data,
  -                               String screen )
  -    {
  -        super(data, screen);
  -    }
  -
  -    /**
  -     * Constructor sets up some variables.
  -     *
  -     * @param data A Turbine RunData object.
  -     * @param screen A String with the name of a screen.
  -     * @param action A String with the name of an action.
  -     */
  -    public RelativeDynamicURI( RunData data,
  -                               String screen,
  -                               String action )
  -    {
  -        super(data, screen, action);
  -    }
  -
  -    /**
  -     * Constructor sets up some variables.
  -     *
  -     * @param data A Turbine RunData object.
  -     * @param screen A String with the name of a screen.
  -     * @param action A String with the name of an action.
  -     * @param redirect True if it should redirect.
  -     */
  -    public RelativeDynamicURI( RunData data,
  -                               String screen,
  -                               String action,
  -                               boolean redirect )
  -    {
  -        super(data, screen, action, redirect);
  -    }
  -
  -    /**
  -     * Constructor sets up some variables.
  -     *
  -     * @param data A Turbine RunData object.
  -     * @param screen A String with the name of a screen.
  -     * @param redirect True if it should redirect.
  -     */
  -    public RelativeDynamicURI( RunData data,
  -                               String screen,
  -                               boolean redirect )
  -    {
  -        super(data, screen, redirect);
  -    }
  -
  -    /**
  -     * Constructor sets up some variables.
  -     *
  -     * @param data A Turbine RunData object.
        * @param redirect True if it should redirect.
        */
       public RelativeDynamicURI( RunData data,
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org