Skip to content

Commit

Permalink
Fixed Jsp compiler issue
Browse files Browse the repository at this point in the history
  • Loading branch information
anil committed May 3, 2011
1 parent 9556231 commit ece318e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions openxds/build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<include name="**/openexchange*.jar"/>
<include name="**/jsp*.jar"/>
<include name="**/servlet*.jar"/>
<include name="**/ecj*.jar"/>
</fileset>
</copy>
<copy flatten="true" todir="${build.dir}">
Expand Down
10 changes: 1 addition & 9 deletions openxds/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -316,15 +316,7 @@
<exclusion>
<artifactId>ant</artifactId>
<groupId>ant</groupId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jdt</groupId>
<artifactId>core</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jdt.core.compiler</groupId>
<artifactId>ecj</artifactId>
</exclusion>
</exclusion>
</exclusions>
</dependency>
<!--@Custom dependencies go here@-->
Expand Down

0 comments on commit ece318e

Please sign in to comment.