소스 검색

-s arg is not necessary

Signed-off-by: hsestupin <stupin.sergey@gmail.com>
tags/V1_8_2
hsestupin 10 년 전
부모
커밋
e5e126f4dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      tests/src/org/aspectj/systemtest/apt/apt-spec.xml

+ 1
- 1
tests/src/org/aspectj/systemtest/apt/apt-spec.xml 파일 보기

@@ -87,7 +87,7 @@

<ajc-test dir="apt/test2" title="annotation processing generating java files with aspects">
<compile options="-1.6" files="DemoProcessor.java Marker.java" />
<compile options="-1.6 -showWeaveInfo -processor DemoProcessor -s generated" files="Code.java">
<compile options="-1.6 -showWeaveInfo -processor DemoProcessor" files="Code.java">
<message kind="warning" text="Generated aspect to advise too"/>
<message kind="warning" text="Generated aspect to advise boo"/>
<message kind="weave"

Loading…
취소
저장