You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/p2_api_overview.htm
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,10 @@
1
-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1
+
<!DOCTYPE HTML>
2
2
<htmllang="en">
3
3
<head>
4
4
<metaname="copyright"
5
5
content="Copyright (c) Sonatype Inc and others 2010. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
Copy file name to clipboardExpand all lines: eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/p2_category_generation.htm
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,10 @@
1
-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1
+
<!DOCTYPE html>
2
2
<htmllang="en">
3
3
<head>
4
4
<metaname="copyright"
5
5
content="Copyright (c) IBM Corporation and others 2009, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
Copy file name to clipboardExpand all lines: eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/p2_composite_repositories.htm
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,10 @@
1
-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1
+
<!DOCTYPE html>
2
2
<htmllang="en">
3
3
<head>
4
4
<metaname="copyright"
5
5
content="Copyright (c) IBM Corporation and others 2009. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
Copy file name to clipboardExpand all lines: eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/p2_overview.htm
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,9 @@
1
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><htmllang="en">
1
+
<!DOCTYPE HTML><htmllang="en">
2
2
<HEAD>
3
3
4
4
<metaname="copyright" content="Copyright (c) IBM Corporation and others 2008, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
Copy file name to clipboardExpand all lines: eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/p2_publishingtasks.htm
+50-41Lines changed: 50 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,20 @@
1
-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1
+
<!DOCTYPE html>
2
2
<htmllang="en">
3
3
<head>
4
4
<metaname="copyright"
5
5
content="Copyright (c) IBM Corporation and others 2009. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
<tr><td><p>Publish a .product file. This task assumes everything included in the product already exists in the repository. (That is, all features and bundles have been previously published.)</p>
60
69
</td></tr>
61
70
<tr><td><p>This task supports the following attributes:</p>
<tr><td><tt>flavor</tt></td><td>Set the flavor for the p2 metadata, default is "tooling". Products should consider using a unique flavor if they have special requirements for bundle start levels.</td></tr>
64
-
<tr><td><tt>productFile</tt></td><td>The location of the .product file describing the product.</td></tr>
65
-
<tr><td><tt>executables</tt></td><td>The location of the executables feature. This is the feature that is used for branding and publishing the executables.</td></tr>
66
-
<tr><td><tt><config></tt></td><td>Nested elements specifying configurations supported by this product. Config elements specify ws, os and arch:
Use <tt><config ws="ANY" os="ANY" arch="ANY"/></tt> if the product can support any platform.
71
+
<tableclass="custom-border">
72
+
<tr><td><code>flavor</code></td><td>Set the flavor for the p2 metadata, default is "tooling". Products should consider using a unique flavor if they have special requirements for bundle start levels.</td></tr>
73
+
<tr><td><code>productFile</code></td><td>The location of the .product file describing the product.</td></tr>
74
+
<tr><td><code>executables</code></td><td>The location of the executables feature. This is the feature that is used for branding and publishing the executables.</td></tr>
75
+
<tr><td><code><config></code></td><td>Nested elements specifying configurations supported by this product. Config elements specify ws, os and arch:
Use <code><config ws="ANY" os="ANY" arch="ANY"/></code> if the product can support any platform.
69
78
</td></tr>
70
-
<tr><td><tt><advice></tt></td><td>Nested elements specifying specifying additional advice to use when creating the product. Currently the accepted kinds of advice are "featureVersions" and "pluginVersions".
PDE/Build will generate these version properties files when the builder sets the property <ahref="../../org.eclipse.pde.doc.user/tasks/pde_version_qualifiers.htm#final_versions"><tt>generateVersionsLists</tt>"</a>.
79
+
<tr><td><code><advice></code></td><td>Nested elements specifying specifying additional advice to use when creating the product. Currently the accepted kinds of advice are "featureVersions" and "pluginVersions".
PDE/Build will generate these version properties files when the builder sets the property <ahref="../../org.eclipse.pde.doc.user/tasks/pde_version_qualifiers.htm#final_versions"><code>generateVersionsLists</code>"</a>.
0 commit comments