<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<!-- MHonArc v2.6.10 -->
	<channel>
		<title>dsdp-mtj-commit</title>
		<link>http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/maillist.html</link>
		<description>dsdp-mtj-commit</description>
		<language>en-us</language>
		<pubDate>Sat, 07 Nov 2009 13:10:11 GMT</pubDate>
		<lastBuildDate>Sat, 07 Nov 2009 13:10:11 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MHonArc RSS 2.0 RCFile</generator>
		<managingEditor>webmaster@eclipse.org (Webmaster)</managingEditor>
		<webMaster>webmaster@eclipse.org (Webmaster)</webMaster>
		<image>
			<title>dsdp-mtj-commit</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/maillist.html</link>
		</image>
 

	<item>
		<title>[dsdp-mtj-commit] r1524 - in trunk: features/org.eclipse.mtj	features/org.eclipse.mtj.examples features/org.eclipse.mtj.sdk	plugins/org.eclipse.mtj.core/META-INF	plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/core/project	plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/core/project/runtime	plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/internal/core/project	plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/internal/core/project/midp	releng/org.eclipse.mtj.releng/scripts</title>
		<link>http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/msg00953.html</link>
		<description>Author: dmadruga Date: 2009-11-07 08:02:55 -0500 (Sat, 07 Nov 2009) New Revision: 1524 Modified: trunk/features/org.eclipse.mtj.examples/feature.xml trunk/features/org.eclipse.mtj.sdk/feature.xml trunk/features/org.eclipse.mtj/feature.xml trunk/plugins/org...</description>
		<content:encoded><![CDATA[<pre>Author: dmadruga
Date: 2009-11-07 08:02:55 -0500 (Sat, 07 Nov 2009)
New Revision: 1524

Modified:
   trunk/features/org.eclipse.mtj.examples/feature.xml
   trunk/features/org.eclipse.mtj.sdk/feature.xml
   trunk/features/org.eclipse.mtj/feature.xml
   trunk/plugins/org.eclipse.mtj.core/META-INF/MANIFEST.MF
   trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/core/project/IMTJProject.java
   trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/core/project/IMetaData.java
   trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/core/project/runtime/MTJRuntime.java
   trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/internal/core/project/UnknownMetaData.java
   trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/internal/core/project/midp/MetaData.java
   trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/internal/core/project/midp/MidletSuiteProject.java
   trunk/releng/org.eclipse.mtj.releng/scripts/build_nightly_1.0.sh
Log:
[286675] [contributed] [api]: SDK provider meta data

Modified: trunk/features/org.eclipse.mtj/feature.xml
===================================================================
--- trunk/features/org.eclipse.mtj/feature.xml	2009-10-14 15:57:32 UTC (rev 1523)
+++ trunk/features/org.eclipse.mtj/feature.xml	2009-11-07 13:02:55 UTC (rev 1524)
@@ -1,173 +1,173 @@
-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;feature
-      id=&quot;org.eclipse.mtj&quot;
-      label=&quot;Mobile Tools for Java&quot;
-      version=&quot;1.0.1.qualifier&quot;
-      provider-name=&quot;Eclipse.org - DSDP&quot;
-      plugin=&quot;org.eclipse.mtj.branding&quot;&gt;
-   &lt;install-handler/&gt;
-
-   &lt;description&gt;
-      Provides cross-platform support for developing Java ME midlets within the Eclipse IDE.  Supported functions include development, preverification and emulator launching and debugging.
-   &lt;/description&gt;
-
-   &lt;copyright&gt;
-      %copyright
-   &lt;/copyright&gt;
-
-   &lt;license url=&quot;%licenseURL&quot;&gt;
-      %license
-   &lt;/license&gt;
-
-   &lt;url&gt;
-      &lt;update label=&quot;%updateSiteName&quot; url=&quot;<a  href="http://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/&quot;/">http://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/&quot;/</a>&gt;
-      &lt;discovery label=&quot;%updateSiteName&quot; url=&quot;<a  href="http://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/&quot;/">http://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/&quot;/</a>&gt;
-   &lt;/url&gt;
-
-   &lt;requires&gt;
-      &lt;import plugin=&quot;org.eclipse.core.runtime&quot;/&gt;
-      &lt;import plugin=&quot;org.eclipse.core.resources&quot;/&gt;
-      &lt;import plugin=&quot;org.eclipse.jdt.core&quot;/&gt;
-      &lt;import plugin=&quot;org.eclipse.jdt.launching&quot;/&gt;
-      &lt;import plugin=&quot;org.eclipse.jdt.debug&quot;/&gt;
-      &lt;import plugin=&quot;org.eclipse.debug.core&quot;/&gt;
-      &lt;import plugin=&quot;org.eclipse.ltk.core.refactoring&quot;/&gt;
-      &lt;import plugin=&quot;org.eclipse.text&quot;/&gt;
-      &lt;import plugin=&quot;org.eclipse.ui&quot;/&gt;
-      &lt;import plugin=&quot;org.eclipse.debug.ui&quot;/&gt;
-      &lt;import plugin=&quot;org.eclipse.jdt.debug.ui&quot;/&gt;
-      &lt;import plugin=&quot;org.eclipse.jdt.ui&quot; version=&quot;3.1.0&quot; match=&quot;greaterOrEqual&quot;/&gt;
-      &lt;import plugin=&quot;org.eclipse.ui.ide&quot;/&gt;
-      &lt;import plugin=&quot;org.eclipse.ui.forms&quot;/&gt;
-      &lt;import plugin=&quot;org.eclipse.core.expressions&quot;/&gt;
-      &lt;import plugin=&quot;org.junit&quot;/&gt;
-      &lt;import plugin=&quot;org.eclipse.ui.console&quot;/&gt;
-      &lt;import plugin=&quot;org.eclipse.jface.text&quot;/&gt;
-      &lt;import plugin=&quot;org.eclipse.osgi&quot;/&gt;
-   &lt;/requires&gt;
-
-   &lt;plugin
-         id=&quot;org.eclipse.mtj.core&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;
-         unpack=&quot;false&quot;/&gt;
-
-   &lt;plugin
-         id=&quot;org.eclipse.mtj.ui&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;
-         unpack=&quot;false&quot;/&gt;
-
-   &lt;plugin
-         id=&quot;org.eclipse.mtj.branding&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;
-         unpack=&quot;false&quot;/&gt;
-
-   &lt;plugin
-         id=&quot;org.eclipse.mtj.toolkit.uei&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;
-         unpack=&quot;false&quot;/&gt;
-
-   &lt;plugin
-         id=&quot;org.eclipse.mtj.toolkit.mpowerplayer&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;
-         unpack=&quot;false&quot;/&gt;
-
-   &lt;plugin
-         id=&quot;org.eclipse.mtj.core.hooks&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;/&gt;
-
-   &lt;plugin
-         id=&quot;org.objectweb.asm&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;
-         unpack=&quot;false&quot;/&gt;
-
-   &lt;plugin
-         id=&quot;org.mortbay.jetty&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;
-         unpack=&quot;false&quot;/&gt;
-
-   &lt;plugin
-         id=&quot;org.eclipse.mtj.toolkit.microemu&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;
-         unpack=&quot;false&quot;/&gt;
-
-   &lt;plugin
-         id=&quot;de.schlichtherle.truezip&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;/&gt;
-
-   &lt;plugin
-         id=&quot;antenna.preprocessor.v3&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;
-         unpack=&quot;false&quot;/&gt;
-
-   &lt;plugin
-         id=&quot;org.eclipse.mtj.doc.user&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;
-         unpack=&quot;false&quot;/&gt;
-
-   &lt;plugin
-         id=&quot;org.antlr.runtime&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;
-         unpack=&quot;false&quot;/&gt;
-
-   &lt;plugin
-         id=&quot;jmunit.framework&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;
-         unpack=&quot;false&quot;/&gt;
-
-   &lt;plugin
-         id=&quot;org.eclipse.mtj.jmunit&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;
-         unpack=&quot;false&quot;/&gt;
-
-   &lt;plugin
-         id=&quot;org.eclipse.mtj.templates&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;
-         unpack=&quot;false&quot;/&gt;
-
-   &lt;plugin
-         id=&quot;org.eclipse.mtj.eswt.templates&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;
-         unpack=&quot;false&quot;/&gt;
-
-   &lt;plugin
-         id=&quot;org.eclipse.mtj.toolkit.nokia&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;
-         unpack=&quot;false&quot;/&gt;
-
-&lt;/feature&gt;
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;feature
+      id=&quot;org.eclipse.mtj&quot;
+      label=&quot;Mobile Tools for Java&quot;
+      version=&quot;1.0.2.qualifier&quot;
+      provider-name=&quot;Eclipse.org - DSDP&quot;
+      plugin=&quot;org.eclipse.mtj.branding&quot;&gt;
+   &lt;install-handler/&gt;
+
+   &lt;description&gt;
+      Provides cross-platform support for developing Java ME midlets within the Eclipse IDE.  Supported functions include development, preverification and emulator launching and debugging.
+   &lt;/description&gt;
+
+   &lt;copyright&gt;
+      %copyright
+   &lt;/copyright&gt;
+
+   &lt;license url=&quot;%licenseURL&quot;&gt;
+      %license
+   &lt;/license&gt;
+
+   &lt;url&gt;
+      &lt;update label=&quot;%updateSiteName&quot; url=&quot;<a  href="http://download.eclipse.org/dsdp/mtj/updates/1.0.2/stable/&quot;/">http://download.eclipse.org/dsdp/mtj/updates/1.0.2/stable/&quot;/</a>&gt;
+      &lt;discovery label=&quot;%updateSiteName&quot; url=&quot;<a  href="http://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/&quot;/">http://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/&quot;/</a>&gt;
+   &lt;/url&gt;
+
+   &lt;requires&gt;
+      &lt;import plugin=&quot;org.eclipse.core.runtime&quot;/&gt;
+      &lt;import plugin=&quot;org.eclipse.core.resources&quot;/&gt;
+      &lt;import plugin=&quot;org.eclipse.jdt.core&quot;/&gt;
+      &lt;import plugin=&quot;org.eclipse.jdt.launching&quot;/&gt;
+      &lt;import plugin=&quot;org.eclipse.jdt.debug&quot;/&gt;
+      &lt;import plugin=&quot;org.eclipse.debug.core&quot;/&gt;
+      &lt;import plugin=&quot;org.eclipse.ltk.core.refactoring&quot;/&gt;
+      &lt;import plugin=&quot;org.eclipse.text&quot;/&gt;
+      &lt;import plugin=&quot;org.eclipse.ui&quot;/&gt;
+      &lt;import plugin=&quot;org.eclipse.debug.ui&quot;/&gt;
+      &lt;import plugin=&quot;org.eclipse.jdt.debug.ui&quot;/&gt;
+      &lt;import plugin=&quot;org.eclipse.jdt.ui&quot; version=&quot;3.1.0&quot; match=&quot;greaterOrEqual&quot;/&gt;
+      &lt;import plugin=&quot;org.eclipse.ui.ide&quot;/&gt;
+      &lt;import plugin=&quot;org.eclipse.ui.forms&quot;/&gt;
+      &lt;import plugin=&quot;org.eclipse.core.expressions&quot;/&gt;
+      &lt;import plugin=&quot;org.junit&quot;/&gt;
+      &lt;import plugin=&quot;org.eclipse.ui.console&quot;/&gt;
+      &lt;import plugin=&quot;org.eclipse.jface.text&quot;/&gt;
+      &lt;import plugin=&quot;org.eclipse.osgi&quot;/&gt;
+   &lt;/requires&gt;
+
+   &lt;plugin
+         id=&quot;org.eclipse.mtj.core&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;
+         unpack=&quot;false&quot;/&gt;
+
+   &lt;plugin
+         id=&quot;org.eclipse.mtj.ui&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;
+         unpack=&quot;false&quot;/&gt;
+
+   &lt;plugin
+         id=&quot;org.eclipse.mtj.branding&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;
+         unpack=&quot;false&quot;/&gt;
+
+   &lt;plugin
+         id=&quot;org.eclipse.mtj.toolkit.uei&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;
+         unpack=&quot;false&quot;/&gt;
+
+   &lt;plugin
+         id=&quot;org.eclipse.mtj.toolkit.mpowerplayer&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;
+         unpack=&quot;false&quot;/&gt;
+
+   &lt;plugin
+         id=&quot;org.eclipse.mtj.core.hooks&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;/&gt;
+
+   &lt;plugin
+         id=&quot;org.objectweb.asm&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;
+         unpack=&quot;false&quot;/&gt;
+
+   &lt;plugin
+         id=&quot;org.mortbay.jetty&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;
+         unpack=&quot;false&quot;/&gt;
+
+   &lt;plugin
+         id=&quot;org.eclipse.mtj.toolkit.microemu&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;
+         unpack=&quot;false&quot;/&gt;
+
+   &lt;plugin
+         id=&quot;de.schlichtherle.truezip&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;/&gt;
+
+   &lt;plugin
+         id=&quot;antenna.preprocessor.v3&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;
+         unpack=&quot;false&quot;/&gt;
+
+   &lt;plugin
+         id=&quot;org.eclipse.mtj.doc.user&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;
+         unpack=&quot;false&quot;/&gt;
+
+   &lt;plugin
+         id=&quot;org.antlr.runtime&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;
+         unpack=&quot;false&quot;/&gt;
+
+   &lt;plugin
+         id=&quot;jmunit.framework&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;
+         unpack=&quot;false&quot;/&gt;
+
+   &lt;plugin
+         id=&quot;org.eclipse.mtj.jmunit&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;
+         unpack=&quot;false&quot;/&gt;
+
+   &lt;plugin
+         id=&quot;org.eclipse.mtj.templates&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;
+         unpack=&quot;false&quot;/&gt;
+
+   &lt;plugin
+         id=&quot;org.eclipse.mtj.eswt.templates&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;
+         unpack=&quot;false&quot;/&gt;
+
+   &lt;plugin
+         id=&quot;org.eclipse.mtj.toolkit.nokia&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;
+         unpack=&quot;false&quot;/&gt;
+
+&lt;/feature&gt;

Modified: trunk/features/org.eclipse.mtj.examples/feature.xml
===================================================================
--- trunk/features/org.eclipse.mtj.examples/feature.xml	2009-10-14 15:57:32 UTC (rev 1523)
+++ trunk/features/org.eclipse.mtj.examples/feature.xml	2009-11-07 13:02:55 UTC (rev 1524)
@@ -1,69 +1,69 @@
-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;feature
-      id=&quot;org.eclipse.mtj.examples&quot;
-      label=&quot;Mobile Tools for Java Examples&quot;
-      version=&quot;1.0.1.qualifier&quot;
-      provider-name=&quot;Eclipse.org - DSDP&quot;
-      plugin=&quot;org.eclipse.mtj.branding&quot;&gt;
-
-   &lt;description&gt;
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;feature
+      id=&quot;org.eclipse.mtj.examples&quot;
+      label=&quot;Mobile Tools for Java Examples&quot;
+      version=&quot;1.0.2.qualifier&quot;
+      provider-name=&quot;Eclipse.org - DSDP&quot;
+      plugin=&quot;org.eclipse.mtj.branding&quot;&gt;
+
+   &lt;description&gt;
       Provides cross-platform support for developing Java ME MIDlets
 within the Eclipse IDE.  Supported functions include development,
 preverification and emulator launching and debugging.
 
-Includes examples on how to implement MTJ Extension Points.
-   &lt;/description&gt;
-
-   &lt;copyright&gt;
-      %copyright
-   &lt;/copyright&gt;
-
-   &lt;license url=&quot;%licenseURL&quot;&gt;
-      %license
-   &lt;/license&gt;
-
-   &lt;url&gt;
-      &lt;update label=&quot;%updateSiteName&quot; url=&quot;<a  href="http://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/&quot;/">http://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/&quot;/</a>&gt;
-      &lt;discovery label=&quot;%updateSiteName&quot; url=&quot;<a  href="http://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/&quot;/">http://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/&quot;/</a>&gt;
-   &lt;/url&gt;
-
-   &lt;requires&gt;
-      &lt;import feature=&quot;org.eclipse.mtj&quot; version=&quot;1.0.0&quot; match=&quot;greaterOrEqual&quot;/&gt;
-   &lt;/requires&gt;
-
-   &lt;plugin
-         id=&quot;org.eclipse.mtj.examples.jadextension&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;
-         unpack=&quot;false&quot;/&gt;
-
-   &lt;plugin
-         id=&quot;org.eclipse.mtj.examples.source&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;
-         unpack=&quot;false&quot;/&gt;
-
-   &lt;plugin
-         id=&quot;org.eclipse.mtj.example.library&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;
-         unpack=&quot;false&quot;/&gt;
-
-   &lt;plugin
-         id=&quot;org.eclipse.mtj.examples.toolkits&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;
-         unpack=&quot;false&quot;/&gt;
-
-   &lt;plugin
-         id=&quot;org.eclipse.mtj.examples.templates&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;
-         unpack=&quot;false&quot;/&gt;
-
-&lt;/feature&gt;
+Includes examples on how to implement MTJ Extension Points.
+   &lt;/description&gt;
+
+   &lt;copyright&gt;
+      %copyright
+   &lt;/copyright&gt;
+
+   &lt;license url=&quot;%licenseURL&quot;&gt;
+      %license
+   &lt;/license&gt;
+
+   &lt;url&gt;
+      &lt;update label=&quot;%updateSiteName&quot; url=&quot;<a  href="http://download.eclipse.org/dsdp/mtj/updates/1.0.2/stable/&quot;/">http://download.eclipse.org/dsdp/mtj/updates/1.0.2/stable/&quot;/</a>&gt;
+      &lt;discovery label=&quot;%updateSiteName&quot; url=&quot;<a  href="http://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/&quot;/">http://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/&quot;/</a>&gt;
+   &lt;/url&gt;
+
+   &lt;requires&gt;
+      &lt;import feature=&quot;org.eclipse.mtj&quot; version=&quot;1.0.0&quot; match=&quot;greaterOrEqual&quot;/&gt;
+   &lt;/requires&gt;
+
+   &lt;plugin
+         id=&quot;org.eclipse.mtj.examples.jadextension&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;
+         unpack=&quot;false&quot;/&gt;
+
+   &lt;plugin
+         id=&quot;org.eclipse.mtj.examples.source&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;
+         unpack=&quot;false&quot;/&gt;
+
+   &lt;plugin
+         id=&quot;org.eclipse.mtj.example.library&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;
+         unpack=&quot;false&quot;/&gt;
+
+   &lt;plugin
+         id=&quot;org.eclipse.mtj.examples.toolkits&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;
+         unpack=&quot;false&quot;/&gt;
+
+   &lt;plugin
+         id=&quot;org.eclipse.mtj.examples.templates&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;
+         unpack=&quot;false&quot;/&gt;
+
+&lt;/feature&gt;

Modified: trunk/features/org.eclipse.mtj.sdk/feature.xml
===================================================================
--- trunk/features/org.eclipse.mtj.sdk/feature.xml	2009-10-14 15:57:32 UTC (rev 1523)
+++ trunk/features/org.eclipse.mtj.sdk/feature.xml	2009-11-07 13:02:55 UTC (rev 1524)
@@ -1,48 +1,48 @@
-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;feature
-      id=&quot;org.eclipse.mtj.sdk&quot;
-      label=&quot;Mobile Tools for Java SDK&quot;
-      version=&quot;1.0.1.qualifier&quot;
-      provider-name=&quot;Eclipse.org - DSDP&quot;
-      plugin=&quot;org.eclipse.mtj.branding&quot;&gt;
-
-   &lt;description&gt;
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;feature
+      id=&quot;org.eclipse.mtj.sdk&quot;
+      label=&quot;Mobile Tools for Java SDK&quot;
+      version=&quot;1.0.2.qualifier&quot;
+      provider-name=&quot;Eclipse.org - DSDP&quot;
+      plugin=&quot;org.eclipse.mtj.branding&quot;&gt;
+
+   &lt;description&gt;
       Provides cross-platform support for developing Java ME MIDlets
 within the Eclipse IDE.  Supported functions include development,
 preverification and emulator launching and debugging.
 
-Includes plug-in sources and programmer documentation.
-   &lt;/description&gt;
-
-   &lt;copyright&gt;
-      %copyright
-   &lt;/copyright&gt;
-
-   &lt;license url=&quot;%licenseURL&quot;&gt;
-      %license
-   &lt;/license&gt;
-
-   &lt;url&gt;
-      &lt;update label=&quot;%updateSiteName&quot; url=&quot;<a  href="http://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/&quot;/">http://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/&quot;/</a>&gt;
-      &lt;discovery label=&quot;%updateSiteName&quot; url=&quot;<a  href="http://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/&quot;/">http://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/&quot;/</a>&gt;
-   &lt;/url&gt;
-
-   &lt;includes
-         id=&quot;org.eclipse.mtj&quot;
-         version=&quot;0.0.0&quot;/&gt;
-
-   &lt;plugin
-         id=&quot;org.eclipse.mtj.source&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;
-         unpack=&quot;false&quot;/&gt;
-
-   &lt;plugin
-         id=&quot;org.eclipse.mtj.doc.isv&quot;
-         download-size=&quot;0&quot;
-         install-size=&quot;0&quot;
-         version=&quot;0.0.0&quot;
-         unpack=&quot;false&quot;/&gt;
-
-&lt;/feature&gt;
+Includes plug-in sources and programmer documentation.
+   &lt;/description&gt;
+
+   &lt;copyright&gt;
+      %copyright
+   &lt;/copyright&gt;
+
+   &lt;license url=&quot;%licenseURL&quot;&gt;
+      %license
+   &lt;/license&gt;
+
+   &lt;url&gt;
+      &lt;update label=&quot;%updateSiteName&quot; url=&quot;<a  href="http://download.eclipse.org/dsdp/mtj/updates/1.0.2/stable/&quot;/">http://download.eclipse.org/dsdp/mtj/updates/1.0.2/stable/&quot;/</a>&gt;
+      &lt;discovery label=&quot;%updateSiteName&quot; url=&quot;<a  href="http://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/&quot;/">http://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/&quot;/</a>&gt;
+   &lt;/url&gt;
+
+   &lt;includes
+         id=&quot;org.eclipse.mtj&quot;
+         version=&quot;0.0.0&quot;/&gt;
+
+   &lt;plugin
+         id=&quot;org.eclipse.mtj.source&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;
+         unpack=&quot;false&quot;/&gt;
+
+   &lt;plugin
+         id=&quot;org.eclipse.mtj.doc.isv&quot;
+         download-size=&quot;0&quot;
+         install-size=&quot;0&quot;
+         version=&quot;0.0.0&quot;
+         unpack=&quot;false&quot;/&gt;
+
+&lt;/feature&gt;

Modified: trunk/plugins/org.eclipse.mtj.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/plugins/org.eclipse.mtj.core/META-INF/MANIFEST.MF	2009-10-14 15:57:32 UTC (rev 1523)
+++ trunk/plugins/org.eclipse.mtj.core/META-INF/MANIFEST.MF	2009-11-07 13:02:55 UTC (rev 1524)
@@ -2,7 +2,7 @@
 Generated-from: 1120700250546;type=2
 Bundle-Name: %Bundle.Name
 Bundle-SymbolicName: org.eclipse.mtj.core;singleton:=true
-Bundle-Version: 1.1.0.qualifier
+Bundle-Version: 1.2.0.qualifier
 Bundle-ClassPath: .
 Bundle-Activator: org.eclipse.mtj.core.MTJCore
 Bundle-Vendor: %Bundle.Vendor

Modified: trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/core/project/IMTJProject.java
===================================================================
--- trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/core/project/IMTJProject.java	2009-10-14 15:57:32 UTC (rev 1523)
+++ trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/core/project/IMTJProject.java	2009-11-07 13:02:55 UTC (rev 1524)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2009 Motorola.
+ * Copyright (c) 2009 Motorola and others.
  * 
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
@@ -7,11 +7,15 @@
  * <a  href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>
  * 
  * Contributors:
- *     Diego Sandin (Motorola) - Initial Version
- *     Gustavo de Paula (Motorola) - Runtime refactoring     
+ *     Diego Sandin (Motorola)          - Initial Version
+ *     Gustavo de Paula (Motorola)      - Runtime refactoring  
+ *     Jon Dearden (Research In Motion) - Added new APIs for supporting 
+ *                                        SDK provider meta data [Bug 286675].   
  */
 package org.eclipse.mtj.core.project;
 
+import java.util.Properties;
+
 import org.eclipse.core.resources.IProject;
 import org.eclipse.core.runtime.CoreException;
 import org.eclipse.core.runtime.IPath;
@@ -192,15 +196,50 @@
      * &lt;/p&gt;
      * &lt;p&gt;
      * This method notifies all listeners after saving the metadata through the
-     * invocation of {@link IMTJProjectListener#metaDataSaved()}. Listeners wont
+     * invocation of {@link IMTJProjectListener#metaDataSaved()}. Listeners won't
      * be notified in case the metadata could not be saved.
      * &lt;/p&gt;
      * 
      * @throws CoreException if fails to save the metadata.
      */
     public abstract void saveMetaData() throws CoreException;
-
+    
     /**
+     * Set a Properties file of meta data to be associated with an IMTJProject.
+     * This meta data is arbitrary vendor-defined data that will be persisted 
+     * with the project and automatically disposed when a project is deleted. 
+     * &lt;p&gt;
+     * A example use case is to save project level user preferences associated 
+     * with a vendor-supplied JAD editor page.
+     * &lt;p&gt;
+     * The Properties file is not cloned. The SDK provider may set the Properties 
+     * files once and continue to make changes to it. Values will be persisted the
+     * next time saveMetaData() is called.
+     * &lt;p&gt;
+     * @param sdkId Unique identifier for the SDK. If meta data associated with
+     * the ID is already set, the old meta data is replaced with the new.
+     * @param metaData A Properties file of arbitrary vendor-defined values.
+     * Passing in null is allowed and will essentially 'erase' the meta data.
+     * @throws IllegalArgumentException if sdkId is null or empty.
+     * @since 1.1
+     */
+    public abstract void setSdkProviderMetaData(String sdkId,
+            final Properties metaData) throws IllegalArgumentException;
+    
+    /**
+     * Retrieve a Properties file of vendor-specific meta data associated with the 
+     * IMTJProject.
+     * &lt;p&gt;
+     * @param sdkId Unique identifier for the SDK. 
+     * @return A Properties object of vendor-specific meta data, or null if no such 
+     * object is associated with the SDK ID.
+     * @throws IllegalArgumentException if sdkId is null or empty.
+     * @since 1.1
+     */
+    public abstract Properties getSdkProviderMetaData(String sdkId)
+            throws IllegalArgumentException; 
+    
+    /**
      * Set the signature properties for using when signing deployable packages
      * generated for this MTJ project.
      * &lt;p&gt;

Modified: trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/core/project/IMetaData.java
===================================================================
--- trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/core/project/IMetaData.java	2009-10-14 15:57:32 UTC (rev 1523)
+++ trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/core/project/IMetaData.java	2009-11-07 13:02:55 UTC (rev 1524)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2009 Motorola.
+ * Copyright (c) 2009 Motorola and others.
  * 
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
@@ -9,9 +9,13 @@
  * Contributors:
  *     Diego Sandin (Motorola) - Initial Version
  *     Gustavo de Paula (Motorola) - Runtime refactoring
+ *     Jon Dearden (Research In Motion) - Added new APIs for supporting SDK provider 
+ *                                        meta data [Bug 286675]. 
  */
 package org.eclipse.mtj.core.project;
 
+import java.util.Properties;
+
 import org.eclipse.core.runtime.CoreException;
 import org.eclipse.mtj.core.MTJCore;
 import org.eclipse.mtj.core.build.sign.ISignatureProperties;
@@ -87,6 +91,45 @@
      * @throws CoreException if this method fails to save the metadata file.
      */
     public abstract void saveMetaData() throws CoreException;
+    
+    /**
+     * Set a Properties file of meta data to be associated with an IMTJProject.
+     * This meta data is arbitrary vendor-defined data that will be persisted 
+     * with the project and automatically disposed when a project is deleted. 
+     * &lt;p&gt;
+     * A example use case is to save project level user preferences associated 
+     * with a vendor-supplied JAD editor page.
+     * &lt;p&gt;
+     * The Properties file is not cloned. The SDK provider may set the Properties 
+     * files once and continue to make changes to it. Values will be persisted the
+     * next time saveMetaData() is called.
+     * &lt;p&gt;
+     * @param sdkId Unique identifier for the SDK. If meta data associated with
+     * the ID is already set, the old meta data is replaced with the new.
+     * @param metaData A Properties file of arbitrary vendor-defined values.
+     * Passing in null is allowed and will 'erase' the meta data for that ID.
+     * @throws IllegalArgumentException if sdkId is null or empty.
+     * @since 1.1
+     */
+    public abstract void setSDKProviderMetaData(String sdkId,
+            final Properties metaData) throws IllegalArgumentException;
+    
+    /**
+     * Retrieve a Properties file of vendor-specific meta data associated with the 
+     * IMTJProject.
+     * &lt;p&gt;
+     * The Properties file is not cloned and is therefore mutable. The SDK provider 
+     * may continue to make changes to it. Values will be persisted the next time 
+     * saveMetaData() is called.
+     * &lt;p&gt;
+     * @param sdkId Unique identifier for the SDK. 
+     * @return A Properties object of vendor-specific meta data, or null if no such 
+     * object is associated with the SDK ID.
+     * @throws IllegalArgumentException if sdkId is null or empty.
+     * @since 1.1
+     */
+    public abstract Properties getSDKProviderMetaData(String sdkId)
+            throws IllegalArgumentException; 
 
     /**
      * Set the list of runtimes that are associated to the project.
@@ -95,7 +138,6 @@
      * IllegalArgumentException. A &lt;code&gt;null&lt;/code&gt; runtime list would make the
      * MTJ build process fail when building the {@link IMTJProject} resources.
      * &lt;/p&gt;
-     * 
      * @param runtimeList the list of runtimes that are associated to the
      *            project.
      * @throws IllegalArgumentException if &lt;code&gt;null&lt;/code&gt; was passed as the

Modified: trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/core/project/runtime/MTJRuntime.java
===================================================================
--- trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/core/project/runtime/MTJRuntime.java	2009-10-14 15:57:32 UTC (rev 1523)
+++ trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/core/project/runtime/MTJRuntime.java	2009-11-07 13:02:55 UTC (rev 1524)
@@ -13,6 +13,8 @@
  *     David Marques (Motorola)    - Fixing SymbolSet name loading.
  *     David Marques (Motorola)    - Cloning SymbolSet references for runtimes.
  *     Daniel Olsson (Sony Ericsson)- Matching of non-found devices  [Bug - 284262]
+ *     Jon Dearden (Research In Motion) - Added new constants for supporting SDK provider 
+ *                                        meta data [Bug 286675].
  **/
 package org.eclipse.mtj.core.project.runtime;
 
@@ -104,19 +106,34 @@
      * The metadata attribute for storing the name of a symbol.
      */
     public static final String ATTR_SYMBOLNAME = &quot;name&quot;; //$NON-NLS-1$
-
+    
     /**
+     * The metadata attribute for storing a Workspace SymbolSet exported by the
+     * runtime.
+     */
+    public static final String ATTR_WORKSPACESYMBOLSETNAME = &quot;name&quot;; //$NON-NLS-1$
+    
+    /**
      * The metadata attribute for storing the value of a symbol.
      */
     public static final String ATTR_SYMBOLVALUE = &quot;value&quot;; //$NON-NLS-1$
 
     /**
-     * The metadata attribute for storing a Workspace SymbolSet exported by the
-     * runtime.
+     * The metadata attribute for storing the ID of a SDK.
      */
-    public static final String ATTR_WORKSPACESYMBOLSETNAME = &quot;name&quot;; //$NON-NLS-1$
-
+    public static final String ATTR_SDK_ID = &quot;id&quot;; //$NON-NLS-1$
+    
     /**
+     * The metadata attribute for storing the name of a SDK property.
+     */
+    public static final String ATTR_SDK_PROPERTY_NAME = &quot;name&quot;; //$NON-NLS-1$
+    
+    /**
+     * The metadata attribute for storing the value of a SDK property.
+     */
+    public static final String ATTR_SDK_PROPERTY_VALUE = &quot;value&quot;; //$NON-NLS-1$
+    
+    /**
      * The metadata element for storing the runtime.
      */
     public static final String ELEM_CONFIGURATION = &quot;configuration&quot;; //$NON-NLS-1$
@@ -142,6 +159,22 @@
      * available in the workspace.
      */
     public static final String ELEM_WORKSPACE_SYMBOLSET = &quot;workspaceSymbolSet&quot;; //$NON-NLS-1$
+    
+    /**
+     * The metadata element for storing an optional collection of arbitrary meta
+     * data for the use of an SDK provider.
+     */
+    public static final String ELEM_SDK_PROVIDER_PROPERTIES = &quot;sdkProviderProperties&quot;; //$NON-NLS-1$
+    
+    /**
+     * The metadata element for storing the meta data for a specific vendor-provided SDK.
+     */
+    public static final String ELEM_SDK = &quot;sdk&quot;; //$NON-NLS-1$
+    
+    /**
+     * The metadata element for storing specific property for an SDK.
+     */
+    public static final String ELEM_SDK_PROPERTY = &quot;property&quot;; //$NON-NLS-1$
 
     /**
      * The boolean value to indicate if this runtime is the current active one.

Modified: trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/internal/core/project/UnknownMetaData.java
===================================================================
--- trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/internal/core/project/UnknownMetaData.java	2009-10-14 15:57:32 UTC (rev 1523)
+++ trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/internal/core/project/UnknownMetaData.java	2009-11-07 13:02:55 UTC (rev 1524)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2009 Motorola.
+ * Copyright (c) 2009 Motorola and others.
  * 
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
@@ -8,9 +8,13 @@
  * 
  * Contributors:
  *     Diego Sandin (Motorola) - Initial Version
+ *     Jon Dearden   (Research In Motion) - Updated for conformance with new 
+ *                                          IMTJProjectListener methods [Bug 286675].
  */
 package org.eclipse.mtj.internal.core.project;
 
+import java.util.Properties;
+
 import org.eclipse.core.runtime.CoreException;
 import org.eclipse.mtj.core.build.sign.ISignatureProperties;
 import org.eclipse.mtj.core.project.IMetaData;
@@ -64,8 +68,24 @@
      */
     public void saveMetaData() throws CoreException {
     }
+    
+    /* (non-Javadoc)
+     * @see
+     * org.eclipse.mtj.core.project.IMTJProject#setSDKProviderMetaData(java.lang.String, java.utils.Properties)
+     */
+    public void setSDKProviderMetaData(String sdkId, final Properties metaData) {
 
+    }
+
     /* (non-Javadoc)
+     * @see
+     * org.eclipse.mtj.core.project.IMTJProject#getSDKProviderMetaData(java.lang.String)
+     */
+    public Properties getSDKProviderMetaData(String sdkId) {
+        return null;
+    }    
+
+    /* (non-Javadoc)
      * @see org.eclipse.mtj.core.project.IMetaData#setConfigurations(org.eclipse.mtj.internal.core.project.configuration.Configurations)
      */
     public void setMTJRuntimeList(MTJRuntimeList configurations)

Modified: trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/internal/core/project/midp/MetaData.java
===================================================================
--- trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/internal/core/project/midp/MetaData.java	2009-10-14 15:57:32 UTC (rev 1523)
+++ trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/internal/core/project/midp/MetaData.java	2009-11-07 13:02:55 UTC (rev 1524)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2003,2008 Craig Setera and others.
+ * Copyright (c) 2003,2009 Craig Setera and others.
  * 
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
@@ -22,8 +22,10 @@
  *     David Marques (Motorola) - Updating methods for loading/saving signature properties
  *                                to support signing enhancements.
  *     David Aragao (Motorola) - Problem when try to import a project without 
- *     							 copy the files to the workspace. [Bug - 270157]
+ *     				 copy the files to the workspace. [Bug - 270157]
  *     Daniel Olsson (Sony Ericsson) - Adding support for matching non-installed devices [Bug - 284262]
+ *     Jon Dearden (Research In Motion) - Added new APIs for supporting SDK provider meta data 
+ *                                        [Bug 286675].
  */
 package org.eclipse.mtj.internal.core.project.midp;
 
@@ -32,7 +34,10 @@
 import java.io.UnsupportedEncodingException;
 import java.security.GeneralSecurityException;
 import java.security.spec.AlgorithmParameterSpec;
+import java.util.Enumeration;
+import java.util.Hashtable;
 import java.util.List;
+import java.util.Properties;
 
 import javax.crypto.Cipher;
 import javax.crypto.SecretKey;
@@ -80,6 +85,7 @@
 import org.osgi.framework.Version;
 import org.w3c.dom.Document;
 import org.w3c.dom.Element;
+import org.w3c.dom.NodeList;
 import org.xml.sax.SAXException;
 
 /**
@@ -104,6 +110,11 @@
     private SignatureProperties signatureProps;
 
     private Version version;
+    
+    /**
+     * Optional collection of arbitrary meta data for the use of an SDK provider.
+     */
+    private Hashtable&lt;String, Properties&gt; sdkProviderProperties; // Uses lazy initialization
 
     /**
      * Construct a new metadata object for the MIDlet suite project.
@@ -192,8 +203,48 @@
             saveMetaDataToFile(storeFile);
         }
     }
+    
+    /* (non-Javadoc)
+     * @see
+     * org.eclipse.mtj.core.project.IMTJProject#setSDKProviderMetaData(java.lang.String, java.utils.Properties)
+     */
+    public void setSDKProviderMetaData(String sdkId, final Properties metaData)
+            throws IllegalArgumentException {
+        if (sdkId == null || sdkId.length() == 0) {
+            throw new IllegalArgumentException(&quot;The sdkId must not be null or empty.&quot;); //$NON-NLS-1$
+        }
+        if (sdkProviderProperties == null) {
+            // Lazy initialization
+            sdkProviderProperties = new Hashtable&lt;String, Properties&gt;();
+        } else {
+            // Erase any prior properties for this SDK
+            sdkProviderProperties.remove(sdkId);
+        }
+        // Supplying a null metaData argument leaves the meta data erased for this SDK
+        if (metaData != null) {
+            sdkProviderProperties.put(sdkId, metaData);
+        }
+        if (sdkProviderProperties.isEmpty()) {
+            sdkProviderProperties = null;
+        }
+    }
 
     /* (non-Javadoc)
+     * @see
+     * org.eclipse.mtj.core.project.IMTJProject#getSDKProviderMetaData(java.lang.String)
+     */
+    public Properties getSDKProviderMetaData(String sdkId)
+            throws IllegalArgumentException {
+        if (sdkId == null || sdkId.length() == 0) {
+            throw new IllegalArgumentException(&quot;The sdkId must not be null or empty.&quot;); //$NON-NLS-1$
+        }
+        if (sdkProviderProperties == null) {
+            return null;
+        }
+        return sdkProviderProperties.get(sdkId);
+    }
+
+    /* (non-Javadoc)
      * @see org.eclipse.mtj.core.project.midp.IMIDPMetaData#setJadFileName(java.lang.String)
      */
     public void setJadFileName(String jadFileName) {
@@ -478,6 +529,7 @@
                 jadFileName = rootXmlElement.getAttribute(ATTR_JAD_FILE);
                 alteredConfig = loadConfigurations(rootXmlElement);
                 loadSignatureProperties(rootXmlElement);
+                loadSDKProviderProperties(rootXmlElement);
 
             } catch (ParserConfigurationException pce) {
                 MTJStatusHandler.throwCoreException(IStatus.WARNING, 99999, pce);
@@ -595,6 +647,48 @@
             }
         }
     }
+    
+    /**
+     * @param rootElement
+     * @throws CoreException
+     */
+    private void loadSDKProviderProperties(Element rootElement)
+            throws PersistenceException {
+        Element sdkProvidersPropertiesElement = XMLUtils
+                .getFirstElementWithTagName(rootElement,
+                        MTJRuntime.ELEM_SDK_PROVIDER_PROPERTIES);
+        if (sdkProvidersPropertiesElement == null) {
+            sdkProviderProperties = null;
+            return;
+        }
+        NodeList sdkNodes = sdkProvidersPropertiesElement
+                .getElementsByTagName(MTJRuntime.ELEM_SDK);
+        // For each SDK ID...
+        for (int s = 0; s &lt; sdkNodes.getLength(); s++) {
+            Element sdkElement = (Element) sdkNodes.item(s);
+            String sdkId = sdkElement.getAttribute(MTJRuntime.ATTR_SDK_ID);
+            NodeList propertyNodes = sdkElement
+                    .getElementsByTagName(MTJRuntime.ELEM_SDK_PROPERTY);
+            Properties properties = new Properties();
+            // For each property...
+            for (int p = 0; p &lt; propertyNodes.getLength(); p++) {
+                Element propertyElement = (Element) propertyNodes.item(p);
+                String name = propertyElement
+                        .getAttribute(MTJRuntime.ATTR_SDK_PROPERTY_NAME);
+                String value = propertyElement
+                        .getAttribute(MTJRuntime.ATTR_SDK_PROPERTY_VALUE);
+                properties.put(name, value);
+            }
+            if (sdkProviderProperties == null) {
+                // Lazy initialization
+                sdkProviderProperties = new Hashtable&lt;String, Properties&gt;();
+            } else {
+                // Erase any prior properties for this SDK
+                sdkProviderProperties.remove(sdkId);
+            }
+            sdkProviderProperties.put(sdkId, properties);
+        }
+    }
 
     /**
      * @param parent
@@ -674,6 +768,7 @@
 
             saveSignatureProps(rootXmlElement);
             saveConfigurations(rootXmlElement);
+            saveSDKProviderProperties(rootXmlElement);
             File localFile = storeFile.getLocation().toFile();
             XMLUtils
                     .writeDocument(localFile, rootXmlElement.getOwnerDocument());
@@ -755,6 +850,43 @@
                 break;
         }
     }
+    
+    /**
+     * @param rootElement
+     * @throws CoreException
+     */
+    private void saveSDKProviderProperties(Element rootElement) throws CoreException {
+        if (sdkProviderProperties == null || sdkProviderProperties.isEmpty()) {
+            return;
+        }
+        // Remove old &quot;sdkProviderProperties&quot; element
+        removeChildXmlElement(rootElement,
+                MTJRuntime.ELEM_SDK_PROVIDER_PROPERTIES);
+        // Create new &quot;sdkProviderProperties&quot; element
+        Element sdkProvidersPropertiesElement = XMLUtils.createChild(
+                rootElement, MTJRuntime.ELEM_SDK_PROVIDER_PROPERTIES);
+        Enumeration&lt;String&gt; sdkProviderIds = sdkProviderProperties.keys();
+        // For each SDK ID...
+        while (sdkProviderIds.hasMoreElements()) {
+            String id = sdkProviderIds.nextElement();
+            Properties properties = sdkProviderProperties.get(id);
+            Element sdkElement = XMLUtils.createChild(
+                    sdkProvidersPropertiesElement, MTJRuntime.ELEM_SDK);
+            sdkElement.setAttribute(MTJRuntime.ATTR_SDK_ID, id);
+            Enumeration&lt;?&gt; propertyNames = properties.propertyNames();
+            // For each property...
+            while (propertyNames.hasMoreElements()) {
+                String name = (String) propertyNames.nextElement();
+                String value = properties.getProperty(name);
+                Element propertyElement = XMLUtils.createChild(sdkElement,
+                        MTJRuntime.ELEM_SDK_PROPERTY);
+                propertyElement.setAttribute(MTJRuntime.ATTR_SDK_PROPERTY_NAME,
+                        name);
+                propertyElement.setAttribute(
+                        MTJRuntime.ATTR_SDK_PROPERTY_VALUE, value);
+            }
+        }       
+    }
 
     /**
      * @param symbolSetElement

Modified: trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/internal/core/project/midp/MidletSuiteProject.java
===================================================================
--- trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/internal/core/project/midp/MidletSuiteProject.java	2009-10-14 15:57:32 UTC (rev 1523)
+++ trunk/plugins/org.eclipse.mtj.core/src/org/eclipse/mtj/internal/core/project/midp/MidletSuiteProject.java	2009-11-07 13:02:55 UTC (rev 1524)
@@ -35,6 +35,8 @@
  *     Fernando Rocha(Motorola) - Correct the update of the project classpath.
  *     David Aragao (Motorola)  - Problem when try to import a project without 
  *     							  copy the files to the workspace. [Bug - 270157]
+ *     Jon Dearden (Research In Motion) - Added new APIs for supporting SDK provider 
+ *                                        meta data [Bug 286675].     
  */
 package org.eclipse.mtj.internal.core.project.midp;
 
@@ -45,6 +47,7 @@
 import java.util.LinkedHashSet;
 import java.util.List;
 import java.util.Map;
+import java.util.Properties;
 import java.util.Set;
 
 import org.eclipse.core.resources.ICommand;
@@ -541,6 +544,28 @@
 			midletSuiteProjectListener.metaDataSaved();
 		}
 	}
