소스 검색

Fix build/ide.xml classpath

Change-Id: Id7fcb8e84ba0bf0f8863216f961845b9cefeb9f2
tags/7.7.0.alpha1
Teemu Suo-Anttila 8 년 전
부모
커밋
a82561b309
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3
    2
      build/ide.xml

+ 3
- 2
build/ide.xml 파일 보기

@@ -33,10 +33,11 @@
<path refid="buildhelpers.deps" />
<path refid="gwt.deps" />
<path refid="uitest.deps" />
<path location="server/src" />
<path location="server/src/main/java" />
<path location="shared/src/main/java" />
<path location="shared/src/main/java-templates" />
<path location="uitest/src" />
<path location="client/src" />
<path location="client/src/main/java" />
</path>
<property name="resolve.done" value="true" />
</target>

Loading…
취소
저장