Your preferences have been saved!
» lucene ant build script - <?xml version="1.0"?> <!--     Licensed to the Apache Software Foundation (ASF) under one or more     contributor license agreements.  See the NOTICE file distributed with     this work for additional information regarding copyright ownership.     The ASF licenses this file to You under the Apache License, Version 2.0     the "License"); you may not use this file except in compliance with     the License.  You may obtain a copy of the License at           http://www.apache.org/licenses/LICENSE-2.0... 16 Feb 12 » jibx ant build script - <?xml version="1.0"?> <!-- ------------------------------------------------------------------- Ant build file for JiBX Java data binding to XML This is a build file for use with the Ant build tool.  See http://jakarta.apache.org/ant/index.html for more info.  This build.xml file has been tested with ant version 1.6.1. -------------------------------------------------------------------+ --> <project name="jibx" default="distrib" basedir="..">   <!-- The directories -->   <property name="root" value="${basedir}"/>... 16 Feb 12 » jedit build script - <?xml version="1.0"?> <project name="jedit"      default="build">   <description>     This is an ant build.xml file for building jEdit - Programmer's Text Editor.   </description>   <property file="build.properties"         prefix="config" />   <!-- jEdit Version -->   <property name="jedit.version"... 16 Feb 12 » jakarta regexp ant script - <?xml version="1.0"?> <!--   - Licensed to the Apache Software Foundation (ASF) under one or more   - contributor license agreements.  See the NOTICE file distributed with   - this work for additional information regarding copyright ownership.   - The ASF licenses this file to You under the Apache License, Version 2.0   - (the "License"); you may not use this file except in compliance with   - the License.  You may obtain a copy of the License at   -   -     http://www.apache.org/licenses/LICENSE-2.0... 16 Feb 12 » jakarta oro ant script - <?xml version="1.0"?> <!--    $Id: build.xml,v 1.7 2003/12/29 03:47:08 dfs Exp $ Notes:    This is a build file for use with the Jakarta Ant build tool. Prerequisites:    jakarta-ant from http://jakarta.apache.org/ant/index.html Build Instructions:    To build, run    ant <target>... 16 Feb 12 » jakarta jmeter ant script - <?xml version="1.0"?> <!--    Licensed to the Apache Software Foundation (ASF) under one or more    contributor license agreements.  See the NOTICE file distributed with    this work for additional information regarding copyright ownership.    The ASF licenses this file to You under the Apache License, Version 2.0    (the "License"); you may not use this file except in compliance with    the License.  You may obtain a copy of the License at        http://www.apache.org/licenses/LICENSE-2.0    Unless required by applicable law or agreed to in writing, software... 16 Feb 12 » hadoop ant build script - <?xml version="1.0"?> <!--    Licensed to the Apache Software Foundation (ASF) under one or more    contributor license agreements.  See the NOTICE file distributed with    this work for additional information regarding copyright ownership.    The ASF licenses this file to You under the Apache License, Version 2.0    (the "License"); you may not use this file except in compliance with    the License.  You may obtain a copy of the License at        http://www.apache.org/licenses/LICENSE-2.0    Unless required by applicable law or agreed to in writing, software... 16 Feb 12 » GWT ant script - <project name="GWT" default="dist" basedir=".">   <property name="gwt.root" location="." />   <property name="project.tail" value="" />   <import file="${gwt.root}/common.ant.xml" />   <!-- "build" is the default when subprojects are directly targetted  -->   <property name="target" value="build" />   <property name="emma.merged.out" value="${project.build}/emma-coverage" />   <!--       Convenience for the lateral calls we make.  Use gwt.ant to      descend into another directory, and this to call in the same build.xml.... 16 Feb 12 » Google guice ant script - <?xml version="1.0"?> <project name="guice" default="compile">   <property name="DynamicImport-Package" value="org.aopalliance.intercept"/>   <property name="exclude.imports" value="!com.google.common.*,!net.sf.*,!org.objectweb.*"/>   <import file="common.xml"/>   <path id="compile.classpath">     <fileset dir="${lib.dir}" includes="*.jar"/>     <fileset dir="${lib.dir}/build" includes="*.jar"/>   </path>   <target name="jar" depends="jar.withdeps, manifest" description="Build jar.">... 16 Feb 12 » Fop build script - <?xml version="1.0"?> <!--   Licensed to the Apache Software Foundation (ASF) under one or more   contributor license agreements.  See the NOTICE file distributed with   this work for additional information regarding copyright ownership.   The ASF licenses this file to You under the Apache License, Version 2.0   (the "License"); you may not use this file except in compliance with   the License.  You may obtain a copy of the License at        http://www.apache.org/licenses/LICENSE-2.0   Unless required by applicable law or agreed to in writing, software... 16 Feb 12