From bff3e7f014055ed0929165c68edd0e9e0ecf64a4 Mon Sep 17 00:00:00 2001 From: Tran Le Date: Tue, 11 Sep 2012 22:01:16 -0400 Subject: Added jpt.common.ui to Javadoc. --- jpa/plugins/org.eclipse.jpt.doc.isv/buildDoc.xml | 287 +++++++++++---------- .../org.eclipse.jpt.doc.isv/jptCommonUi.properties | 21 ++ jpa/plugins/org.eclipse.jpt.doc.isv/jptOptions.txt | 37 +-- 3 files changed, 196 insertions(+), 149 deletions(-) create mode 100644 jpa/plugins/org.eclipse.jpt.doc.isv/jptCommonUi.properties diff --git a/jpa/plugins/org.eclipse.jpt.doc.isv/buildDoc.xml b/jpa/plugins/org.eclipse.jpt.doc.isv/buildDoc.xml index 4659e4f5dd..d7c7624f00 100644 --- a/jpa/plugins/org.eclipse.jpt.doc.isv/buildDoc.xml +++ b/jpa/plugins/org.eclipse.jpt.doc.isv/buildDoc.xml @@ -1,132 +1,155 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jpa/plugins/org.eclipse.jpt.doc.isv/jptCommonUi.properties b/jpa/plugins/org.eclipse.jpt.doc.isv/jptCommonUi.properties new file mode 100644 index 0000000000..c0a3d800c3 --- /dev/null +++ b/jpa/plugins/org.eclipse.jpt.doc.isv/jptCommonUi.properties @@ -0,0 +1,21 @@ +common.ui.sourcepath = ../org.eclipse.jpt.common.ui/src + +common.ui.classpath = ../org.eclipse.core.resources/@dot;\ + ../org.eclipse.draw2d/@dot;\ + ../org.eclipse.emf.ecore.xmi/@dot;\ + ../org.eclipse.jdt.core/@dot;\ + ../org.eclipse.jdt.ui/@dot;\ + ../org.eclipse.jface/@dot;\ + ../org.eclipse.jface.text/@dot;\ + ../org.eclipse.jpt.common.core/@dot;\ + ../org.eclipse.jpt.common.utility/@dot;\ + ../org.eclipse.jst.common.project.facet.core/@dot;\ + ../org.eclipse.jst.common.project.facet.ui/@dot;\ + ../org.eclipse.ui.ide/@dot;\ + ../org.eclipse.ui.navigator/@dot;\ + ../org.eclipse.ui.views.properties.tabbed/@dot;\ + ../org.eclipse.wst.common.project.facet.ui/@dot + +common.ui.packages = org.eclipse.jpt.common.ui\ + org.eclipse.jpt.common.ui.gen\ + org.eclipse.jpt.common.ui.jface diff --git a/jpa/plugins/org.eclipse.jpt.doc.isv/jptOptions.txt b/jpa/plugins/org.eclipse.jpt.doc.isv/jptOptions.txt index f36c4bcad8..95e2202395 100644 --- a/jpa/plugins/org.eclipse.jpt.doc.isv/jptOptions.txt +++ b/jpa/plugins/org.eclipse.jpt.doc.isv/jptOptions.txt @@ -1,17 +1,20 @@ --quiet --charset "utf-8" --sourcepath "@commonUtilitySourcepath@;@commonCoreSourcepath@" --classpath @rt@;@commonCoreClasspath@ --breakiterator --use --splitIndex - --windowtitle "Dali Java Persistence Tools Doc" --doctitle "Dali Provisional API" --header "Dali Provisional API
Release 3.2" --bottom "Copyright (c) 2012 Oracle. All rights reserved." --link http://docs.oracle.com/javase/6/docs/api/ - -#JPT common API packages -@commonUtilityPackages@ -@commonCorePackages@ +#No API: org.eclipse.jpt.common.eclipselink.core + +-quiet +-charset "utf-8" +-sourcepath "@commonUtilitySourcepath@;@commonCoreSourcepath@";@commonUiSourcepath@" +-classpath @rt@;@commonCoreClasspath@;@commonUiClasspath@ +-breakiterator +-use +-splitIndex + +-windowtitle "Dali Java Persistence Tools Doc" +-doctitle "Dali Provisional API" +-header "Dali Provisional API
Release 3.2" +-bottom "Copyright (c) 2012 Oracle. All rights reserved." +-link http://docs.oracle.com/javase/6/docs/api/ + +#JPT common API packages +@commonUtilityPackages@ +@commonCorePackages@ +@commonUiPackages@ -- cgit v1.2.3