Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-04-06 23:16:41 +0000
committerslewis2008-04-06 23:16:41 +0000
commit33118eef22f39d07e5cb07885213558e2a8de021 (patch)
treeed8efe29e49a8a598102669cfa1ed126cee3746f /framework/bundles/org.eclipse.ecf.ssl
parent63c83a6b2f37f636d47a75b9cd28dd6b98454f95 (diff)
downloadorg.eclipse.ecf-33118eef22f39d07e5cb07885213558e2a8de021.tar.gz
org.eclipse.ecf-33118eef22f39d07e5cb07885213558e2a8de021.tar.xz
org.eclipse.ecf-33118eef22f39d07e5cb07885213558e2a8de021.zip
Added about.xml and EE.v20080406-1615
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.ssl')
-rw-r--r--framework/bundles/org.eclipse.ecf.ssl/.classpath2
-rw-r--r--framework/bundles/org.eclipse.ecf.ssl/.settings/org.eclipse.jdt.core.prefs6
-rw-r--r--framework/bundles/org.eclipse.ecf.ssl/META-INF/MANIFEST.MF6
-rw-r--r--framework/bundles/org.eclipse.ecf.ssl/about.html28
-rw-r--r--framework/bundles/org.eclipse.ecf.ssl/build.properties7
-rw-r--r--framework/bundles/org.eclipse.ecf.ssl/plugin.properties11
6 files changed, 53 insertions, 7 deletions
diff --git a/framework/bundles/org.eclipse.ecf.ssl/.classpath b/framework/bundles/org.eclipse.ecf.ssl/.classpath
index 2fbb7a23e..ce7393340 100644
--- a/framework/bundles/org.eclipse.ecf.ssl/.classpath
+++ b/framework/bundles/org.eclipse.ecf.ssl/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
+ <classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/framework/bundles/org.eclipse.ecf.ssl/.settings/org.eclipse.jdt.core.prefs b/framework/bundles/org.eclipse.ecf.ssl/.settings/org.eclipse.jdt.core.prefs
index e9ff802f1..df960c760 100644
--- a/framework/bundles/org.eclipse.ecf.ssl/.settings/org.eclipse.jdt.core.prefs
+++ b/framework/bundles/org.eclipse.ecf.ssl/.settings/org.eclipse.jdt.core.prefs
@@ -1,4 +1,4 @@
-#Mon Oct 15 23:38:56 PDT 2007
+#Sun Apr 06 12:35:41 PDT 2008
eclipse.preferences.version=1
org.eclipse.jdt.core.builder.cleanOutputFolder=clean
org.eclipse.jdt.core.builder.duplicateResourceTask=warning
@@ -8,9 +8,9 @@ org.eclipse.jdt.core.circularClasspath=error
org.eclipse.jdt.core.classpath.exclusionPatterns=enabled
org.eclipse.jdt.core.classpath.multipleOutputLocations=enabled
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.1
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.3
+org.eclipse.jdt.core.compiler.compliance=1.4
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
diff --git a/framework/bundles/org.eclipse.ecf.ssl/META-INF/MANIFEST.MF b/framework/bundles/org.eclipse.ecf.ssl/META-INF/MANIFEST.MF
index ca43ed081..407b956f2 100644
--- a/framework/bundles/org.eclipse.ecf.ssl/META-INF/MANIFEST.MF
+++ b/framework/bundles/org.eclipse.ecf.ssl/META-INF/MANIFEST.MF
@@ -1,10 +1,12 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: ECF SSL Fragment
+Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.ssl
-Bundle-Version: 1.0.0
+Bundle-Version: 1.0.0.qualifier
Fragment-Host: org.eclipse.ecf;bundle-version="2.0.0.qualifier"
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Import-Package: org.eclipse.osgi.service.security;version="1.0.0",
javax.net.ssl
+Bundle-Localization: plugin
Export-Package: org.eclipse.ecf.internal.ssl;x-internal:=true
+Bundle-Vendor: %plugin.provider
diff --git a/framework/bundles/org.eclipse.ecf.ssl/about.html b/framework/bundles/org.eclipse.ecf.ssl/about.html
new file mode 100644
index 000000000..6a60a262f
--- /dev/null
+++ b/framework/bundles/org.eclipse.ecf.ssl/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June 29, 2007</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party (&quot;Redistributor&quot;) 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 <a href="/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html> \ No newline at end of file
diff --git a/framework/bundles/org.eclipse.ecf.ssl/build.properties b/framework/bundles/org.eclipse.ecf.ssl/build.properties
index 34d2e4d2d..00da4cab1 100644
--- a/framework/bundles/org.eclipse.ecf.ssl/build.properties
+++ b/framework/bundles/org.eclipse.ecf.ssl/build.properties
@@ -1,4 +1,9 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .
+ .,\
+ about.html,\
+ plugin.properties
+src.includes = plugin.properties,\
+ about.html,\
+ META-INF/
diff --git a/framework/bundles/org.eclipse.ecf.ssl/plugin.properties b/framework/bundles/org.eclipse.ecf.ssl/plugin.properties
new file mode 100644
index 000000000..7a77e2b43
--- /dev/null
+++ b/framework/bundles/org.eclipse.ecf.ssl/plugin.properties
@@ -0,0 +1,11 @@
+############################################################################
+# Copyright (c) 2007 Composent Inc., IBM Corp, and others.
+# 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
+#
+############################################################################
+plugin.name=ECF SSL Fragment
+plugin.provider=Eclipse.org
+

Back to the top