aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* create a parent node if there's no parent node exists and ↵kasunKasun Gajasinghe2011-08-221-4/+18
| | | | | | MAVEN_PARENT_UNIQUEID is set. svn path=/projects/javatoolkit/branches/kasun/; revision=8734
* More comments to maven-helper.pyKasun Gajasinghe2011-08-221-7/+11
| | | | svn path=/projects/javatoolkit/branches/kasun/; revision=8733
* add gentoo super pom as the parent if the current pom doesn't specify one. ↵Kasun Gajasinghe2011-08-092-0/+20
| | | | | | this super pom takes care of plugin versions etc. The super pom version can be set via self.cli_options.p_superpom_version (-u) argument svn path=/projects/javatoolkit/branches/kasun/; revision=8685
* maven pom's parent-element rewrite - bug fixes and indentation fixes.Kasun Gajasinghe2011-08-061-30/+33
| | | | svn path=/projects/javatoolkit/branches/kasun/; revision=8676
* brought the parent element rewriting code to a separate function. Added ↵Kasun Gajasinghe2011-08-062-4/+12
| | | | | | another argument, --rewritesubmoduleppom, to control whether to rewrite_parent the submodules of the project or not. svn path=/projects/javatoolkit/branches/kasun/; revision=8672
* added maven pom's <parent> tag rewriter. Three options to control it: ↵Kasun Gajasinghe2011-08-062-2/+26
| | | | | | --pgroup, --partifact, --pversion. --pversion is enough in most cases. svn path=/projects/javatoolkit/branches/kasun/; revision=8670
* 1.6 too is a valid source now. Added a newline for each <dependency> tag for ↵Kasun Gajasinghe2011-08-062-1/+3
| | | | | | easier reading. svn path=/projects/javatoolkit/branches/kasun/; revision=8669
* Improved pom rewrite feature in plugin rewriting. fixed bugs in MavenPom.py.Kasun Gajasinghe2011-07-111-24/+41
| | | | svn path=/projects/javatoolkit/branches/kasun/; revision=8578
* fixed an issue in MavenPom.py. It fails when the maven-compiler-plugin has a ↵Kasun Gajasinghe2011-06-191-0/+1
| | | | | | version specified in the pom. svn path=/projects/javatoolkit/branches/kasun/; revision=8479
* Complete the previous patch, actually remove the missing import.Vlastimil Babka2011-02-131-1/+0
| | | | svn path=/projects/javatoolkit/trunk/; revision=8312
* Remove usage of PrettyPrint from pyxml, bug #354421. Thanks to Rafał ↵Vlastimil Babka2011-02-132-5/+2
| | | | | | Mużyło <galtgendo@o2.pl>. svn path=/projects/javatoolkit/trunk/; revision=8311
* Add patch for python-2.6 from bug #239479.Petteri Räty2009-03-071-1/+1
| | | | svn path=/projects/javatoolkit/trunk/; revision=7599
* Adding preliminarily, ruff, sucky and generally unfinished first draft of ↵Alistair Bush2008-07-055-26/+181
| | | | | | eclipse-build.py and supporting library. svn path=/projects/javatoolkit/trunk/; revision=6401
* Add MANIFEST files and updated Changelog0.3.0Alistair Bush2008-06-213-0/+38
| | | | svn path=/projects/javatoolkit/trunk/; revision=6335
* Add make-release helper scriptAlistair Bush2008-06-211-0/+13
| | | | svn path=/projects/javatoolkit/trunk/; revision=6334
* Add ChangelogAlistair Bush2008-06-213-9/+287
| | | | svn path=/projects/javatoolkit/trunk/; revision=6333
* javatoolkit NEWS.James Le Cuirot2008-06-191-1/+14
| | | | svn path=/projects/javatoolkit/trunk/; revision=6329
* Forgot about xjavac tags.James Le Cuirot2008-06-171-1/+1
| | | | svn path=/projects/javatoolkit/trunk/; revision=6323
* New approach to rewriting the classpath. The previous one didn't work very well.James Le Cuirot2008-06-171-53/+17
| | | | svn path=/projects/javatoolkit/trunk/; revision=6322
* These tabs got left behind.James Le Cuirot2008-06-171-5/+5
| | | | svn path=/projects/javatoolkit/trunk/; revision=6321
* Merge ali_bush's layout_refactor_branch back to trunk with some changes.James Le Cuirot2008-06-1667-2100/+1640
|\ | | | | | | svn path=/projects/javatoolkit/trunk/; revision=6317
| * Fix bugs caused by layout changes.Alistair Bush2008-06-142-4/+7
| | | | | | | | svn path=/projects/javatoolkit/branches/layout_refactor_branch/; revision=6313
| * Modified headers and added vim modeline.Alistair Bush2008-01-0514-289/+267
| | | | | | | | svn path=/projects/javatoolkit/branches/layout_refactor_branch/; revision=5892
| * Moving old projects into obsolete directory. Will delete before merge.Alistair Bush2008-01-0541-0/+0
| | | | | | | | svn path=/projects/javatoolkit/branches/layout_refactor_branch/; revision=5890
| * Added AUTHORS to man AUTHORS file, started removing redundant files and ↵Alistair Bush2008-01-054-77/+13
| | | | | | | | | | | | update setup.py svn path=/projects/javatoolkit/branches/layout_refactor_branch/; revision=5889
| * Adding bin file to setup.pyAlistair Bush2008-01-031-0/+1
| | | | | | | | svn path=/projects/javatoolkit/branches/layout_refactor_branch/; revision=5886
| * Finalise setup.py, update class-version-verifyAlistair Bush2008-01-033-92/+49
| | | | | | | | svn path=/projects/javatoolkit/branches/layout_refactor_branch/; revision=5885
| * Started setup.py and migrated more tools.Alistair Bush2008-01-0317-367/+1214
| | | | | | | | svn path=/projects/javatoolkit/branches/layout_refactor_branch/; revision=5884
| * Refactored code of active sub-projects into new file structure. Currently ↵Alistair Bush2007-12-3110-0/+994
| | | | | | | | | | | | missing build mechanism. svn path=/projects/javatoolkit/branches/layout_refactor_branch/; revision=5876
| * Branch trunk to allow project layout to be changed.Alistair Bush2007-12-314-328/+311
| |\ | | | | | | | | | svn path=/projects/javatoolkit/branches/layout_refactor_branch/; revision=5875
* | | New jarjarclean utility.James Le Cuirot2008-06-153-2/+59
| | | | | | | | | | | | svn path=/projects/javatoolkit/trunk/; revision=6316
* | | Mark buildparser as executable.James Le Cuirot2008-06-141-0/+0
| | | | | | | | | | | | svn path=/projects/javatoolkit/trunk/; revision=6314
* | | Option to wrap when returning singular values.James Le Cuirot2008-06-084-12/+29
| | | | | | | | | | | | svn path=/projects/javatoolkit/trunk/; revision=6293
* | | Don't wrap inside quotes.James Le Cuirot2008-06-081-2/+29
| | | | | | | | | | | | svn path=/projects/javatoolkit/trunk/; revision=6292
* | | Allow addition of new keys.James Le Cuirot2008-06-081-1/+3
| | | | | | | | | | | | svn path=/projects/javatoolkit/trunk/; revision=6291
* | | In-place editing for buildparser.James Le Cuirot2008-06-065-13/+23
| | | | | | | | | | | | svn path=/projects/javatoolkit/trunk/; revision=6280
* | | Add encoding for javadoc and reorganize logic.Petteri Räty2008-04-201-11/+17
| | | | | | | | | | | | svn path=/projects/javatoolkit/trunk/; revision=6182
* | | Add a cElementTree based build.xml rewriter.Petteri Räty2008-03-251-0/+41
| |/ |/| | | | | svn path=/projects/javatoolkit/trunk/; revision=6093
* | Reversing refactor of maven-helper. Work now to be done in branch.Alistair Bush2007-12-314-328/+311
|/ | | | svn path=/projects/javatoolkit/trunk/; revision=5874
* Committing refactor of maven-helper before updating the layout of the ↵Alistair Bush2007-11-284-311/+328
| | | | | | javatoolkit. svn path=/projects/javatoolkit/trunk/; revision=5781
* updating makefile for new version of javatoolkitMathieu Pasquet2007-11-031-1/+2
| | | | svn path=/projects/javatoolkit/trunk/; revision=5612
* bsfix classpath rewriting improved + maven helper rewriting improvmentMathieu Pasquet2007-06-143-62/+152
| | | | svn path=/projects/javatoolkit/trunk/; revision=5135
* add rewrite featureMathieu Pasquet2007-06-131-64/+233
| | | | svn path=/projects/javatoolkit/trunk/; revision=5122
* reverting xml-rewrite-2 to initial stateMathieu Pasquet2007-05-201-255/+154
| | | | svn path=/projects/javatoolkit/trunk/; revision=4725
* xml-rewrite new version: xml-rewrite-3.Mathieu Pasquet2007-05-203-3/+428
| | | | svn path=/projects/javatoolkit/trunk/; revision=4724
* minor changes to maven helper, also renamed itMathieu Pasquet2007-05-202-48/+50
| | | | svn path=/projects/javatoolkit/trunk/; revision=4721
* New version of xml rewrite, yet another time rewrittenMathieu Pasquet2007-05-201-154/+255
| | | | | | | | * all can be done one pass * + javadoc generation tool * + sax-based delete action svn path=/projects/javatoolkit/trunk/; revision=4720
* kiorky: packaging maven toolkitMathieu Pasquet2007-05-111-1/+1
| | | | svn path=/projects/javatoolkit/trunk/; revision=4631
* kiorky: packaging maven toolkitMathieu Pasquet2007-05-112-16/+23
| | | | svn path=/projects/javatoolkit/trunk/; revision=4630
* kiorky: packaging maven toolkitMathieu Pasquet2007-05-111-1/+1
| | | | svn path=/projects/javatoolkit/trunk/; revision=4629