[jboss-cvs] JBossAS SVN: r92771 - in branches/JBPAPP_5_0: varia and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 24 21:42:36 EDT 2009


Author: permaine
Date: 2009-08-24 21:42:36 -0400 (Mon, 24 Aug 2009)
New Revision: 92771

Modified:
   branches/JBPAPP_5_0/build/build-distr.xml
   branches/JBPAPP_5_0/build/build.xml
   branches/JBPAPP_5_0/varia/build.xml
Log:
JBPAPP-2618: Remove obsolete docs/examples/netboot

Modified: branches/JBPAPP_5_0/build/build-distr.xml
===================================================================
--- branches/JBPAPP_5_0/build/build-distr.xml	2009-08-25 01:42:33 UTC (rev 92770)
+++ branches/JBPAPP_5_0/build/build-distr.xml	2009-08-25 01:42:36 UTC (rev 92771)
@@ -1169,14 +1169,6 @@
       </fileset>
     </copy>
 
-    <!-- copy the netboot war tool -->
-    <mkdir dir="${install.examples.netboot}"/>
-    <copy todir="${install.examples.netboot}" filtering="no">
-      <fileset dir="${_module.output}/lib">
-        <include name="netboot.war"/>
-      </fileset>
-    </copy>
-
     <!-- copy the bsh.deployer and its associated beanshell lib from thirdparty -->
     <mkdir dir="${install.server}/all/deployers"/>
 

Modified: branches/JBPAPP_5_0/build/build.xml
===================================================================
--- branches/JBPAPP_5_0/build/build.xml	2009-08-25 01:42:33 UTC (rev 92770)
+++ branches/JBPAPP_5_0/build/build.xml	2009-08-25 01:42:36 UTC (rev 92771)
@@ -262,7 +262,6 @@
     <property name="install.examples.jca" value="${install.docs}/examples/jca"/>
     <property name="install.examples.jms" value="${install.docs}/examples/jms"/>
     <property name="install.examples.jbossweb" value="${install.examples}/jbossweb"/>
-    <property name="install.examples.netboot" value="${install.examples}/netboot"/>
     <!--<property name="install.examples.binding-manager" value="${install.examples}/binding-manager"/>-->
     <property name="install.examples.varia" value="${install.examples}/varia"/>
     <property name="install.dtd" value="${install.docs}/dtd"/>

Modified: branches/JBPAPP_5_0/varia/build.xml
===================================================================
--- branches/JBPAPP_5_0/varia/build.xml	2009-08-25 01:42:33 UTC (rev 92770)
+++ branches/JBPAPP_5_0/varia/build.xml	2009-08-25 01:42:36 UTC (rev 92771)
@@ -517,14 +517,6 @@
       </fileset>
     </jar>
 
-    <!-- Build netboot.war -->
-    <war warfile="${build.lib}/netboot.war" webxml="${build.resources}/netboot/WEB-INF/web.xml">
-      <fileset dir="${build.resources}/netboot" excludes="WEB-INF/web.xml"/>
-      <classes dir="${build.classes}">
-        <include name="org/jboss/netboot/**"/>
-      </classes>
-    </war>
-
     <!-- bsh-deployer.jar -->
 
     <mkdir dir="${build.deployers}/bsh.deployer"/>




More information about the jboss-cvs-commits mailing list