Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.isv/buildDoc.xml16
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.isv/jpt.dbws.eclipselink.core.gen.properties1
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.isv/jpt.jaxb.eclipselink.core.properties7
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.isv/jpt.jaxb.eclipselink.core.schemagen.properties1
4 files changed, 22 insertions, 3 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.isv/buildDoc.xml b/jpa/plugins/org.eclipse.jpt.doc.isv/buildDoc.xml
index bf3cba4198..a581610e3e 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.isv/buildDoc.xml
+++ b/jpa/plugins/org.eclipse.jpt.doc.isv/buildDoc.xml
@@ -33,10 +33,10 @@
</target>
<target name="all" depends="init" unless="index.present">
- <!-- <antcall target="convertSchemaToHtml" /> -->
+ <!-- antcall target="convertSchemaToHtml" /-->
<antcall target="generateJavadoc" />
-<!-- <antcall target="build.index" /> /-->
- <!--antcall target="createDocZip" /-->
+ <!-- antcall target="build.index" /-->
+ <!-- antcall target="createDocZip" /-->
</target>
<target name="build.index" description="Builds search index for the plug-in: org.eclipse.jpt.doc.isv." if="eclipse.running">
@@ -48,6 +48,7 @@
<available file="${java.home}/../bin/javadoc" property="javadoc" value="${java.home}/../bin/javadoc" />
</target>
+ <!-- generateJavadoc -->
<target name="generateJavadoc" depends="getJavadocPath" if="javadoc">
<echo message="#### jpt.doc.isv #### - java.home = ${java.home}" />
<echo message="base.plugins.install.dir = ${base.plugins.install.dir}" />
@@ -90,6 +91,15 @@
<antcall target="addBundle">
<param name="bundleName" value="jpt.jaxb.ui" />
</antcall>
+ <antcall target="addBundle">
+ <param name="bundleName" value="jpt.jaxb.eclipselink.core" />
+ </antcall>
+ <antcall target="addBundle">
+ <param name="bundleName" value="jpt.jaxb.eclipselink.core.schemagen" />
+ </antcall>
+ <antcall target="addBundle">
+ <param name="bundleName" value="jpt.dbws.eclipselink.core.gen" />
+ </antcall>
<antcall target="replaceRtToken" />
<antcall target="replaceJptRtToken" />
diff --git a/jpa/plugins/org.eclipse.jpt.doc.isv/jpt.dbws.eclipselink.core.gen.properties b/jpa/plugins/org.eclipse.jpt.doc.isv/jpt.dbws.eclipselink.core.gen.properties
new file mode 100644
index 0000000000..b8ae3ad8e3
--- /dev/null
+++ b/jpa/plugins/org.eclipse.jpt.doc.isv/jpt.dbws.eclipselink.core.gen.properties
@@ -0,0 +1 @@
+jptPackages = org.eclipse.jpt.dbws.eclipselink.core.gen
diff --git a/jpa/plugins/org.eclipse.jpt.doc.isv/jpt.jaxb.eclipselink.core.properties b/jpa/plugins/org.eclipse.jpt.doc.isv/jpt.jaxb.eclipselink.core.properties
new file mode 100644
index 0000000000..62e80bbda2
--- /dev/null
+++ b/jpa/plugins/org.eclipse.jpt.doc.isv/jpt.jaxb.eclipselink.core.properties
@@ -0,0 +1,7 @@
+jptPackages = org.eclipse.jpt.jaxb.eclipselink.core \
+ org.eclipse.jpt.jaxb.eclipselink.core.context \
+ org.eclipse.jpt.jaxb.eclipselink.core.context.java \
+ org.eclipse.jpt.jaxb.eclipselink.core.context.oxm \
+ org.eclipse.jpt.jaxb.eclipselink.core.resource.java \
+ org.eclipse.jpt.jaxb.eclipselink.core.resource.oxm \
+ org.eclipse.jpt.jaxb.eclipselink.core.resource.oxm.util
diff --git a/jpa/plugins/org.eclipse.jpt.doc.isv/jpt.jaxb.eclipselink.core.schemagen.properties b/jpa/plugins/org.eclipse.jpt.doc.isv/jpt.jaxb.eclipselink.core.schemagen.properties
new file mode 100644
index 0000000000..30483be42a
--- /dev/null
+++ b/jpa/plugins/org.eclipse.jpt.doc.isv/jpt.jaxb.eclipselink.core.schemagen.properties
@@ -0,0 +1 @@
+jptPackages = org.eclipse.jpt.jaxb.eclipselink.core.schemagen

Back to the top