Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | latest version | Andy Clement | 2017-09-20 | 1 | -1/+1 |
| | |||||
* | infra changes for 1.9 builds | Andy Clement | 2016-07-27 | 1 | -2/+6 |
| | |||||
* | 1.8.0.m1 | Andy Clement | 2013-07-29 | 1 | -2/+2 |
| | |||||
* | 1.7 updates | Andy Clement | 2013-04-25 | 1 | -3/+3 |
| | |||||
* | slight name change to target to indicate snapshot | aclement | 2011-08-05 | 1 | -1/+1 |
| | |||||
* | 1.6.12.m1 | aclement | 2011-06-17 | 1 | -1/+1 |
| | |||||
* | 1.6.12.m1 readme | aclement | 2011-06-07 | 1 | -3/+44 |
| | |||||
* | updated with a target that can upload a milestoneV1_6_9 | aclement | 2010-06-30 | 1 | -12/+48 |
| | |||||
* | can publish to maven springframework.org | aclement | 2010-04-05 | 1 | -3/+90 |
| | |||||
* | Simones improvements for maven upload | aclement | 2009-04-16 | 1 | -54/+86 |
| | |||||
* | can build a maven repo | aclement | 2009-02-12 | 1 | -0/+65 |
| | |||||
* | build src jar for matcherV1_6_3rc1 | aclement | 2008-12-16 | 1 | -0/+88 |
| | |||||
* | dont build src just yetV1_6_2_preMatchSplit | aclement | 2008-10-05 | 1 | -1/+1 |
| | |||||
* | build.xml extended to build src jars | aclement | 2008-10-04 | 1 | -17/+157 |
| | |||||
* | Bug 150487 "Tracing and Logging Framework" (skip commons.jar) | mwebster | 2006-07-20 | 1 | -1/+2 |
| | |||||
* | update license to EPL | acolyer | 2006-06-01 | 1 | -2/+2 |
| | |||||
* | removed rebuild, aspectjrtpath from lib/test, adopted compile-runtime-11 ↵ | wisberg | 2005-06-17 | 1 | -6/+42 |
| | | | | from release build, added 1.3 switch | ||||
* | whoops - removed test target | wisberg | 2005-06-09 | 1 | -21/+0 |
| | |||||
* | revamped build scripts using Ant 1.6.3 features. Now using local.properties ↵ | wisberg | 2005-06-09 | 1 | -307/+175 |
| | | | | instead of command-line flags and sharing build-properties.xml. | ||||
* | junit.excludes - yuck! | wisberg | 2005-05-21 | 1 | -16/+15 |
| | |||||
* | new target "junit-test" builds and runs JUnit (leaf) *Test.java and ↵ | wisberg | 2005-05-21 | 1 | -1/+99 |
| | | | | *TestCase.java | ||||
* | Ant 1.6.3 imports rather than entities; updated junit taskdef | wisberg | 2005-05-11 | 1 | -15/+51 |
| | |||||
* | temporarily removing the eclipse.plugins target - we never use the output! | aclement | 2005-05-03 | 1 | -1/+1 |
| | |||||
* | removed "temp hack ahoy" jar filter. Filter need presumably for ↵ | wisberg | 2005-03-08 | 1 | -56/+0 |
| | | | | non-standard libraries on classpath (update Builder.properties) or for garbage-in (remove ant gif, readme from org.eclipse.jdt.core) | ||||
* | fix for Bugzilla Bug 73369 | acolyer | 2004-10-21 | 1 | -0/+30 |
| | | | | Create a jar file that can be used for load-time weaving... | ||||
* | skip on the exclude runtime test rather than patch it in the build file. | acolyer | 2004-06-09 | 1 | -3/+0 |
| | | | | This allows the correct testing-drivers-all.jar to be built too. | ||||
* | add the runtime classes into aspectjtools.jar. needed because of | acolyer | 2004-06-08 | 1 | -0/+3 |
| | | | | | | static dependency from weaver classes to runtime classes. Better than alternative of updating all ant scripts that fork and the ajc compiler scripts to add aspectjrt.jar into path. | ||||
* | 1.2 rc1 build/pkg : Add in ajdoc target. Temp method of clearing stuff | aclement | 2004-04-05 | 1 | -1/+34 |
| | | | | from the aspectjtools jar. | ||||
* | Georges fix to add build date/time info to DEVELOPMENT builds. | aclement | 2004-03-04 | 1 | -2/+1 |
| | |||||
* | support for building the org.aspectj.aspectjrt plugin | acolyer | 2004-02-24 | 1 | -2/+18 |
| | |||||
* | created the CVS module with name eclipse.plugin instead of | acolyer | 2003-11-06 | 1 | -3/+3 |
| | | | | | eclipse.plugins. Doh! Easier to change reference in this build script than fix module name now... | ||||
* | changes to build script to create aspectj eclipse plugins as part | acolyer | 2003-11-05 | 1 | -2/+76 |
| | | | | | of an aspectj build. Results are placed in: aj-build/dist/ide/eclipse/xxxxx | ||||
* | build of testing jars changed slightly. | wisberg | 2003-05-31 | 1 | -14/+16 |
| | | | | | Have to build non-all testing-drivers to get testing classes target. Relies on updated Module.java which trims testsrc but not testing dependencies for testing modules. | ||||
* | build-testing-jars target for release testing setup | wisberg | 2003-05-14 | 1 | -0/+8 |
| | |||||
* | permitting module builds without trimming, to have the option of using those ↵ | wisberg | 2003-05-08 | 1 | -3/+4 |
| | | | | jars rather than eclipse bin directories when running junit tests | ||||
* | moving to all-inclusive testing client for forking | wisberg | 2003-05-07 | 1 | -1/+22 |
| | | | | (This might be wrong.. still verifying) | ||||
* | error messages for undefined ${module.name} | wisberg | 2003-04-29 | 1 | -0/+3 |
| | |||||
* | - added aspectjrt target (alias to runtime) | wisberg | 2002-12-23 | 1 | -16/+50 |
| | | | | | - implemented target to fail if bootstrap libraries are out of date - moved update-tree under setup comment | ||||
* | fixing version-handling. | wisberg | 2002-12-23 | 1 | -2/+26 |
| | | | | | | build-properties.xml has actual version, Version.java is generated, and "DEVELOPMENT" is default. | ||||
* | initial version | wisberg | 2002-12-16 | 1 | -0/+264 |