Removing templatized words with Lyo content
diff --git a/project-info/maillist b/project-info/maillist
index c191d00..94f8994 100755
--- a/project-info/maillist
+++ b/project-info/maillist
@@ -1 +1 @@
-::epf-dev::Mailing list for the Eclipse Process Framework Project.
\ No newline at end of file
+::lyo-dev::Mailing list for the Eclipse Lyo Project.
\ No newline at end of file
diff --git a/project-info/newsgroup b/project-info/newsgroup
index 4cb94f6..7a7f33f 100755
--- a/project-info/newsgroup
+++ b/project-info/newsgroup
@@ -1 +1 @@
-::eclipse.technology.epf::The Eclipse Process Framework (EPF) aims at producing a customizable software process enginering framework, with exemplary process content and tools, supporting a broad variety of project types and development styles. Want to know more? See the EPF home page.
\ No newline at end of file
+::eclipse.technology.lyo::The Eclipse Lyo Project
\ No newline at end of file
diff --git a/project-info/project-info.xml b/project-info/project-info.xml
index c3bf39f..402e1a6 100755
--- a/project-info/project-info.xml
+++ b/project-info/project-info.xml
@@ -21,13 +21,13 @@
- database; You can override the name stored on the database by filling
- the <name/> tag
-->
- <name>Phoenix Project</name>
+ <name>Lyo Project</name>
<!--
- Each project can also have a short name to be used in HTML lists and
- other horizontally challenged places.
-->
- <short-name>Phoenix</short-name>
+ <short-name>Lyo</short-name>
<!--
- Each Eclipse project has one or more Bugzilla products and components.
@@ -40,7 +40,7 @@
- page of the first product. Multiple <product>s are allowed.
-->
<bugzilla>
- <product name="Phoenix"/>
+ <product name="Lyo"/>
</bugzilla>
<!--
@@ -50,7 +50,7 @@
- they are the project leaders. The <team> element contains the
- URL of the project's pages listing these important people.
-->
- <team url="/phoenix/about.php" />
+ <team url="/lyo/about.php" />
<!--
- The source code of each Eclipse project is stored in CVS. Eclipse maintains
@@ -66,7 +66,7 @@
- </cvs>
-->
<cvs repository="/cvsroot/technology/">
- <module path="org.eclipse.phoenix" />
+ <module path="org.eclipse.lyo" />
</cvs>
<!--
@@ -84,8 +84,8 @@
- This file is often stored in the /project-info/ directory, thus the
- url would be something like "/tptp/project-info/description.html".
-->
- <description url="/phoenix/about.php"
- paragraph-url="/phoenix/project-info/project-page-paragraph.html"/>
+ <description url="/lyo/about.php"
+ paragraph-url="/lyo/project-info/project-page-paragraph.html"/>
<!--
- In addition to the description, each Eclipse project is also required to
@@ -97,7 +97,7 @@
- This file is often stored in the /project-info/ directory, thus the
- url would be something like "/technology/project-info/executive-summary.html".
-->
- <summary paragraph-url="/technology/phoenix/project-info/executive-summary.html"/>
+ <summary paragraph-url="/technology/lyo/project-info/executive-summary.html"/>
<!--
- It is important to help new users get started with an Eclipse project
@@ -106,7 +106,7 @@
- points to a web page on the project's site that describes how to
- get started using and extending the project's tools and frameworks.
-->
- <getting-started url="/phoenix/docs/" />
+ <getting-started url="/lyo/docs/" />
<!--
- It is also important to help new contributors get started with an Eclipse project.
@@ -115,7 +115,7 @@
- points to a web page on the project's site that describes how to
- get started developing on, and contributing to, the project.
-->
- <contributing url="/phoenix/docs/" />
+ <contributing url="/lyo/docs/" />
<!--
- Each Eclipse project is required to maintain a current Project IP Log.
@@ -140,7 +140,7 @@
- the separate project-info/maillist file as well.
-->
<mailing-lists>
- <list name="phoenix-dev"/>
+ <list name="lyo-dev"/>
</mailing-lists>
<!--
@@ -153,7 +153,7 @@
- newsgroups page. Multiple <newsgroups>s are allowed.
-->
<newsgroups>
- <newsgroup name="eclipse.technology.phoenix" />
+ <newsgroup name="eclipse.technology.lyo" />
</newsgroups>
<!--