diff options
author | wisberg <wisberg> | 2005-02-11 05:28:21 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2005-02-11 05:28:21 +0000 |
commit | 7dd69aace9cbd37d5813dd820e6a264bb5fcf6b4 (patch) | |
tree | 7c13edad2a2c263784d1416cdc892e359e69a329 /aspectj5rt/.project | |
parent | 885b4f017b89fc616e844472f35d2dd1c0411a83 (diff) | |
download | aspectj-7dd69aace9cbd37d5813dd820e6a264bb5fcf6b4.tar.gz aspectj-7dd69aace9cbd37d5813dd820e6a264bb5fcf6b4.zip |
new module for Java5-specific additions to aspectjrt.jar. aspectjrt.jar is assemble from this and its required module runtime. It requires Java 5; Eclipse developers not using 3.1 or Java 5 should close this module. In Ant, the java5-src directory will be ignored unless Ant is run under a 1.5 or later VM. See the build docs for more details.
Diffstat (limited to 'aspectj5rt/.project')
-rw-r--r-- | aspectj5rt/.project | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/aspectj5rt/.project b/aspectj5rt/.project new file mode 100644 index 000000000..dcdff0410 --- /dev/null +++ b/aspectj5rt/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>aspectj5rt</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> |