User: jung    
  Date: 00/12/04 04:35:36

  Modified:    etc/templates bat.template html.template java.template
                        xml.template
  Log:
  adopted to latest jboss container,
  
  added decimal and date
  
  removed some problems due to forward-referencing in meta-data
  
  added serialisation policy
  
  Revision  Changes    Path
  1.2       +87 -83    zoap/etc/templates/bat.template
  
  Index: bat.template
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/etc/templates/bat.template,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- bat.template      2000/08/10 21:05:18     1.1
  +++ bat.template      2000/12/04 12:35:35     1.2
  @@ -1,86 +1,96 @@
  -@echo off
  -
  -REM  
=========================================================================================================
 
  -REM  $Id: bat.template,v 1.1 2000/08/10 21:05:18 jung Exp $ 
  -REM  Copyright (c) 2000 infor:business solutions AG, Hauerstrasse 12, 
  -REM  D-66299 Friedrichsthal, Germany. All Rights Reserved. 
  -REM 
  -REM  This program is free software; you can redistribute it and/or
  -REM  modify it under the terms of the GNU General Public License
  -REM  as published by the Free Software Foundation; either version 2
  -REM  of the License, or (at your option) any later version.
  -REM
  -REM  This program is distributed in the hope that it will be useful,
  -REM  but WITHOUT ANY WARRANTY; without even the implied warranty of
  -REM  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  -REM  GNU General Public License for more details.
  -REM
  -REM  You should have received a copy of the GNU General Public License
  -REM  along with this program; if not, write to the Free Software
  -REM  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  -REM  
=========================================================================================================
 
  -
  -@setlocal
  -
  -:output
  -
  -echo %0 (c) 2000 infor:business solutions AG. All rights reserved.
  -echo %0 comes with ABSOLUTELY NO WARRANTY.  
  -echo This is free software, and you are welcome 
  -echo to redistribute it under certain conditions.
  -echo.
  -
  -:initialise
  -
  -rem <put your local variable initialisation here/>
  -
  -:parse
  -
  -for %%a in (%1 %2 %3 %4 %5 %6 %7 %8 %9) do (
  -
  -     if not "%%a"=="" (
  -
  -
  -             rem <An example treatment for an option: />
  -             rem if /i "%%a"=="-exampleOption" (
  -             rem
  -             rem     set any variable you like
  -             rem
  -             rem ) else ( 
  -
  -                     echo Unkown option: %%a
  -                     echo.
  -                        goto usage
  -             
  -             rem )
  -
  -     )
  -)
  -
  -:branch
  -
  -rem <put in any goto depending on your variables/>
  -
  -:start
  -
  -rem <put in your default startup here/>
  -
  -goto end
  -
  -:usage
  -
  -echo synopsis: %0
  -echo.
  -echo options:
  -echo.
  -rem echo              -example        an example option 
  -rem echo                              that allows I dunno
  -echo.
  -
  -:end
  -@endlocal
  -
  +@echo off
  +
  +REM  
=========================================================================================================
 
  +REM  $Id: bat.template,v 1.2 2000/12/04 12:35:35 jung Exp $ 
  +REM  Copyright (c) 2000 infor:business solutions AG, Hauerstrasse 12, 
  +REM  D-66299 Friedrichsthal, Germany. All Rights Reserved. 
  +REM 
  +REM  This program is free software; you can redistribute it and/or
  +REM  modify it under the terms of the GNU General Public License
  +REM  as published by the Free Software Foundation; either version 2
  +REM  of the License, or (at your option) any later version.
  +REM
  +REM  This program is distributed in the hope that it will be useful,
  +REM  but WITHOUT ANY WARRANTY; without even the implied warranty of
  +REM  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  +REM  GNU General Public License for more details.
  +REM
  +REM  You should have received a copy of the GNU General Public License
  +REM  along with this program; if not, write to the Free Software
  +REM  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  +REM  
