/[Apache-SVN]/james/server/trunk/mailets-function/pom.xml
ViewVC logotype

Log of /james/server/trunk/mailets-function/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 826407 - (view) (annotate) - [select for diffs]
Modified Sun Oct 18 10:45:52 2009 UTC (5 weeks, 4 days ago) by bago
File length: 4789 byte(s)
Diff to previous 822665 (colored)
Move DSNStatus to the new smtp-protocol library

Revision 822665 - (view) (annotate) - [select for diffs]
Modified Wed Oct 7 11:18:15 2009 UTC (7 weeks, 1 day ago) by norman
File length: 4642 byte(s)
Diff to previous 746780 (colored)
prepare for Milestone 

Revision 746780 - (view) (annotate) - [select for diffs]
Modified Sun Feb 22 17:28:15 2009 UTC (9 months ago) by rdonkin
File length: 4648 byte(s)
Diff to previous 746518 (colored)
Fix mvn package JAMES-888 https://issues.apache.org/jira/browse/JAMES-888

Revision 746518 - (view) (annotate) - [select for diffs]
Modified Sat Feb 21 14:28:46 2009 UTC (9 months ago) by rdonkin
File length: 4618 byte(s)
Diff to previous 746499 (colored)
Switch poms to revised name for mailet-base JAMES-888

Revision 746499 - (view) (annotate) - [select for diffs]
Modified Sat Feb 21 13:10:51 2009 UTC (9 months ago) by rdonkin
File length: 4630 byte(s)
Diff to previous 699673 (colored)
Switch poms to revised name for standard mailets JAMES-888

Revision 699673 - (view) (annotate) - [select for diffs]
Modified Sat Sep 27 15:55:07 2008 UTC (13 months, 4 weeks ago) by bago
File length: 4613 byte(s)
Diff to previous 687772 (colored)
mailet new name is apache-mailet.
Updated mailet products jars in stage and m2/ant builds to reflect this change.

Revision 687772 - (view) (annotate) - [select for diffs]
Modified Thu Aug 21 14:43:47 2008 UTC (15 months ago) by bago
File length: 4606 byte(s)
Diff to previous 687767 (colored)
Remove the optional profile dependency (activation is already there)

Revision 687767 - (view) (annotate) - [select for diffs]
Modified Thu Aug 21 14:17:54 2008 UTC (15 months ago) by bago
File length: 4995 byte(s)
Diff to previous 687712 (colored)
Geronimo Mail module do not declare runtime dependency on Activation.
Added a geronimo profile to failing modules.

Revision 687712 - (view) (annotate) - [select for diffs]
Modified Thu Aug 21 11:04:45 2008 UTC (15 months ago) by bago
File length: 4604 byte(s)
Diff to previous 685105 (colored)
Changed the way m2 depends on javamail.
Added support for building against geronimo implementation via maven profile (-Pgeronimo)
Should help investigating on JAMES-850, too.

Revision 685105 - (view) (annotate) - [select for diffs]
Modified Tue Aug 12 09:37:44 2008 UTC (15 months, 2 weeks ago) by bago
File length: 4604 byte(s)
Diff to previous 685080 (colored)
Renamed james-common-util to james-server-common-util and james-javamail-util to james-server-javamail-util.
At first I chose the serverless name, but ant build uses james-server prefix for every module, so it's easier to use the same name from m2 too.

Revision 685080 - (view) (annotate) - [select for diffs]
Modified Tue Aug 12 08:22:30 2008 UTC (15 months, 2 weeks ago) by bago
File length: 4590 byte(s)
Diff to previous 684799 (colored)
Third (and last) round at cleaning/fixing m2 granular dependencies.
Now real dependencies for each module should be better detailed/documented in the poms.

Revision 684799 - (view) (annotate) - [select for diffs]
Modified Mon Aug 11 16:27:39 2008 UTC (15 months, 2 weeks ago) by bago
File length: 4326 byte(s)
Diff to previous 684424 (colored)
Renamed mailnotification-util to javamail-util. It contains javamail specific code.

