浏览代码

can't use packages prefixes option in M4 due to eclipse bug

tags/mostlyLastEclipse2xTree_20040112
acolyer 20 年前
父节点
当前提交
8c70c5a515
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      eclipse.plugin/org.aspectj.ajde/plugin.xml

+ 2
- 2
eclipse.plugin/org.aspectj.ajde/plugin.xml 查看文件

@@ -9,12 +9,12 @@

<library name="ajde.jar">
<export name="*"/>
<packages prefixes="org.aspectj"/>
<!-- M4 bug <packages prefixes="org.aspectj"/> -->
</library>

<library name="aspectjrt.jar">
<export name="*"/>
<packages prefixes="org.aspectj"/>
<!-- <packages prefixes="org.aspectj"/> -->
</library>
<library name="aspectjtools.jar">

正在加载...
取消
保存