Skip to content

Commit

Permalink
LPS-35702 Configure dependency of the JSP servlet compiler. We will n…
Browse files Browse the repository at this point in the history
…eed to add more depedencies to this property but right now I only want to show how we can use this new pattern
  • Loading branch information
migue authored and brianchandotcom committed Jun 1, 2013
1 parent c0205e8 commit fe80074
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared/servlet-jsp-compiler-shared/build.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0"?>

<project name="servlet-jsp-compiler-shared" basedir="." default="compile">
<property name="module.dependencies" value="phidias.jar" />
<property name="plugin.version" value="1" />

<import file="../../build-common-osgi-plugin.xml" />
Expand Down Expand Up @@ -82,4 +83,4 @@

<antcall target="build-common-osgi-plugin.compile" />
</target>
</project>
</project>

0 comments on commit fe80074

Please sign in to comment.