Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnettleton2010-04-09 18:55:46 +0000
committerbnettleton2010-04-09 18:55:46 +0000
commitdfeec2f5b69daed4f1a5f741fa943a9176b5bc76 (patch)
treec9fb4d1113c93279484c975121c4bf3b352bd7f9
parent35394f2ec3c4f39b71d94e5e461cff4882e64f4f (diff)
downloadnaming-dfeec2f5b69daed4f1a5f741fa943a9176b5bc76.tar.gz
naming-dfeec2f5b69daed4f1a5f741fa943a9176b5bc76.tar.xz
naming-dfeec2f5b69daed4f1a5f741fa943a9176b5bc76.zip
*** empty log message ***
-rw-r--r--pages/_index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/_index.html b/pages/_index.html
index 5c81863..7b7e396 100644
--- a/pages/_index.html
+++ b/pages/_index.html
@@ -17,7 +17,7 @@
<h4>Modular Naming Support</h4>
<div id="introText">
-<p class="left">The Gemini Naming project implements support for using the Java Naming and Directory Interface&trade; (also known as JNDI&trade;)
+<p>The Gemini Naming project implements support for using the Java Naming and Directory Interface&trade; (also known as JNDI&trade;)
within an OSGi environment. This project provides the following: a standard mechanism for publishing and locating JNDI&trade; Service Provider implementations
within an OSGi framework, support for the existing traditional model of JNDI&trade; clients, a new service-based model for interacting with JNDI&trade; providers,
and the ability to access OSGi services using osgi-based URL lookups. </p>
@@ -35,7 +35,7 @@
<hr/>
<div id="otherDetails">
<h4>Other Details</h4>
- <p align="left">The Gemini documentation (coming soon) will give more details about the project.</p>
+ <p>The Gemini documentation (coming soon) will give more details about the project.</p>
<p>Join the discussion at the <a href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=153&">forum</a> to ask questions or find out answers from questions that others have asked.</p>
<p>Want to know more?
<br><a href="/projects/project_summary.php?projectid=rt.gemini.naming">About Gemini Naming</a></br>

Back to the top