Author: pferraro
Date: 2008-10-31 21:15:18 -0400 (Fri, 31 Oct 2008)
New Revision: 2046
Removed:
trunk/mod_cluster/build-tomcat.xml
Log:
Obsolete
Deleted: trunk/mod_cluster/build-tomcat.xml
===================================================================
--- trunk/mod_cluster/build-tomcat.xml 2008-11-01 01:14:28 UTC (rev 2045)
+++ trunk/mod_cluster/build-tomcat.xml 2008-11-01 01:15:18 UTC (rev 2046)
@@ -1,59 +0,0 @@
-<?xml version="1.0"?>
-<!--
- * Copyright(c) 2008 Red Hat Middleware, LLC,
- * and individual contributors as indicated by the @authors tag.
- * See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library in the file COPYING.LIB;
- * if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
- *
- * @author Jean-Frederic Clere
- * @version $Revision$
--->
-<project name="tomcat" default="all" basedir=".">
-
- <!-- See "build.properties.sample" in the top level directory for all
-->
- <!-- property values you must customize for successful building!!! -->
- <property file="${user.home}/build.properties"/>
- <property file="build.properties"/>
-
- <property file="build.properties.default"/>
-
- <property name="out.dir" value="${basedir}/target/tomcat/"/>
- <property name="out.classes"
value="${basedir}/target/tomcat/classes"/>
-
- <property name="compile.source" value="1.5"/>
-
- <target name="compile">
-
- <mkdir dir="${out.classes}"/>
-
- <!-- Compile -->
- <javac srcdir="src/tomcat" destdir="${out.classes}"
- debug="on" debuglevel="lines,vars,source"
- deprecation="${compile.deprecation}"
- source="${compile.source}"
- optimize="${compile.optimize}">
- <include name="org/jboss/logging/**" />
- </javac>
- </target>
-
- <target name="all" depends="compile">
- <jar destfile="${out.dir}/jbosslogging.jar">
- <fileset dir="${out.classes}"/>
- </jar>
- </target>
-</project>
Show replies by date