+	
+        /*
+         * (non-Javadoc)
+         * @see
+         * org.eclipse.mtj.core.project.IMTJProject#setSdkProviderMetaData(java.
+         * lang.String, java.utils.Properties)
+         */
+        public void setSdkProviderMetaData(String sdkId, final Properties sdkMetaData)
+                throws IllegalArgumentException {
+            metaData.setSDKProviderMetaData(sdkId, sdkMetaData);
+        }
+    
+        /*
+         * (non-Javadoc)
+         * @see
+         * org.eclipse.mtj.core.project.IMTJProject#getSdkProviderMetaData(java.
+         * lang.String)
+         */
+        public Properties getSdkProviderMetaData(String sdkId)
+                throws IllegalArgumentException {
+            return metaData.getSDKProviderMetaData(sdkId);
+        }	
 
 	/*
 	 * (non-Javadoc)
@@ -929,5 +954,5 @@
 		// must build again
 		getProject().build(IncrementalProjectBuilder.FULL_BUILD, monitor);
 	}
-
+	
 }

Modified: trunk/releng/org.eclipse.mtj.releng/scripts/build_nightly_1.0.sh
===================================================================
--- trunk/releng/org.eclipse.mtj.releng/scripts/build_nightly_1.0.sh	2009-10-14 15:57:32 UTC (rev 1523)
+++ trunk/releng/org.eclipse.mtj.releng/scripts/build_nightly_1.0.sh	2009-11-07 13:02:55 UTC (rev 1524)
@@ -14,4 +14,4 @@
 
 # To enable analysis add: -analysis &quot;/opt/public/dsdp/mtj/baselines/1.0/dsdp-mtj-SDK-1.0_base.zip&quot;
 
-. build.sh -publish -notify -metadata -updateSite -updateSiteDirectory &quot;/home/data/httpd/download.eclipse.org/dsdp/mtj/updates/1.0.1/NightlyBuilds/&quot; -analysis &quot;/opt/public/dsdp/mtj/baselines/1.0/dsdp-mtj-SDK-1.0_base.zip&quot; N
\ No newline at end of file
+. build.sh -publish -notify -metadata -updateSite -updateSiteDirectory &quot;/home/data/httpd/download.eclipse.org/dsdp/mtj/updates/1.0.2/NightlyBuilds/&quot; -analysis &quot;/opt/public/dsdp/mtj/baselines/1.0.1/dsdp-mtj-SDK-1.0.1.zip&quot; N
\ No newline at end of file


</pre>]]></content:encoded>
		<pubDate>Sat, 07 Nov 2009 13:02:57 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/msg00953.html</guid>
		<author>genie@xxxxxxx (genie)</author>
	</item>


	<item>
		<title>[dsdp-mtj-commit] r1523 -	trunk/plugins/org.eclipse.mtj.ui/src/org/eclipse/mtj/internal/ui/editors/l10n</title>
		<link>http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/msg00952.html</link>
		<description>Author: gercan Date: 2009-10-14 11:57:32 -0400 (Wed, 14 Oct 2009) New Revision: 1523 Modified: trunk/plugins/org.eclipse.mtj.ui/src/org/eclipse/mtj/internal/ui/editors/l10n/LocalesTreeSection.java Log: [286447] correct the enablement for up/down buttons Mo...</description>
		<content:encoded><![CDATA[<pre>Author: gercan
Date: 2009-10-14 11:57:32 -0400 (Wed, 14 Oct 2009)
New Revision: 1523

Modified:
   trunk/plugins/org.eclipse.mtj.ui/src/org/eclipse/mtj/internal/ui/editors/l10n/LocalesTreeSection.java
Log:
[286447] correct the enablement for up/down buttons

Modified: trunk/plugins/org.eclipse.mtj.ui/src/org/eclipse/mtj/internal/ui/editors/l10n/LocalesTreeSection.java
===================================================================
--- trunk/plugins/org.eclipse.mtj.ui/src/org/eclipse/mtj/internal/ui/editors/l10n/LocalesTreeSection.java	2009-10-14 14:57:27 UTC (rev 1522)
+++ trunk/plugins/org.eclipse.mtj.ui/src/org/eclipse/mtj/internal/ui/editors/l10n/LocalesTreeSection.java	2009-10-14 15:57:32 UTC (rev 1523)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008 Motorola.
+ * Copyright (c) 2008, 2009 Motorola and others.
  * 
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
@@ -11,6 +11,7 @@
  *     David Marques (Motorola) - Synchronizing key states with outline. 
  *     David Marques (Motorola) - Adding call to updateMessageManager method.
  *     Fernando Rocha(Motorola) - Validate the locales in the add action and model changed
+ *     Jon Dearden (Research In Motion) - Correct Up/Down button enablement state [Bug 286447]
  */
 package org.eclipse.mtj.internal.ui.editors.l10n;
 