Revision 684424 - (view) (annotate) - [select for diffs]
Modified Sun Aug 10 09:04:40 2008 UTC (15 months, 2 weeks ago) by bago
File length: 4334 byte(s)
Diff to previous 681171 (colored)
Introduced new modules:
common-util: contains only InternetPrintWriter ATM
mailnotification-utl: some javamail only dsn/mdn code
avalon-socket-library: the basic framework used by our socketbased functions.
moved some class from user-library to user-api.

Revision 681171 - (view) (annotate) - [select for diffs]
Modified Wed Jul 30 18:45:54 2008 UTC (15 months, 3 weeks ago) by bago
File length: 4194 byte(s)
Diff to previous 681157 (colored)
Move some mailet tests to the mailets-function module. Required movement of 2 test classes to core-library tests, too.

Revision 681157 - (view) (annotate) - [select for diffs]
Modified Wed Jul 30 18:07:26 2008 UTC (15 months, 3 weeks ago) by bago
File length: 4000 byte(s)
Diff to previous 681147 (colored)
standard-mailets vs apache-james-standard-mailets.. maybe the better name is the last one, but we currently name it standard-mailets, so I fix the m2 build first, then we'll decide the best name.

Revision 681147 - (view) (annotate) - [select for diffs]
Modified Wed Jul 30 17:56:23 2008 UTC (15 months, 3 weeks ago) by bago
File length: 4013 byte(s)
Diff to previous 671202 (colored)
Add mailet-base  test-jar depedency to mailets-function

Revision 671202 - (view) (annotate) - [select for diffs]
Modified Tue Jun 24 15:04:45 2008 UTC (17 months ago) by bago
File length: 3811 byte(s)
Diff to previous 671199 (colored)
Move real javamail dependency to the parent pom, to make it easier to switch to alternative implementations. (related to JAMES-845)
Documented how to use geronimo in the main pom.

Revision 671199 - (view) (annotate) - [select for diffs]
Modified Tue Jun 24 14:53:22 2008 UTC (17 months ago) by bago
File length: 3749 byte(s)
Diff to previous 663356 (colored)
I added remotedelivery tests to mailets-function, but they depended on utils we had in phoenix-deployment.
Moved some utility class to core-library tests so that they can be shared between functions.
Updated the m2 descriptors to take care of the test dependencies.

Revision 663356 - (view) (annotate) - [select for diffs]
Modified Wed Jun 4 19:46:02 2008 UTC (17 months, 3 weeks ago) by bago
File length: 3423 byte(s)
Diff to previous 655691 (colored)
Created pom for mailbox-library, updated dependencies for most modules:
- removed junit dependency from modules with no tests (newest maven works now, old mavens had error in this case).
- removed unused dependencies from modules.
- added explicit dependencies to modules where needed (sometimes we relied to transitive dependencies for direct dependencies and this "hide" real dependencies).

Revision 655691 - (view) (annotate) - [select for diffs]
Modified Mon May 12 23:40:17 2008 UTC (18 months, 2 weeks ago) by bago
File length: 3823 byte(s)
Diff to previous 655097 (colored)
Update m2 build for mailets-function addition and imap-commands removal.

Revision 655097 - (view) (annotate) - [select for diffs]
Modified Sat May 10 14:55:08 2008 UTC (18 months, 2 weeks ago) by rdonkin
File length: 3833 byte(s)
Copied from: james/server/trunk/spoolmanager-function/pom.xml revision 655096
Diff to previous 654480 (colored)
Moved most remaining mailets into separate module.

