User: jung
Date: 00/12/22 03:30:50
Modified: etc/templates bat.template html.template java.template
xml.template
Log:
mbean configuration in jcml not conf anymore
Revision Changes Path
1.3 +20 -25 zoap/etc/templates/bat.template
Index: bat.template
===================================================================
RCS file: /products/cvs/ejboss/zoap/etc/templates/bat.template,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bat.template 2000/12/04 12:35:35 1.2
+++ bat.template 2000/12/22 11:30:49 1.3
@@ -1,30 +1,31 @@
@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 $Source: /products/cvs/ejboss/zoap/etc/templates/bat.template,v $
+REM The Zero-effort Object Access Package is a library to support XML/SOAP
serialisation and invocation.
+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
=========================================================================================================
+REM This library is free software; you can redistribute it and/or
+REM modify it under the terms of the GNU Lesser General Public
+REM License as published by the Free Software Foundation; either
+REM version 2.1 of the License, or (at your option) any later version.
+REM
+REM This library 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 GNU
+REM Lesser General Public License for more details.
+REM
+REM You should have received a copy of the GNU Lesser General Public
+REM License along with this library; 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 (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.
@@ -79,18 +80,3 @@
:end
@endlocal
-
-REM $Log: bat.template,v $
-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.3 +19 -28 zoap/etc/templates/html.template
Index: html.template
===================================================================
RCS file: /products/cvs/ejboss/zoap/etc/templates/html.template,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- html.template 2000/12/04 12:35:35 1.2
+++ html.template 2000/12/22 11:30:49 1.3
@@ -1,22 +1,23 @@
-<!--
=========================================================================================================
-->
-<!-- $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. -->
+<!--
=========================================================================================================
-->
+<!-- $Source: /products/cvs/ejboss/zoap/etc/templates/html.template,v $ -->
+<!-- The Zero-effort Object Access Package is a library to support XML/SOAP
serialisation and invocation. -->
+<!-- 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 library is free software; you can redistribute it and/or -->
+<!-- modify it under the terms of the GNU Lesser General Public -->
+<!-- License as published by the Free Software Foundation; either -->
+<!-- version 2.1 of the License, or (at your option) any later version. -->
+<!-- -->
+<!-- This library 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 -->
+<!-- Lesser General Public License for more details. -->
<!-- -->
-<!-- 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. -->
-<!--
=========================================================================================================
-->
+<!-- You should have received a copy of the GNU Lesser General Public -->
+<!-- License along with this library; if not, write to the Free Software -->
+<!-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -->
+<!--
=========================================================================================================
-->
<html>
<head>
@@ -37,7 +38,7 @@
</p>
<hr>
-<small> Last change of $RCSfile: html.template,v $ by $Author: jung $ on $Date:
2000/12/04 12:35:35 $;
+<small> Last change of $RCSfile: html.template,v $ by $Author: jung $ on $Date:
2000/12/22 11:30:49 $;
See source for logging information.
<p>
Copyright (c) 2000 <a href="http://www.infor.de">infor:business solutions AG</a>,
Hauerstrasse 12,
@@ -48,22 +49,3 @@
</body>
</html>
-
-<!--
- $Log: html.template,v $
- 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.3 +17 -24 zoap/etc/templates/java.template
Index: java.template
===================================================================
RCS file: /products/cvs/ejboss/zoap/etc/templates/java.template,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- java.template 2000/12/04 12:35:35 1.2
+++ java.template 2000/12/22 11:30:49 1.3
@@ -1,21 +1,22 @@
/*
- * $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.
+ * $Source: /products/cvs/ejboss/zoap/etc/templates/java.template,v $
+ * The Zero-effort Object Access Package is a library to support XML/SOAP
serialisation and invocation.
+ * Copyright (c) 2000 infor business solutions AG, Hauerstrasse 12,
+ * D-66299 Friedrichsthal, Germany. All Rights Reserved.
*
- * 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.
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
*
- * 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.
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
package <packageName/>;
@@ -30,25 +31,8 @@
* <Description/>
* @see <related/>
* @author $Author: jung $
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class <ClassName/> {
}
-
-/*
- * $Log: java.template,v $
- * 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.3 +18 -27 zoap/etc/templates/xml.template
Index: xml.template
===================================================================
RCS file: /products/cvs/ejboss/zoap/etc/templates/xml.template,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xml.template 2000/12/04 12:35:35 1.2
+++ xml.template 2000/12/22 11:30:49 1.3
@@ -1,38 +1,20 @@
-<!--
=========================================================================================================
-->
-<!-- $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. -->
+<!--
=========================================================================================================
-->
+<!-- $Source: /products/cvs/ejboss/zoap/etc/templates/xml.template,v $ -->
+<!-- The Zero-effort Object Access Package is a library to support XML/SOAP
serialisation and invocation. -->
+<!-- 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 library is free software; you can redistribute it and/or -->
+<!-- modify it under the terms of the GNU Lesser General Public -->
+<!-- License as published by the Free Software Foundation; either -->
+<!-- version 2.1 of the License, or (at your option) any later version. -->
+<!-- -->
+<!-- This library 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 -->
+<!-- Lesser General Public License for more details. -->
<!-- -->
-<!-- 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.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.
-
-
--->
-
+<!-- You should have received a copy of the GNU Lesser General Public -->
+<!-- License along with this library; if not, write to the Free Software -->
+<!-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -->
+<!--
=========================================================================================================
-->