| ant4eclipse:/ant4eclipse/source/net/sf/ant4eclipse/ant/condition/ |
jump to detailed chart | hide Line HistoryConstraint |
Changelog
MAIN:wuetherich:20081019203645
by wuetherich on
19 October 2008, 15:36:59 -0500
(2 months 18 days ago)
~ further refactorings
./HasBuildCommand.java
1.16
./HasNature.java
1.20
MAIN:wuetherich:20080924221136
by wuetherich on
24 September 2008, 17:11:50 -0500
(3 months 12 days ago)
~ [AE-4] Refactoring of EJC-Support
./HasNature.java
1.19
MAIN:wuetherich:20080826193609
by wuetherich on
26 August 2008, 14:38:48 -0500
(4 months 11 days ago)
~ Further refactorings
./HasBuildCommand.java
1.15
./HasNature.java
1.18
MAIN:wuetherich:20080808184836
by wuetherich on
08 August 2008, 13:48:50 -0500
(4 months 29 days ago)
~ Further refactorings
./HasBuildCommand.java
1.14
./HasNature.java
1.17
MAIN:costamojan:20071223184042
by costamojan on
23 December 2007, 12:40:44 -0600
(12 months ago)
~ added basic support for python
./HasNature.java
1.16
MAIN:costamojan:20060911183952
by costamojan on
11 September 2006, 13:39:52 -0500
(2 years 3 months ago)
~ added support for the AspectJ nature
./HasNature.java
1.15
M_0_4:costamojan:20060906135614
by costamojan on
06 September 2006, 08:56:15 -0500
(2 years 4 months ago)
~ the previously required initialisation of the 'WorkspaceBase' instance is done implicitly using it's getter 'getWorkspace()'
./HasBuildCommand.java
1.11.2.2
./HasNature.java
1.12.2.2
M_0_4:costamojan:20060901224237
by costamojan on
01 September 2006, 17:42:39 -0500
(2 years 4 months ago)
~ initialisations before evaluation/executions
./HasBuildCommand.java
1.11.2.1
./HasNature.java
1.12.2.1
MAIN:wuetherich:20060831154244
by wuetherich on
31 August 2006, 10:43:16 -0500
(2 years 4 months ago)
~ refactored packages
./HasBuildCommand.java
1.13
./HasNature.java
1.14
MAIN:wuetherich:20060623211037
by wuetherich on
23 June 2006, 16:14:24 -0500
(2 years 6 months ago)
~ changed license header to epl 1.0
./HasBuildCommand.java
1.12
./HasNature.java
1.13
MAIN:wuetherich:20060610153434
by wuetherich on
10 June 2006, 10:34:34 -0500
(2 years 6 months ago)
~ added javadoc
./HasBuildCommand.java
1.11
./HasNature.java
1.12
MAIN:costamojan:20060605111345
by costamojan on
05 June 2006, 06:13:46 -0500
(2 years 7 months ago)
~ catch Exception - Blocks will be prepended by catch BuildException blocks, so the causing traces will be preferred (prevention of exception wrapping)
./HasBuildCommand.java
1.10
./HasNature.java
1.11
MAIN:nilsha:20060525175356
by nilsha on
25 May 2006, 12:56:33 -0500
(2 years 7 months ago)
minor doc improvements
./HasBuildCommand.java
1.9
./HasNature.java
1.10
MAIN:wuetherich:20060519192543
by wuetherich on
19 May 2006, 14:25:45 -0500
(2 years 7 months ago)
~ changed @author tags
./HasBuildCommand.java
1.8
./HasNature.java
1.9
MAIN:wuetherich:20060501201233
by wuetherich on
01 May 2006, 15:12:35 -0500
(2 years 8 months ago)
~ minor clean-ups
./HasBuildCommand.java
1.7
MAIN:costamojan:20060319031608
by costamojan on
18 March 2006, 21:16:08 -0600
(2 years 9 months ago)
~ this condition now supports some shortcuts for convenience reasons
./HasNature.java
1.8
MAIN:costamojan:20060314153823
by costamojan on
14 March 2006, 09:38:28 -0600
(2 years 9 months ago)
~ replaced JavaDoc '@see' using '@inheritDoc' which is more stable during refactoring processes. ~ added '@inheritDoc' tags wherever they've been missing.
./HasBuildCommand.java
1.6
./HasNature.java
1.7
MAIN:costamojan:20060314152050
by costamojan on
14 March 2006, 09:20:50 -0600
(2 years 9 months ago)
~ the 'requireXXX' methods have been placed outside the try-catch-block. otherwise they could create a BuildException which is wrapped within another BuildException which would be a bit redundant.
./HasBuildCommand.java
1.5
./HasNature.java
1.6
MAIN:costamojan:20060303182205
by costamojan on
03 March 2006, 12:22:15 -0600
(2 years 10 months ago)
~ removed some warnings
./HasBuildCommand.java
1.4
./HasNature.java
1.5
MAIN:costamojan:20060228183828
by costamojan on
28 February 2006, 12:38:37 -0600
(2 years 10 months ago)
~ the logging makes now use of the class 'A4ELogging' allowing to centralize the logging facilities
./ContainsProjectSet.java
1.3
MAIN:wuetherich:20060127224511
by wuetherich on
27 January 2006, 16:45:47 -0600
(2 years 11 months ago)
~ ProjectFactory und XmlFileParser
./ContainsProjectSet.java
1.2
MAIN:wuetherich:20051215113639
by wuetherich on
15 December 2005, 05:37:05 -0600
(3 years ago)
~ implemented several tests
./HasBuildCommand.java
1.3
./HasNature.java
1.4
MAIN:wuetherich:20051210221718
by wuetherich on
10 December 2005, 16:17:18 -0600
(3 years ago)
~ refactored ProjectBase: it is possible to specify either project or workspace and projectname
./HasBuildCommand.java
1.2
./HasNature.java
1.3
MAIN:nilsha:20051126125335
by nilsha on
26 November 2005, 06:53:35 -0600
(3 years 1 month ago)
~ refactoring, clean up ~ removed of warnings
./HasNature.java
1.2
MAIN:nilsha:20051124191213
by nilsha on
24 November 2005, 13:12:22 -0600
(3 years 1 month ago)
~refactoring
./ContainsProjectSet.java
1.1
./HasBuildCommand.java
1.1
./HasNature.java
1.1
|