Browse Source

hopefully enables outxml to work from AJDT.

tags/POST_MEMORY_CHANGES
aclement 18 years ago
parent
commit
856694bcf9

+ 1
- 0
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildConfig.java View File

@@ -386,6 +386,7 @@ public class AjBuildConfig {
if (!isXNotReweavable() && global.isXNotReweavable()) {
setXnotReweavable(true);
}
setOutxmlName(global.getOutxmlName());
setXconfigurationInfo(global.getXconfigurationInfo());
}


Loading…
Cancel
Save