You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/05/07 21:34:02 UTC

svn commit: r169104 - /incubator/beehive/trunk/netui/src/tags-template/build.xml

Author: ekoneil
Date: Sat May  7 12:34:01 2005
New Revision: 169104

URL: http://svn.apache.org/viewcvs?rev=169104&view=rev
Log:
Remove an errant <jar> that was still making a ${netui-tags-template.jar}

BB: self
DRT: NetUI pass


Modified:
    incubator/beehive/trunk/netui/src/tags-template/build.xml

Modified: incubator/beehive/trunk/netui/src/tags-template/build.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-template/build.xml?rev=169104&r1=169103&r2=169104&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-template/build.xml (original)
+++ incubator/beehive/trunk/netui/src/tags-template/build.xml Sat May  7 12:34:01 2005
@@ -67,23 +67,6 @@
                  packageName="org.apache.beehive.netui.tags.template"
             />
          </webdoclet>
-
-        <jar jarfile="${build.lib.dir}/${tags-template.jar.name}">
-            <fileset dir="${classes.dir}/${module.name}"> 
-                <exclude name="**/*.properties"/>
-            </fileset>
-            <zipfileset file="${build.lib.dir}/${netui-tags-template.tld.name}" prefix="META-INF"/>
-            <manifest>
-                <attribute name="Extension-Name" value="Beehive NetUI Template Tag Library"/>
-                <attribute name="Specification-Title" value="Beehive NetUI Template Tag Library"/>
-                <attribute name="Specification-Vendor" value="Apache Software Foundation"/>
-                <attribute name="Specification-Version" value="${beehive.version}"/>
-                <attribute name="Implementation-Title" value="Beehive NetUI Template Tag Library"/>
-                <attribute name="Implementation-Vendor" value="Apache Software Foundation"/>
-                <attribute name="Implementation-Version" value="${beehive.version}"/>
-                <attribute name="Beehive-Version" value="${beehive.version}"/>
-            </manifest>
-        </jar>
     </target>
 
     <target name="clean">