Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2007-05-07 20:42:54 +0000
committertle2007-05-07 20:42:54 +0000
commit7a18b80e2bcefd52352d0e7e854a31986384c083 (patch)
treed372e7c2fb60a945ebafa079cfef1cd125a714e2
parent94e1efcc6ffe4b8d9c77cdfb8b51a061be0fe64f (diff)
downloadwebtools.dali-7a18b80e2bcefd52352d0e7e854a31986384c083.tar.gz
webtools.dali-7a18b80e2bcefd52352d0e7e854a31986384c083.tar.xz
webtools.dali-7a18b80e2bcefd52352d0e7e854a31986384c083.zip
Updated for the build.
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/META-INF/MANIFEST.MF3
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/build.properties101
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/plugin.properties24
3 files changed, 126 insertions, 2 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/META-INF/MANIFEST.MF b/jpa/plugins/org.eclipse.jpt.doc.user/META-INF/MANIFEST.MF
index f5e7343a89..a3e8ae5c6a 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/META-INF/MANIFEST.MF
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/META-INF/MANIFEST.MF
@@ -1,7 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
+Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.jpt.doc.user;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Localization: plugin
-Bundle-Vendor: %providerName
+Eclipse-LazyStart: true
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/build.properties b/jpa/plugins/org.eclipse.jpt.doc.user/build.properties
index 8ad51cb85c..78f4894a98 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/build.properties
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/build.properties
@@ -1,2 +1,101 @@
bin.includes = META-INF/,\
- plugin.xml
+ about.htm,\
+ cheatsheets/,\
+ concept_mapping.htm,\
+ concept_persistence.htm,\
+ concepts.htm,\
+ concepts001.htm,\
+ concepts002.htm,\
+ concepts003.htm,\
+ contexts.xml,\
+ dcommon/,\
+ getting_started.htm,\
+ getting_started001.htm,\
+ getting_started002.htm,\
+ getting_started003.htm,\
+ getting_started004.htm,\
+ getting_started005.htm,\
+ getting_started006.htm,\
+ getting_started007.htm,\
+ getting_started008.htm,\
+ getting_started009.htm,\
+ getting_started010.htm,\
+ getting_started011.htm,\
+ getting_started012.htm,\
+ getting_started013.htm,\
+ getting_started014.htm,\
+ getting_started015.htm,\
+ getting_started016.htm,\
+ getting_started017.htm,\
+ getting_started018.htm,\
+ getting_started019.htm,\
+ img/,\
+ index.xml,\
+ legal.htm,\
+ plugin.properties,\
+ plugin.xml,\
+ ref_jpa_facet.htm,\
+ ref_mapping_general.htm,\
+ ref_new_jpa_project.htm,\
+ ref_new_jpa_project_wizard.htm,\
+ ref_persistence_map_view.htm,\
+ ref_persistence_outline.htm,\
+ ref_persistence_perspective.htm,\
+ ref_persistence_prop_view.htm,\
+ ref_primary_key.htm,\
+ ref_project_properties.htm,\
+ reference.htm,\
+ reference001.htm,\
+ reference002.htm,\
+ reference003.htm,\
+ reference004.htm,\
+ reference005.htm,\
+ reference006.htm,\
+ reference007.htm,\
+ reference008.htm,\
+ reference009.htm,\
+ reference010.htm,\
+ reference011.htm,\
+ reference012.htm,\
+ reference013.htm,\
+ reference014.htm,\
+ reference015.htm,\
+ reference016.htm,\
+ reference017.htm,\
+ reference018.htm,\
+ task_add_persistence.htm,\
+ task_create_new_project.htm,\
+ task_generate_ddl.htm,\
+ task_generate_entities.htm,\
+ task_inheritance.htm,\
+ task_manage_persistence.htm,\
+ task_manage_persistence001.htm,\
+ task_mapping.htm,\
+ tasks.htm,\
+ tasks001.htm,\
+ tasks002.htm,\
+ tasks003.htm,\
+ tasks004.htm,\
+ tasks005.htm,\
+ tasks006.htm,\
+ tasks007.htm,\
+ tasks008.htm,\
+ tasks009.htm,\
+ tasks010.htm,\
+ tasks011.htm,\
+ tasks012.htm,\
+ tasks013.htm,\
+ tasks014.htm,\
+ tasks015.htm,\
+ tasks016.htm,\
+ tasks017.htm,\
+ tasks018.htm,\
+ tasks019.htm,\
+ tasks020.htm,\
+ tasks021.htm,\
+ tips_and_tricks.htm,\
+ toc.xml,\
+ whats_new.htm,\
+ whats_new001.htm,\
+ whats_new002.htm,\
+ whats_new003.htm
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/plugin.properties b/jpa/plugins/org.eclipse.jpt.doc.user/plugin.properties
new file mode 100644
index 0000000000..85654952f5
--- /dev/null
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/plugin.properties
@@ -0,0 +1,24 @@
+###############################################################################
+# Copyright (c) 2007 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 = Java Persistence Documentation - Doc
+providerName = Eclipse.org

Back to the top