Create Lyo project plan
diff --git a/project-info/Lyo_plan_1_0.xml b/project-info/Lyo_plan_1_0.xml
new file mode 100644
index 0000000..33713c5
--- /dev/null
+++ b/project-info/Lyo_plan_1_0.xml
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<?xml-stylesheet type="text/xsl" href="project-plan-render.xsl"?>
+<plan xmlns="http://www.eclipse.org/project/plan" xmlns:html="http://www.w3.org/1999/xhtml">
+ <release projectid="technology.lyo" version="1.0"/>
+ <introduction>
+ <html:p>The Eclipse Lyo project is focused on providing an SDK to enable adoption of OSLC
+ specifications. OSLC (Open Services for Lifecycle Collaboration: http://open-services.net)
+ is an open community dedicated to reducing barriers for lifecycle tool integration. The
+ community authors specifications for exposing lifecycle artifacts through uniform (REST)
+ interfaces and relying on Internet and Linked Data standards.
+ </html:p>
+ <html:p>The project is divided into three categories:
+ <html:ul>
+ <html:li>SDKs for developing OSLC integrations</html:li>
+ <html:li>Test suite for OSLC assessment</html:li>
+ <html:li>Samples and reference implementations of OSLC integrations</html:li>
+ </html:ul>
+ </html:p>
+ <html:p>Lyo is not an Eclipse IDE plugin and is not on the platform release cycle.</html:p>
+ </introduction>
+ <release_deliverables>
+ <html:p>The Lyo 1.0 deliverable is OSLC4J, a Java SDK for development of applications
+ conforming to OSLC specifications. Also available for developers to download will be
+ the source for the OSLC JUnit test suite.
+ </html:p>
+ </release_deliverables>
+ <release_milestones>
+ <milestone date="12/30/2011" milestone="M1"><html:p>4Q2011 milestone</html:p></milestone>
+ <milestone date="3/30/2012" milestone="M2"><html:p>1Q2012 milestone</html:p></milestone>
+ <milestone date="6/30/2012" milestone="M3"><html:p>2Q2012 milestone</html:p></milestone>
+ <milestone date="9/30/2012" milestone="1.0"><html:p>Proposed 1.0 release</html:p></milestone>
+ <postamble/>
+ </release_milestones>
+ <target_environments><html:p>OSLC4J is an SDK for Java application development. It requires
+ Java 6 or higher. OSLC4J is based on Apache Jena 2.7.1 or higher and Apache Wink 1.2.1 or
+ higher</html:p>
+ <internationalization>
+ <html:p>
+ OSLC4J has a limited number of serviceability messages which are enabled for translation.
+ The OSLC test suite is not currently enabled for translation.
+ </html:p>
+ </internationalization>
+ </target_environments>
+ <compatibility_with_previous_releases>
+ This is the initial release of Lyo.
+ </compatibility_with_previous_releases>
+
+ <themes_and_priorities>
+ <preamble>
+ <html:p>
+The themes for the initial release of Lyo are:
+ <html:ul>
+ <html:li>Provide an SDK for development of Java OSLC applications.</html:li>
+ <html:li>Provide test suites to assess the quality of OSLC implementations.</html:li>
+ <html:li>Provide code samples of OSLC implementations for developers to use as examples.</html:li>
+ </html:ul>
+ </html:p>
+ </preamble>
+ <theme name="Provide an SDK">
+ <description>
+ <html:p>
+OSLC4J is a Java SDK for the development of OSLC applications. It is based on Apache
+Jena and Apache Wink. It provides Java annotations which let developers represent
+OSLC resources as Java objects. The OSLC4J JAX-RS providers assist with serialziation
+and de-serialization of Java OSLC resources to and from RDF/XML and JSON.
+ </html:p>
+ </description>
+ <committed bugzilla="https://bugs.eclipse.org/bugs/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=Lyo%20Core%20resolved&sharer_id=123972"></committed>
+ </theme>
+ <theme name="Provide a test suite">
+ <description>
+ <html:p>
+The OSLC test suite provides a way for developers to assess the quality of their OSLC
+implementations. It contains tests for the OSLC Core specification and for the
+following domain specifications:
+ <html:ul>
+ <html:li>Asset Management V2</html:li>
+ <html:li>Change Management V1 and V2</html:li>
+ <html:li>Quality Management V2</html:li>
+ <html:li>Requirements Management V2</html:li>
+ </html:ul>
+The test suite also provides reports for easy publication of an implementations
+assessment results.
+ </html:p>
+ </description>
+ <committed bugzilla="https://bugs.eclipse.org/bugs/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=Lyo%20testsuite%20resolved&sharer_id=123972"></committed>
+ </theme>
+
+ <theme name="Provide samples">
+ <description>
+ <html:p>
+Lyo contains many samples of OSLC implementations which developers can use as guides
+or starting points for their own implementations. The samples cover many domain specifications
+and include:
+ <html:ul>
+ <html:li>Reference implementations for domain specifications</html:li>
+ <html:li>Sample adapters for Bugzilla and Excel</html:li>
+ <html:li>A workshop which can be used for learning activities</html:li>
+ </html:ul>
+ </html:p>
+ </description>
+ <committed bugzilla="https://bugs.eclipse.org/bugs/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=Lyo%20RIO%20resolved&sharer_id=123972"></committed>
+ </theme>
+ </themes_and_priorities>
+ <appendix/>
+</plan>
\ No newline at end of file