Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
<pathelement location="${basedir}/lib/eawtstub.jar"/>
</path>

<path id="library.annotations.classpath">
<pathelement location="${basedir}/lib/annotations.jar"/>
</path>

<!-- Modules -->


Expand All @@ -97,6 +101,7 @@

<path id="iconloader.module.production.classpath">
<path refid="library.eawtstub.classpath"/>
<path refid="library.annotations.classpath"/>
</path>

<path id="iconloader.runtime.production.module.classpath">
Expand Down Expand Up @@ -193,4 +198,4 @@
</target>

<target name="all" depends="build.modules, build.all.artifacts" description="build all"/>
</project>
</project>