From: pombredanne Date: Thu, 2 Nov 2006 05:19:36 +0000 (+0000) Subject: some elements required for the build process X-Git-Url: http://secure.phpeclipse.com some elements required for the build process --- diff --git a/build/.cvsignore b/build/.cvsignore new file mode 100644 index 0000000..c795b05 --- /dev/null +++ b/build/.cvsignore @@ -0,0 +1 @@ +build \ No newline at end of file diff --git a/build/lib/ant-contrib/Ant-Contrib Tasks.htm b/build/lib/ant-contrib/Ant-Contrib Tasks.htm new file mode 100644 index 0000000..da49793 --- /dev/null +++ b/build/lib/ant-contrib/Ant-Contrib Tasks.htm @@ -0,0 +1,64 @@ + +Ant-Contrib Tasks + + + + +

Ant-Contrib Tasks

+ + + SourceForge logo + +
+ +

Contents

+ + + +

What's this?

+ +

The Ant-Contrib project is a collection of tasks (and at one + point maybe types and other tools) for Apache Ant.

+ +

This Software is distributed under the Apache Software License.

+ +

Installation

+ +

First you must install Apache Ant itself, most of the + Ant-Contrib tasks require Ant 1.5 or higher to work properly. You can download Ant from + Apache.

+ +

Ant-contrib releases are available at the downloads page. + Mailing lists, CVS and bug trackers can be accessed from the project page.

+ +

See the cc tasks for installation instructions for cpptasks. To install ant-contrib:

+ +
    +
  1. Copy ant-contrib-0.3.jar to the + lib directory of your Ant installation. If you + want to use one of the tasks in your own project, add the lines +
    <taskdef resource="net/sf/antcontrib/antcontrib.properties"/>
    +
    + to your build file.
  2. + +
  3. Keep ant-contrib-0.3.jar in a separate + location. You now have to tell Ant explicitly where to find it + (say in /usr/share/java/lib): +
    <taskdef resource="net/sf/antcontrib/antcontrib.properties">
    +  <classpath>
    +    <pathelement location="/usr/share/java/lib/ant-contrib-0.3.jar"/>
    +  </classpath>
    +</taskdef>
    +
    +
  4. + +
    +

    Copyright © 2002-2003 Ant-Contrib Project. All + rights Reserved.

    + +
\ No newline at end of file diff --git a/build/lib/ant-contrib/LICENSE.txt b/build/lib/ant-contrib/LICENSE.txt new file mode 100644 index 0000000..4d8c2fb --- /dev/null +++ b/build/lib/ant-contrib/LICENSE.txt @@ -0,0 +1,47 @@ +/* + * The Apache Software License, Version 1.1 + * + * Copyright (c) 2001-2003 Ant-Contrib project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. The end-user documentation included with the redistribution, if + * any, must include the following acknowlegement: + * "This product includes software developed by the + * Ant-Contrib project (http://sourceforge.net/projects/ant-contrib)." + * Alternately, this acknowlegement may appear in the software itself, + * if and wherever such third-party acknowlegements normally appear. + * + * 4. The name Ant-Contrib must not be used to endorse or promote products + * derived from this software without prior written permission. For + * written permission, please contact + * ant-contrib-developers@lists.sourceforge.net. + * + * 5. Products derived from this software may not be called "Ant-Contrib" + * nor may "Ant-Contrib" appear in their names without prior written + * permission of the Ant-Contrib project. + * + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE ANT-CONTRIB PROJECT OR ITS + * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * ==================================================================== + */ diff --git a/build/lib/ant-contrib/README.txt b/build/lib/ant-contrib/README.txt new file mode 100644 index 0000000..2e97de8 --- /dev/null +++ b/build/lib/ant-contrib/README.txt @@ -0,0 +1,46 @@ +Ant-Contrib library + +This library is for contributed Ant tasks that have +not been approved for inclusion into the ant core or +optional library. + +Requirements +------------------------- +Runtime: + Requires APACHE Ant Version 1.5 or above. Note, that output + handlers on the ForEach task will not properly report the + task which is outputting the message unless you are using + Ant version 1.5.2 or greater. + + In addition, the task will not work on versions prior + to Ant 1.6 + +Compilation: + Requires Ant Version 1.6 or greater to compile and build the + package. + + +Inclusion in your project +------------------------- + The easiest way to use the tasks is to use + + + + + + + +in your build file. If the jar file is on your CLASSPATH or in +ANT_HOME/lib you can even simplify this to read + + + +For projects which will run under 1.5 versions, you would +use the .properties file instead of the antlib.xml file: + + + + + + + diff --git a/build/lib/ant-contrib/ant-contrib-1.0b2.jar b/build/lib/ant-contrib/ant-contrib-1.0b2.jar new file mode 100644 index 0000000..ea817cd Binary files /dev/null and b/build/lib/ant-contrib/ant-contrib-1.0b2.jar differ diff --git a/build/maps/phpeclipse.map b/build/maps/phpeclipse.map new file mode 100644 index 0000000..352c784 --- /dev/null +++ b/build/maps/phpeclipse.map @@ -0,0 +1,25 @@ +#plugins +plugin@net.sourceforge.phpeclipse=CVS,HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse +plugin@net.sourceforge.phpeclipse.core=CVS,HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse +plugin@net.sourceforge.phpeclipse.debug.core=CVS,HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse +plugin@net.sourceforge.phpeclipse.debug.ui=CVS,HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse +plugin@net.sourceforge.phpeclipse.externaltools=CVS,HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse +plugin@net.sourceforge.phpeclipse.launching=CVS,HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse +plugin@net.sourceforge.phpeclipse.phphelp=CVS,HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse +plugin@net.sourceforge.phpeclipse.phpunit=CVS,HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse +plugin@net.sourceforge.phpeclipse.smarty.ui=CVS,HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse +plugin@net.sourceforge.phpeclipse.ui=CVS,HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse +plugin@net.sourceforge.phpeclipse.webbrowser=CVS,HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse +plugin@net.sourceforge.phpeclipse.xdebug.core=CVS,HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse +plugin@net.sourceforge.phpeclipse.xdebug.ui=CVS,HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse +plugin@net.sourceforge.phpeclipse.xml.core=CVS,HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse +plugin@net.sourceforge.phpeclipse.xml.ui=CVS,HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse + +#features +plugin@net.sourceforge.phpeclipse.feature=CVS,HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse +plugin@net.sourceforge.phpeclipse.feature.core=CVS,HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse + +#Tests utils +plugin@net.sourceforge.phpeclipse.tests=CVS,HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse +#Tests fragments +plugin@net.sourceforge.phpeclipse.test=CVS,HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse