Skip to content

Commit

Permalink
LPS-42690
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Nov 29, 2013
1 parent d565f31 commit d4806c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions build-common-osgi-plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@

<mkdir dir="${osgi.plugin.classes.dir}" />

<copy todir="${osgi.plugin.classes.dir}">
<fileset dir="${osgi.plugin.source.dir}" excludes="**/*.java" />
</copy>

<antcall target="compile-java">
<param name="javac.classpathref" value="plugin.classpath" />
<param name="javac.destdir" value="${osgi.plugin.classes.dir}" />
Expand Down
4 changes: 0 additions & 4 deletions shared/build-common-shared.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@

<mkdir dir="classes" />

<copy todir="classes">
<fileset dir="src" excludes="**/*.java" />
</copy>

<antcall target="compile-java">
<param name="javac.classpathref" value="plugin.classpath" />
<param name="javac.destdir" value="classes" />
Expand Down

0 comments on commit d4806c6

Please sign in to comment.