[jboss-cvs] system2 ...

Scott Stark scott.stark at jboss.com
Fri Jul 14 11:16:39 EDT 2006


  User: starksm 
  Date: 06/07/14 11:16:39

  Modified:    system2  build-test.xml
  Log:
  Synch up with the project
  
  Revision  Changes    Path
  1.2       +13 -51    system2/build-test.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-test.xml
  ===================================================================
  RCS file: /cvsroot/jboss/system2/build-test.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build-test.xml	14 Jul 2006 02:30:42 -0000	1.1
  +++ build-test.xml	14 Jul 2006 15:16:39 -0000	1.2
  @@ -62,6 +62,8 @@
         <path refid="javassist.classpath"/>
         <path refid="apache.log4j.classpath"/>
         <path refid="oswego.concurrent.classpath"/>
  +  	  <path refid="jboss.jbossxb.classpath" />
  +  	  <path refid="jboss.common.classpath" />
         <path refid="jboss.profiler.jvmti.classpath"/>
       </path>
   
  @@ -88,6 +90,7 @@
           <path refid="jboss.j2se.classpath"/>
           <path refid="jboss.mbeans.classpath"/>
           <path refid="jboss.test.classpath"/>
  +    	<pathelement location="output/classes" />
     </path>
   
       <!-- ===== -->
  @@ -109,7 +112,10 @@
       </path>
   
     </target>
  -  <property />
  +  <property name="jbosstest.deploy.dir" value="${module.output}/deploy" />
  +  <patternset id="compile-resources.pattern">
  +    <include name="${build.resources}/**"/>
  +  </patternset>
   
     <!-- ================================================================== -->
     <!-- Compile                                                            -->
  @@ -137,65 +143,21 @@
       -->
     <target name="module-jars" depends="init">
       
  -    <!-- Build jboss-kernel.jar -->
  -    <jar jarfile="${build.lib}/jboss-container-test.jar" manifest="${build.etc}/default.mf">
  +    <jar jarfile="${build.lib}/jboss-system-test.jar" manifest="${build.etc}/default.mf">
         <fileset dir="${build.classes}"/>
       </jar>
   
  -     <jar destfile="${build.lib}/jar1.jar">
  +     <jar destfile="${build.lib}/org.jboss.server.support.jar">
           <manifest>
  -           <attribute name="Specification-Title" value="jar1" />
  -           <attribute name="Specification-Version" value="1.0.0.GA-jar1" />
  -           <attribute name="Specification-Vendor" value="JBoss Inc." />
  -        </manifest>
  -        <zipfileset dir="${build.classes}">
  -           <include name="org/jboss/test/vfs/support/jar1/**" />
  -        </zipfileset>
  -     </jar>
  -     <jar destfile="${build.lib}/jar2.jar">
  -        <manifest>
  -           <attribute name="Specification-Title" value="jar2" />
  -           <attribute name="Specification-Version" value="1.0.0.GA-jar2" />
  -           <attribute name="Specification-Vendor" value="JBoss Inc." />
  -        </manifest>
  -        <zipfileset dir="${build.classes}">
  -           <include name="org/jboss/test/vfs/support/jar2/**" />
  -        </zipfileset>
  -     </jar>
  -     <jar destfile="${build.lib}/outer.jar">
  -       <manifest>
  -          <attribute name="Specification-Title" value="outer-jar" />
  +           <attribute name="Specification-Title" value="Support" />
             <attribute name="Specification-Version" value="1.0.0.GA" />
             <attribute name="Specification-Vendor" value="JBoss Inc." />
  -          <attribute name="Implementation-Title" value="outer-jar-test" />
  -          <attribute name="Implementation-URL" value="www.jboss.org" />
  -          <attribute name="Implementation-Version" value="1.0.0.GA-jboss" />
  -          <attribute name="Implementation-Vendor" value="JBoss Inc." />
          </manifest>
  -        <zipfileset dir="${build.lib}">
  -           <include name="jar1.jar" />
  -           <include name="jar2.jar" />
  -        </zipfileset>
           <zipfileset dir="${build.classes}">
  -           <include name="org/jboss/test/vfs/support/*" />
  +           <include name="org/jboss/test/server/support/**" />
           </zipfileset>
        </jar>
   
  -  	<!-- Profile service test jars -->
  -    <jar destfile="${build.lib}/p0.jar">
  -      <manifest>
  -         <attribute name="Specification-Title" value="profile0-jar" />
  -         <attribute name="Specification-Version" value="1.0.0.GA" />
  -         <attribute name="Specification-Vendor" value="JBoss Inc." />
  -         <attribute name="Implementation-Title" value="p0-jar-test" />
  -         <attribute name="Implementation-URL" value="www.jboss.org" />
  -         <attribute name="Implementation-Version" value="1.0.0.GA-jboss" />
  -         <attribute name="Implementation-Vendor" value="JBoss Inc." />
  -      </manifest>
  -       <zipfileset dir="${build.classes}">
  -          <include name="org/jboss/test/profileservice/profiles/p0/**" />
  -       </zipfileset>
  -    </jar>
     </target>
   
     <!-- ================================================================== -->
  
  
  



More information about the jboss-cvs-commits mailing list