Directory continuum-core/src/main/java/org/apache/maven/continuum/project/builder/

Directory Created:
2005-05-10 13:17
Directory Deleted:
2005-05-13 12:05
Total Files:
0
Deleted Files:
4
Lines of Code:
0

Browse with ViewVC

[root]/continuum-core/src/main/java/org/apache/maven/continuum/project/builder

                                             manager (3 files, 132 lines)

                                             maven (2 files, 478 lines)

Lines of Code

continuum-core/src/main/java/org/apache/maven/continuum/project/builder/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
trygvis 10 (100.0%) 5 (100.0%) 0.5

Most Recent Commits

trygvis 2005-05-13 12:05

o Splitting up -core into -core and -api.

o Removed unused utils from -core, moved over a single method to -xmlrpc

o Moved the project states to the model.

0 lines of code changed in:

trygvis 2005-05-12 10:34

Fixing CONTINUUM-65: "read modules from POM and add as project"

o Adding more exceptions to keep everything from throwing ContinuumException

all over the place.

3 lines of code changed in:

trygvis 2005-05-10 13:27

o Optimizing imports.

1 lines of code changed in:

trygvis 2005-05-10 13:17

Fixing CONTINUUM-124: "Split out the ContinuumProject creation from the

ContinuumBuilder"

This commit might be a big too big ..

o Adding a ContinuumProjectBuilder interface which will take a URL and create a

set of ContinuumProjects. Adding two implementations for Maven 1 and 2. The

code was copied verbatim from the ContinuumBuilders. The Maven 2 project

builder should also read the <module>s from the POM and add those as projects

too.

o Split out the metadata reading/parsing parts of *ContinuumBuilder so it can

be shared between the ContinuumBuilder and the ContinuumProjectBuilder.

o The addMaven{One,Two}Project() methods will now return a List of IDs instead

of a single ID.

1 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT