From 340318de33df661946a8a5cbecd9918b7fdc6551 Mon Sep 17 00:00:00 2001 From: Tran Le Date: Tue, 28 Aug 2012 18:01:49 -0400 Subject: Added Javadoc generation. --- org.eclipse.jpt.doc.isv/.project | 22 ++++++ org.eclipse.jpt.doc.isv/META-INF/MANIFEST.MF | 8 +++ org.eclipse.jpt.doc.isv/about.html | 34 ++++++++++ org.eclipse.jpt.doc.isv/build.properties | 18 +++++ org.eclipse.jpt.doc.isv/buildDoc.xml | 86 ++++++++++++++++++++++++ org.eclipse.jpt.doc.isv/customBuildCallbacks.xml | 25 +++++++ org.eclipse.jpt.doc.isv/jptOptions.txt | 67 ++++++++++++++++++ org.eclipse.jpt.doc.isv/plugin.properties | 23 +++++++ 8 files changed, 283 insertions(+) create mode 100644 org.eclipse.jpt.doc.isv/.project create mode 100644 org.eclipse.jpt.doc.isv/META-INF/MANIFEST.MF create mode 100644 org.eclipse.jpt.doc.isv/about.html create mode 100644 org.eclipse.jpt.doc.isv/build.properties create mode 100644 org.eclipse.jpt.doc.isv/buildDoc.xml create mode 100644 org.eclipse.jpt.doc.isv/customBuildCallbacks.xml create mode 100644 org.eclipse.jpt.doc.isv/jptOptions.txt create mode 100644 org.eclipse.jpt.doc.isv/plugin.properties (limited to 'org.eclipse.jpt.doc.isv') diff --git a/org.eclipse.jpt.doc.isv/.project b/org.eclipse.jpt.doc.isv/.project new file mode 100644 index 0000000000..3b2d8a0926 --- /dev/null +++ b/org.eclipse.jpt.doc.isv/.project @@ -0,0 +1,22 @@ + + + org.eclipse.jpt.doc.isv + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + + diff --git a/org.eclipse.jpt.doc.isv/META-INF/MANIFEST.MF b/org.eclipse.jpt.doc.isv/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..26a26eea51 --- /dev/null +++ b/org.eclipse.jpt.doc.isv/META-INF/MANIFEST.MF @@ -0,0 +1,8 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %pluginName +Bundle-SymbolicName: org.eclipse.jpt.doc.isv; singleton:=true +Bundle-Version: 3.3.0.qualifier +Bundle-Vendor: %providerName +Bundle-Localization: plugin +Require-Bundle: org.eclipse.help;bundle-version="[3.4.0,4.0.0)" diff --git a/org.eclipse.jpt.doc.isv/about.html b/org.eclipse.jpt.doc.isv/about.html new file mode 100644 index 0000000000..be534ba44f --- /dev/null +++ b/org.eclipse.jpt.doc.isv/about.html @@ -0,0 +1,34 @@ + + + + +About + + + + + +

About This Content

+ +

May 02, 2008

+ +

License

+ +

The Eclipse Foundation makes available all content in this plug-in +("Content"). Unless otherwise indicated below, the Content is provided to you +under the terms and conditions of the Eclipse Public License Version 1.0 +("EPL"). A copy of the EPL is available at +http://www.eclipse.org/org/documents/epl-v10.php. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the +Content is being redistributed by another party ("Redistributor") and different +terms and conditions may apply to your use of any object code in the Content. +Check the Redistributor's license that was provided with the Content. If no such +license exists, contact the Redistributor. Unless otherwise indicated below, the +terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at +http://www.eclipse.org/.

+ + + diff --git a/org.eclipse.jpt.doc.isv/build.properties b/org.eclipse.jpt.doc.isv/build.properties new file mode 100644 index 0000000000..3f7a92522e --- /dev/null +++ b/org.eclipse.jpt.doc.isv/build.properties @@ -0,0 +1,18 @@ +################################################################################ +# Copyright (c) 2012 Oracle. All rights reserved. +# This program and the accompanying materials are made available under the +# terms of the Eclipse Public License v1.0, which accompanies this distribution +# and is available at http://www.eclipse.org/legal/epl-v10.html. +# +# Contributors: +# Oracle - initial API and implementation +################################################################################ + +customBuildCallbacks=customBuildCallbacks.xml + +bin.includes = META-INF/,\ + plugin.properties,\ + about.html,\ + build.properties,\ + index*/ +generateSourceBundle=false diff --git a/org.eclipse.jpt.doc.isv/buildDoc.xml b/org.eclipse.jpt.doc.isv/buildDoc.xml new file mode 100644 index 0000000000..a58334d2b6 --- /dev/null +++ b/org.eclipse.jpt.doc.isv/buildDoc.xml @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.eclipse.jpt.doc.isv/customBuildCallbacks.xml b/org.eclipse.jpt.doc.isv/customBuildCallbacks.xml new file mode 100644 index 0000000000..de63223625 --- /dev/null +++ b/org.eclipse.jpt.doc.isv/customBuildCallbacks.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.eclipse.jpt.doc.isv/jptOptions.txt b/org.eclipse.jpt.doc.isv/jptOptions.txt new file mode 100644 index 0000000000..a4e4b719b6 --- /dev/null +++ b/org.eclipse.jpt.doc.isv/jptOptions.txt @@ -0,0 +1,67 @@ +-quiet +-charset "utf-8" +-sourcepath "../org.eclipse.jpt.common.core/src +;../org.eclipse.jpt.common.eclipselink.core/src +;../org.eclipse.jpt.common.ui/src +;../org.eclipse.jpt.common.utility/src" +-classpath @rt@ +;../org.eclipse.core.expressions/@dot +;../org.eclipse.core.filebuffers/@dot +;../org.eclipse.core.resources/@dot +;../org.eclipse.core.runtime/@dot +;../org.eclipse.debug.core/@dot +;../org.eclipse.draw2d/@dot +;../org.eclipse.emf.ecore.xmi/@dot +;../org.eclipse.jdt.core/@dot +;../org.eclipse.jdt.launching/@dot +;../org.eclipse.jdt.ui/@dot +;../org.eclipse.jface/@dot +;../org.eclipse.jface.text/@dot +;../org.eclipse.jem.util/@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.jst.j2ee/@dot +;../org.eclipse.jst.j2ee.core/@dot +;../org.eclipse.pde.core/@dot +;../org.eclipse.text/@dot +;../org.eclipse.ui.ide/@dot +;../org.eclipse.ui.navigator/@dot +;../org.eclipse.ui.views.properties.tabbed/@dot +;../org.eclipse.wst.common.emf/@dot +;../org.eclipse.wst.common.emfworkbench.integration/@dot +;../org.eclipse.wst.common.frameworks/@dot +;../org.eclipse.wst.common.project.facet.core/@dot +;../org.eclipse.wst.sse.core/@dot +;../org.eclipse.wst.validation/@dot +;../org.eclipse.wst.xml.core/@dot +;../org.eclipse.help/@dot +;../org.eclipse.help.ui/@dot +-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://java.sun.com/j2se/1.5/docs/api + +#JPT common API packages +org.eclipse.jpt.common.core +org.eclipse.jpt.common.core.libprov +org.eclipse.jpt.common.core.libval +org.eclipse.jpt.common.core.resource +org.eclipse.jpt.common.core.utility +org.eclipse.jpt.common.core.utility.jdt +org.eclipse.jpt.common.eclipselink.core +org.eclipse.jpt.common.ui +org.eclipse.jpt.common.ui.jface +org.eclipse.jpt.common.utility +org.eclipse.jpt.common.utility.model +org.eclipse.jpt.common.utility.model.event +org.eclipse.jpt.common.utility.model.listener +org.eclipse.jpt.common.utility.model.value +org.eclipse.jpt.common.utility.synchronizers + diff --git a/org.eclipse.jpt.doc.isv/plugin.properties b/org.eclipse.jpt.doc.isv/plugin.properties new file mode 100644 index 0000000000..0b12648a46 --- /dev/null +++ b/org.eclipse.jpt.doc.isv/plugin.properties @@ -0,0 +1,23 @@ +############################################################################### +# Copyright (c) 2012 Oracle. All rights reserved. +# This program and the accompanying materials are made available under the +# terms of the Eclipse Public License v1.0, which accompanies this distribution +# and is available at http://www.eclipse.org/legal/epl-v10.html. +# +# Contributors: +# Oracle - initial API and implementation +############################################################################### +# ==================================================================== +# To code developer: +# Do NOT change the properties between this line and the +# "%%% END OF TRANSLATED PROPERTIES %%%" line. +# Make a new property name, append to the end of the file and change +# the code to use the new property. +# ==================================================================== + +# ==================================================================== +# %%% END OF TRANSLATED PROPERTIES %%% +# ==================================================================== + +pluginName = Dali Java Persistence Tools - Doc +providerName = Eclipse Web Tools Platform -- cgit v1.2.3