Revision 654480 - (view) (annotate) - [select for diffs]
Modified Thu May 8 11:31:43 2008 UTC (18 months, 2 weeks ago) by bago
Original Path: james/server/trunk/spoolmanager-function/pom.xml
File length: 3833 byte(s)
Diff to previous 654221 (colored)
Fix m2 dependencies declaration:
- apache-james-standard-mailets and apache-james-mailet-base declared in main pom dependencyManagement
- added apache-mime4j as a torque-mailboxmanager-function dependencies
- added apache-james-standard-mailets to spoolmanager-function (because some Abstract mailet has been moved to the standard-mailets project)
- removed mordred-library module from main pom module lists (the module has been removed from the source tree previously)

Revision 654221 - (view) (annotate) - [select for diffs]
Modified Wed May 7 19:15:41 2008 UTC (18 months, 2 weeks ago) by rdonkin
Original Path: james/server/trunk/spoolmanager-function/pom.xml
File length: 3689 byte(s)
Diff to previous 647988 (colored)
Moved org.apache.james.util.mailet into mailet-base

Revision 647988 - (view) (annotate) - [select for diffs]
Modified Mon Apr 14 20:32:26 2008 UTC (19 months, 1 week ago) by rdonkin
Original Path: james/server/trunk/spoolmanager-function/pom.xml
File length: 3552 byte(s)
Diff to previous 611913 (colored)
Spoolmanager no longer has a dependency on bouncy castle

Revision 611913 - (view) (annotate) - [select for diffs]
Modified Mon Jan 14 20:05:35 2008 UTC (22 months, 1 week ago) by bago
Original Path: james/server/trunk/spoolmanager-function/pom.xml
File length: 3812 byte(s)
Diff to previous 593998 (colored)
Updated m2 build to the latest code refactorings made by Robert.

Revision 593998 - (view) (annotate) - [select for diffs]
Modified Mon Nov 12 00:33:25 2007 UTC (2 years ago) by bago
Original Path: james/server/trunk/spoolmanager-function/pom.xml
File length: 3557 byte(s)
Diff to previous 576181 (colored)
Fix missing/outdated m2 dependency declarations.

Revision 576181 - (view) (annotate) - [select for diffs]
Modified Sun Sep 16 21:29:31 2007 UTC (2 years, 2 months ago) by bago
Original Path: james/server/trunk/spoolmanager-function/pom.xml
File length: 3431 byte(s)
Diff to previous 556262 (colored)
Big dependencies update.
Updated dnsjava to 2.0.5 (JAMES-816)
Updated all of the cornerstone libraries to 2.2.2 (JAMES-798)
Updated torque to 3.3RC2
Updated javamail 1.4.1ea to a newer build (related to JAMES-693)
Updated maven2 poms introducing the dependencyManagement stuff in the root pom, so to have dependencies versions in a single place.
Updated license file to reflect changed paths (part of JAMES-797)

Revision 556262 - (view) (annotate) - [select for diffs]
Modified Sat Jul 14 11:08:17 2007 UTC (2 years, 4 months ago) by rdonkin
Original Path: james/server/trunk/spoolmanager-function/pom.xml
File length: 1923 byte(s)
Diff to previous 537145 (colored)
Added missing headers

Revision 537145 - (view) (annotate) - [select for diffs]
Modified Fri May 11 09:42:31 2007 UTC (2 years, 6 months ago) by bago
Original Path: james/server/trunk/spoolmanager-function/pom.xml
File length: 1126 byte(s)
Diff to previous 524421 (colored)
Fix ant and m2 builds for mailet changes / Updated staged dependencies.

Revision 524421 - (view) (annotate) - [select for diffs]
Added Sat Mar 31 13:23:08 2007 UTC (2 years, 7 months ago) by bago
Original Path: james/server/trunk/spoolmanager-function/pom.xml
File length: 1322 byte(s)
Added maven2 poms for every module and updated the phoenix-deployment module to work in multimodule project.
Moved website from phoenix-module to the root module.
Configured the main pom.xml to create aggregated jxr and javadocs reports (1 single structure and not per-module)

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2