=========================================================================================================
 
  +
  +@setlocal
  +
  +:output
  +
  +echo %0 (c) 2000 infor:business solutions AG. All rights reserved.
  +echo %0 comes with ABSOLUTELY NO WARRANTY.  
  +echo This is free software, and you are welcome 
  +echo to redistribute it under certain conditions.
  +echo.
  +
  +:initialise
  +
  +rem <put your local variable initialisation here/>
  +
  +:parse
  +
  +for %%a in (%1 %2 %3 %4 %5 %6 %7 %8 %9) do (
  +
  +     if not "%%a"=="" (
  +
  +
  +             rem <An example treatment for an option: />
  +             rem if /i "%%a"=="-exampleOption" (
  +             rem
  +             rem     set any variable you like
  +             rem
  +             rem ) else ( 
  +
  +                     echo Unkown option: %%a
  +                     echo.
  +                        goto usage
  +             
  +             rem )
  +
  +     )
  +)
  +
  +:branch
  +
  +rem <put in any goto depending on your variables/>
  +
  +:start
  +
  +rem <put in your default startup here/>
  +
  +goto end
  +
  +:usage
  +
  +echo synopsis: %0
  +echo.
  +echo options:
  +echo.
  +rem echo              -example        an example option 
  +rem echo                              that allows I dunno
  +echo.
  +
  +:end
  +@endlocal
  +
   REM $Log: bat.template,v $
  -REM Revision 1.1  2000/08/10 21:05:18  jung
  -REM Initial revision
  -REM
  +REM Revision 1.2  2000/12/04 12:35:35  jung
  +REM adopted to latest jboss container,
  +REM
  +REM added decimal and date
  +REM
  +REM removed some problems due to forward-referencing in meta-data
  +REM
  +REM added serialisation policy
  +REM
  +REM Revision 1.1.1.1  2000/08/10 21:05:18  jung
  +REM Initial import.
  +REM
  +REM
  
  
  
  1.2       +60 -56    zoap/etc/templates/html.template
  
  Index: html.template
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/etc/templates/html.template,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- html.template     2000/08/10 21:05:18     1.1
  +++ html.template     2000/12/04 12:35:35     1.2
  @@ -1,59 +1,69 @@
  -<!--         
=========================================================================================================
 -->
  -<!-- $Id: html.template,v 1.1 2000/08/10 21:05:18 jung Exp $ -->
  -<!-- Copyright (c) 2000 infor:business solutions AG, Hauerstrasse 12, --> 
  -<!-- D-66299 Friedrichsthal, Germany. All Rights Reserved. -->
  -<!-- -->
  -<!-- This program is free software; you can redistribute it and/or -->
  -<!-- modify it under the terms of the GNU General Public License -->
  -<!-- as published by the Free Software Foundation; either version 2 -->
  -<!-- of the License, or (at your option) any later version. -->
  -<!-- -->
  -<!-- This program is distributed in the hope that it will be useful, -->
  -<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
  -<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -->
  -<!-- GNU General Public License for more details. -->
  -<!-- -->
  -<!-- You should have received a copy of the GNU General Public License -->
  -<!-- along with this program; if not, write to the Free Software -->
  -<!-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. -->
  -<!-- 
=========================================================================================================
 -->
  -
  -<html>
  -<head>
  -<title>
  -
  -<!-- the short title of this page -->
  -
  -</title>
  -</head>
  -<body>
  -
  -<h2> <!-- the full title of this page --> </h2>
  -
  -<h3> <!-- first subheading --> </h3>
  -<!-- first sub-paragraph -->
  -<p>
  -<!-- following sub-paragraph -->
  -</p>
  -
  -<hr> 
  -<small> Last change of $RCSfile: html.template,v $  by $Author: jung $ on $Date: 
2000/08/10 21:05:18 $; 
  -See source for logging information.
  -<p>
  -Copyright (c) 2000 <a href="http://www.infor.de">infor:business solutions AG</a>, 
Hauerstrasse 12, 
  -D-66299 Friedrichsthal, Germany. All Rights Reserved.
  -</p> 
  -</small> 
  -
  -</body>
  -
  -</html>
  -
  -<!-- 
  +<!--         
=========================================================================================================
 -->
  +<!-- $Id: html.template,v 1.2 2000/12/04 12:35:35 jung Exp $ -->
  +<!-- Copyright (c) 2000 infor:business solutions AG, Hauerstrasse 12, --> 
  +<!-- D-66299 Friedrichsthal, Germany. All Rights Reserved. -->
  +<!-- -->
  +<!-- This program is free software; you can redistribute it and/or -->
  +<!-- modify it under the terms of the GNU General Public License -->
  +<!-- as published by the Free Software Foundation; either version 2 -->
  +<!-- of the License, or (at your option) any later version. -->
  +<!-- -->
  +<!-- This program is distributed in the hope that it will be useful, -->
  +<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
  +<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -->
  +<!-- GNU General Public License for more details. -->
  +<!-- -->
  +<!-- You should have received a copy of the GNU General Public License -->
  +<!-- along with this program; if not, write to the Free Software -->
  +<!-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. -->
  +<!-- 
=========================================================================================================
 -->
  +
  +<html>
  +<head>
  +<title>
  +
  +<!-- the short title of this page -->
  +
  +</title>
  +</head>
  +<body>
  +
  +<h2> <!-- the full title of this page --> </h2>
  +
  +<h3> <!-- first subheading --> </h3>
  +<!-- first sub-paragraph -->
  +<p>
  +<!-- following sub-paragraph -->
  +</p>
  +
  +<hr> 
  +<small> Last change of $RCSfile: html.template,v $  by $Author: jung $ on $Date: 
2000/12/04 12:35:35 $; 
  +See source for logging information.
  +<p>
  +Copyright (c) 2000 <a href="http://www.infor.de">infor:business solutions AG</a>, 
Hauerstrasse 12, 
  +D-66299 Friedrichsthal, Germany. All Rights Reserved.
  +</p> 
  +</small> 
  +
  +</body>
  +
  +</html>
  +
  +<!-- 
        $Log: html.template,v $
  -     Revision 1.1  2000/08/10 21:05:18  jung
  -     Initial revision
  -     
  -
  --->
  -
  +     Revision 1.2  2000/12/04 12:35:35  jung
  +     adopted to latest jboss container,
  +     
  +     added decimal and date
  +     
  +     removed some problems due to forward-referencing in meta-data
  +     
  +     added serialisation policy
  +     
  +     Revision 1.1.1.1  2000/08/10 21:05:18  jung
  +     Initial import.
  +     
  +     
  +
  +-->
  +
  
  
  
  1.2       +45 -41    zoap/etc/templates/java.template
  
  Index: java.template
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/etc/templates/java.template,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- java.template     2000/08/10 21:05:18     1.1
  +++ java.template     2000/12/04 12:35:35     1.2
  @@ -1,44 +1,54 @@
  -/*   
  - *   $Id: java.template,v 1.1 2000/08/10 21:05:18 jung Exp $ 
  - *   Copyright (c) 2000 infor:business solutions AG, Hauerstrasse 12, 
  - *   D-66299 Friedrichsthal, Germany. All Rights Reserved. 
  - * 
  - *   This program is free software; you can redistribute it and/or
  - *   modify it under the terms of the GNU General Public License
  - *   as published by the Free Software Foundation; either version 2
  - *   of the License, or (at your option) any later version.
  - *
  - *   This program is distributed in the hope that it will be useful,
  - *   but WITHOUT ANY WARRANTY; without even the implied warranty of
  - *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  - *   GNU General Public License for more details.
  - *
  - *   You should have received a copy of the GNU General Public License
  - *   along with this program; if not, write to the Free Software
  - *   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  - */
  -
  -package <packageName/>;
  -
  -import <mostSpecificClassBelowThatPackageYouNeededDontUsePackagesandStarsAtAll/>;
  -
  -import <somethingCloseToJavalang/>;
  -
  -import <diveMoreDeeperIntoParallelPackageBranches/>; 
  -
  -/**
  - *   <Description/>
  - *   @see <related/>
  - *   @author $Author: jung $
  - *   @version $Revision: 1.1 $
  - */
  -
  -public class <ClassName/> {
  -}
  -
  -/*
  +/*   
  + *   $Id: java.template,v 1.2 2000/12/04 12:35:35 jung Exp $ 
  + *   Copyright (c) 2000 infor:business solutions AG, Hauerstrasse 12, 
  + *   D-66299 Friedrichsthal, Germany. All Rights Reserved. 
  + * 
  + *   This program is free software; you can redistribute it and/or
  + *   modify it under the terms of the GNU General Public License
  + *   as published by the Free Software Foundation; either version 2
  + *   of the License, or (at your option) any later version.
  + *
  + *   This program is distributed in the hope that it will be useful,
  + *   but WITHOUT ANY WARRANTY; without even the implied warranty of
  + *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  + *   GNU General Public License for more details.
  + *
  + *   You should have received a copy of the GNU General Public License
  + *   along with this program; if not, write to the Free Software
  + *   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  + */
  +
  +package <packageName/>;
  +
  +import <mostSpecificClassBelowThatPackageYouNeededDontUsePackagesandStarsAtAll/>;
  +
  +import <somethingCloseToJavalang/>;
  +
  +import <diveMoreDeeperIntoParallelPackageBranches/>; 
  +
  +/**
  + *   <Description/>
  + *   @see <related/>
  + *   @author $Author: jung $
  + *   @version $Revision: 1.2 $
  + */
  +
  +public class <ClassName/> {
  +}
  +
  +/*
    *   $Log: java.template,v $
  - *   Revision 1.1  2000/08/10 21:05:18  jung
  - *   Initial revision
  - *   
  - */
  + *   Revision 1.2  2000/12/04 12:35:35  jung
  + *   adopted to latest jboss container,
  + *   
  + *   added decimal and date
  + *   
  + *   removed some problems due to forward-referencing in meta-data
  + *   
  + *   added serialisation policy
  + *   
  + *   Revision 1.1.1.1  2000/08/10 21:05:18  jung
  + *   Initial import.
  + *   
  + *   
  + */
  
  
  
  1.2       +29 -25    zoap/etc/templates/xml.template
  
  Index: xml.template
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/etc/templates/xml.template,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xml.template      2000/08/10 21:05:19     1.1
  +++ xml.template      2000/12/04 12:35:35     1.2
  @@ -1,28 +1,38 @@
  -<!--         