@@ -687,6 +688,7 @@
                 // Determine the parent type
                 if (parent != null) { // Move the object up or down one position
                     parent.moveChildNode(l10nObject, positionFlag, true);
+                    updateButtons();
                 }
             }
         }


</pre>]]></content:encoded>
		<pubDate>Wed, 14 Oct 2009 15:57:32 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/msg00952.html</guid>
		<author>genie@xxxxxxx (genie)</author>
	</item>
	<item>
		<title>[dsdp-mtj-commit] r1522 -	trunk/plugins/org.eclipse.mtj.ui/src/org/eclipse/mtj/internal/ui</title>
		<link>http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/msg00951.html</link>
		<description>Author: gercan Date: 2009-10-14 10:57:27 -0400 (Wed, 14 Oct 2009) New Revision: 1522 Modified: trunk/plugins/org.eclipse.mtj.ui/src/org/eclipse/mtj/internal/ui/messages.properties Log: [288571] minor text tweaks Modified: trunk/plugins/org.eclipse.mtj.ui/s...</description>
		<content:encoded><![CDATA[<pre>Author: gercan
Date: 2009-10-14 10:57:27 -0400 (Wed, 14 Oct 2009)
New Revision: 1522

Modified:
   trunk/plugins/org.eclipse.mtj.ui/src/org/eclipse/mtj/internal/ui/messages.properties
Log:
[288571] minor text tweaks

Modified: trunk/plugins/org.eclipse.mtj.ui/src/org/eclipse/mtj/internal/ui/messages.properties
===================================================================
--- trunk/plugins/org.eclipse.mtj.ui/src/org/eclipse/mtj/internal/ui/messages.properties	2009-10-14 14:56:50 UTC (rev 1521)
+++ trunk/plugins/org.eclipse.mtj.ui/src/org/eclipse/mtj/internal/ui/messages.properties	2009-10-14 14:57:27 UTC (rev 1522)
@@ -127,10 +127,10 @@
 JADFormEditor_save_jad_task_name=Saving Application descriptor
 JADFormEditor_shouldReloadLocalFile_dialod_title=File Updated
 JADFormEditor_shouldReloadLocalFile_dialog_message=The file has been updated.  Would you like to reload?
-JADOptionalPropertiesEditorPage_description=Optional MIDlet suite properties may be specified on this page
+JADOptionalPropertiesEditorPage_description=Optional MIDlet suite properties may be specified in this section.
 JADOptionalPropertiesEditorPage_SectionTitle=Optional Properties
 JADOptionalPropertiesEditorPage_title=Optional
-JADOTAPropertiesEditorPage_SectionDescription=Properties related to Over the Air deployment may be specified on this page
+JADOTAPropertiesEditorPage_SectionDescription=Properties related to Over the Air deployment may be specified in this section.
 JADOTAPropertiesEditorPage_SectionTitle=Over The Air Properties
 JADOTAPropertiesEditorPage_title=Over the Air
 JADPushRegistryEditorPage_add_btn_label=Add
@@ -139,7 +139,7 @@
 JADPushRegistryEditorPage_connection_column=Connection String
 JADPushRegistryEditorPage_new_pushReg=New Push Registry
 JADPushRegistryEditorPage_remove_btn_label=Remove
-JADPushRegistryEditorPage_sectionDescription=Define the MIDlets to be statically registered in Push Registry
+JADPushRegistryEditorPage_sectionDescription=Define the MIDlets to be statically registered in Push Registry.
 JADPushRegistryEditorPage_sectionTitle=Push Registry
 JADPushRegistryEditorPage_sender_column=Allowed Sender
 JADPushRegistryEditorPage_title=Push Registry


</pre>]]></content:encoded>
		<pubDate>Wed, 14 Oct 2009 14:57:27 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/msg00951.html</guid>
		<author>genie@xxxxxxx (genie)</author>
	</item>
	<item>
		<title>[dsdp-mtj-commit] r1521 - trunk/plugins/org.eclipse.mtj.core/schema</title>
		<link>http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/msg00950.html</link>
		<description>Author: gercan Date: 2009-10-14 10:56:50 -0400 (Wed, 14 Oct 2009) New Revision: 1521 Modified: trunk/plugins/org.eclipse.mtj.core/schema/org_eclipse_mtj_core_jadAttributes.exsd Log: [288571] minor text tweaks Modified: trunk/plugins/org.eclipse.mtj.core/sc...</description>
		<content:encoded><![CDATA[<pre>Author: gercan
Date: 2009-10-14 10:56:50 -0400 (Wed, 14 Oct 2009)
New Revision: 1521

Modified:
   trunk/plugins/org.eclipse.mtj.core/schema/org_eclipse_mtj_core_jadAttributes.exsd
Log:
[288571] minor text tweaks

Modified: trunk/plugins/org.eclipse.mtj.core/schema/org_eclipse_mtj_core_jadAttributes.exsd
===================================================================
--- trunk/plugins/org.eclipse.mtj.core/schema/org_eclipse_mtj_core_jadAttributes.exsd	2009-09-18 20:38:09 UTC (rev 1520)
+++ trunk/plugins/org.eclipse.mtj.core/schema/org_eclipse_mtj_core_jadAttributes.exsd	2009-10-14 14:56:50 UTC (rev 1521)
@@ -99,7 +99,7 @@
       &lt;/appInfo&gt;
       &lt;documentation&gt;
          &amp;lt;p&amp;gt;
-An extension example that add some JAD attributes to the Overview page:
+An extension example that adds some JAD attributes to the Overview page:
 &amp;lt;pre&amp;gt; 
 &amp;lt;extension
           point=&amp;quot;org.eclipse.mtj.core.jadattributes&amp;quot;&amp;gt;
@@ -111,7 +111,7 @@
 &amp;lt;/pre&amp;gt;
 &amp;lt;/p&amp;gt;
 &amp;lt;p&amp;gt;
-An extension example that add some motorola specific JAD attributes to the OTA page:
+An extension example that adds some Motorola specific JAD attributes to the OTA page:
 &amp;lt;pre&amp;gt; 
     &amp;lt;extension
           point=&amp;quot;org.eclipse.mtj.core.jadAttributes&amp;quot;&amp;gt;


</pre>]]></content:encoded>
		<pubDate>Wed, 14 Oct 2009 14:56:50 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/msg00950.html</guid>
		<author>genie@xxxxxxx (genie)</author>
	</item>


	<item>
		<title>[dsdp-mtj-commit] r1520 - in tags: . 1.0.1RC4</title>
		<link>http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/msg00949.html</link>
		<description>Author: dmadruga Date: 2009-09-18 16:38:09 -0400 (Fri, 18 Sep 2009) New Revision: 1520 Added: tags/1.0.1RC4/ tags/1.0.1RC4/doc/ tags/1.0.1RC4/examples/ tags/1.0.1RC4/features/ tags/1.0.1RC4/plugins/ tags/1.0.1RC4/releng/ tags/1.0.1RC4/tests/ tags/1.0.1RC4/...</description>
		<content:encoded><![CDATA[<pre>Author: dmadruga
Date: 2009-09-18 16:38:09 -0400 (Fri, 18 Sep 2009)
New Revision: 1520

Added:
   tags/1.0.1RC4/
   tags/1.0.1RC4/doc/
   tags/1.0.1RC4/examples/
   tags/1.0.1RC4/features/
   tags/1.0.1RC4/plugins/
   tags/1.0.1RC4/releng/
   tags/1.0.1RC4/tests/
   tags/1.0.1RC4/tools/
Log:
Adding 1.0.1RC4 Tag

Copied: tags/1.0.1RC4/doc (from rev 1519, trunk/doc)

Copied: tags/1.0.1RC4/examples (from rev 1519, trunk/examples)

Copied: tags/1.0.1RC4/features (from rev 1519, trunk/features)

Copied: tags/1.0.1RC4/plugins (from rev 1519, trunk/plugins)

Copied: tags/1.0.1RC4/releng (from rev 1519, trunk/releng)

Copied: tags/1.0.1RC4/tests (from rev 1519, trunk/tests)

Copied: tags/1.0.1RC4/tools (from rev 1519, trunk/tools)


</pre>]]></content:encoded>
		<pubDate>Fri, 18 Sep 2009 20:38:10 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/msg00949.html</guid>
		<author>genie@xxxxxxx (genie)</author>
	</item>
	<item>
		<title>[dsdp-mtj-commit] r1519 - tags</title>
		<link>http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/msg00948.html</link>
		<description>Author: dmadruga Date: 2009-09-18 16:36:45 -0400 (Fri, 18 Sep 2009) New Revision: 1519 Removed: tags/1.0.1RC4/ Log: need to recreate 1.0.1RC4 Tag </description>
		<content:encoded><![CDATA[<pre>Author: dmadruga
Date: 2009-09-18 16:36:45 -0400 (Fri, 18 Sep 2009)
New Revision: 1519

Removed:
   tags/1.0.1RC4/
Log:
need to recreate 1.0.1RC4 Tag


</pre>]]></content:encoded>
		<pubDate>Fri, 18 Sep 2009 20:36:47 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/msg00948.html</guid>
		<author>genie@xxxxxxx (genie)</author>
	</item>
	<item>
		<title>[dsdp-mtj-commit] r1518 - tags</title>
		<link>http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/msg00947.html</link>
		<description>Author: dmadruga Date: 2009-09-18 16:35:21 -0400 (Fri, 18 Sep 2009) New Revision: 1518 Removed: tags/1.0RC4/ Log: need to recreate 1.0.1RC4 Tag </description>
		<content:encoded><![CDATA[<pre>Author: dmadruga
Date: 2009-09-18 16:35:21 -0400 (Fri, 18 Sep 2009)
New Revision: 1518

Removed:
   tags/1.0RC4/
Log:
need to recreate 1.0.1RC4 Tag


</pre>]]></content:encoded>
		<pubDate>Fri, 18 Sep 2009 20:35:21 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/msg00947.html</guid>
		<author>genie@xxxxxxx (genie)</author>
	</item>
	<item>
		<title>[dsdp-mtj-commit] r1517 -	trunk/plugins/org.eclipse.mtj.pulsar.core/repositories</title>
		<link>http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/msg00946.html</link>
		<description>Author: dmadruga Date: 2009-09-18 16:31:04 -0400 (Fri, 18 Sep 2009) New Revision: 1517 Modified: trunk/plugins/org.eclipse.mtj.pulsar.core/repositories/repositories.properties Log: [288161][] - [pulsar]: Add Ericsson SDK to org.eclipse.mtj.pulsar.core/repo...</description>
		<content:encoded><![CDATA[<pre>Author: dmadruga
Date: 2009-09-18 16:31:04 -0400 (Fri, 18 Sep 2009)
New Revision: 1517

Modified:
   trunk/plugins/org.eclipse.mtj.pulsar.core/repositories/repositories.properties
Log:
[288161][]  -  [pulsar]: Add Ericsson SDK to org.eclipse.mtj.pulsar.core/repositories/repositories.properties 

Modified: trunk/plugins/org.eclipse.mtj.pulsar.core/repositories/repositories.properties
===================================================================
--- trunk/plugins/org.eclipse.mtj.pulsar.core/repositories/repositories.properties	2009-09-15 20:58:51 UTC (rev 1516)
+++ trunk/plugins/org.eclipse.mtj.pulsar.core/repositories/repositories.properties	2009-09-18 20:31:04 UTC (rev 1517)
@@ -39,12 +39,12 @@
 
 ##### ERICSSON REPOSITORY INFORMATION #####
 ericsson.metadata=<a  href="http://www.ericsson.com/developer/sds/pulsar">http://www.ericsson.com/developer/sds/pulsar</a>
-ericsson.artifacts=<a  href="http://www.ericsson.com/developer/sds/pulsar">http://www.ericsson.com/developer/sds/pulsar</a> 
-ericsson.name=Service Development Studio SDK
+ericsson.artifacts=<a  href="http://www.ericsson.com/developer/sds/pulsar">http://www.ericsson.com/developer/sds/pulsar</a>
+ericsson.name=Ericsson Service Development Studio SDK
 ericsson.image=<a  href="http://www.ericsson.com/developer/sds/pulsar/icon.gif">http://www.ericsson.com/developer/sds/pulsar/icon.gif</a>
 ericsson.info.image=<a  href="http://www.ericsson.com/developer/sds/pulsar/logo.png">http://www.ericsson.com/developer/sds/pulsar/logo.png</a>
 ericsson.info.url=<a  href="http://www.ericsson.com/developer/sds">http://www.ericsson.com/developer/sds</a>
-ericsson.info.description=SDS SDK contains network emulators(IMS core, PGM, IMSM, POC, IPTV(you need to install VLC0.8.6i)), Sailfin AS, Provisionning tools, DNS server, Test Tools, JME JSR 281 API (you need to to install sun's WTK2.5)
+ericsson.info.description=Ericsson Service Development Studio (SDS) offers network emulators including IMS core, PGM, IMSM, POC, and IPTV.  It also includes Sailfin Application Server, Provisioning tools, DNS server, Test Tools, JME JSR 281 API.  Requirements: VLC0.8.6i is required for IPTV and Sun's WTK2.5 is required for JME development. To be able to install multiple SDS components simultaneously, use Eclipse Software Update feature and add the following site: <a  href="http://www.ericsson.com/developer/sds/pulsar">http://www.ericsson.com/developer/sds/pulsar</a>.
 
 #### SONYERICSSON REPOSITORY INFORMATION #####
 SonyEricsson.metadata=<a  href="http://www.sonyericsson.com/pulsar">http://www.sonyericsson.com/pulsar</a>


</pre>]]></content:encoded>
		<pubDate>Fri, 18 Sep 2009 20:31:09 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/msg00946.html</guid>
		<author>genie@xxxxxxx (genie)</author>
	</item>


	<item>
		<title>[dsdp-mtj-commit] r1516 - in tags: . 1.0.1RC4</title>
		<link>http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/msg00945.html</link>
		<description>Author: dmadruga Date: 2009-09-15 16:58:51 -0400 (Tue, 15 Sep 2009) New Revision: 1516 Added: tags/1.0.1RC4/ tags/1.0.1RC4/doc/ tags/1.0.1RC4/examples/ tags/1.0.1RC4/features/ tags/1.0.1RC4/plugins/ tags/1.0.1RC4/releng/ tags/1.0.1RC4/tests/ tags/1.0.1RC4/...</description>
		<content:encoded><![CDATA[<pre>Author: dmadruga
Date: 2009-09-15 16:58:51 -0400 (Tue, 15 Sep 2009)
New Revision: 1516

Added:
   tags/1.0.1RC4/
   tags/1.0.1RC4/doc/
   tags/1.0.1RC4/examples/
   tags/1.0.1RC4/features/
   tags/1.0.1RC4/plugins/
   tags/1.0.1RC4/releng/
   tags/1.0.1RC4/tests/
   tags/1.0.1RC4/tools/
Log:
Adding 1.0.1RC4 Tag

Copied: tags/1.0.1RC4/doc (from rev 1515, trunk/doc)

Copied: tags/1.0.1RC4/examples (from rev 1515, trunk/examples)

Copied: tags/1.0.1RC4/features (from rev 1515, trunk/features)

Copied: tags/1.0.1RC4/plugins (from rev 1515, trunk/plugins)

Copied: tags/1.0.1RC4/releng (from rev 1515, trunk/releng)

Copied: tags/1.0.1RC4/tests (from rev 1515, trunk/tests)

Copied: tags/1.0.1RC4/tools (from rev 1515, trunk/tools)


</pre>]]></content:encoded>
		<pubDate>Tue, 15 Sep 2009 20:58:51 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/msg00945.html</guid>
		<author>genie@xxxxxxx (genie)</author>
	</item>
	<item>
		<title>[dsdp-mtj-commit] r1515 - trunk/releng/org.eclipse.mtj.releng/maps</title>
		<link>http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/msg00944.html</link>
		<description>Author: dmadruga Date: 2009-09-15 16:56:24 -0400 (Tue, 15 Sep 2009) New Revision: 1515 Modified: trunk/releng/org.eclipse.mtj.releng/maps/mtj.map Log: Adding 1.0.1RC4 release tag on map Modified: trunk/releng/org.eclipse.mtj.releng/maps/mtj.map ===========...</description>
		<content:encoded><![CDATA[<pre>Author: dmadruga
Date: 2009-09-15 16:56:24 -0400 (Tue, 15 Sep 2009)
New Revision: 1515

Modified:
   trunk/releng/org.eclipse.mtj.releng/maps/mtj.map
Log:
Adding 1.0.1RC4 release tag on map

Modified: trunk/releng/org.eclipse.mtj.releng/maps/mtj.map
===================================================================
--- trunk/releng/org.eclipse.mtj.releng/maps/mtj.map	2009-09-14 11:48:25 UTC (rev 1514)
+++ trunk/releng/org.eclipse.mtj.releng/maps/mtj.map	2009-09-15 20:56:24 UTC (rev 1515)
@@ -16,32 +16,32 @@
 ! the map file refers the correct features / plug-ins
 !*******************************************************************************
 
-feature@xxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj,,features/org.eclipse.mtj">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj,,features/org.eclipse.mtj</a>
-feature@xxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj,,features/org.eclipse.mtj.sdk">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj,,features/org.eclipse.mtj.sdk</a>
-feature@xxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj,,features/org.eclipse.mtj.examples">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj,,features/org.eclipse.mtj.examples</a>
-feature@xxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj,,features/org.eclipse.mtj.pulsar">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj,,features/org.eclipse.mtj.pulsar</a>
-plugin@xxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/jmunit.framework">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/jmunit.framework</a>  
-plugin@xxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/antenna.preprocessor.v3">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/antenna.preprocessor.v3</a>    
-plugin@xxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.branding">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.branding</a>
-plugin@xxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.core">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.core</a>
-plugin@xxxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.core.hooks">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.core.hooks</a>
-plugin@xxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.jmunit">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.jmunit</a>
-plugin@xxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,doc/org.eclipse.mtj.doc.user">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,doc/org.eclipse.mtj.doc.user</a>
-plugin@xxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,doc/org.eclipse.mtj.doc.isv">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,doc/org.eclipse.mtj.doc.isv</a>
-plugin@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.eswt.templates">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.eswt.templates</a>
-plugin@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.toolkit.microemu">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.toolkit.microemu</a>
-plugin@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.toolkit.mpowerplayer">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.toolkit.mpowerplayer</a>
-plugin@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.toolkit.nokia">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.toolkit.nokia</a>
-plugin@xxxxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.toolkit.uei">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.toolkit.uei</a>
-plugin@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,examples/org.eclipse.mtj.examples.toolkits">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,examples/org.eclipse.mtj.examples.toolkits</a>
-plugin@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,examples/org.eclipse.mtj.examples.jadextension">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,examples/org.eclipse.mtj.examples.jadextension</a>
-plugin@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,examples/org.eclipse.mtj.examples.templates">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,examples/org.eclipse.mtj.examples.templates</a>
-plugin@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,examples/org.eclipse.mtj.example.library">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,examples/org.eclipse.mtj.example.library</a>  
-plugin@xxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.ui">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.ui</a>
-plugin@xxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.templates">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.templates</a>
-plugin@xxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/de.schlichtherle.truezip">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/de.schlichtherle.truezip</a>
-plugin@xxxxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.pulsar.core">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.pulsar.core</a>
-plugin@xxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC3,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.pulsar.ui">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.pulsar.ui</a>
+feature@xxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj,,features/org.eclipse.mtj">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj,,features/org.eclipse.mtj</a>
+feature@xxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj,,features/org.eclipse.mtj.sdk">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj,,features/org.eclipse.mtj.sdk</a>
+feature@xxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj,,features/org.eclipse.mtj.examples">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj,,features/org.eclipse.mtj.examples</a>
+feature@xxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj,,features/org.eclipse.mtj.pulsar">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj,,features/org.eclipse.mtj.pulsar</a>
+plugin@xxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/jmunit.framework">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/jmunit.framework</a>  
+plugin@xxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/antenna.preprocessor.v3">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/antenna.preprocessor.v3</a>    
+plugin@xxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.branding">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.branding</a>
+plugin@xxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.core">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.core</a>
+plugin@xxxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.core.hooks">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.core.hooks</a>
+plugin@xxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.jmunit">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.jmunit</a>
+plugin@xxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,doc/org.eclipse.mtj.doc.user">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,doc/org.eclipse.mtj.doc.user</a>
+plugin@xxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,doc/org.eclipse.mtj.doc.isv">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,doc/org.eclipse.mtj.doc.isv</a>
+plugin@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.eswt.templates">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.eswt.templates</a>
+plugin@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.toolkit.microemu">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.toolkit.microemu</a>
+plugin@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.toolkit.mpowerplayer">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.toolkit.mpowerplayer</a>
+plugin@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.toolkit.nokia">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.toolkit.nokia</a>
+plugin@xxxxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.toolkit.uei">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.toolkit.uei</a>
+plugin@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,examples/org.eclipse.mtj.examples.toolkits">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,examples/org.eclipse.mtj.examples.toolkits</a>
+plugin@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,examples/org.eclipse.mtj.examples.jadextension">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,examples/org.eclipse.mtj.examples.jadextension</a>
+plugin@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,examples/org.eclipse.mtj.examples.templates">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,examples/org.eclipse.mtj.examples.templates</a>
+plugin@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,examples/org.eclipse.mtj.example.library">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,examples/org.eclipse.mtj.example.library</a>  
+plugin@xxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.ui">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.ui</a>
+plugin@xxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.templates">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.templates</a>
+plugin@xxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/de.schlichtherle.truezip">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/de.schlichtherle.truezip</a>
+plugin@xxxxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.pulsar.core">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.pulsar.core</a>
+plugin@xxxxxxxxxxxxxxxxxxxxxxxxx=SVN,tags/1.0.1RC4,<a  href="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.pulsar.ui">http://dev.eclipse.org/svnroot/dsdp/org.eclipse.mtj/,,plugins/org.eclipse.mtj.pulsar.ui</a>
 plugin@xxxxxxxxxxxxxxxxx,3.1.0=GET,<a  href="http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/org.objectweb.asm_3.1.0.v200803061910.jar">http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/org.objectweb.asm_3.1.0.v200803061910.jar</a>
 plugin@xxxxxxxxxxxxxxxxx,3.0.0=GET,<a  href="http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/org.antlr.runtime_3.0.0.v200803061811.jar">http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/org.antlr.runtime_3.0.0.v200803061811.jar</a>
 plugin@xxxxxxxxxxxxxxxxx,5.1.11=GET,<a  href="http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/org.mortbay.jetty_5.1.11.v200806031610.jar">http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/org.mortbay.jetty_5.1.11.v200806031610.jar</a>


</pre>]]></content:encoded>
		<pubDate>Tue, 15 Sep 2009 20:56:24 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/msg00944.html</guid>
		<author>genie@xxxxxxx (genie)</author>
	</item>

 
	</channel>
	</rss>
<!-- MHonArc v2.6.10 -->
