Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2021-06-16 03:46:59 +0000
committerslewis2021-06-16 03:46:59 +0000
commitb117db2e635031d931d21dc4c0303438240c2329 (patch)
treeda22519958a6a454ddbe7b859e08e93c644969cf
parentbb368bd63e03b207a5389cc7a47be1fea054dc1a (diff)
downloadorg.eclipse.ecf-b117db2e635031d931d21dc4c0303438240c2329.tar.gz
org.eclipse.ecf-b117db2e635031d931d21dc4c0303438240c2329.tar.xz
org.eclipse.ecf-b117db2e635031d931d21dc4c0303438240c2329.zip
Fix for doc pom
-rw-r--r--doc/bundles/org.eclipse.ecf.doc/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bundles/org.eclipse.ecf.doc/pom.xml b/doc/bundles/org.eclipse.ecf.doc/pom.xml
index 76314589b..b13cabe0d 100644
--- a/doc/bundles/org.eclipse.ecf.doc/pom.xml
+++ b/doc/bundles/org.eclipse.ecf.doc/pom.xml
@@ -78,7 +78,7 @@
<artifactId>org.eclipse.ant.core</artifactId>
<type>eclipse-plugin</type>
</dependency>
- -->
+
<dependency>
<artifactId>org.apache.ant</artifactId>
<type>eclipse-plugin</type>
@@ -99,6 +99,7 @@
<artifactId>javax.annotation</artifactId>
<type>eclipse-plugin</type>
</dependency>
+ -->
</dependencies>
</configuration>
</execution>

Back to the top