• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • Last Change
  • Annotate
  • Revision Log

root/trunk/deprecated.xml

Revision 2605, 1.1 kB (checked in by jmoore, 3 months ago)

ticket:781 Further OmeroBuild cleanups

  • Javadoc now at top-level since requires source
  • Added ant dependencies to omero.ivy for omero.class
  • Added description to <deploy/>
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<project name="deprecated" default="usage" basedir="."  xmlns:ivy="antlib:org.apache.ivy.ant">
3<!--
4#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5#
6# $Id$
7#
8# Copyright 2008 Glencoe Software, Inc. All rights reserved.
9# Use is subject to license terms supplied in LICENSE.txt
10#
11#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12
13#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14# Written by:  Josh Moore, josh at glencoesoftware.com
15#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16
17-->
18        <target name="fullbuild" depends="build-default" description="DEPRECATED: Use build-all"/>
19        <target name="build" depends="build-default"     description="DEPRECATED: Use build-default"/>
20        <target name="dist"                              description="DEPRECATED: Use build-* targets"/>
21        <target name="withtools" depends="build-all"     description="DEPRECATED: Use build-all or build-[COMPONENT]"/>
22        <target name="cleantools" depends="clean"        description="DEPRECATED: Use clean"/>
23
24</project>
Note: See TracBrowser for help on using the browser.

Download in other formats:

  • Plain Text
  • Original Format

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/