Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | working bash script | wisberg | 2005-02-17 | 1 | -6/+14 | |
| | ||||||
* | Building releases under 1.5 now. Scripts should define java15.home and ↵ | wisberg | 2005-02-11 | 1 | -12/+59 | |
| | | | | should invoke the target build-13-check before doing the release build. | |||||
* | testing aspectj5rt module | wisberg | 2005-02-11 | 1 | -0/+17 | |
| | ||||||
* | support for building Java 5 sources | wisberg | 2005-02-11 | 1 | -6/+33 | |
| | ||||||
* | Module aliases in a .properties file | wisberg | 2005-02-11 | 2 | -18/+34 | |
| | ||||||
* | Constants | wisberg | 2005-02-11 | 1 | -0/+15 | |
| | ||||||
* | support for building Java 5 sources | wisberg | 2005-02-11 | 3 | -37/+66 | |
| | ||||||
* | serialVersionUID | wisberg | 2005-02-11 | 2 | -1/+4 | |
| | ||||||
* | ignore invalid aspectj-home's when seeking aspectj libs | wisberg | 2005-02-03 | 1 | -14/+28 | |
| | ||||||
* | organized imports | aclement | 2005-02-01 | 2 | -2/+0 | |
| | ||||||
* | aspectjweaver.jar and aspectjlib.jar product templates | wisberg | 2005-01-29 | 2 | -0/+0 | |
| | ||||||
* | build tests (skipped), enabled license tests again... | wisberg | 2005-01-29 | 3 | -19/+138 | |
| | ||||||
* | core of initial support for building aspectj projects | wisberg | 2005-01-29 | 2 | -4/+123 | |
| | ||||||
* | removed unused code/comments, added toString detail | wisberg | 2005-01-29 | 1 | -140/+5 | |
| | ||||||
* | aliases for aspectjlib.jar and aspectjweaver.jar | wisberg | 2005-01-29 | 1 | -0/+4 | |
| | ||||||
* | name, avoid build.xml if dir null | wisberg | 2005-01-29 | 1 | -1/+2 | |
| | ||||||
* | 2005-6 licenses and copyrights | wisberg | 2005-01-29 | 1 | -76/+31 | |
| | ||||||
* | base version changed to 1.2, this year to 2005 | wisberg | 2005-01-29 | 1 | -3/+3 | |
| | ||||||
* | initial support for building aspectj projects | wisberg | 2005-01-29 | 1 | -13/+20 | |
| | ||||||
* | Matthew fix for 83380: don't use enum as a variable name. | aclement | 2005-01-24 | 1 | -3/+3 | |
| | ||||||
* | Updates for AJDK1.5.0 | aclement | 2004-12-10 | 1 | -2/+2 | |
| | ||||||
* | update installer page | acolyer | 2004-12-09 | 1 | -3/+3 | |
| | ||||||
* | don't upset windows script... | acolyer | 2004-10-22 | 1 | -5/+6 | |
| | ||||||
* | fix for Bugzilla Bug 73369 | acolyer | 2004-10-21 | 1 | -0/+30 | |
| | | | | Create a jar file that can be used for load-time weaving... | |||||
* | Fix for Bugzilla Bug 76104: can't build distribution from within Eclipse ↵ | aclement | 2004-10-14 | 1 | -2/+4 | |
| | | | | (and fixes the problem where you have to call clean and build separately) | |||||
* | static ref to static variable | wisberg | 2004-10-05 | 1 | -3/+3 | |
| | ||||||
* | updated license text | wisberg | 2004-10-05 | 1 | -9/+13 | |
| | ||||||
* | unused local | wisberg | 2004-10-05 | 1 | -1/+0 | |
| | ||||||
* | Deprecated API calls changed. | aclement | 2004-08-23 | 1 | -1/+1 | |
| | ||||||
* | skip on the exclude runtime test rather than patch it in the build file. | acolyer | 2004-06-09 | 2 | -4/+2 | |
| | | | | 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. | |||||
* | Georges fixes for 61411 | aclement | 2004-05-28 | 1 | -1/+3 | |
| | ||||||
* | Removed ".org" from aspectj.org image for installer logo | mkersten | 2004-04-28 | 1 | -0/+0 | |
| | ||||||
* | Create aj and aj.bat launch scripts at install time. | aclement | 2004-04-07 | 1 | -17/+108 | |
| | ||||||
* | 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. | |||||
* | 1.2 rc1 build/pkg : Update base version from 1.1 to 1.2. Add tools.jar | aclement | 2004-04-05 | 1 | -6/+6 | |
| | | | | to the ajdoc launch script. | |||||
* | Add ajdoc.jar to jar classpath | aclement | 2004-04-05 | 1 | -1/+3 | |
| | ||||||
* | untested code to skip any /tools.jar library antecedant when building other ↵ | wisberg | 2004-04-05 | 1 | -2/+6 | |
| | | | | that testing jars | |||||
* | Georges fix to add build date/time info to DEVELOPMENT builds. | aclement | 2004-03-04 | 3 | -14/+11 | |
| | ||||||
* | support for building the org.aspectj.aspectjrt plugin | acolyer | 2004-02-24 | 2 | -2/+20 | |
| | ||||||
* | Fix for broken license test. New file created yesterday has 2004 in the ↵ | aclement | 2004-01-28 | 1 | -1/+1 | |
| | | | | copyright statement. Added 2004 as a valid copyright year :) | |||||
* | spring cleaning in advance of 1.2 enhancements: | acolyer | 2004-01-23 | 11 | -65/+62 | |
| | | | | | removed unused imports, local variables, and private methods (still there, just commented out). | |||||
* | Georges fix for Bugzilla Bug 50200 | aclement | 2004-01-22 | 1 | -1/+2 | |
| | | | | aspectjrt.jar manifest file name needs changing to upper case | |||||
* | 2004 copyright | wisberg | 2004-01-15 | 1 | -1/+1 | |
| | ||||||
* | simple script to compile aspectjtools using ajc | wisberg | 2003-12-15 | 1 | -0/+180 | |
| | ||||||
* | added date to output | wisberg | 2003-11-26 | 1 | -0/+10 | |
| | ||||||
* | 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... | |||||
* | ensure that release builds also build eclipse plugins | acolyer | 2003-11-06 | 1 | -0/+4 | |
| | ||||||
* | changes to build script to create aspectj eclipse plugins as part | acolyer | 2003-11-05 | 2 | -3/+91 | |
| | | | | | of an aspectj build. Results are placed in: aj-build/dist/ide/eclipse/xxxxx | |||||
* | Previous check-in got somehow corrupted once again. | acolyer | 2003-10-10 | 1 | -14/+13 | |
| |