User: chirino 
  Date: 01/06/24 18:25:54

  Added:       src/build/subprojects build-jbossmq.xml
  Removed:     src/build/subprojects build-spydermq.xml
  Log:
  Relabled the spydermq stuff to jbossmq.
  
  Revision  Changes    Path
  1.1                  jbosstest/src/build/subprojects/build-jbossmq.xml
  
  Index: build-jbossmq.xml
  ===================================================================
  <?xml version="1.0"?>
  <!-- The JBossTest mdb jbossmq build file -->
  <project name="JBossTest-JBossMQ" default="jar">
      <!-- =================================================================== -->
      <!-- Compiles the source code                                            -->
      <!-- =================================================================== -->
      <target name="compile">
      <mkdir dir="${build.classes.dir}"/>
      <javac srcdir="${src.dir}"
             destdir="${build.classes.dir}"
             classpath="${classpath}"
             debug="on"
             deprecation="on"
             optimize="off"
      >
         <include name="org/jboss/test/jbossmq/**" />
      </javac>
      </target>
  
      <!-- =================================================================== -->
      <!-- Creates the JBossTest jbossmq jar file                             -->
      <!-- =================================================================== -->
      <target name="jar" depends="compile">
          <jar jarfile="${build.lib.dir}/jbossmqtest.jar"
               basedir="${build.classes.dir}"
               manifest="${etc.dir}/manifest.mf"
               includes="org/jboss/test/jbossmq/**,*.*"
          />
      </target>
  
  </project>
  
  
  

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

Reply via email to