[JBoss-dev] CVS update: newsite/src/docs/developers cvs.jsp navigation.jsp

2002-04-17 Thread Jason Dillon

  User: user57  
  Date: 02/04/17 21:31:55

  Modified:src/docs/developers cvs.jsp navigation.jsp
  Log:
   o added / to directory urls
  
  Revision  ChangesPath
  1.18  +2 -2  newsite/src/docs/developers/cvs.jsp
  
  Index: cvs.jsp
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/cvs.jsp,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- cvs.jsp   15 Feb 2002 06:47:21 -  1.17
  +++ cvs.jsp   18 Apr 2002 04:31:54 -  1.18
  @@ -3,7 +3,7 @@
  jsp:param name=SLOGAN value=SOURCE CODE AND CVS/
   /jsp:include
   
  -!-- $Id: cvs.jsp,v 1.17 2002/02/15 06:47:21 user57 Exp $ --
  +!-- $Id: cvs.jsp,v 1.18 2002/04/18 04:31:54 user57 Exp $ --
   
   jsp:include page=/common/picateam.jsp flush=true/
   
  @@ -26,7 +26,7 @@
   pSnapshots are only made for the latest development branches, so if you
  need a specific branch you will need to use CVS to get at it.
   
  -pBrowse the available a href=/snapshotssnapshots/a
  +pBrowse the available a href=/snapshots/snapshots/a
  or select one of the following:
   ul
  lijboss-all
  
  
  
  1.22  +2 -2  newsite/src/docs/developers/navigation.jsp
  
  Index: navigation.jsp
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/navigation.jsp,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- navigation.jsp18 Apr 2002 04:07:57 -  1.21
  +++ navigation.jsp18 Apr 2002 04:31:54 -  1.22
  @@ -10,7 +10,7 @@
   /table 

   hr
  -p[a href=/developersHome/a]
  +p[a href=/developers/Home/a]
  [a href=#TOPTop/a]
   br
   
  @@ -64,7 +64,7 @@
HOME
 /td/tr/table
  a class=linkmenu href=/developers/vision.jspOurnbsp;Visionsupfont 
color=red New/font/sup/abr
  -   a class=linkmenu href=/developersFornbsp;Developers/abr
  +   a class=linkmenu href=/developers/Fornbsp;Developers/abr
  a class=linkmenu href=/Fornbsp;Users/abr
   
  /td
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: newsite/src/docs/developers cvs.jsp

2002-02-14 Thread Jason Dillon

  User: user57  
  Date: 02/02/14 22:47:21

  Modified:src/docs/developers cvs.jsp
  Log:
   o plugins  jboss-plugins are no more
  
  Revision  ChangesPath
  1.17  +1 -16 newsite/src/docs/developers/cvs.jsp
  
  Index: cvs.jsp
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/cvs.jsp,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- cvs.jsp   19 Dec 2001 23:05:07 -  1.16
  +++ cvs.jsp   15 Feb 2002 06:47:21 -  1.17
  @@ -3,7 +3,7 @@
  jsp:param name=SLOGAN value=SOURCE CODE AND CVS/
   /jsp:include
   
  -!-- $Id: cvs.jsp,v 1.16 2001/12/19 23:05:07 user57 Exp $ --
  +!-- $Id: cvs.jsp,v 1.17 2002/02/15 06:47:21 user57 Exp $ --
   
   jsp:include page=/common/picateam.jsp flush=true/
   
  @@ -35,9 +35,6 @@
  lijboss-mq
 [a href=/snapshots/jboss-mq.zipzip/a]
 [a href=/snapshots/jboss-mq.tgztgz/a]
  -   lijboss-plugins
  -  [a href=/snapshots/jboss-plugins.zipzip/a]
  -  [a href=/snapshots/jboss-plugins.tgztgz/a]
   /ul
   
   pNote, that the bzip/b versions may not have the correct UNIX 
  @@ -118,23 +115,11 @@
  dtjboss-mq/dt
  ddThe JBossMQ standalone server./dd
   
  -   dtjboss-plugins/dt
  -   ddPlugins to the JBoss server./dd
  -
  dttools/dt
  ddTools for building modules./dd
   
  dtthirdparty/dt
  ddThridparty support libraries./dd
  -/dl
  -/blockquote
  -
  -pThe following module aliases are also available:
  -
  -blockquote
  -dl
  -   dtplugins/dt
  -   ddjboss-plugins/dd
   /dl
   /blockquote
   
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: newsite/src/docs/developers cvs.jsp

2001-12-19 Thread Jason Dillon

  User: user57  
  Date: 01/12/19 15:05:08

  Modified:src/docs/developers cvs.jsp
  Log:
   o add a note to unix users about zip files not having the correct execute
 perms.
  
  Revision  ChangesPath
  1.16  +7 -1  newsite/src/docs/developers/cvs.jsp
  
  Index: cvs.jsp
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/cvs.jsp,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- cvs.jsp   2001/12/07 01:23:21 1.15
  +++ cvs.jsp   2001/12/19 23:05:07 1.16
  @@ -3,7 +3,7 @@
  jsp:param name=SLOGAN value=SOURCE CODE AND CVS/
   /jsp:include
   
  -!-- $Id: cvs.jsp,v 1.15 2001/12/07 01:23:21 user57 Exp $ --
  +!-- $Id: cvs.jsp,v 1.16 2001/12/19 23:05:07 user57 Exp $ --
   
   jsp:include page=/common/picateam.jsp flush=true/
   
  @@ -39,6 +39,12 @@
 [a href=/snapshots/jboss-plugins.zipzip/a]
 [a href=/snapshots/jboss-plugins.tgztgz/a]
   /ul
  +
  +pNote, that the bzip/b versions may not have the correct UNIX 
  +   permissions to execute files.  UNIX users are encouraged to use the 
  +   btgz/b versions to avoid problems.  See the 
  +   a href=/developers/guide/quickstart.jspQuick Start Guide/a for
  +   more details.
   
   h2a name=CVS/aCVS/h2
   
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: newsite/src/docs/developers cvs.jsp

2001-12-06 Thread Jason Dillon

  User: user57  
  Date: 01/12/06 17:23:21

  Modified:src/docs/developers cvs.jsp
  Log:
   o link to HEAD version of CVSROOT/modules not 1.72
  
  Revision  ChangesPath
  1.15  +2 -2  newsite/src/docs/developers/cvs.jsp
  
  Index: cvs.jsp
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/cvs.jsp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- cvs.jsp   2001/11/21 21:47:33 1.14
  +++ cvs.jsp   2001/12/07 01:23:21 1.15
  @@ -3,7 +3,7 @@
  jsp:param name=SLOGAN value=SOURCE CODE AND CVS/
   /jsp:include
   
  -!-- $Id: cvs.jsp,v 1.14 2001/11/21 21:47:33 user57 Exp $ --
  +!-- $Id: cvs.jsp,v 1.15 2001/12/07 01:23:21 user57 Exp $ --
   
   jsp:include page=/common/picateam.jsp flush=true/
   
  @@ -101,7 +101,7 @@
   h2CVS Modules/h2
   
   pBelow is a list of the currently supported modules.  These modules are 
  -   created via tta 
href=http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/jboss/CVSROOT/modules?rev=1.72;CVSROOT/modules/a/tt,
 
  +   created via tta 
href=http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/jboss/CVSROOT/modules?rev=HEAD;CVSROOT/modules/a/tt,
 
  so look there for more information about how they work.
   
   blockquote
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: newsite/src/docs/developers cvs.jsp navigation.jsp slogan.jsp

2001-11-21 Thread Jason Dillon

  User: user57  
  Date: 01/11/21 13:47:33

  Modified:src/docs/developers cvs.jsp navigation.jsp slogan.jsp
  Log:
   o truncated quickstart output examples a bit more to make the page a bit
 more readable
   o changed [Printable Version] to [Print] and added [Send To Printer] on
 pritable page
   o only using em/em on the faq section when terms are most notibly
 described
   o changed the main style sheet to use relative font sizes (except for
 menu and slogan) so that browsers can correctly adujst them to the
 users preferences (making the text bigger or smaller)
   * Note: The general text size is a touch larger than before, but is really
 close to the harded coded 13px and seems to look ok on IE and Mozilla and
 even in Konqueror, which never seemed to look good at all)
  
  Revision  ChangesPath
  1.14  +1 -4  newsite/src/docs/developers/cvs.jsp
  
  Index: cvs.jsp
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/cvs.jsp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- cvs.jsp   2001/11/21 03:21:09 1.13
  +++ cvs.jsp   2001/11/21 21:47:33 1.14
  @@ -1,12 +1,9 @@
   jsp:include page=head.jsp flush=true/
  -!-- $Id: cvs.jsp,v 1.13 2001/11/21 03:21:09 user57 Exp $ --
   jsp:include page=slogan.jsp flush=true
  jsp:param name=SLOGAN value=SOURCE CODE AND CVS/
   /jsp:include
   
  -!-- CONTENT --
  -
  -h2JBoss is Developed Publicly/h2
  +!-- $Id: cvs.jsp,v 1.14 2001/11/21 21:47:33 user57 Exp $ --
   
   jsp:include page=/common/picateam.jsp flush=true/
   
  
  
  
  1.13  +2 -2  newsite/src/docs/developers/navigation.jsp
  
  Index: navigation.jsp
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/navigation.jsp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- navigation.jsp2001/11/21 03:21:09 1.12
  +++ navigation.jsp2001/11/21 21:47:33 1.13
  @@ -52,7 +52,7 @@
  td bgcolor=#ffcc00
 table cellspacing=0 cellpadding=0 border=0
 trtd width=110 height=16 bgcolor=#313184p class=linkhead
  - a class=linkhead href=/HOME/a
  + HOME
 /td/tr/table
  a class=linkmenu href=/developers/vision.jspOurnbsp;Visionsupfont 
