[jboss-cvs] repository.jboss.com/dom4j/1.6.1.jarjar ...

Scott Stark scott.stark at jboss.com
Mon Sep 18 12:49:10 EDT 2006


  User: starksm 
  Date: 06/09/18 12:49:10

  Added:       dom4j/1.6.1.jarjar   build-jarjar.xml component-info.xml
  Log:
  Add the jarjard dom4j 1.6.1 jar to the repository
  
  Revision  Changes    Path
  1.1      date: 2006/09/18 16:49:10;  author: starksm;  state: Exp;repository.jboss.com/dom4j/1.6.1.jarjar/build-jarjar.xml
  
  Index: build-jarjar.xml
  ===================================================================
  <project name="Jarjar dom4j" default="patchdom4j">
     <!--
     A jarjar ant build script to create the jarjard dom4j jar. 
     -->
     <target name="patchdom4j">
        <taskdef name="jarjar" classname="com.tonicsystems.jarjar.JarJarTask" classpath="dist/jarjar-0.7.jar"/>
          <mkdir dir="output" />
          <jarjar jarfile="output/dom4j-jarjar.jar">
              <manifest>
                 <attribute name="Created-by"               value="${java.vm.version} ${java.vm.vendor}"/>
                 <attribute name="Specification-Title"      value="Dom4j JarJar(org.jboss.dom4j)"/>
                 <attribute name="Specification-Version"    value="1.6.1"/>
                 <attribute name="Specification-Vendor"     value="http://dom4j.org/"/>
                 <attribute name="Implementation-Title"     value="JarJar Dom4j"/>
                 <attribute name="Implementation-URL"       value="http://repository.jboss.com/dom4j/1.6.1.jarjar"/>
                 <attribute name="Implementation-Version"   value="1.6.1.jarjar"/>
                 <attribute name="Implementation-Vendor"    value="JBoss, a division of Red Hat"/>
                 <attribute name="Implementation-Vendor-Id" value="http://www.jboss.org"/>
              </manifest>
              <zipfileset src="dom4j.jar"/>
              <rule pattern="org.dom4j.**" result="org.jboss.dom4j. at 1"/>
              <zap pattern="org.dom4j.jaxb.**"/>
              <zap pattern="org.dom4j.swing.**"/>
              <zap pattern="org.dom4j.xpath.**"/>
          </jarjar>
      </target>
  </project>
  
  
  
  
  1.1      date: 2006/09/18 16:49:10;  author: starksm;  state: Exp;repository.jboss.com/dom4j/1.6.1.jarjar/component-info.xml
  
  Index: component-info.xml
  ===================================================================
  <project name="dom4j-component-info">
  
  <!--
  A jarjard version of dom4j that moves the classes to the org.jboss.dom4j package
  space and strips the following packages:
  org.dom4j.jaxb.*
  org.dom4j.swing.*
  org.dom4j.xpath.*
  -->
     <component id="dom4j"
                licenseType="dom4j"
                version="1.6.1.jarjar"
                projectHome="http://dom4j.org/"
                description="JarJar Dom4j(base package = org.jboss.dom4j)">
        <artifact id="dom4j-jarjar.jar"/>
        <export>
           <include input="dom4j-jarjar.jar"/>
        </export>
     </component>
  
  
  </project>
  
  
  



More information about the jboss-cvs-commits mailing list