User: user57  
  Date: 01/07/28 19:13:40

  Modified:    .        Tag: jboss_buildmagic build.xml config.xml
  Log:
   o updated all modules to use new simplified configuration
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.8   +3 -2      jboss-j2ee/Attic/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-j2ee/Attic/build.xml,v
  retrieving revision 1.1.2.7
  retrieving revision 1.1.2.8
  diff -u -r1.1.2.7 -r1.1.2.8
  --- build.xml 2001/07/29 00:52:30     1.1.2.7
  +++ build.xml 2001/07/29 02:13:40     1.1.2.8
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.1.2.7 2001/07/29 00:52:30 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.1.2.8 2001/07/29 02:13:40 user57 Exp $ -->
   
   <project name="jboss-j2ee" default="main">
   
  @@ -134,6 +134,7 @@
         </fileset>
         <mapper type="glob" from="*${module.examples.extension}" to="*"/>
       </copy>
  +
       <antcall target="configure-hook"/>
       <property name="configured-already" value="true"/>
     </target>
  @@ -417,7 +418,7 @@
     <target name="help">
       <projecthelp>
         <header/>
  -      <header>  The JBoss J2EE source module.</header>
  +      <header>  The ${module.Name} module.</header>
         <header/>
         <footer/>                                  
         <footer>    * -projecthelp for all targets</footer>
  
  
  
  1.1.2.4   +2 -2      jboss-j2ee/Attic/config.xml
  
  Index: config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-j2ee/Attic/config.xml,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- config.xml        2001/07/29 00:52:30     1.1.2.3
  +++ config.xml        2001/07/29 02:13:40     1.1.2.4
  @@ -14,7 +14,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: config.xml,v 1.1.2.3 2001/07/29 00:52:30 user57 Exp $ -->
  +<!-- $Id: config.xml,v 1.1.2.4 2001/07/29 02:13:40 user57 Exp $ -->
   
     <!-- ================================================================== -->
     <!-- Module Setup                                                       -->
  @@ -23,7 +23,7 @@
     <!-- Module name(s) & version -->
     <property name="module.name" value="${ant.project.name}"/>
     <property name="module.Name" value="JBoss J2EE"/>
  -  <property name="module.version" value="${buildnumber}"/>
  +  <property name="module.version" value="${build.number}"/>
   
     <!-- This module is based on Java 1.2 -->
     <property name="javac.target" value="1.2"/>
  
  
  

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

Reply via email to