color=red New/font/sup/abr
  a class=linkmenu href=/developers/index.jspFornbsp;Developers/abr
  @@ -165,7 +165,7 @@
   % } else { // if printable %
   
   hr
  -p[a href=%= request.getRequestURI() %Normal Version/a]
  +p[a href=javascript:history.go(-1)Back/a]
  [a href=#TOPTop/a]
   
   /div
  
  
  
  1.4   +3 -2  newsite/src/docs/developers/slogan.jsp
  
  Index: slogan.jsp
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/slogan.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- slogan.jsp2001/11/21 03:21:09 1.3
  +++ slogan.jsp2001/11/21 21:47:33 1.4
  @@ -11,7 +11,7 @@
img src=/pictures/cog1.gif width=44 height=13 align=absmiddle
%= request.getParameter(SLOGAN) %
img src=/pictures/cog2.gif width=44 height=13 
align=absmiddle/td
  -  td align=right[a class=copy href=?printable=truePrintable 
Version/a]/td/tr/table
  +  td align=right[a class=copy 
href=?printable=truePrint/a]/td/tr/table
  /td
  td width=65img src=/pictures/main3.gif width=65 height=20/td
  /tr 
  @@ -31,7 +31,8 @@
  h1 class=slogan%= request.getParameter(SLOGAN) %/h1
  /td
  td align=right
  -  [a href=%= request.getRequestURI() %Normal Version/a]
  +  [a href=javascript:history.go(-1)Back/a]
  +  [a href=javascript:window.print()Send To Printer/a]
  /td
  /tr
   /table
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: newsite/src/docs/developers cvs.jsp

2001-11-20 Thread Jason Dillon

  User: user57  
  Date: 01/11/20 13:34:48

  Modified:src/docs/developers cvs.jsp
  Log:
   o removed jboss-website (and website alias) from the public module list
   o changed [zip]  [tgz] button style back to previous form, since they
 were easier on the eye.
  
  Revision  ChangesPath
  1.12  +6 -12 newsite/src/docs/developers/cvs.jsp
  
  Index: cvs.jsp
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/cvs.jsp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- cvs.jsp   2001/11/20 01:13:08 1.11
  +++ cvs.jsp   2001/11/20 21:34:47 1.12
  @@ -36,14 +36,14 @@
 or select one of the following:
  ul class=text
 lijboss-all
  - a class=link href=/snapshots/jboss-all.zip[zip]/a
  - a class=link href=/snapshots/jboss-all.tgz[tgz]/a
  + [a class=link href=/snapshots/jboss-all.zipzip/a]
  + [a class=link href=/snapshots/jboss-all.tgztgz/a]
 lijboss-mq
  - a class=link href=/snapshots/jboss-mq.zip[zip]/a
  - a class=link href=/snapshots/jboss-mq.tgz[tgz]/a
  + [a class=link href=/snapshots/jboss-mq.zipzip/a]
  + [a class=link href=/snapshots/jboss-mq.tgztgz/a]
 lijboss-plugins
  - a class=link href=/snapshots/jboss-plugins.zip[zip]/a
  - a class=link href=/snapshots/jboss-plugins.tgz[tgz]/a
  + [a class=link href=/snapshots/jboss-plugins.zipzip/a]
  + [a class=link href=/snapshots/jboss-plugins.tgztgz/a]
  /ul
   
  p class=head
  @@ -114,9 +114,6 @@
 dtbjboss-all/b/dt
 ddEverything required to build JBoss./dd
   
  -  dtbjboss-website/b/dt
  -  ddThe JBoss website./dd
  -
 dtbjboss-mq/b/dt
 ddThe JBossMQ standalone server./dd
   
  @@ -136,9 +133,6 @@
   
  blockquote
  dl class=text
  -  dtbwebsite/b/dt
  -  ddjboss-website/dd
  -
 dtbplugins/b/dt
 ddjboss-plugins/dd
  /dl
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: newsite/src/docs/developers cvs.jsp indexPET.jsp

2001-11-19 Thread Jason Dillon

  User: user57  
  Date: 01/11/19 17:13:09

  Modified:src/docs/developers cvs.jsp
  Removed: src/docs/developers indexPET.jsp
  Log:
   o removed snapshot configuration  metadata files (moved to snapshots
 module)
   o removed indexPET.jsp, has old data, looks like it is not ref'd anywhere
   o updated cvs.jsp, added direct link to the latest CVSROOT/modules 
 documented that the when browsing the structure is different than when
 checking out
  
  Revision  ChangesPath
  1.11  +13 -11newsite/src/docs/developers/cvs.jsp
  
  Index: cvs.jsp
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/cvs.jsp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- cvs.jsp   2001/11/19 23:00:22 1.10
  +++ cvs.jsp   2001/11/20 01:13:08 1.11
  @@ -36,14 +36,14 @@
 or select one of the following:
  ul class=text
 lijboss-all
  - [a class=link href=/snapshots/jboss-all.zipzip/a]
  - [a class=link href=/snapshots/jboss-all.tgztgz/a]
  + a class=link href=/snapshots/jboss-all.zip[zip]/a
  + a class=link href=/snapshots/jboss-all.tgz[tgz]/a
 lijboss-mq
  - [a class=link href=/snapshots/jboss-mq.zipzip/a]
  - [a class=link href=/snapshots/jboss-mq.tgztgz/a]
  + a class=link href=/snapshots/jboss-mq.zip[zip]/a
  + a class=link href=/snapshots/jboss-mq.tgz[tgz]/a
 lijboss-plugins
  - [a class=link href=/snapshots/jboss-plugins.zipzip/a]
  - [a class=link href=/snapshots/jboss-plugins.tgztgz/a]
  + a class=link href=/snapshots/jboss-plugins.zip[zip]/a
  + a class=link href=/snapshots/jboss-plugins.tgz[tgz]/a
  /ul
   
  p class=head
  @@ -55,8 +55,10 @@
img src=http://sourceforge.net/sflogo.php?group_id=22866; border=0 
alt=SourceForge align=absmiddle/a.
   
  p class=text
  -  This repository is available for online
  -  a class=link 
href=http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/;browsing/a.
  +  The repository is available for online
  +  a class=link href=http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/; 
browsing/a.
  +  Please note that the structure of the actual repository is 
  +  bdifferent/b than the project layout of a checked out CVS module.
   
  p class=head
 a name=CVS_ENVIRONMENTCVS ENVIRONMENT/a
  @@ -79,7 +81,7 @@
tt:pserver:[EMAIL PROTECTED]:/cvsroot/jboss/ttbr
 /blockquote
  p class=text
  -  The password is blank (press enter)./p
  +  The password is emblank/em (just press enter)./p
   
  p class=text
 bSettings for developer access:/b
  @@ -104,8 +106,8 @@
   
  p class=text
 Below is a list of the currently supported modules.  These modules are 
  -  created via ttCVSROOT/modules/tt, so look there for more information 
  -  about how they work.
  +  created via tta 
href=http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/jboss/CVSROOT/modules?rev=1.72;CVSROOT/modules/a/tt,
 
  +  so look there for more information about how they work.
   
  blockquote
  dl class=text
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: newsite/src/docs/developers cvs.jsp

2001-11-15 Thread Jason Dillon

  User: user57  
  Date: 01/11/15 10:24:58

  Modified:src/docs/developers cvs.jsp
  Log:
  missed this
  
  Revision  ChangesPath
  1.7   +0 -5  newsite/src/docs/developers/cvs.jsp
  
  Index: cvs.jsp
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/cvs.jsp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- cvs.jsp   2001/11/15 05:35:15 1.6
  +++ cvs.jsp   2001/11/15 18:24:58 1.7
  @@ -123,11 +123,6 @@
/ul
  /p
   
  -   p class=text
  -  The build system is currently being stabilized, but has changed 
  -  since the writting of this user's guide document.
  -   /p
  -
  p class=headWHAT IS CVS (Concurrent Versions System) ?/p
   
  p class=text
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: newsite/src/docs/developers cvs.jsp navigation.jsp

2001-11-15 Thread Jason Dillon

  User: user57  
  Date: 01/11/15 18:12:24

  Modified:src/docs/developers cvs.jsp navigation.jsp
  Log:
   o added hr to the top of each navigation.jsp, so the nav buttons do not
 get confused with the page content.
   o changed ul elements in team.jsp to be of class text so they get the
 better looking font.  Really need to fix up the stylesheet so that we
 don't have to set the class of each p, ol and ul to the default
 of text, but only for the rare cases.
   o removed Ant bits from cvs.jsp, added link to buildsystem.jsp
  
  Revision  ChangesPath
  1.8   +7 -26 newsite/src/docs/developers/cvs.jsp
  
  Index: cvs.jsp
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/cvs.jsp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- cvs.jsp   2001/11/15 18:24:58 1.7
  +++ cvs.jsp   2001/11/16 02:12:24 1.8
  @@ -85,37 +85,18 @@
 libplugins/b: jboss-plugins
  /ul
   
  +   p class=headBuilding Guide and Instructions/p
  +
  +   p class=text
  +  For information on building the sources please see our
  +  a href=/developers/buildsystem.jspBuild System Guide/a 
  +  for further instructions.
  +
  p class=headCVS Administration Polcies/p
  
  p class=text
 For our policies on CVS versioning and branching see: 
 a class=link href=CVSAdmin.jspCVS Admin/a. 
  -
  -   p class=headMore information on Build and Source/p
  -
  -   p class=text
  -  What is Ant?  Ant is a Java based build tool. In theory it is kind
  -  of like make without makes wrinkles.
  -
  -   p class=text
  -  Why? Why another build tool when there is already make, gnumake, 
  -  nmake, jam, and others? Because, they are limited to the OS, or at
  -  least the OS type such as Unix, that you are working on. Makefiles 
  -  are inherently evil as well. 
  -
  -   p class=text
  -  Ant is different. Instead a model where it is extended with shell
  -  based commands, it is extended using Java classes. Instead of 
  -  writing shell commands, the configuration files are XML based 
  -  calling out a target tree where various tasks get executed. Each
  -  task is run by an object which implements a particular Task 
  -  interface. Granted, this removes some of the expressive power that
  -  is inherent by being able to construct a shell command such as 
  -  `find . -name foo -exec rm {}` but it gives you the ability to be
  -  cross platform. To work anywhere and everywhere. And hey, if you 
  -  really need to execute a shell command, Ant has an exec rule that 
  -  allows different commands to be executed based on the OS that it is
  -  executing on. 
   
  p class=text
ul
  
  
  
  1.9   +7 -3  newsite/src/docs/developers/navigation.jsp
  
  Index: navigation.jsp
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/navigation.jsp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- navigation.jsp2001/11/08 19:06:21 1.8
  +++ navigation.jsp2001/11/16 02:12:24 1.9
  @@ -1,7 +1,11 @@
  -   p class=textfont size=-1ba style=class 
href=/developers/index.jspHOME/a/b/font
  +   p class=text
  +  hr
  +  font size=-1
  + ba style=class href=/developers/index.jspHOME/a/b
  +  /font

  - /div/td
  - tdimg src=/pictures/t.gif width=15 height=1/td
  +   /div/td
  +   tdimg src=/pictures/t.gif width=15 height=1/td
  /tr

 /table 
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: newsite/src/docs/developers cvs.jsp

2001-11-14 Thread Jason Dillon

  User: user57  
  Date: 01/11/14 21:35:15

  Modified:src/docs/developers cvs.jsp
  Log:
  removed to avoid confusion
  
  Revision  ChangesPath
  1.6   +0 -17 newsite/src/docs/developers/cvs.jsp
  
  Index: cvs.jsp
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/cvs.jsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- cvs.jsp   2001/11/07 19:55:37 1.5
  +++ cvs.jsp   2001/11/15 05:35:15 1.6
  @@ -123,23 +123,6 @@
/ul
  /p
   
  -   p class=headWhat is Buildmagic/p
  -
  -   p class=text
  -  Buildmagic is a collection of extension tasks for Ant v1.3/1.4 and 
  -  a general methodology for organization of build control files.
  -  It was designed to allow aggregation of one or more source modules 
  -  into one logical project, yet still retain each modules individuality
  -  (so that the same module could be incorporated into another project 
  -  or worked on independently of a project).
  -
  -   p class=text
  - ul class=text
  -   liBuildmagic User's Guide 
  - a class=link href=bm-usersguide.pdf[pdf]/a
  - /ul
  -   /p
  -
  p class=text
 The build system is currently being stabilized, but has changed 
 since the writting of this user's guide document.
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development