summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Small fix for windows it0023HEADmasterMark Donszelmann2010-11-071-0/+1
* Added test for local aol.properties fileMark Donszelmann2010-11-045-0/+121
* Added test for NAR-158 but decided it would not work. Left the test. Native t...Mark Donszelmann2010-10-264-0/+22
* Fixed NAR-165Mark Donszelmann2010-10-269-44/+114
* Partial FIX to NAR-155Mark Donszelmann2010-10-251-16/+14
* Removed all warnings; extra imports; not used variablesMark Donszelmann2010-10-2514-25/+9
* Fixed version for Maven 3Mark Donszelmann2010-10-191-1/+2
* Corrected misleading javadoc.Elliot Metsger2010-10-171-1/+1
* Enhanced usage documentation a bit.sthelen2010-10-171-3/+6
* Fixed ClassCastException in NarAssemblyMojo when specifying classifiers.sthelen2010-05-172-8/+7
* Fixe compat problem with jdk 1.4Mark Donszelmann2010-05-161-154/+159
* Modifications to support unit testing for native projectsAndrew Johnson2010-05-1410-80/+297
* Fixing GNU autogen call in maven-nar-plugin. Current implementation causes "...Andrew Johnson2010-05-141-5/+4
* Added support for buildconf arguments.Ernesto Novillo2010-05-141-8/+41
* Missing varMark Donszelmann2010-05-141-0/+7
* Fix for GNU configure argumentsAndrew Johnson2010-05-141-3/+25
* Moved back to jdk 1.4Mark Donszelmann2010-05-131-1/+1
* Unpack test-scoped dependencies as well as compile-scopedPeter Janes2010-05-141-1/+9
* Attempt to run buildconf if autogen.sh doesn't existPeter Janes2010-05-141-15/+29
* Fixed a commentsthelen2010-05-141-1/+2
* Fixed it0006 for NAR-144Mark Donszelmann2010-05-118-0/+0
* Applied patch for NAR-145Mark Donszelmann2010-05-101-120/+120
* removed -Wconversion from mac/g++ settings - too annoying with Objective-C.Volker Schumacher2010-04-191-6/+6
* Reverted change (commit 038bb84264e37025af60a70706c9253b75e802b9) that was ac...Vikas Rangarajan2010-03-221-1/+1
* Added mojo for vcproj generation - missed in last commitVikas Rangarajan2010-03-221-0/+333
* Initial merge of local changes with master, main changes :Vikas Rangarajan2010-03-2210-362/+423
* When using GNU make where projects have both executable and a libarary produc...Adrian Bienkowski2010-02-211-3/+3
* Add the ability to controll arguments and environment variable when make runs...Adrian Bienkowski2010-02-211-4/+50
* Removed --disable-cache optionMark Donszelmann2010-02-201-1/+1
* mac: process .so files with install_name_tool utility as well.Volker Schumacher2010-02-211-1/+1
* fixed loading of custom nar.propertiesVolker Schumacher2010-01-282-15/+29
* updated property name.Volker Schumacher2010-01-281-1/+1
* set maven properties nar.arch, nar.os, nar.linker, nar.aol (arch-os-linker), ...Volker Schumacher2010-01-281-0/+11
* fixed bug that caused the wrong library name being composed from nar info of ...Volker Schumacher2010-01-171-1/+1
* added **/*.m[m] to -MacOSX-g++ default C[++] includes.Volker Schumacher2010-01-171-6/+6
* run install_name_tool after unpacking shared/jni libraries on mac.Volker Schumacher2010-01-172-1/+99
* Shortened most namesMark Donszelmann2010-01-1113-10/+10
* Shortened artifact namesMark Donszelmann2010-01-112-2/+2
* Fixed more on NAR-128, NAR-129Mark Donszelmann2010-01-111-2/+2
* Renamed some directoriesMark Donszelmann2010-01-115-1/+1
* Removed dependency from unpack directoryMark Donszelmann2010-01-081-2/+2
* Added objective C testMark Donszelmann2010-01-084-0/+89
* Readded classifier as parameterMark Donszelmann2010-01-081-11/+12
* NarAssemblyMojo: when classifiers not specified, assume all available classif...Volker Schumacher2010-01-082-34/+56
* Fixed validation of fortran comopiler (NarValidateMojo); the cpp compiler was...Volker Schumacher2010-01-081-1/+1
* added change which got forgotten in last commit.Volker Schumacher2010-01-081-1/+1
* implemented getUnpackDirectory in NarLayout20.Volker Schumacher2010-01-081-0/+7
* resolve dependencies from unpack dir instead of local repository.Volker Schumacher2010-01-084-30/+52
* Moved NarLayout properties up to AbstractNarMojo.Volker Schumacher2010-01-082-24/+21
* getAttachedNarDependencies: when classifier is not specified, collect all ava...Volker Schumacher2010-01-081-5/+12