Author: bdube
Date: Mon Apr 25 05:58:34 2011
New Revision: 1096412
URL: http://svn.apache.org/viewvc?rev=1096412&view=rev
Log:
Add missing clean targets for PDF output plugin
Fix Ant property definition
Remove unused jar files from log plugin, dependencies provided by separate
bundles
Removed:
forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.log/lib/slf4j-api-1.5.11.jar
forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.log/lib/slf4j-simple-1.5.11.jar
Modified:
forrest/trunk/whiteboard/forrest-osgi/build.xml
forrest/trunk/whiteboard/forrest-osgi/master.xml
Modified: forrest/trunk/whiteboard/forrest-osgi/build.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest-osgi/build.xml?rev=1096412&r1=1096411&r2=1096412&view=diff
==============================================================================
--- forrest/trunk/whiteboard/forrest-osgi/build.xml (original)
+++ forrest/trunk/whiteboard/forrest-osgi/build.xml Mon Apr 25 05:58:34 2011
@@ -101,6 +101,10 @@
<ant dir="org.apache.forrest.plugin.output.html" target="clean" />
<ant dir="org.apache.forrest.plugin.output.html.res" target="clean" />
+
+ <ant dir="org.apache.forrest.plugin.output.pdf" target="clean" />
+
+ <ant dir="org.apache.forrest.plugin.output.pdf.res" target="clean" />
</target>
<target name="clean-bundle-dir">
Modified: forrest/trunk/whiteboard/forrest-osgi/master.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest-osgi/master.xml?rev=1096412&r1=1096411&r2=1096412&view=diff
==============================================================================
--- forrest/trunk/whiteboard/forrest-osgi/master.xml (original)
+++ forrest/trunk/whiteboard/forrest-osgi/master.xml Mon Apr 25 05:58:34 2011
@@ -46,7 +46,7 @@
<property name="bundle.resource.dir" location="${src.dir}/bundle" />
<property name="build.dir" location="build" />
<property name="build.classes" location="${build.dir}/classes" />
- <property name="jar.file" location="${bundle.symbolic.name}.jar" />
+ <property name="jar.file" value="${bundle.symbolic.name}.jar" />
<target name="init">
<mkdir dir="${build.classes}" />