diff options
author | wisberg <wisberg> | 2005-01-29 11:14:44 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2005-01-29 11:14:44 +0000 |
commit | c9b113c92558207c61c18421e182196adbc15916 (patch) | |
tree | 98a670b150a5b8878e5a35713b142d9981128b0c /build/build-properties.xml | |
parent | 0c29b719fd084ca521bd2be20b8ce20ecb7b1f5e (diff) | |
download | aspectj-c9b113c92558207c61c18421e182196adbc15916.tar.gz aspectj-c9b113c92558207c61c18421e182196adbc15916.zip |
base version changed to 1.2, this year to 2005
Diffstat (limited to 'build/build-properties.xml')
-rw-r--r-- | build/build-properties.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/build-properties.xml b/build/build-properties.xml index a5766ac07..979408812 100644 --- a/build/build-properties.xml +++ b/build/build-properties.xml @@ -1,7 +1,7 @@ <!-- -*- Mode: SGML; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- --> <!-- ========================================================================= --> <!-- Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). --> -<!-- Copyright (c) 2003 Contributors. --> +<!-- Copyright (c) 2003, 2005 Contributors. --> <!-- All rights reserved. --> <!-- This program and the accompanying materials are made available --> <!-- under the terms of the Common Public License v1.0 --> @@ -30,7 +30,7 @@ - the same as build.version.long (in major.minor.service form) for releases. --> <property name="build.version" value="DEVELOPMENT"/> - <property name="build.version.base" value="1.1"/> + <property name="build.version.base" value="1.2"/> <property name="build.version.long" value="DEVELOPMENT"/> <property name="build.version.short" value="DEVELOPMENT"/> <property name="build.version.eclipse.plugins" value="9.9.9"/> @@ -49,7 +49,7 @@ <property name="company.name" value="aspectj.org"/> <property name="copyright.allRights.from1998" - value="Copyright (c) 1998-2001 Xerox Corporation, 2002 Palo Alto Research Center, Incorporated, 2003-2004 Contributors. All rights reserved." /> + value="Copyright (c) 1998-2001 Xerox Corporation, 2002 Palo Alto Research Center, Incorporated, 2003-2005 Contributors. All rights reserved." /> <!-- callers define basedir as dir of build file? --> <property name="aspectj.modules.dir" |