=========================================================================================================
 -->
  -<!-- $Id: xml.template,v 1.1 2000/08/10 21:05:19 jung Exp $ -->
  -<!-- Copyright (c) 2000 infor:business solutions AG, Hauerstrasse 12, --> 
  -<!-- D-66299 Friedrichsthal, Germany. All Rights Reserved. -->
  -<!-- -->
  -<!-- This program is free software; you can redistribute it and/or -->
  -<!-- modify it under the terms of the GNU General Public License -->
  -<!-- as published by the Free Software Foundation; either version 2 -->
  -<!-- of the License, or (at your option) any later version. -->
  -<!-- -->
  -<!-- This program is distributed in the hope that it will be useful, -->
  -<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
  -<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -->
  -<!-- GNU General Public License for more details. -->
  -<!-- -->
  -<!-- You should have received a copy of the GNU General Public License -->
  -<!-- along with this program; if not, write to the Free Software -->
  -<!-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. -->
  -<!-- 
=========================================================================================================
 -->
  -
  -
  -<!-- 
  +<!--         
=========================================================================================================
 -->
  +<!-- $Id: xml.template,v 1.2 2000/12/04 12:35:35 jung Exp $ -->
  +<!-- Copyright (c) 2000 infor:business solutions AG, Hauerstrasse 12, --> 
  +<!-- D-66299 Friedrichsthal, Germany. All Rights Reserved. -->
  +<!-- -->
  +<!-- This program is free software; you can redistribute it and/or -->
  +<!-- modify it under the terms of the GNU General Public License -->
  +<!-- as published by the Free Software Foundation; either version 2 -->
  +<!-- of the License, or (at your option) any later version. -->
  +<!-- -->
  +<!-- This program is distributed in the hope that it will be useful, -->
  +<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
  +<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -->
  +<!-- GNU General Public License for more details. -->
  +<!-- -->
  +<!-- You should have received a copy of the GNU General Public License -->
  +<!-- along with this program; if not, write to the Free Software -->
  +<!-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. -->
  +<!-- 
=========================================================================================================
 -->
  +
  +
  +<!-- 
        $Log: xml.template,v $
  -     Revision 1.1  2000/08/10 21:05:19  jung
  -     Initial revision
  -     
  --->
  -
  +     Revision 1.2  2000/12/04 12:35:35  jung
  +     adopted to latest jboss container,
  +     
  +     added decimal and date
  +     
  +     removed some problems due to forward-referencing in meta-data
  +     
  +     added serialisation policy
  +     
  +     Revision 1.1.1.1  2000/08/10 21:05:19  jung
  +     Initial import.
  +     
  +     
  +-->
  +
  
  
  

Reply via email to