<?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>gef3d-dev</title>
		<link>http://dev.eclipse.org/mhonarc/lists/gef3d-dev/maillist.html</link>
		<description>gef3d-dev</description>
		<language>en-us</language>
		<pubDate>Tue, 17 Nov 2009 17:00:31 GMT</pubDate>
		<lastBuildDate>Tue, 17 Nov 2009 17:00:31 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>gef3d-dev</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/lists/gef3d-dev/maillist.html</link>
		</image>
 

	<item>
		<title>Re: [gef3d-dev] Renderer isn't loading in standalone</title>
		<link>http://dev.eclipse.org/mhonarc/lists/gef3d-dev/msg00050.html</link>
		<description>Sorry, I meant to uncomment the calls to updateDescriptors() in the get* methods of that class. You can probably leave in the call in the static initializer, I don't think it can hurt. Btw, maybe it would be quicker to check this stuff through skype, if yo...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi Miles, hi Kristian,</pre><br>
<tt>Kristian created a bug entry (<a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=295306">https://bugs.eclipse.org/bugs/show_bug.cgi?id=295306</a> 
), I have fixed that bug (more or less ;-) ).</tt><br>
<br>
<tt>That is, the list of graphics3D extensions is loaded the first time it  
is required and then cached. The cache can be reset via  
resetDescriptors().</tt><br>
<br>
<tt>Maybe the new version fixes your problem, since the extension points  
are only evaluated when needed and not in the static initializer. If  
you still have problems, you can call resetDescriptors() in order to  
reload the list. But I'm afraid that wouldn't fix your problem, but at  
least it's a switch more to play with ;-)</tt><br>
<br>
<pre style="margin: 0em;">Cheers</pre><br>
<pre style="margin: 0em;">Jens</pre><br>
<pre style="margin: 0em;"><br>On 16.11.2009, at 23:30, Kristian Duske wrote:</pre><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hi Miles,</pre><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Sorry, I read you to say comment out, so then I should uncomment  
all of that and then comment out line 47, right? Ebcause I was  
thinking that the issue might be that the class was getting loaded  
because of the satic method but the lwjgl classes weren't yet  
available.
</tt></blockquote><tt><br>Sorry, I meant to uncomment the calls to updateDescriptors() in the  
get* methods of that class. You can probably leave in the call in  
the static initializer, I don't think it can hurt. Btw, maybe it  
would be quicker to check this stuff through skype, if you'd like.</tt><br>
<br>
<pre style="margin: 0em;">Best regards
Kristian_______________________________________________
gef3d-dev mailing list
gef3d-dev@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/gef3d-dev">https://dev.eclipse.org/mailman/listinfo/gef3d-dev</a>
</pre></blockquote><pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Tue, 17 Nov 2009 16:58:47 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/gef3d-dev/msg00050.html</guid>
		<author>developer@xxxxxxx (Jens v. P.)</author>
	</item>
	<item>
		<title>Re: [gef3d-dev] Renderer isn't loading in standalone</title>
		<link>http://dev.eclipse.org/mhonarc/lists/gef3d-dev/msg00049.html</link>
		<description>Hi Miles, in your standalone application, is the LWJGL plugin archived or is it a folder? Actually, the native libraries must not reside in an archive. In your standalone install, can you activate the LWJGL test view (from Window / Show View / Other / LWJG...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi Miles,</pre><br>
<tt>in your standalone application, is the LWJGL plugin archived or is it  
a folder? Actually, the native libraries must not reside in an  
archive. In your standalone install, can you activate the LWJGL test  
view (from Window / Show View / Other / LWJGL Test View?</tt><br>
<br>
<pre style="margin: 0em;">Jens</pre><br>
<br>
]]></content:encoded>
		<pubDate>Tue, 17 Nov 2009 16:08:56 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/gef3d-dev/msg00049.html</guid>
		<author>developer@xxxxxxx (Jens v. P.)</author>
	</item>


	<item>
		<title>Re: [gef3d-dev] Renderer isn't loading in standalone</title>
		<link>http://dev.eclipse.org/mhonarc/lists/gef3d-dev/msg00048.html</link>
		<description>Hi Miles, Sorry, I meant to uncomment the calls to updateDescriptors() in the get* methods of that class. You can probably leave in the call in the static initializer, I don't think it can hurt. Btw, maybe it would be quicker to check this stuff through sk...</description>
		<content:encoded><![CDATA[<pre>Hi Miles,

&gt; Sorry, I read you to say comment out, so then I should uncomment all of that and then comment out line 47, right? Ebcause I was thinking that the issue might be that the class was getting loaded because of the satic method but the lwjgl classes weren't yet available.

Sorry, I meant to uncomment the calls to updateDescriptors() in the get* methods of that class. You can probably leave in the call in the static initializer, I don't think it can hurt. Btw, maybe it would be quicker to check this stuff through skype, if you'd like.

Best regards
Kristian
</pre>]]></content:encoded>
		<pubDate>Mon, 16 Nov 2009 22:30:20 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/gef3d-dev/msg00048.html</guid>
		<author>kristian.duske@xxxxxxx (Kristian Duske)</author>
	</item>
	<item>
		<title>Re: [gef3d-dev] Renderer isn't loading in standalone</title>
		<link>http://dev.eclipse.org/mhonarc/lists/gef3d-dev/msg00047.html</link>
		<description>No, I meant line 70, at least that's what it says here. To be more precise, I meant the call to updateDescriptors() that's been commented out in the body of getDefaultScreenRenderer() in the class Graphics3DRegistry. To be on the safe side, you might want ...</description>
		<content:encoded><![CDATA[<tt><br>Sorry, I read you to say comment out, so then I should uncomment all  
of that and then comment out line 47, right? Ebcause I was thinking  
that the issue might be that the class was getting loaded because of  
the satic method but the lwjgl classes weren't yet available.</tt><br>
<br>
<pre style="margin: 0em;">On Nov 16, 2009, at 2:24 PM, Kristian Duske wrote:</pre><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hi again,</pre><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Yep. I can just spin off a plugin here for any gef3d changes. Did  
you mean &quot;Line 47&quot;?
</tt></blockquote><tt><br>No, I meant line 70, at least that's what it says here. To be more  
precise, I meant the call to updateDescriptors() that's been  
commented out in the body of getDefaultScreenRenderer() in the class  
Graphics3DRegistry. To be on the safe side, you might want to  
include the call to updateDescriptors() in the methods getRenderer 
(String) and getRenderersForType(...) as well. This will adversely  
affect performance during editor initialization (though probably not  
much), but may fix the problem for now.</tt><br>
<br>
<pre style="margin: 0em;">Best regards
Kristian_______________________________________________
gef3d-dev mailing list
gef3d-dev@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/gef3d-dev">https://dev.eclipse.org/mailman/listinfo/gef3d-dev</a>
</pre></blockquote><pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Mon, 16 Nov 2009 22:26:40 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/gef3d-dev/msg00047.html</guid>
		<author>milesparker@xxxxxxx (Miles Parker)</author>
	</item>
	<item>
		<title>Re: [gef3d-dev] Renderer isn't loading in standalone</title>
		<link>http://dev.eclipse.org/mhonarc/lists/gef3d-dev/msg00046.html</link>
		<description>Hi again, No, I meant line 70, at least that's what it says here. To be more precise, I meant the call to updateDescriptors() that's been commented out in the body of getDefaultScreenRenderer() in the class Graphics3DRegistry. To be on the safe side, you m...</description>
		<content:encoded><![CDATA[<pre>Hi again,

&gt; Yep. I can just spin off a plugin here for any gef3d changes. Did you mean &quot;Line 47&quot;?

No, I meant line 70, at least that's what it says here. To be more precise, I meant the call to updateDescriptors() that's been commented out in the body of getDefaultScreenRenderer() in the class Graphics3DRegistry. To be on the safe side, you might want to include the call to updateDescriptors() in the methods getRenderer(String) and getRenderersForType(...) as well. This will adversely affect performance during editor initialization (though probably not much), but may fix the problem for now.

Best regards
Kristian
</pre>]]></content:encoded>
		<pubDate>Mon, 16 Nov 2009 22:24:18 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/gef3d-dev/msg00046.html</guid>
		<author>kristian.duske@xxxxxxx (Kristian Duske)</author>
	</item>
	<item>
		<title>Re: [gef3d-dev] Renderer isn't loading in standalone</title>
		<link>http://dev.eclipse.org/mhonarc/lists/gef3d-dev/msg00045.html</link>
		<description>No, just the one that says that the lwlgl one can't be found.. Yes I was wondering if it was an ordering thing as well. It's weird but my graphics code perfroms better under the runtime so things might be happening in a different order in terms of instanti...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Kristian, please see below..</pre><br>
<pre style="margin: 0em;">On Nov 16, 2009, at 2:13 PM, Kristian Duske wrote:</pre><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hi Miles,</pre><br>
<pre style="margin: 0em;">is there a line in your log file that looks something like</pre><br>
<tt>&quot;Extension found: &lt;something&gt;, Contributor: &lt;something else&gt;&quot; ?
</tt></blockquote><pre style="margin: 0em;"><br>No, just the one that says that the lwlgl one can't be found..</pre><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt><br>The LWJGL plugin is there as well as the LWJGL implementation of  
graphics3d. If the above line is missing, then the extension defined  
by org.eclipse.draw3d.lwjgl of the extension point  
&quot;org.eclipse.draw3d.graphics3d&quot; was not found during the  
initialization of the org.eclipse.draw3d.graphics3d plugin. I didn't  
write this code, but maybe the initialization order is wrong and the  
code that loads the plugin descriptors (in  
Graphics3DRegistry.updateDescriptors()) gets executed before the  
org.eclipse.draw3d.lwjgl plugin is loaded, so that the extension  
point has not been registered. An easy way to check this is to  
uncomment the line
</tt></blockquote><tt><br>Yes I was wondering if it was an ordering thing as well. It's weird  
but my graphics code perfroms better under the runtime so things might  
be happening in a different order in terms of instantiation of classes  
and the actual grpahis infrastruutre.</tt><br>
<br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;"><br>//		updateDescriptors();</pre><br>
<tt>in line 70 of Graphics3DRegistry. Is there an easy way for you to  
try this?
</tt></blockquote><tt><br>Yep. I can just spin off a plugin here for any gef3d changes. Did you  
mean &quot;Line 47&quot;?</tt><br>
<br>
<br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;"><br>Best regards
Kristian_______________________________________________
gef3d-dev mailing list
gef3d-dev@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/gef3d-dev">https://dev.eclipse.org/mailman/listinfo/gef3d-dev</a>
</pre></blockquote><pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Mon, 16 Nov 2009 22:19:17 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/gef3d-dev/msg00045.html</guid>
		<author>milesparker@xxxxxxx (Miles Parker)</author>
	</item>
	<item>
		<title>Re: [gef3d-dev] Renderer isn't loading in standalone</title>
		<link>http://dev.eclipse.org/mhonarc/lists/gef3d-dev/msg00044.html</link>
		<description>Hi Miles, is there a line in your log file that looks something like &amp;quot;Extension found: &amp;lt;something&amp;gt;, Contributor: &amp;lt;something else&amp;gt;&amp;quot; ? The LWJGL plugin is there as well as the LWJGL implementation of graphics3d. If the above line is missing, then the extensi...</description>
		<content:encoded><![CDATA[<pre>Hi Miles,

is there a line in your log file that looks something like

&quot;Extension found: &lt;something&gt;, Contributor: &lt;something else&gt;&quot; ?

The LWJGL plugin is there as well as the LWJGL implementation of graphics3d. If the above line is missing, then the extension defined by org.eclipse.draw3d.lwjgl of the extension point &quot;org.eclipse.draw3d.graphics3d&quot; was not found during the initialization of the org.eclipse.draw3d.graphics3d plugin. I didn't write this code, but maybe the initialization order is wrong and the code that loads the plugin descriptors (in Graphics3DRegistry.updateDescriptors()) gets executed before the org.eclipse.draw3d.lwjgl plugin is loaded, so that the extension point has not been registered. An easy way to check this is to uncomment the line

//		updateDescriptors();

in line 70 of Graphics3DRegistry. Is there an easy way for you to try this?

Best regards
Kristian
</pre>]]></content:encoded>
		<pubDate>Mon, 16 Nov 2009 22:13:12 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/gef3d-dev/msg00044.html</guid>
		<author>kristian.duske@xxxxxxx (Kristian Duske)</author>
	</item>
	<item>
		<title>Re: [gef3d-dev] Renderer isn't loading in standalone</title>
		<link>http://dev.eclipse.org/mhonarc/lists/gef3d-dev/msg00043.html</link>
		<description> </description>
		<content:encoded><![CDATA[<tt><br>NO it's not a stupid question..there are all kinds of dumb things I  
could be doing at this point.. here's the stack..there is nothing else  
in log file relevant, but see below for console log..</tt><br>
<br>
<tt>java.lang.NullPointerException<br>
	at org.eclipse.draw3d.Draw3DCanvas.setDefaultRenderer 
(Draw3DCanvas.java:101)<br>
	at org.eclipse.draw3d.Draw3DCanvas.&lt;init&gt;(Draw3DCanvas.java:86)<br>
	at org.eclipse.draw3d.Draw3DCanvas.createCanvas(Draw3DCanvas.java:61)<br>
	at org.eclipse.gef3d.ui.parts.GraphicalViewer3DHelper.createControl3D 
(GraphicalViewer3DHelper.java:253)<br>
	at org.eclipse.gef3d.ui.parts.GraphicalViewer3DImpl.createControl3D 
(GraphicalViewer3DImpl.java:78)<br>
	at org.eclipse.gef3d.ui.parts.GraphicalViewer3DImpl.createControl 
(GraphicalViewer3DImpl.java:69)<br>
	at org.eclipse.amp.agf.gef.EditPartViewPart.createPartControl 
(EditPartViewPart.java:73)<br>
	at org.eclipse.amp.agf3d.GEF3DViewPart.createPartControl 
(GEF3DViewPart.java:42)<br>
	at org.eclipse.ui.internal.ViewReference.createPartHelper 
(ViewReference.java:367)<br>
	at org.eclipse.ui.internal.ViewReference.createPart 
(ViewReference.java:226)<br>
	at org.eclipse.ui.internal.WorkbenchPartReference.getPart 
(WorkbenchPartReference.java:595)<br>
	at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313)<br>
	at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:529)<br>
	at org.eclipse.ui.internal.presentations.PresentablePart.setVisible 
(PresentablePart.java:180)<br>
	at  
org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select 
(PresentablePartFolder.java:270)<br>
	at  
org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select 
(LeftToRightTabOrder.java:65)<br>
	at  
org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart 
(TabbedStackPresentation.java:473)<br>
	at org.eclipse.ui.internal.PartStack.refreshPresentationSelection 
(PartStack.java:1256)<br>
	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:668)<br>
	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:576)<br>
	at org.eclipse.ui.internal.PartSashContainer.createControl 
(PartSashContainer.java:568)<br>
	at org.eclipse.ui.internal.PerspectiveHelper.activate 
(PerspectiveHelper.java:272)<br>
	at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:982)<br>
	at org.eclipse.ui.internal.WorkbenchPage.setPerspective 
(WorkbenchPage.java:3608)<br>
	at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective 
(WorkbenchPage.java:1037)<br>
	at org.eclipse.ui.internal.WorkbenchPage.access$16(WorkbenchPage.java: 
1021)<br>
	at org.eclipse.ui.internal.WorkbenchPage$19.run(WorkbenchPage.java: 
3709)<br>
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 
70)<br>
	at org.eclipse.ui.internal.WorkbenchPage.setPerspective 
(WorkbenchPage.java:3707)<br>
	at org.eclipse.amp.axf.ide.ModelViewManager$6.run 
(ModelViewManager.java:518)<br>
	at org.eclipse.ui.internal.UILockListener.doPendingWork 
(UILockListener.java:155)<br>
	at org.eclipse.ui.internal.UISynchronizer$3.run(UISynchronizer.java: 
158)<br>
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)<br>
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages 
(Synchronizer.java:134)<br>
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3405)<br>
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3102)<br>
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)<br>
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)<br>
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)<br>
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)<br>
	at org.eclipse.core.databinding.observable.Realm.runWithDefault 
(Realm.java:332)<br>
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench 
(Workbench.java:493)<br>
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)<br>
	at org.eclipse.ui.internal.ide.application.IDEApplication.start 
(IDEApplication.java:113)<br>
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run 
(EclipseAppHandle.java:194)<br>
	at  
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication 
(EclipseAppLauncher.java:110)<br>
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start 
(EclipseAppLauncher.java:79)<br>
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run 
(EclipseStarter.java:368)<br>
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run 
(EclipseStarter.java:179)<br>
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
	at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:39)<br>
	at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:25)<br>
	at java.lang.reflect.Method.invoke(Method.java:597)<br>
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)<br>
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)<br>
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)</tt><br>
<br>
<pre style="margin: 0em;">Here's relvant bits from OS console log:</pre><br>
<tt>11/16/09 1:08:25 PM	[0x0-0x1b41b4].org.eclipse.eclipse[3584]	pointnull<br>
11/16/09 1:08:25 PM	[0x0-0x1b41b4].org.eclipse.eclipse[3584]	Nov 16,  
2009 1:08:25 PM org.eclipse.draw3d.graphics3d.Graphics3DRegistry  
getDefaultScreenRenderer<br>
11/16/09 1:08:25 PM	[0x0-0x1b41b4].org.eclipse.eclipse[3584]	SEVERE:  
No screen renderer not found<br>
11/16/09 1:08:25 PM	[0x0-0x1b41b4].org.eclipse.eclipse[3584]	Nov 16,  
2009 1:08:25 PM org.eclipse.draw3d.DeferredUpdateManager3D repairDamage<br>
11/16/09 1:08:25 PM	[0x0-0x1b41b4].org.eclipse.eclipse[3584]	WARNING:  
repairDamage called, but canvas is null. Hint: call  
LightweightSystem.setControl(..)</tt><br>
<br>
<pre style="margin: 0em;"><br>Here's configuration:</pre><br>
<pre>*** Date: Monday, November 16, 2009 1:09:25 PM PT

*** Platform Details:

*** System properties:
awt.nativeDoubleBuffering=true
awt.toolkit=apple.awt.CToolkit
eclipse.application=org.eclipse.ui.ide.workbench
eclipse.buildId=M20090917-0800
eclipse.commands=-os
macosx
-ws
cocoa
-arch
x86_64
-showsplash
-launcher
/Developer/eclipse-ed/Eclipse.app/Contents/MacOS/eclipse
-name
Eclipse
--launcher.library
/Developer/eclipse-ed/Eclipse.app/Contents/MacOS//../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.0.1.R35x_v20090707/eclipse_1207.so
-startup
/Developer/eclipse-ed/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
-keyring
/Users/milesparker/.eclipse_keyring
-showlocation
-vm
/System/Library/Frameworks/JavaVM.framework
eclipse.home.location=file:/Developer/eclipse-ed/
eclipse.launcher=/Developer/eclipse-ed/Eclipse.app/Contents/MacOS/eclipse
eclipse.p2.data.area=@xxxxxxxxxx/../p2/
eclipse.p2.profile=SDKProfile
eclipse.product=org.eclipse.sdk.ide
eclipse.startTime=1258405682920
eclipse.vm=/System/Library/Frameworks/JavaVM.framework
eclipse.vmargs=-Xms40m
-Xmx512m
-Xdock:icon=../Resources/Eclipse.icns
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-XX:MaxPermSize=256m
-Djava.class.path=/Developer/eclipse-ed/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
file.encoding=MacRoman
file.encoding.pkg=sun.io
file.separator=/
ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16
gopherProxySet=false
java.awt.graphicsenv=apple.awt.CGraphicsEnvironment
java.awt.printerjob=apple.awt.CPrinterJob
java.class.path=/Developer/eclipse-ed/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
java.class.version=50.0
java.endorsed.dirs=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/endorsed
java.ext.dirs=/Library/Java/Extensions:/System/Library/Java/Extensions:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/ext
java.home=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
java.io.tmpdir=/var/folders/e9/e9EW6DCbHZ8Bky-IrtnmvE+++TI/-Tmp-/
java.library.path=.:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
java.runtime.name=Java(TM) SE Runtime Environment
java.runtime.version=1.6.0_15-b03-219
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.6
java.vendor=Apple Inc.
java.vendor.url=<a  href="http://www.apple.com/">http://www.apple.com/</a>
java.vendor.url.bug=<a  href="http://bugreport.apple.com/">http://bugreport.apple.com/</a>
java.version=1.6.0_15
java.vm.info=mixed mode
java.vm.name=Java HotSpot(TM) 64-Bit Server VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor=Apple Inc.
java.vm.version=14.1-b02-90
line.separator=

mrj.version=1060.1.6.0_15-219
org.apache.commons.logging.Log=org.eclipse.amp.amf.gen.ide.LogWorkflow
org.eclipse.equinox.launcher.splash.location=/Developer/eclipse-ed/plugins/org.eclipse.platform_3.3.201.v200909170800/splash.bmp
org.eclipse.equinox.simpleconfigurator.configUrl=file:org.eclipse.equinox.simpleconfigurator/bundles.info
org.eclipse.swt.internal.carbon.smallFonts=
org.eclipse.update.reconcile=false
org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,OSGi/Minimum-1.2,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
org.osgi.framework.language=en
org.osgi.framework.os.name=MacOSX
org.osgi.framework.os.version=10.6.1
org.osgi.framework.processor=x86-64
org.osgi.framework.system.packages=javax.accessibility,javax.activation,javax.activity,javax.annotation,javax.annotation.processing,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.jws,javax.jws.soap,javax.lang.model,javax.lang.model.element,javax.lang.model.type,javax.lang.model.util,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.script,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.tools,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotation.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers,javax.xml.bind.util,javax.xml.crypto,javax.xml.crypto.dom,javax.xml.crypto.dsig,javax.xml.crypto.dsig.dom,javax.xml.crypto.dsig.keyinfo,javax.xml.crypto.dsig.spec,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.soap,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stax,javax.xml.transform.stream,javax.xml.validation,javax.xml.ws,javax.xml.ws.handler,javax.xml.ws.handler.soap,javax.xml.ws.http,javax.xml.ws.soap,javax.xml.ws.spi,javax.xml.ws.wsaddressing,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.css,org.w3c.dom.events,org.w3c.dom.html,org.w3c.dom.ls,org.w3c.dom.ranges,org.w3c.dom.stylesheets,org.w3c.dom.traversal,org.w3c.dom.views,org.w3c.dom.xpath,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
org.osgi.framework.vendor=Eclipse
org.osgi.framework.version=1.5.0
org.osgi.supports.framework.extension=true
org.osgi.supports.framework.fragment=true
org.osgi.supports.framework.requirebundle=true
os.arch=x86_64
os.name=Mac OS X
os.version=10.6.1
osgi.arch=x86_64
osgi.bundles=reference:file:org.eclipse.equinox.simpleconfigurator_1.0.101.R35x_v20090807-1100.jar@1:start
osgi.bundles.defaultStartLevel=4
osgi.bundlestore=/Developer/eclipse-ed/configuration/org.eclipse.osgi/bundles
osgi.configuration.area=file:/Developer/eclipse-ed/configuration/
osgi.framework=file:/Developer/eclipse-ed/plugins/org.eclipse.osgi_3.5.1.R35x_v20090827.jar
osgi.framework.extensions=
osgi.framework.shape=jar
osgi.framework.version=3.5.1.R35x_v20090827
osgi.install.area=file:/Developer/eclipse-ed/
osgi.instance.area=file:/Users/milesparker/Documents/workspace-223/
osgi.instance.area.default=file:/Users/milesparker/Documents/workspace/
osgi.logfile=/Users/milesparker/Documents/workspace-223/.metadata/.log
osgi.manifest.cache=/Developer/eclipse-ed/configuration/org.eclipse.osgi/manifests
osgi.nl=en_US
osgi.os=macosx
osgi.splashLocation=/Developer/eclipse-ed/plugins/org.eclipse.platform_3.3.201.v200909170800/splash.bmp
osgi.splashPath=platform:/base/plugins/org.eclipse.platform
osgi.syspath=/Developer/eclipse-ed/plugins
osgi.tracefile=/Users/milesparker/Documents/workspace-223/.metadata/trace.log
osgi.ws=cocoa
path.separator=:
socksNonProxyHosts=local|*.local|169.254/16|*.169.254/16
sun.arch.data.model=64
sun.boot.class.path=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jsfd.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/classes.jar:/System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/Resources/Java/JavaRuntimeSupport.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/ui.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/laf.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/sunrsasign.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jsse.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jce.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/charsets.jar
sun.boot.library.path=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries
sun.cpu.endian=little
sun.cpu.isalist=
sun.io.unicode.encoding=UnicodeLittle
sun.jnu.encoding=MacRoman
sun.management.compiler=HotSpot 64-Bit Server Compiler
sun.os.patch.level=unknown
user.country=US
user.dir=/Developer/eclipse-ed/Eclipse.app/Contents/MacOS
user.home=/Users/milesparker
user.language=en
user.name=milesparker
user.timezone=America/Vancouver

*** Features:
org.ascape.core (5.2.0.v200911160431-61-7w311A22271542) &quot;pluginName&quot;
org.eclipse.amp.agf (0.5.0.v200911160431-179-8s733L555F3B95) &quot;Agent Graphics Framework Core (Incubation)&quot;
org.eclipse.amp.agf.chart (0.5.0.v200911160431-14-7w311A22271542) &quot;Agent Graphics Framework Chart (Incubation)&quot;
org.eclipse.amp.agf.zest (0.5.0.v200911160431-179-8s733L555F3B95) &quot;Agent Graphics Framework Zest (Incubation)&quot;
org.eclipse.amp.agf3d (0.5.0.v200911160431-18158s733L555F3B95) &quot;Agent Graphics Framework GEF 3D Support (Incubation)&quot;
org.eclipse.amp.amf (0.5.0.v200911160431-17T-BlSPB12RLjgcYOO6IF9) &quot;AMF Acore Edit Support (Interim MetaABM) (Incubation)&quot;
org.eclipse.amp.amf.core (0.5.0.v200911160431-37E-9oB55W888N5HE8) &quot;AMF Acore Core Model (Interim MetaABM) (Incubation)&quot;
org.eclipse.amp.amf.target.ascape (0.5.0.v200911160431-179-8s733L555F3B95) &quot;AMF IDE Integration for Ascape (Incubation)&quot;
org.eclipse.amp.amf.target.escape (0.5.0.v200911160431-179-8s733L555F3B95) &quot;AMF IDE Integration and Generation for Escape (Incubation)&quot;
org.eclipse.amp.amfx (0.5.0.v200911160431-17w-F9JgLMsWWXMM0rW) &quot;pluginName&quot;
org.eclipse.amp.axf (0.5.0.v200911160431-17E-9oB55W888N5HE8) &quot;Agent eXecution Framework (Incubation)&quot;
org.eclipse.amp.escape (0.5.0.v200911160431-67b-BuaMUuGTQ3dhccMIOI6) &quot;Escape IDE Integration (Incubation)&quot;
org.eclipse.cvs (1.1.101.R35x_v20090811-7E79FEd9KKF5H2YDWFLLBL01A16) &quot;Eclipse CVS Client&quot;
org.eclipse.help (1.1.1.R35x_v20090811-7e7eFAnFEx2XZoYz0uPgIfwD) &quot;Help System Base&quot;
org.eclipse.jdt (3.5.1.r351_v20090810-0600-7r88FEoFI0WTo6Az-1qFRHm37ChJ) &quot;Eclipse Java Development Tools&quot;
org.eclipse.pde (3.5.1.R35x_v20090811-7Z7_F9zFDX-aT6Ywvh8_S93) &quot;PDE&quot;
org.eclipse.platform (3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7) &quot;Eclipse Platform&quot;
org.eclipse.rcp (3.5.1.R35x_v20090811-9SA0FxVFqE70OL1ARMrfcO6e7BA6) &quot;Eclipse RCP&quot;
org.eclipse.sdk (3.5.1.R35x_v20090811-7Q7bAIBPVUBVbKSMTyyfpOteKTem7_g2paS1__z-Rrmf4) &quot;Eclipse Project SDK&quot;
org.lwjgl (2.2.1) &quot;LWJGL Lightweight Java Game Library&quot;

*** Plug-in Registry:
com.google.collect (0.8.0.v200908120607) &quot;bundleName&quot; [Resolved]
com.google.guice (1.0.1.v200908120607) &quot;Guice Plug-in&quot; [Resolved]
com.ibm.icu (4.0.1.v20090822) &quot;International Components for Unicode for Java (ICU4J)&quot; [Active]
com.jcraft.jsch (0.1.41.v200903070017) &quot;JSch&quot; [Resolved]
com.metascape.amp.amf.gis (1.3.0.v200911160115) &quot;Acore MetaABM GIS Tools (Incubation)&quot; [Starting]
com.metascape.ide.visual (1.3.0.v200911160115) &quot;MetaABM Graph Visualization&quot; [Active]
javax.servlet (2.5.0.v200806031605) &quot;Servlet API Bundle&quot; [Resolved]
javax.servlet.jsp (2.0.0.v200806031607) &quot;Java Server Pages API Bundle&quot; [Resolved]
org.antlr.runtime (3.0.0.v200908120607) &quot;ANTLR Runtime&quot; [Resolved]
org.apache.ant (1.7.1.v20090120-1145) &quot;Apache Ant&quot; [Resolved]
org.apache.commons.cli (1.0.0.v20080604-1500) &quot;pluginName&quot; [Resolved]
org.apache.commons.codec (1.3.0.v20080530-1600) &quot;Apache Commons Codec Plug-in&quot; [Resolved]
org.apache.commons.collections (3.2.0.v200803061811) &quot;Apache Commons Collections&quot; [Resolved]
org.apache.commons.el (1.0.0.v200806031608) &quot;Apache Commons JSP 2.0 Expression Language Interpreter&quot; [Resolved]
org.apache.commons.httpclient (3.1.0.v20080605-1935) &quot;Apache Commons Httpclient&quot; [Resolved]
org.apache.commons.lang (2.4.0.v20081016-1030) &quot;Apache Jakarta Commons Lang&quot; [Resolved]
org.apache.commons.logging (1.0.4.v200904062259) &quot;Apache Commons Logging Plug-in&quot; [Resolved]
org.apache.commons.logging (1.1.1.v200904062255) &quot;Apache Commons Logging Plug-in&quot; [Resolved]
org.apache.jasper (5.5.17.v200903231320) &quot;Apache Jasper 2 Plug-in&quot; [Resolved]
org.apache.lucene (1.9.1.v20080530-1600) &quot;Apache Lucene&quot; [Resolved]
org.apache.lucene.analysis (1.9.1.v20080530-1600) &quot;Apache Lucene Analysis&quot; [Resolved]
org.ascape.core (5.2.0.v200911160431) &quot;pluginName&quot; [Resolved]
org.ascape.ui.amp (0.7.0.200911161209) &quot;Ascape Derived AMP Dependencies for Legacy Support&quot; [Active]
org.eclipse.amp.agf.chart (0.5.0.v200911160431) &quot;Agent Graphics Framework Chart (Incubation)&quot; [Starting]
org.eclipse.amp.agf.core (0.5.0.v200911160431) &quot;Agent Graphics Framework Core (Incubation)&quot; [Active]
org.eclipse.amp.agf.ide (0.5.0.v200911160431) &quot;Agent Graphics Framework IDE Integration (Incubation)&quot; [Starting]
org.eclipse.amp.agf.zest (0.5.0.v200911160431) &quot;Agent Graphics Framework Zest (Incubation)&quot; [Starting]
org.eclipse.amp.agf.zest.ide (0.5.0.v200911160431) &quot;Agent Graphics Framework Zest IDE Integration (Incubation)&quot; [Starting]
org.eclipse.amp.agf3d (0.5.0.200911161120) &quot;Agent Graphics Framework GEF 3D Support (Incubation)&quot; [Active]
org.eclipse.amp.amf.abase (0.5.0.v200911160431) &quot;pluginName&quot; [Active]
org.eclipse.amp.amf.abase.edit (0.5.0.v200911160431) &quot;AMF Text-Based Model Edit Support&quot; [Starting]
org.eclipse.amp.amf.abase.editor (0.5.0) &quot;AMF Text-Based Model Editor Support&quot; [Starting]
org.eclipse.amp.amf.abase.ui (0.5.0.v200911160431) &quot;AMF Text-Based Model Support IDE UI&quot; [Starting]
org.eclipse.amp.amf.acore (0.5.0.v200911160431) &quot;AMF Acore Core Model (Interim MetaABM) (Incubation)&quot; [Active]
org.eclipse.amp.amf.acore.edit (0.5.0.v200911160431) &quot;AMF Acore Edit Support (Interim MetaABM) (Incubation)&quot; [Starting]
org.eclipse.amp.amf.acore.editor (0.5.0.v200911160431) &quot;AMF Acore Editor Support (Interim MetaABM) (Incubation)&quot; [Starting]
org.eclipse.amp.amf.gen (0.5.0.v200911160431) &quot;AMF Code Generator (Incubation)&quot; [Active]
org.eclipse.amp.amf.gen.ascape (0.5.0.v200911160431) &quot;AMF Ascape Generator (Incubation)&quot; [Active]
org.eclipse.amp.amf.gen.escape (0.5.0.v200911160431) &quot;AMF Escape Generator  (Incubation)&quot; [Active]
org.eclipse.amp.amf.gen.extras (0.5.0.v200911160431) &quot;AMF Documentation and Graphics Key Generator (Incubation)&quot; [Starting]
org.eclipse.amp.amf.gen.ide (0.5.0.v200911160431) &quot;AMF IDE Support for Code Generation (Incubation)&quot; [Active]
org.eclipse.amp.amf.ide (0.5.0.v200911160431) &quot;AMF IDE Integration (Incubation)&quot; [Starting]
org.eclipse.amp.amf.ide.ascape (0.5.0.v200911160431) &quot;AMF IDE Integration for Ascape (Incubation)&quot; [Starting]
org.eclipse.amp.amf.parameters (0.5.0.v200911160431) &quot;AMF Parameter Model and DSL (Incubation)&quot; [Active]
org.eclipse.amp.amf.parameters.edit (0.5.0.v200911160431) &quot;AMF Parameter Edit Support (Incubation)&quot; [Starting]
org.eclipse.amp.amf.parameters.editor (0.5.0.v200911160431) &quot;AMF Parameter Editor Support (Incubation)&quot; [Starting]
org.eclipse.amp.amf.parameters.ui (0.5.0.v200911160431) &quot;AMF Parameter Text Editor (Incubation)&quot; [Starting]
org.eclipse.amp.amf.testing (0.5.0.v200911160431) &quot;AMF Testing Xtext and Model (Incubation)&quot; [Active]
org.eclipse.amp.amf.testing.edit (0.5.0.v200911160431) &quot;AMF Testing Model Edit Support (Incubation)&quot; [Starting]
org.eclipse.amp.amf.testing.editor (0.5.0.v200911160431) &quot;AMF Testing Model Editor Support (Incubation)&quot; [Starting]
org.eclipse.amp.amf.testing.ui (0.5.0.v200911160431) &quot;AMF Testing Text Editor and UI (Incubation)&quot; [Starting]
org.eclipse.amp.axf.core (0.5.0.v200911160431) &quot;Agent eXecution Framework (Incubation)&quot; [Active]
org.eclipse.amp.axf.ide (0.5.0.v200911160431) &quot;Agent eXecution Framework IDE Integration (Incubation)&quot; [Active]
org.eclipse.amp.axf.views (0.5.0.v200911160431) &quot;Agent eXecution Framework Views Support (Incubation)&quot; [Active]
org.eclipse.amp.escape.amf.ide (0.5.0.v200911160431) &quot;AMF IDE Integration and Generation for Escape (Incubation)&quot; [Active]
org.eclipse.amp.escape.ascape (0.5.0.v200911160431) &quot;Escape Ascape Integration (Incubation)&quot; [Active]
org.eclipse.amp.escape.ascape.agf3d (0.5.0.200911161107) &quot;Escape GEF 3D Integration for Ascape (Incubation)&quot; [Active]
org.eclipse.amp.escape.ascape.chart (0.5.0.v200911160431) &quot;Escape Chart Integration for Ascape (Incubation)&quot; [Starting]
org.eclipse.amp.escape.ide (0.5.0.200911161243) &quot;Escape IDE Integration (Incubation)&quot; [Active]
org.eclipse.amp.escape.testing.ide (0.5.0.v200911160431) &quot;Escape Testing IDE Integration (Incubation)&quot; [Starting]
org.eclipse.ant.core (3.2.100.v20090817_r351) &quot;Ant Build Tool Core&quot; [Starting]
org.eclipse.ant.ui (3.4.1.v20090901_r351) &quot;Ant UI&quot; [Starting]
org.eclipse.birt.chart.device.extension (2.5.1.v20090902) &quot;BIRT Chart Device Extension(s)&quot; [Starting]
org.eclipse.birt.chart.device.swt (2.5.1.v20090723) &quot;BIRT Chart Device SWT Extension&quot; [Starting]
org.eclipse.birt.chart.engine (2.5.1.v20090902) &quot;BIRT Chart Engine&quot; [Starting]
org.eclipse.birt.chart.engine.extension (2.5.1.v20090826) &quot;BIRT Chart Engine Extension&quot; [Starting]
org.eclipse.birt.chart.ui (2.5.1.v20090903) &quot;BIRT Chart Library UI Plug-in&quot; [Starting]
org.eclipse.birt.chart.ui.extension (2.5.1.v20090908) &quot;BIRT Chart UI Extension&quot; [Starting]
org.eclipse.birt.core (2.5.1.v20090903) &quot;BIRT Core Package&quot; [Starting]
org.eclipse.birt.core.ui (2.5.1.v20090826) &quot;BIRT Core UI&quot; [Starting]
org.eclipse.compare (3.5.0.I20090514-0808) &quot;Compare Support&quot; [Starting]
org.eclipse.compare.core (3.5.0.I20090430-0408) &quot;Core Compare Support&quot; [Active]
org.eclipse.core.boot (3.1.100.v20080218) &quot;Core Boot&quot; [Starting]
org.eclipse.core.commands (3.5.0.I20090525-2000) &quot;Commands&quot; [Resolved]
org.eclipse.core.contenttype (3.4.1.R35x_v20090826-0451) &quot;Eclipse Content Mechanism&quot; [Active]
org.eclipse.core.databinding (1.2.0.M20090819-0800) &quot;JFace Data Binding&quot; [Starting]
org.eclipse.core.databinding.beans (1.2.0.I20090525-2000) &quot;JFace Data Binding for JavaBeans&quot; [Resolved]
org.eclipse.core.databinding.observable (1.2.0.M20090902-0800) &quot;JFace Data Binding Observables&quot; [Active]
org.eclipse.core.databinding.property (1.2.0.M20090819-0800) &quot;JFace Data Binding&quot; [Starting]
org.eclipse.core.expressions (3.4.100.v20090429-1800) &quot;Expression Language&quot; [Active]
org.eclipse.core.filebuffers (3.5.0.v20090526-2000) &quot;File Buffers&quot; [Active]
org.eclipse.core.filesystem (1.2.0.v20090507) &quot;Core File Systems&quot; [Active]
org.eclipse.core.filesystem.macosx (1.1.0.v20090112) &quot;Core File System for Macintosh&quot; [Resolved]
org.eclipse.core.jobs (3.4.100.v20090429-1800) &quot;Eclipse Jobs Mechanism&quot; [Active]
org.eclipse.core.net (1.2.1.r35x_20090812-1200) &quot;Internet Connection Management&quot; [Active]
org.eclipse.core.resources (3.5.1.R35x_v20090826-0451) &quot;Core Resource Management&quot; [Active]
org.eclipse.core.resources.compatibility (3.4.0.v20090505) &quot;Core Resource Management Compatibility Fragment&quot; [Resolved]
org.eclipse.core.runtime (3.5.0.v20090525) &quot;Core Runtime&quot; [Active]
org.eclipse.core.runtime.compatibility (3.2.0.v20090413) &quot;Core Runtime Plug-in Compatibility&quot; [Active]
org.eclipse.core.runtime.compatibility.auth (3.2.100.v20090413) &quot;Authorization Compatibility Plug-in&quot; [Active]
org.eclipse.core.runtime.compatibility.registry (3.2.200.v20090429-1800) &quot;Eclipse Registry Compatibility Fragment&quot; [Resolved]
org.eclipse.core.variables (3.2.200.v20090521) &quot;Core Variables&quot; [Active]
org.eclipse.cvs (1.0.300.v200909170800) &quot;Eclipse CVS Client&quot; [Starting]
org.eclipse.debug.core (3.5.0.v20090526-1600) &quot;Debug Core&quot; [Active]
org.eclipse.debug.ui (3.5.1.v20090811_r351) &quot;Debug UI&quot; [Starting]
org.eclipse.draw2d (3.5.1.v20090813-1341) &quot;Graphical Editing Framework Draw2d&quot; [Active]
org.eclipse.draw3d (0.8.1) &quot;Graphical Editing Framework 3D, Draw3D&quot; [Resolved]
org.eclipse.draw3d.geometry (0.8.0) &quot;GEF3D Geometry Plug-in&quot; [Resolved]
org.eclipse.draw3d.graphics3d (0.8.1) &quot;Graphical Editing Framework 3D, Graphics3D&quot; [Resolved]
org.eclipse.draw3d.lwjgl (0.8.1) &quot;Graphics3D implementation using LWJGL Plug-in&quot; [Starting]
org.eclipse.draw3d.ui (0.8.1) &quot;Graphical Editing Framework 3D, Draw3D User Interface&quot; [Starting]
org.eclipse.draw3d.x3d (0.8.1) &quot;Graphics3D implementation for export to X3D&quot; [Starting]
org.eclipse.ecf (3.0.0.v20090831-1906) &quot;Eclipse Communication Framework (ECF)&quot; [Active]
org.eclipse.ecf.filetransfer (3.0.0.v20090831-1906) &quot;ECF Filetransfer API&quot; [Active]
org.eclipse.ecf.identity (3.0.0.v20090831-1906) &quot;ECF Identity API&quot; [Active]
org.eclipse.ecf.provider.filetransfer (3.0.1.v20090831-1906) &quot;ECF Filetransfer Provider&quot; [Active]
org.eclipse.ecf.provider.filetransfer.httpclient (3.0.1.v20090831-1906) &quot;ECF HttpClient Filetransfer Provider&quot; [Active]
org.eclipse.ecf.provider.filetransfer.httpclient.ssl (1.0.0.v20090831-1906) &quot;ECF HttpClient Filetransfer Provider&quot; [Resolved]
org.eclipse.ecf.provider.filetransfer.ssl (1.0.0.v20090831-1906) &quot;ECF Filetransfer Provider&quot; [Resolved]
org.eclipse.ecf.ssl (1.0.0.v20090831-1906) &quot;Eclipse Communication Framework (ECF)&quot; [Resolved]
org.eclipse.emf.codegen (2.5.0.v200906151043) &quot;EMF Code Generation&quot; [Starting]
org.eclipse.emf.codegen.ecore (2.5.0.v200906151043) &quot;EMF Ecore Code Generator&quot; [Active]
org.eclipse.emf.common (2.5.0.v200906151043) &quot;EMF Common&quot; [Active]
org.eclipse.emf.common.ui (2.5.0.v200906151043) &quot;EMF Common UI&quot; [Active]
org.eclipse.emf.ecore (2.5.0.v200906151043) &quot;EMF Ecore&quot; [Active]
org.eclipse.emf.ecore.change (2.5.0.v200906151043) &quot;EMF Change Model&quot; [Active]
org.eclipse.emf.ecore.edit (2.5.0.v200906151043) &quot;EMF Ecore Edit&quot; [Starting]
org.eclipse.emf.ecore.editor (2.5.0.v200906151043) &quot;EMF Sample Ecore Editor&quot; [Starting]
org.eclipse.emf.ecore.xmi (2.5.0.v200906151043) &quot;EMF XML/XMI Persistence&quot; [Active]
org.eclipse.emf.edit (2.5.0.v200906151043) &quot;EMF Edit&quot; [Active]
org.eclipse.emf.edit.ui (2.5.0.v200906151043) &quot;EMF Edit UI&quot; [Starting]
org.eclipse.emf.index (0.7.0.v200908120607) &quot;EMF Index Plug-in (Incubation)&quot; [Starting]
org.eclipse.emf.java (2.5.0.v200911160431) &quot;EMF Java Model Example&quot; [Active]
org.eclipse.emf.mwe.core (0.7.2.v200908120417) &quot;MWE Core (Incubation)&quot; [Active]
org.eclipse.emf.mwe.ui (0.7.2.v200908120417) &quot;MWE UI (Incubation)&quot; [Starting]
org.eclipse.emf.mwe.utils (0.7.2.v200908120417) &quot;MWE Utilities (Incubation)&quot; [Resolved]
org.eclipse.equinox.app (1.2.0.v20090520-1800) &quot;Equinox Application Container&quot; [Active]
org.eclipse.equinox.common (3.5.1.R35x_v20090807-1100) &quot;Common Eclipse Runtime&quot; [Active]
org.eclipse.equinox.concurrent (1.0.0.v20090520-1800) &quot;Equinox Concurrent API&quot; [Starting]
org.eclipse.equinox.ds (1.1.1.R35x_v20090806) &quot;Declarative Services&quot; [Active]
org.eclipse.equinox.frameworkadmin (1.0.100.v20090520-1905) &quot;Equinox Framework Admin&quot; [Active]
org.eclipse.equinox.frameworkadmin.equinox (1.0.100.v20090520-1905) &quot;Equinox Framework Admin for Equinox&quot; [Active]
org.eclipse.equinox.http.jetty (2.0.0.v20090520-1800) &quot;Jetty Http Service&quot; [Starting]
org.eclipse.equinox.http.registry (1.0.200.v20090520-1800) &quot;Http Service Registry Extensions&quot; [Resolved]
org.eclipse.equinox.http.servlet (1.0.200.v20090520-1800) &quot;Http Services Servlet&quot; [Starting]
org.eclipse.equinox.jsp.jasper (1.0.200.v20090520-1800) &quot;Jasper Jsp Support Bundle&quot; [Starting]
org.eclipse.equinox.jsp.jasper.registry (1.0.100.v20090520-1800) &quot;Jasper Jsp Registry Support Plug-in&quot; [Starting]
org.eclipse.equinox.launcher (1.0.201.R35x_v20090715) &quot;Equinox Launcher&quot; [Resolved]
org.eclipse.equinox.launcher.cocoa.macosx.x86_64 (1.0.1.R35x_v20090707) &quot;Equinox Launcher MacOSX Cocoa Fragment&quot; [Resolved]
org.eclipse.equinox.p2.artifact.repository (1.0.101.R35x_v20090721) &quot;Equinox Provisioning Artifact Repository Support&quot; [Active]
org.eclipse.equinox.p2.console (1.0.100.v20090520-1905) &quot;Equinox Provisioning Console&quot; [Starting]
org.eclipse.equinox.p2.core (1.0.101.R35x_v20090819) &quot;Equinox Provisioning Core&quot; [Active]
org.eclipse.equinox.p2.director (1.0.100.v20090520-1905) &quot;Equinox Provisioning Director&quot; [Active]
org.eclipse.equinox.p2.director.app (1.0.100.v20090521-1912) &quot;Equinox Provisioning Director Application&quot; [Starting]
org.eclipse.equinox.p2.directorywatcher (1.0.100.v20090525) &quot;Equinox Provisioning Directory Watcher&quot; [Active]
org.eclipse.equinox.p2.engine (1.0.101.R35x_v20090825) &quot;Equinox Provisioning Engine&quot; [Active]
org.eclipse.equinox.p2.exemplarysetup (1.0.100.v20090520-1905) &quot;Equinox Provisioning Exemplary Setup&quot; [Active]
org.eclipse.equinox.p2.extensionlocation (1.0.100.v20090520-1905) &quot;Extension Location Repository Support&quot; [Active]
org.eclipse.equinox.p2.garbagecollector (1.0.100.v20090520-1905) &quot;Provisioning Garbage Collector&quot; [Active]
org.eclipse.equinox.p2.jarprocessor (1.0.100.v20090520-1905) &quot;Equinox Provisioning JAR Processor&quot; [Resolved]
org.eclipse.equinox.p2.metadata (1.0.100.v20090525) &quot;Equinox Provisioning Metadata&quot; [Active]
org.eclipse.equinox.p2.metadata.generator (1.0.100.v20090520-1905) &quot;Equinox Provisioning Metadata Generator&quot; [Starting]
org.eclipse.equinox.p2.metadata.repository (1.0.101.R35x_v20090812) &quot;Equinox Provisioning Metadata Repository&quot; [Active]
org.eclipse.equinox.p2.publisher (1.0.0.v20090527-1812) &quot;Equinox Provisioning Publisher&quot; [Active]
org.eclipse.equinox.p2.reconciler.dropins (1.0.100.v20090520-1905) &quot;Dropin Reconciler Plug-in&quot; [Active]
org.eclipse.equinox.p2.repository (1.0.1.v20090901-1041) &quot;Equinox Provisioning Repository&quot; [Active]
org.eclipse.equinox.p2.repository.tools (1.0.1.R35x_v20090806) &quot;Equinox p2 repository tools.&quot; [Starting]
org.eclipse.equinox.p2.touchpoint.eclipse (1.0.101.R35x_20090820-1821) &quot;Equinox Provisioning Eclipse Touchpoint&quot; [Active]
org.eclipse.equinox.p2.touchpoint.natives (1.0.101.R35x_v20090806) &quot;Equinox Provisioning Native Touchpoint&quot; [Starting]
org.eclipse.equinox.p2.ui (1.0.101.R35x_v20090819) &quot;Equinox Provisioning UI Support&quot; [Active]
org.eclipse.equinox.p2.ui.sdk (1.0.100.v20090520-1905) &quot;Equinox Provisioning Platform Update Support&quot; [Active]
org.eclipse.equinox.p2.ui.sdk.scheduler (1.0.0.v20090520-1905) &quot;Equinox Provisioning Platform Automatic Update Support&quot; [Active]
org.eclipse.equinox.p2.updatechecker (1.1.0.v20090520-1905) &quot;Equinox Provisioning Update Checker&quot; [Active]
org.eclipse.equinox.p2.updatesite (1.0.100.v20090525) &quot;Update site repository adapter bundle (Incubation)&quot; [Starting]
org.eclipse.equinox.preferences (3.2.300.v20090520-1800) &quot;Eclipse Preferences Mechanism&quot; [Active]
org.eclipse.equinox.registry (3.4.100.v20090520-1800) &quot;Extension Registry Support&quot; [Active]
org.eclipse.equinox.security (1.0.100.v20090520-1800) &quot;Equinox Java Authentication and Authorization Service (JAAS)&quot; [Active]
org.eclipse.equinox.security.macosx (1.100.0.v20090520-1800) &quot;OS X Keystore service integration&quot; [Resolved]
org.eclipse.equinox.security.ui (1.0.100.v20090520-1800) &quot;Equinox Security Default UI&quot; [Starting]
org.eclipse.equinox.simpleconfigurator (1.0.101.R35x_v20090807-1100) &quot;Simple Configurator&quot; [Active]
org.eclipse.equinox.simpleconfigurator.manipulator (1.0.100.v20090520-1905) &quot;Simple Configurator Manipulator&quot; [Active]
org.eclipse.equinox.util (1.0.100.v20090520-1800) &quot;Equinox Util Bundle&quot; [Active]
org.eclipse.gef (3.5.0.v20090528-1511) &quot;Graphical Editing Framework GEF&quot; [Active]
org.eclipse.gef3d (0.8.1) &quot;Graphical Editing Framework 3D&quot; [Active]
org.eclipse.help (3.4.1.v20090805_35x) &quot;Help System Core&quot; [Active]
org.eclipse.help.appserver (3.1.400.v20090429_1800) &quot;Help Application Server&quot; [Starting]
org.eclipse.help.base (3.4.0.v200909170800) &quot;Help System Base&quot; [Starting]
org.eclipse.help.ui (3.4.1.v20090819_35x) &quot;Help System UI&quot; [Starting]
org.eclipse.help.webapp (3.4.1.v20090819_35x) &quot;Help System Webapp&quot; [Starting]
org.eclipse.jdt (3.5.1.v200909170800) &quot;Eclipse Java Development Tools&quot; [Resolved]
org.eclipse.jdt.apt.core (3.3.201.R35x_v20090818-0235) &quot;Java Annotation Processing Core&quot; [Active]
org.eclipse.jdt.apt.pluggable.core (1.0.201.R35x_v20090818-0225) &quot;Java Compiler Apt IDE&quot; [Active]
org.eclipse.jdt.apt.ui (3.3.200.v20090528-1135) &quot;Java Annotation Processing UI&quot; [Starting]
org.eclipse.jdt.compiler.apt (1.0.201.R35x_v20090825-1530) &quot;Java Compiler Apt&quot; [Resolved]
org.eclipse.jdt.compiler.tool (1.0.100.v_972_R35x) &quot;Java Compiler Tool Support&quot; [Resolved]
org.eclipse.jdt.core (3.5.1.v_972_R35x) &quot;Java Development Tools Core&quot; [Active]
org.eclipse.jdt.core.manipulation (1.3.0.v20090603) &quot;Java Code Manipulation Functionality&quot; [Active]
org.eclipse.jdt.debug (3.5.0.v20090526) &quot;JDI Debug Model&quot; [Starting]
org.eclipse.jdt.debug.ui (3.4.1.v20090811_r351) &quot;JDI Debug UI&quot; [Starting]
org.eclipse.jdt.doc.isv (3.5.1.r351_v20090831) &quot;Eclipse JDT Plug-in Developer Guide&quot; [Resolved]
org.eclipse.jdt.doc.user (3.5.1.r351_v20090821-0800) &quot;Eclipse Java development user guide&quot; [Resolved]
org.eclipse.jdt.junit (3.5.1.r351_v20090708-0800) &quot;Java Development Tools JUnit support&quot; [Starting]
org.eclipse.jdt.junit.runtime (3.4.100.v20090513-2000) &quot;Java Development Tools JUnit runtime support&quot; [Resolved]
org.eclipse.jdt.junit4.runtime (1.1.0.v20090513-2000) &quot;Java Development Tools JUnit4 runtime support&quot; [Resolved]
org.eclipse.jdt.launching (3.5.0.v20090527) &quot;Java Development Tools Launching Support&quot; [Active]
org.eclipse.jdt.launching.macosx (3.2.0.v20090527) &quot;Mac OS X Launcher&quot; [Active]
org.eclipse.jdt.launching.ui.macosx (1.0.0.v20090527) &quot;Mac OS X UI Launching Support&quot; [Starting]
org.eclipse.jdt.ui (3.5.1.r351_v20090821-0800) &quot;Java Development Tools UI&quot; [Active]
org.eclipse.jface (3.5.1.M20090826-0800) &quot;JFace&quot; [Active]
org.eclipse.jface.databinding (1.3.1.M20090826-0800) &quot;JFace Data Binding for SWT and JFace&quot; [Resolved]
org.eclipse.jface.text (3.5.1.r351_v20090708-0800) &quot;JFace Text&quot; [Resolved]
org.eclipse.jsch.core (1.1.100.I20090430-0408) &quot;JSch Core&quot; [Starting]
org.eclipse.jsch.ui (1.1.200.I20090430-0408) &quot;JSch UI&quot; [Starting]
org.eclipse.ltk.core.refactoring (3.5.0.v20090513-2000) &quot;Refactoring Core&quot; [Active]
org.eclipse.ltk.ui.refactoring (3.4.100.v20090604) &quot;Refactoring UI&quot; [Active]
org.eclipse.osgi (3.5.1.R35x_v20090827) &quot;OSGi System Bundle&quot; [Active]
org.eclipse.osgi.services (3.2.0.v20090520-1800) &quot;OSGi Release 4.2.0 Services&quot; [Resolved]
org.eclipse.osgi.util (3.2.0.v20090520-1800) &quot;OSGi Release 4.2.0 Utility Classes&quot; [Resolved]
org.eclipse.pde (3.4.100.v200909170800) &quot;PDE&quot; [Active]
org.eclipse.pde.api.tools (1.0.101.v20090714) &quot;API Tools&quot; [Starting]
org.eclipse.pde.api.tools.ui (1.0.101.v20090820) &quot;API Tools UI&quot; [Starting]
org.eclipse.pde.build (3.5.1.R35x_20090820) &quot;Plug-in Development Environment Build Support&quot; [Active]
org.eclipse.pde.core (3.5.100.v20090821) &quot;PDE Core&quot; [Active]
org.eclipse.pde.doc.user (3.5.0.v20090818) &quot;PDE User Guide&quot; [Resolved]
org.eclipse.pde.ds.core (1.0.0.v20090429-1800) &quot;PDE DS Core&quot; [Starting]
org.eclipse.pde.ds.ui (1.0.0.v20090527) &quot;PDE DS UI&quot; [Starting]
org.eclipse.pde.junit.runtime (3.4.0.v20090527) &quot;PDE JUnit Plug-in Test&quot; [Resolved]
org.eclipse.pde.runtime (3.4.100.v20090731) &quot;PDE Runtime&quot; [Starting]
org.eclipse.pde.ua.core (1.0.0.v20090429-1800) &quot;PDE UA Core&quot; [Starting]
org.eclipse.pde.ua.ui (1.0.0.v20090511) &quot;PDE UA UI&quot; [Starting]
org.eclipse.pde.ui (3.5.0.v20090821) &quot;PDE UI&quot; [Active]
org.eclipse.pde.ui.templates (3.4.100.v20090527) &quot;PDE Templates&quot; [Starting]
org.eclipse.platform (3.3.201.v200909170800) &quot;Eclipse Platform&quot; [Resolved]
org.eclipse.platform.doc.isv (3.5.1.r351_v20090831) &quot;Eclipse Platform Plug-in Developer Guide&quot; [Resolved]
org.eclipse.platform.doc.user (3.5.1.r351_v20090821-0800) &quot;Eclipse Workbench User Guide&quot; [Resolved]
org.eclipse.rcp (3.5.0.v200909170800) &quot;Eclipse RCP&quot; [Starting]
org.eclipse.sdk (3.5.1.v200909170800) &quot;Eclipse Project SDK&quot; [Starting]
org.eclipse.search (3.5.1.r351_v20090708-0800) &quot;Search Support&quot; [Starting]
org.eclipse.swt (3.5.1.v3555a) &quot;Standard Widget Toolkit&quot; [Resolved]
org.eclipse.swt.cocoa.macosx.x86_64 (3.5.1.v3555a) &quot;Standard Widget Toolkit for Mac OS X (Cocoa)&quot; [Resolved]
org.eclipse.team.core (3.5.0.I20090527-0620) &quot;Team Support Core&quot; [Active]
org.eclipse.team.cvs.core (3.3.200.I20090430-0408) &quot;CVS Team Provider Core&quot; [Starting]
org.eclipse.team.cvs.ssh (3.2.100.I20090508-2000) &quot;CVS SSH Core&quot; [Starting]
org.eclipse.team.cvs.ssh2 (3.2.200.I20090508-2000) &quot;CVS SSH2&quot; [Starting]
org.eclipse.team.cvs.ui (3.3.201.R35x_v20090826-0905) &quot;CVS Team Provider UI&quot; [Starting]
org.eclipse.team.ui (3.5.0.I20090430-0408) &quot;Team Support UI&quot; [Active]
org.eclipse.text (3.5.0.v20090513-2000) &quot;Text&quot; [Resolved]
org.eclipse.ui (3.5.1.M20090902-1000) &quot;Eclipse UI&quot; [Active]
org.eclipse.ui.browser (3.2.300.v20090526) &quot;Browser Support&quot; [Starting]
org.eclipse.ui.cheatsheets (3.3.200.v20090526) &quot;Cheat Sheets&quot; [Starting]
org.eclipse.ui.cocoa (1.0.0.I20090525-2000) &quot;Eclipse UI MacOS X Enhancements&quot; [Resolved]
org.eclipse.ui.console (3.4.0.v20090513) &quot;Console&quot; [Active]
org.eclipse.ui.editors (3.5.0.v20090527-2000) &quot;Default Text Editor&quot; [Active]
org.eclipse.ui.externaltools (3.2.0.v20090504) &quot;External Tools&quot; [Starting]
org.eclipse.ui.forms (3.4.1.v20090714_35x) &quot;Eclipse Forms&quot; [Starting]
org.eclipse.ui.ide (3.5.1.M20090826-0800) &quot;Eclipse IDE UI&quot; [Active]
org.eclipse.ui.ide.application (1.0.101.M20090826-0800) &quot;Eclipse IDE UI Application&quot; [Resolved]
org.eclipse.ui.intro (3.3.1.v20090805_35x) &quot;Welcome Framework&quot; [Starting]
org.eclipse.ui.intro.universal (3.2.300.v20090526) &quot;Universal Welcome&quot; [Starting]
org.eclipse.ui.navigator (3.4.1.M20090911-1550) &quot;Common Navigator View&quot; [Starting]
org.eclipse.ui.navigator.resources (3.4.1.M20090826-0800) &quot;Navigator Workbench Components&quot; [Starting]
org.eclipse.ui.net (1.2.1.r35x_20090812-1200) &quot;Internet Connection Management UI&quot; [Active]
org.eclipse.ui.presentations.r21 (3.2.100.I20081007-0800) &quot;R21 Presentation Plug-in&quot; [Starting]
org.eclipse.ui.views (3.4.1.M20090826-0800) &quot;Views&quot; [Active]
org.eclipse.ui.views.log (1.0.100.v20090731) &quot;Log View&quot; [Active]
org.eclipse.ui.views.properties.tabbed (3.5.0.I20090429-1800) &quot;Tabbed Properties View&quot; [Starting]
org.eclipse.ui.workbench (3.5.1.M20090826-0800a) &quot;Workbench&quot; [Active]
org.eclipse.ui.workbench.compatibility (3.2.0.I20090429-1800) &quot;Workbench Compatibility&quot; [Resolved]
org.eclipse.ui.workbench.texteditor (3.5.0.v20090603) &quot;Text Editor Framework&quot; [Active]
org.eclipse.update.configurator (3.3.0.v20090312) &quot;Install/Update Configurator&quot; [Active]
org.eclipse.update.core (3.2.300.v20090525) &quot;Install/Update Core&quot; [Active]
org.eclipse.update.scheduler (3.2.200.v20081127) &quot;Automatic Updates Scheduler&quot; [Active]
org.eclipse.update.ui (3.2.201.R35x_v20090813) &quot;Install/Update UI&quot; [Starting]
org.eclipse.xpand (0.7.2.v200908120436) &quot;Xpand core (Incubation)&quot; [Resolved]
org.eclipse.xtend (0.7.2.v200908120436) &quot;Xtend core (Incubation)&quot; [Resolved]
org.eclipse.xtend.typesystem.emf (0.7.2.v200908120436) &quot;Xtend emf typesystem (Incubation)&quot; [Resolved]
org.eclipse.xtend.util.stdlib (0.7.2.v200908120436) &quot;Xtend util standard library (Incubation)&quot; [Resolved]
org.eclipse.xtext (0.7.2.v200908120607) &quot;Xtext (Incubation)&quot; [Resolved]
org.eclipse.xtext.generator (0.7.2.v200908120607) &quot;Xtext Generator (Incubation)&quot; [Starting]
org.eclipse.xtext.log4j (1.2.15.v200908120607) &quot;Xtext Log4j&quot; [Resolved]
org.eclipse.xtext.ui.common (0.7.2.v200908120607) &quot;Xtext UI Common (Incubation)&quot; [Starting]
org.eclipse.xtext.ui.core (0.7.2.v200908120607) &quot;Xtext UI Core (Incubation)&quot; [Starting]
org.eclipse.xtext.util (0.7.2.v200908120607) &quot;Xtext Utility (Incubation)&quot; [Resolved]
org.eclipse.xtext.xtend (0.7.2.v200908120607) &quot;Xtext Xtend Extensions Plug-in (Incubation)&quot; [Starting]
org.eclipse.zest.core (2.0.0.v200911160115) &quot;Graphical Editing Framework Zest Core&quot; [Resolved]
org.eclipse.zest.layout (1.0.0.v200911160115) &quot;Layout&quot; [Resolved]
org.eclipse.zest.layouts (1.1.0.v20090504-1850) &quot;Graphical Editing Framework Zest Layouts&quot; [Resolved]
org.hamcrest.core (1.1.0.v20090501071000) &quot;Hamcrest Core Library of Matchers&quot; [Starting]
org.junit (3.8.2.v20090203-1005) &quot;JUnit Testing Framework&quot; [Resolved]
org.junit4 (4.5.0.v20090824) &quot;JUnit Testing Framework Version 4&quot; [Resolved]
org.lwjgl (2.2.1) &quot;LWJGL Lightweight Java Game Library&quot; [Starting]
org.lwjgl.doc (2.2.1) &quot;LWJGL Documentation&quot; [Starting]
org.lwjgl.source (2.2.1) &quot;LWJGL Sources&quot; [Resolved]
org.lwjgl.test (2.2.1) &quot;LWJGL TestView&quot; [Resolved]
org.mortbay.jetty.server (6.1.15.v200905151201) &quot;Jetty Server&quot; [Resolved]
org.mortbay.jetty.util (6.1.15.v200905182336) &quot;Jetty Utilities&quot; [Resolved]
org.mozilla.rhino (1.7.1.v20090521) &quot;Mozilla Rhino&quot; [Resolved]
org.objectweb.asm (3.1.0.v200803061910) &quot;ASM&quot; [Resolved]
org.sat4j.core (2.1.0.v20090520) &quot;SAT4J Core&quot; [Resolved]
org.sat4j.pb (2.1.0.v20090520) &quot;SAT4J Pseudo&quot; [Resolved]

*** User Preferences:
#Mon Nov 16 13:09:26 PST 2009
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_interim/uri=http\://download.eclipse.org/modeling/m2t/updates/interim
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/uri=http\://download.eclipse.org/amp/updates/nightly
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates/enabled=false
@org.eclipse.ui.editors=3.5.0.v20090527-2000
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_datatools_updates/uri=http\://download.eclipse.org/datatools/updates
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/nickname=metascape.tools Update Site
@org.eclipse.debug.ui=3.5.1.v20090811_r351
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed/name=Bundle pool
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/name=metadata listener dropins
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_1.1/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__metascapeabm.com_updates_ascape/uri=http\://metascapeabm.com/updates/ascape
@org.eclipse.core.net=1.2.1.r35x_20090812-1200
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates_interim/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.ui.sdk.scheduler/autoUpdateInit=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_galileo/uri=http\://download.eclipse.org/releases/galileo
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates_2.0/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.metascapeabm.com_updates/nickname=metascape.tools Update Site
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_tml_updates_0.3/uri=http\://download.eclipse.org/dsdp/tml/updates/0.3/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/description=
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_mat_0.8_update-site/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_releases/uri=http\://download.eclipse.org/modeling/gmf/updates/releases/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_p2_org.eclipse.equinox.p2.core_cache/suffix=artifacts.xml
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_emf_updates/uri=http\://download.eclipse.org/tools/emf/updates/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/uri=http\://download.eclipse.org/eclipse/updates/3.5/R-3.5-200906111540
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_p2_org.eclipse.equinox.p2.core_cache/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_incremental-updates_milestone/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/description=
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_templates=&lt;?xml version\=&quot;1.0&quot; encoding\=&quot;UTF-8&quot; standalone\=&quot;no&quot;?&gt;&lt;templates/&gt;
/instance/org.eclipse.ui.views.log/groupBy=0
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_categories/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.1_stable/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_emft_?project\=search\#search/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__lwjgl.org_update/type=org.eclipse.equinox.p2.updatesite.metadataRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/isSystem=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_p2_org.eclipse.equinox.p2.core_cache/isSystem=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_releases/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.1_stable/uri=http\://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/name=&quot;Eclipse Project Test Site&quot;
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/nickname=The Eclipse Project Updates
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_galileo/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_datatools_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_interim/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_mat_0.8_update-site/uri=http\://download.eclipse.org/technology/mat/0.8/update-site/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_datatools_updates/uri=http\://download.eclipse.org/datatools/updates
/configuration/org.eclipse.ui.ide/SHOW_WORKSPACE_SELECTION_DIALOG=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/provider=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipse.org_amp_updates_release/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.0_update/uri=http\://download.eclipse.org/rt/riena/1.1.0.0/update/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_runtime-update/uri=http\://download.eclipse.org/rt/rap/1.2/runtime-update
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.lwjgl.org_update/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates/uri=http\://download.eclipse.org/modeling/m2m/updates/
/instance/org.eclipse.jdt.ui/org.eclipse.jface.textfont=1|Monaco|11.0|0|COCOA|1|;
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_subversive_0.7_update-site/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates/uri=http\://download.eclipse.org/modeling/m2t/updates
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_incremental-updates_milestone/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_extras/uri=http\://download.eclipse.org/tools/mylyn/update/extras
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__metascapeabm.com_updates_ascape/uri=http\://metascapeabm.com/updates/ascape
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.lwjgl.org_update/uri=http\://www.lwjgl.org/update/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/isSystem=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__lwjgl.org_index.php/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_releases/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_emf_updates/uri=http\://download.eclipse.org/tools/emf/updates/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/uri=file\:/Developer/eclipse-ed/.eclipseextension
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_subversive_0.7_update-site/uri=http\://download.eclipse.org/technology/subversive/0.7/update-site/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__metascapeabm.com_updates_ascape/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_subversive_0.7_update-site/isSystem=false
/instance/org.eclipse.core.resources/version=1
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_categories/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_subversive_0.7_update-site/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.0_update/enabled=false
@org.eclipse.ui=3.5.1.M20090902-1000
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/uri=http\://download.eclipse.org/eclipse/updates/3.5/R-3.5.1-200909170800
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_emft_updates/uri=http\://www.eclipse.org/modeling/emft/updates/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_galileo_releases/uri=http\://download.eclipse.org/galileo/releases/
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_index.php/uri=http\://lwjgl.org/index.php
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.1_stable/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/description=
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_releases/uri=http\://download.eclipse.org/modeling/m2t/updates/releases/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_datatools_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_releases/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.0_update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipse.metascapeabm.com_updates/uri=http\://eclipse.metascapeabm.com/updates
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates_2.0/uri=http\://download.eclipse.org/tools/pdt/updates/2.0/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_categories/suffix=content.xml
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/enabled=true
/instance/org.eclipse.pde.core/workspace_target_handle=local\:1258364226646.target
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_incremental-updates_milestone/enabled=false
/instance/org.eclipse.debug.ui/preferredTargets=default\:default|
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/description=
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_dltk_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__lwjgl.org_index.php/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_tml_updates_0.3/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates_interim/uri=http\://download.eclipse.org/modeling/tmf/updates/interim/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/uri=file\:/Developer/builds/Metascape/I200911160115/Metascape-Update-I200911160115/
/instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/description=
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__mirror.anl.gov_pub_repastsimphony_site.xml/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_amp_updates_releases/uri=http\://download.eclipse.org/modeling/amp/updates/releases/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates/uri=http\://download.eclipse.org/modeling/emf/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_e3.4/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo/description=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/name=&quot;Eclipse Project Test Site&quot;
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo_aggregate/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__lwjgl.org_update/version=1
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_galileo/uri=http\://download.eclipse.org/tools/cdt/releases/galileo
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/provider=
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_mat_0.8_update-site/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo_aggregate/uri=http\://download.eclipse.org/releases/galileo/aggregate
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_milestones/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.metascapeabm.com_updates/uri=http\://eclipse.metascapeabm.com/updates
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/version=1
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/isSystem=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.metascapeabm.com_updates/version=1.0.0
/configuration/org.eclipse.ui.ide/RECENT_WORKSPACES=/Users/milesparker/Documents/workspace-223\n/Users/milesparker/Documents/workspace-22
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_1.1/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_galileo/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_releases/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_extras/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_webtools_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_amp_updates_releases/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/name=&quot;Eclipse Project Test Site&quot;
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_releases/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_tm_updates_3.0/uri=http\://download.eclipse.org/dsdp/tm/updates/3.0
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/suffix=content.xml
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_interim/uri=http\://download.eclipse.org/modeling/m2t/updates/interim
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_galileo_releases/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_jwt_update-site/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_subversive_0.7_update-site/uri=http\://download.eclipse.org/technology/subversive/0.7/update-site/
/instance/org.eclipse.ui.views.log/orderValue=-1
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.metascapeabm.com_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates/uri=http\://download.eclipse.org/modeling/emft/updates/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_incremental-updates_milestone/uri=http\://download.eclipse.org/rt/eclipselink/incremental-updates/milestone
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.lwjgl.org_update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipse.org_tptp_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_1.1/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_stp_updates/uri=http\://download.eclipse.org/stp/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo_aggregate/isSystem=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/description=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_mat_0.8_update-site/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_categories/uri=http\://download.eclipse.org/eclipse/updates/3.5/categories
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__lwjgl.org_update/name=update site\: http\://lwjgl.org/update
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/name=&quot;Eclipse Project Test Site&quot;
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_galileo_releases/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/description=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_mat_0.8_update-site/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_stp_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/provider=
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_galileo/name=Galileo
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_update/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_update/enabled=false
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_1.1/uri=http\://download.eclipse.org/technology/epp/updates/1.1/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_milestones/isSystem=false
/instance/org.eclipse.jdt.ui/content_assist_number_of_computers=13
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/name=metascape.tools Artifacts
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/suffix=artifacts.xml
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/count=1
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_extras/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo/nickname=Galileo
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_jwt_update-site/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_emf_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_amp_updates_releases/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__mirror.anl.gov_pub_repastsimphony_site.xml/isSystem=false
/instance/org.eclipse.ui.ide/platformState=1258361771214
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates_2.0/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_webtools_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_galileo/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_mat_0.8_update-site/uri=http\://download.eclipse.org/technology/mat/0.8/update-site/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_stp_updates/uri=http\://download.eclipse.org/stp/updates/
/profile/_SELF_/org.eclipse.equinox.p2.ui.sdk/showLatestVersion=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates/uri=http\://download.eclipse.org/modeling/mdt/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipse.org_amp_updates_release/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo_aggregate/suffix=artifacts.xml
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_milestones/uri=http\://download.eclipse.org/tools/gef/updates/milestones/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.1_stable/uri=http\://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_updates/isSystem=false
/instance/org.eclipse.ui.views.log/activate=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_p2_org.eclipse.equinox.p2.core_cache/provider=
/instance/org.eclipse.jdt.ui/proposalOrderMigrated=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_emft_?project\=search\#search/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo/enabled=true
@org.eclipse.jdt.core=3.5.1.v_972_R35x
@org.eclipse.pde.core=3.5.100.v20090821
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.lwjgl.org_update/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_incremental-updates_milestone/uri=http\://download.eclipse.org/rt/eclipselink/incremental-updates/milestone
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_jwt_update-site/uri=http\://download.eclipse.org/technology/jwt/update-site
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates/isSystem=false
/instance/org.eclipse.ui.views.log/show_filter_text=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_jwt_update-site/enabled=false
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_stp_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_runtime-update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_datatools_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/name=metascape.tools Update Site
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.1_update/uri=http\://download.eclipse.org/rt/riena/1.1.0.1/update/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_incremental-updates_milestone/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_swordfish_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_milestones/uri=http\://download.eclipse.org/tools/gef/updates/milestones/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates/uri=http\://download.eclipse.org/modeling/tmf/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_actf_0.7_update-site/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipse.org_tptp_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/provider=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_emft_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/name=modeling.amp Update Site
/instance/org.eclipse.ui/showIntro=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/uri=file\:/Developer/builds/Metascape/I200911160038/Metascape-Update-I200911160038/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.0_update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_birt_update-site_2.5/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_webtools_updates/uri=http\://download.eclipse.org/webtools/updates
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_swordfish_updates/uri=http\://download.eclipse.org/rt/swordfish/updates
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_p2_org.eclipse.equinox.p2.core_cache/uri=file\:/Developer/eclipse-ed/p2/org.eclipse.equinox.p2.core/cache/
@org.eclipse.team.ui=3.5.0.I20090430-0408
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_releases/uri=http\://download.eclipse.org/modeling/gmf/updates/releases/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_emft_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_emft_updates/uri=http\://download.eclipse.org/technology/emft/updates/
/configuration/org.eclipse.ui.ide/MAX_RECENT_WORKSPACES=5
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
@org.eclipse.core.resources=3.5.1.R35x_v20090826-0451
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo/uri=http\://download.eclipse.org/releases/galileo
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_birt_update-site_2.5/uri=http\://download.eclipse.org/birt/update-site/2.5
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/type=org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_actf_0.7_update-site/uri=http\://download.eclipse.org/technology/actf/0.7/update-site/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates_interim/uri=http\://download.eclipse.org/modeling/tmf/updates/interim/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed/isSystem=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_1.1/uri=http\://download.eclipse.org/technology/epp/updates/1.1/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_interim/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/description=
/instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_XML=&lt;?xml version\=&quot;1.0&quot; encoding\=&quot;UTF-8&quot; standalone\=&quot;no&quot;?&gt;\n&lt;vmSettings defaultVM\=&quot;52,org.eclipse.jdt.internal.launching.macosx.MacOSXType5,1.6.0&quot; defaultVMConnector\=&quot;&quot;&gt;\n&lt;vmType id\=&quot;org.eclipse.jdt.internal.launching.macosx.MacOSXType&quot;&gt;\n&lt;vm id\=&quot;1.5&quot; javadocURL\=&quot;http\://java.sun.com/javase/6/docs/api/&quot; name\=&quot;JVM 1.5&quot; path\=&quot;/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home&quot;/&gt;\n&lt;vm id\=&quot;1.5.0&quot; javadocURL\=&quot;http\://java.sun.com/javase/6/docs/api/&quot; name\=&quot;JVM 1.5.0&quot; path\=&quot;/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home&quot;/&gt;\n&lt;vm id\=&quot;1.6&quot; javadocURL\=&quot;http\://java.sun.com/javase/6/docs/api/&quot; name\=&quot;JVM 1.6&quot; path\=&quot;/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home&quot;/&gt;\n&lt;vm id\=&quot;1.6.0&quot; javadocURL\=&quot;http\://java.sun.com/javase/6/docs/api/&quot; name\=&quot;JVM 1.6.0 (MacOS X Default)&quot; path\=&quot;/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home&quot;/&gt;\n&lt;/vmType&gt;\n&lt;/vmSettings&gt;\n
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed/provider=
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_p2_org.eclipse.equinox.p2.core_cache/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_actf_0.7_update-site/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.metascapeabm.com_updates/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__mirror.anl.gov_pub_repastsimphony_site.xml/uri=http\://mirror.anl.gov/pub/repastsimphony/site.xml
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__lwjgl.org_update/nickname=update site\: http\://lwjgl.org/update
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates_2.0/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/isSystem=true
/instance/org.eclipse.ui.views.log/orderType=2
/configuration/org.eclipse.core.net/org.eclipse.core.net.hasMigrated=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.1_update/uri=http\://download.eclipse.org/rt/riena/1.1.0.1/update/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_actf_0.7_update-site/uri=http\://download.eclipse.org/technology/actf/0.7/update-site/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_e3.4/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_milestones/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/isSystem=true
@org.eclipse.ui.ide=3.5.1.M20090826-0800
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.editor.tab.width=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/uri=http\://download.eclipse.org/eclipse/updates/3.5
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_tml_updates_0.3/uri=http\://download.eclipse.org/dsdp/tml/updates/0.3/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_emft_updates/uri=http\://download.eclipse.org/technology/emft/updates/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_birt_update-site_2.5/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/nickname=modeling.amp Update Site
/instance/org.eclipse.jdt.ui/useQuickDiffPrefPage=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_runtime-update/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipse.org_tptp_updates/uri=http\://eclipse.org/tptp/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/uri=file\:/Developer/eclipse-ed/.eclipseextension
/instance/org.eclipse.jdt.ui/spelling_locale_initialized=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates_interim/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.1_update/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_releases/uri=http\://download.eclipse.org/modeling/m2t/updates/releases/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_e3.4/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.org_tptp_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates_interim/uri=http\://download.eclipse.org/modeling/emft/updates/interim/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates/uri=http\://download.eclipse.org/modeling/mdt/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_update/suffix=site.xml
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_galileo_releases/uri=http\://download.eclipse.org/galileo/releases/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_emft_updates/uri=http\://www.eclipse.org/modeling/emft/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates_2.0/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_runtime-update/uri=http\://download.eclipse.org/rt/rap/1.2/runtime-update
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_stp_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_extras/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates_interim/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.1_update/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_index.php/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_index.php/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_emft_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo_aggregate/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_tm_updates_3.0/uri=http\://download.eclipse.org/dsdp/tm/updates/3.0
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates/uri=http\://download.eclipse.org/modeling/m2t/updates
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo_aggregate/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_update/type=org.eclipse.equinox.p2.updatesite.artifactRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_emf_updates/isSystem=false
/instance/org.eclipse.ui.ide/PROBLEMS_FILTERS_MIGRATE=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_subversive_0.7_update-site/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_categories/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo/provider=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.1_stable/enabled=false
@org.eclipse.ui.views.log=1.0.100.v20090731
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_extras/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates/uri=http\://download.eclipse.org/modeling/m2m/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo_aggregate/provider=
\!/=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/uri=http\://download.eclipse.org/eclipse/updates/3.5/R-3.5-200906111540
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_tml_updates_0.3/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.ui.sdk.scheduler/migrated34Prefs=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_extras/uri=http\://download.eclipse.org/tools/mylyn/update/extras
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.lwjgl.org_update/uri=http\://www.lwjgl.org/update/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_swordfish_updates/enabled=false
/instance/org.eclipse.jdt.ui/tabWidthPropagated=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/isSystem=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_releases/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_emft_?project\=search\#search/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_birt_update-site_2.5/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/provider=
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_updates/uri=http\://download.eclipse.org/rt/eclipselink/updates
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_dltk_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/version=1.0.0
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_SRC=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/src.jar
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.org_tptp_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_tml_updates_0.3/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates_interim/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_emf_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__metascapeabm.com_updates_ascape/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_e3.4/uri=http\://download.eclipse.org/tools/mylyn/update/e3.4
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates/uri=http\://download.eclipse.org/modeling/emf/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_p2_org.eclipse.equinox.p2.core_cache/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates_2.0/uri=http\://download.eclipse.org/tools/pdt/updates/2.0/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo/name=Galileo artifacts
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/instance/org.eclipse.pde.core/platform_path=/Developer/eclipse-ed
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/name=&quot;Eclipse Project Test Site&quot;
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__metascapeabm.com_updates_ascape/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_jwt_update-site/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_runtime-update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_update/version=1
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/nickname=metascape.tools Update Site
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/type=org.eclipse.equinox.p2.extensionlocation.metadataRepository
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipse.metascapeabm.com_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_p2_org.eclipse.equinox.p2.core_cache/name=download cache
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.lwjgl.org_update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.metascapeabm.com_updates/name=metascape.tools Update Site
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.templates_migrated=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_tm_updates_3.0/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/uri=http\://download.eclipse.org/amp/updates/nightly
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__mirror.anl.gov_pub_repastsimphony_site.xml/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates_interim/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_update/description=
/instance/org.eclipse.jdt.ui/content_assist_proposals_foreground=0,0,0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_updates/uri=http\://download.eclipse.org/rt/eclipselink/updates
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed/uri=file\:/Developer/eclipse-ed/
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.visibilityCheck=enabled
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_interim/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.ui.sdk.scheduler/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/isSystem=false
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.formatterprofiles.version=11
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__lwjgl.org_update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.1_update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_tml_updates_0.3/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_1.1/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/provider=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates_interim/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_webtools_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/isSystem=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_swordfish_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/version=1
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_e3.4/isSystem=false
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_SRCROOT=src
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/type=org.eclipse.equinox.p2.extensionlocation.artifactRepository
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo_aggregate/description=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipse.org_amp_updates_release/uri=http\://eclipse.org/amp/updates/release
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates/uri=http\://download.eclipse.org/tools/pdt/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed/enabled=true
/instance/org.eclipse.ui.views.log/column4=150
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/isSystem=false
/instance/org.eclipse.ui.views.log/column3=150
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_galileo/enabled=false
/instance/org.eclipse.ui.views.log/column2=603
@org.eclipse.jdt.ui=3.5.1.r351_v20090821-0800
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__metascapeabm.com_updates_ascape/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_galileo/uri=http\://download.eclipse.org/tools/cdt/releases/galileo
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__mirror.anl.gov_pub_repastsimphony_site.xml/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.0_update/enabled=false
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_LIB=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/classes.jar
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/uri=file\:/Developer/builds/Metascape/I200911160038/Metascape-Update-I200911160038/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates/uri=http\://download.eclipse.org/modeling/emft/updates/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_galileo_releases/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates_interim/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_galileo_releases/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_releases/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/provider=
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/name=&quot;Eclipse Project Test Site&quot;
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_dltk_updates/uri=http\://download.eclipse.org/technology/dltk/updates/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_update/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/suffix=artifacts.xml
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_amp_updates_releases/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_emft_?project\=search\#search/uri=http\://www.eclipse.org/modeling/emft/?project\=search\#search
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo_aggregate/name=Galileo artifacts
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/name=metascape.tools Artifacts
/instance/org.eclipse.jdt.ui/useAnnotationsPrefPage=true
/configuration/org.eclipse.ui.ide/RECENT_WORKSPACES_PROTOCOL=3
/instance/org.eclipse.team.ui/org.eclipse.team.ui.first_time=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/provider=
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/count=1
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/uri=file\:/Developer/builds/Metascape/I200911160115/Metascape-Update-I200911160115/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_update/name=update site\: http\://lwjgl.org/update
file_export_version=3.0
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_galileo/nickname=Galileo
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates/uri=http\://download.eclipse.org/tools/pdt/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_p2_org.eclipse.equinox.p2.core_cache/description=
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_emf_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.org_tptp_updates/uri=http\://eclipse.org/tptp/updates/
@org.eclipse.jdt.launching=3.5.0.v20090527
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_jwt_update-site/uri=http\://download.eclipse.org/technology/jwt/update-site
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_categories/name=The Eclipse Project Updates
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_emft_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__lwjgl.org_update/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_webtools_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_dltk_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.org_amp_updates_release/uri=http\://eclipse.org/amp/updates/release
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_galileo/count=1
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/suffix=content.xml
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates_interim/uri=http\://download.eclipse.org/modeling/emft/updates/interim/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__lwjgl.org_update/uri=http\://lwjgl.org/update
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_actf_0.7_update-site/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_milestones/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_emft_?project\=search\#search/uri=http\://www.eclipse.org/modeling/emft/?project\=search\#search
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_update/uri=http\://lwjgl.org/update
/instance/org.eclipse.jdt.ui/fontPropagated=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.metascapeabm.com_updates/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.ui.sdk/allowNonOKPlan=prompt
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_categories/isSystem=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_galileo/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/description=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates_interim/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_update/uri=http\://download.eclipse.org/rt/rap/1.2/update
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_amp_updates_releases/uri=http\://download.eclipse.org/modeling/amp/updates/releases/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/uri=file\:/Developer/eclipse-ed/configuration/org.eclipse.osgi/bundles/77/data/listener_1925729951/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_dltk_updates/uri=http\://download.eclipse.org/technology/dltk/updates/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_tm_updates_3.0/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_swordfish_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_e3.4/uri=http\://download.eclipse.org/tools/mylyn/update/e3.4
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/name=artifact listener dropins
/instance/org.eclipse.jdt.ui/content_assist_proposals_background=255,255,255
/instance/org.eclipse.ui.ide/tipsAndTricks=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_emft_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_datatools_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo/suffix=compositeArtifacts.xml
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/uri=http\://download.eclipse.org/eclipse/updates/3.5
/instance/org.eclipse.debug.ui/org.eclipse.debug.ui.PREF_LAUNCH_PERSPECTIVES=&lt;?xml version\=&quot;1.0&quot; encoding\=&quot;UTF-8&quot; standalone\=&quot;no&quot;?&gt;\n&lt;launchPerspectives/&gt;\n
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_dltk_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_runtime-update/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_emft_?project\=search\#search/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/name=metascape.tools Update Site
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/provider=
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_emft_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__lwjgl.org_index.php/uri=http\://lwjgl.org/index.php
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.org_amp_updates_release/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_interim/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/uri=http\://download.eclipse.org/eclipse/updates/3.5/R-3.5.1-200909170800
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_tm_updates_3.0/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/name=/Developer/eclipse-ed/.eclipseextension
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates/uri=http\://download.eclipse.org/modeling/tmf/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_update/uri=http\://download.eclipse.org/rt/rap/1.2/update
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_emft_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/name=modeling.amp Artifacts
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/uri=file\:/Developer/eclipse-ed/configuration/org.eclipse.osgi/bundles/77/data/listener_1925729951/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_galileo/isSystem=false
/instance/org.eclipse.core.net/org.eclipse.core.net.hasMigrated=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_swordfish_updates/uri=http\://download.eclipse.org/rt/swordfish/updates
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/nickname=The Eclipse Project Updates
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_birt_update-site_2.5/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_emft_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/provider=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_releases/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_birt_update-site_2.5/uri=http\://download.eclipse.org/birt/update-site/2.5
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_update/provider=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipse.metascapeabm.com_updates/enabled=true
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_amp_updates_releases/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.1_stable/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__mirror.anl.gov_pub_repastsimphony_site.xml/uri=http\://mirror.anl.gov/pub/repastsimphony/site.xml
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_stp_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.org_amp_updates_release/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/isSystem=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/description=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo/count=1
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_galileo/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/name=/Developer/eclipse-ed/.eclipseextension
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_actf_0.7_update-site/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.0_update/uri=http\://download.eclipse.org/rt/riena/1.1.0.0/update/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.1_update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed/description=
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.javadoclocations.migrated=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_tm_updates_3.0/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_webtools_updates/uri=http\://download.eclipse.org/webtools/updates

*** Current Install Configuration:
Install configuration:
 Last changed on Nov 16, 2009
 Location: /Developer/eclipse-ed
 Profile timestamp: 1258366942201

Installable Units in the profile:

Id: a.jre.javase, Version: 1.6.0
Id: com.google.collect, Version: 0.8.0.v200908120607
Id: com.google.guice, Version: 1.0.1.v200908120607
Id: com.ibm.icu, Version: 4.0.1.v20090822
Id: com.ibm.icu.source, Version: 4.0.1.v20090822
Id: com.jcraft.jsch, Version: 0.1.41.v200903070017
Id: com.jcraft.jsch.source, Version: 0.1.41.v200903070017
Id: com.metascape.amp.all.feature.group, Version: 1.3.0.v200911160115-35-7A71KlH99iDDDX9DDT
Id: com.metascape.amp.all.feature.jar, Version: 1.3.0.v200911160115-35-7A71KlH99iDDDX9DDT
Id: com.metascape.amp.amf.gis, Version: 1.3.0.v200911160115
Id: com.metascape.amp.extras.feature.group, Version: 1.3.0.v200911160115-22-7w311A22271226
Id: com.metascape.amp.extras.feature.jar, Version: 1.3.0.v200911160115-22-7w311A22271226
Id: com.metascape.amp.prof.feature.group, Version: 1.3.0.v200911160115-52-9oB55W888N588K
Id: com.metascape.amp.prof.feature.jar, Version: 1.3.0.v200911160115-52-9oB55W888N588K
Id: com.metascape.ide.visual, Version: 1.3.0.v200911160115
Id: config.a.jre.javase, Version: 1.6.0
Id: javax.servlet, Version: 2.5.0.v200806031605
Id: javax.servlet.jsp, Version: 2.0.0.v200806031607
Id: javax.servlet.jsp.source, Version: 2.0.0.v200806031607
Id: javax.servlet.source, Version: 2.5.0.v200806031605
Id: org.antlr.runtime, Version: 3.0.0.v200908120607
Id: org.apache.ant, Version: 1.7.1.v20090120-1145
Id: org.apache.ant.source, Version: 1.7.1.v20090120-1145
Id: org.apache.commons.cli, Version: 1.0.0.v20080604-1500
Id: org.apache.commons.codec, Version: 1.3.0.v20080530-1600
Id: org.apache.commons.codec.source, Version: 1.3.0.v20080530-1600
Id: org.apache.commons.collections, Version: 3.2.0.v200803061811
Id: org.apache.commons.el, Version: 1.0.0.v200806031608
Id: org.apache.commons.el.source, Version: 1.0.0.v200806031608
Id: org.apache.commons.httpclient, Version: 3.1.0.v20080605-1935
Id: org.apache.commons.httpclient.source, Version: 3.1.0.v20080605-1935
Id: org.apache.commons.lang, Version: 2.4.0.v20081016-1030
Id: org.apache.commons.logging, Version: 1.0.4.v200904062259
Id: org.apache.commons.logging, Version: 1.1.1.v200904062255
Id: org.apache.commons.logging.source, Version: 1.0.4.v200904062259
Id: org.apache.jasper, Version: 5.5.17.v200903231320
Id: org.apache.jasper.source, Version: 5.5.17.v200903231320
Id: org.apache.lucene, Version: 1.9.1.v20080530-1600
Id: org.apache.lucene.analysis, Version: 1.9.1.v20080530-1600
Id: org.apache.lucene.analysis.source, Version: 1.9.1.v20080530-1600
Id: org.ascape.core, Version: 5.2.0.v200911160431
Id: org.ascape.core.feature.group, Version: 5.2.0.v200911160431-61-7w311A22271542
Id: org.ascape.core.feature.jar, Version: 5.2.0.v200911160431-61-7w311A22271542
Id: org.ascape.ui.amp, Version: 0.7.0.v200911160431
Id: org.eclipse.amp.agf.chart, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.agf.chart.feature.group, Version: 0.5.0.v200911160431-14-7w311A22271542
Id: org.eclipse.amp.agf.chart.feature.jar, Version: 0.5.0.v200911160431-14-7w311A22271542
Id: org.eclipse.amp.agf.core, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.agf.feature.group, Version: 0.5.0.v200911160431-179-8s733L555F3B95
Id: org.eclipse.amp.agf.feature.jar, Version: 0.5.0.v200911160431-179-8s733L555F3B95
Id: org.eclipse.amp.agf.ide, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.agf.zest, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.agf.zest.feature.group, Version: 0.5.0.v200911160431-179-8s733L555F3B95
Id: org.eclipse.amp.agf.zest.feature.jar, Version: 0.5.0.v200911160431-179-8s733L555F3B95
Id: org.eclipse.amp.agf.zest.ide, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.agf3d, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.agf3d.feature.group, Version: 0.5.0.v200911160431-18158s733L555F3B95
Id: org.eclipse.amp.agf3d.feature.jar, Version: 0.5.0.v200911160431-18158s733L555F3B95
Id: org.eclipse.amp.amf.abase, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.abase.edit, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.abase.editor, Version: 0.5.0
Id: org.eclipse.amp.amf.abase.ui, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.acore, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.acore.edit, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.acore.editor, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.core.feature.group, Version: 0.5.0.v200911160431-37E-9oB55W888N5HE8
Id: org.eclipse.amp.amf.core.feature.jar, Version: 0.5.0.v200911160431-37E-9oB55W888N5HE8
Id: org.eclipse.amp.amf.feature.group, Version: 0.5.0.v200911160431-17T-BlSPB12RLjgcYOO6IF9
Id: org.eclipse.amp.amf.feature.jar, Version: 0.5.0.v200911160431-17T-BlSPB12RLjgcYOO6IF9
Id: org.eclipse.amp.amf.gen, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.gen.ascape, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.gen.escape, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.gen.extras, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.gen.ide, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.ide, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.ide.ascape, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.parameters, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.parameters.edit, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.parameters.editor, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.parameters.ui, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.target.ascape.feature.group, Version: 0.5.0.v200911160431-179-8s733L555F3B95
Id: org.eclipse.amp.amf.target.ascape.feature.jar, Version: 0.5.0.v200911160431-179-8s733L555F3B95
Id: org.eclipse.amp.amf.target.escape.feature.group, Version: 0.5.0.v200911160431-179-8s733L555F3B95
Id: org.eclipse.amp.amf.target.escape.feature.jar, Version: 0.5.0.v200911160431-179-8s733L555F3B95
Id: org.eclipse.amp.amf.testing, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.testing.edit, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.testing.editor, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.testing.ui, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amfx.feature.group, Version: 0.5.0.v200911160431-17w-F9JgLMsWWXMM0rW
Id: org.eclipse.amp.amfx.feature.jar, Version: 0.5.0.v200911160431-17w-F9JgLMsWWXMM0rW
Id: org.eclipse.amp.axf.core, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.axf.feature.group, Version: 0.5.0.v200911160431-17E-9oB55W888N5HE8
Id: org.eclipse.amp.axf.feature.jar, Version: 0.5.0.v200911160431-17E-9oB55W888N5HE8
Id: org.eclipse.amp.axf.ide, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.axf.views, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.escape.amf.ide, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.escape.ascape, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.escape.ascape.agf3d, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.escape.ascape.chart, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.escape.feature.group, Version: 0.5.0.v200911160431-67b-BuaMUuGTQ3dhccMIOI6
Id: org.eclipse.amp.escape.feature.jar, Version: 0.5.0.v200911160431-67b-BuaMUuGTQ3dhccMIOI6
Id: org.eclipse.amp.escape.ide, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.escape.testing.ide, Version: 0.5.0.v200911160431
Id: org.eclipse.ant.core, Version: 3.2.100.v20090817_r351
Id: org.eclipse.ant.core.source, Version: 3.2.100.v20090817_r351
Id: org.eclipse.ant.ui, Version: 3.4.1.v20090901_r351
Id: org.eclipse.ant.ui.source, Version: 3.4.1.v20090901_r351
Id: org.eclipse.birt.chart.device.extension, Version: 2.5.1.v20090902
Id: org.eclipse.birt.chart.device.swt, Version: 2.5.1.v20090723
Id: org.eclipse.birt.chart.engine, Version: 2.5.1.v20090902
Id: org.eclipse.birt.chart.engine.extension, Version: 2.5.1.v20090826
Id: org.eclipse.birt.chart.ui, Version: 2.5.1.v20090903
Id: org.eclipse.birt.chart.ui.extension, Version: 2.5.1.v20090908
Id: org.eclipse.birt.core, Version: 2.5.1.v20090903
Id: org.eclipse.birt.core.ui, Version: 2.5.1.v20090826
Id: org.eclipse.compare, Version: 3.5.0.I20090514-0808
Id: org.eclipse.compare.core, Version: 3.5.0.I20090430-0408
Id: org.eclipse.compare.core.source, Version: 3.5.0.I20090430-0408
Id: org.eclipse.compare.source, Version: 3.5.0.I20090514-0808
Id: org.eclipse.core.boot, Version: 3.1.100.v20080218
Id: org.eclipse.core.commands, Version: 3.5.0.I20090525-2000
Id: org.eclipse.core.commands.source, Version: 3.5.0.I20090525-2000
Id: org.eclipse.core.contenttype, Version: 3.4.1.R35x_v20090826-0451
Id: org.eclipse.core.contenttype.source, Version: 3.4.1.R35x_v20090826-0451
Id: org.eclipse.core.databinding, Version: 1.2.0.M20090819-0800
Id: org.eclipse.core.databinding.beans, Version: 1.2.0.I20090525-2000
Id: org.eclipse.core.databinding.beans.source, Version: 1.2.0.I20090525-2000
Id: org.eclipse.core.databinding.observable, Version: 1.2.0.M20090902-0800
Id: org.eclipse.core.databinding.observable.source, Version: 1.2.0.M20090902-0800
Id: org.eclipse.core.databinding.property, Version: 1.2.0.M20090819-0800
Id: org.eclipse.core.databinding.property.source, Version: 1.2.0.M20090819-0800
Id: org.eclipse.core.databinding.source, Version: 1.2.0.M20090819-0800
Id: org.eclipse.core.expressions, Version: 3.4.100.v20090429-1800
Id: org.eclipse.core.expressions.source, Version: 3.4.100.v20090429-1800
Id: org.eclipse.core.filebuffers, Version: 3.5.0.v20090526-2000
Id: org.eclipse.core.filebuffers.source, Version: 3.5.0.v20090526-2000
Id: org.eclipse.core.filesystem, Version: 1.2.0.v20090507
Id: org.eclipse.core.filesystem.macosx, Version: 1.1.0.v20090112
Id: org.eclipse.core.filesystem.source, Version: 1.2.0.v20090507
Id: org.eclipse.core.jobs, Version: 3.4.100.v20090429-1800
Id: org.eclipse.core.jobs.source, Version: 3.4.100.v20090429-1800
Id: org.eclipse.core.net, Version: 1.2.1.r35x_20090812-1200
Id: org.eclipse.core.net.source, Version: 1.2.1.r35x_20090812-1200
Id: org.eclipse.core.resources, Version: 3.5.1.R35x_v20090826-0451
Id: org.eclipse.core.resources.compatibility, Version: 3.4.0.v20090505
Id: org.eclipse.core.resources.compatibility.source, Version: 3.4.0.v20090505
Id: org.eclipse.core.resources.source, Version: 3.5.1.R35x_v20090826-0451
Id: org.eclipse.core.runtime, Version: 3.5.0.v20090525
Id: org.eclipse.core.runtime.compatibility, Version: 3.2.0.v20090413
Id: org.eclipse.core.runtime.compatibility.auth, Version: 3.2.100.v20090413
Id: org.eclipse.core.runtime.compatibility.auth.source, Version: 3.2.100.v20090413
Id: org.eclipse.core.runtime.compatibility.registry, Version: 3.2.200.v20090429-1800
Id: org.eclipse.core.runtime.compatibility.registry.source, Version: 3.2.200.v20090429-1800
Id: org.eclipse.core.runtime.compatibility.source, Version: 3.2.0.v20090413
Id: org.eclipse.core.runtime.source, Version: 3.5.0.v20090525
Id: org.eclipse.core.variables, Version: 3.2.200.v20090521
Id: org.eclipse.core.variables.source, Version: 3.2.200.v20090521
Id: org.eclipse.cvs, Version: 1.0.300.v200909170800
Id: org.eclipse.cvs.feature.group, Version: 1.1.101.R35x_v20090811-7E79FEd9KKF5H2YDWFLLBL01A16
Id: org.eclipse.cvs.feature.jar, Version: 1.1.101.R35x_v20090811-7E79FEd9KKF5H2YDWFLLBL01A16
Id: org.eclipse.cvs.source, Version: 1.0.300.v200909170800
Id: org.eclipse.cvs.source.feature.group, Version: 1.1.101.R35x_v20090811-7E79FEd9KKF5H2YDWFLLBL01A16
Id: org.eclipse.cvs.source.feature.jar, Version: 1.1.101.R35x_v20090811-7E79FEd9KKF5H2YDWFLLBL01A16
Id: org.eclipse.cvs_root, Version: 1.1.101.R35x_v20090811-7E79FEd9KKF5H2YDWFLLBL01A16
Id: org.eclipse.debug.core, Version: 3.5.0.v20090526-1600
Id: org.eclipse.debug.core.source, Version: 3.5.0.v20090526-1600
Id: org.eclipse.debug.ui, Version: 3.5.1.v20090811_r351
Id: org.eclipse.debug.ui.source, Version: 3.5.1.v20090811_r351
Id: org.eclipse.draw2d, Version: 3.5.1.v20090813-1341
Id: org.eclipse.draw3d, Version: 0.8.1
Id: org.eclipse.draw3d.geometry, Version: 0.8.0
Id: org.eclipse.draw3d.graphics3d, Version: 0.8.1
Id: org.eclipse.draw3d.lwjgl, Version: 0.8.1
Id: org.eclipse.draw3d.ui, Version: 0.8.1
Id: org.eclipse.draw3d.x3d, Version: 0.8.1
Id: org.eclipse.ecf, Version: 3.0.0.v20090831-1906
Id: org.eclipse.ecf.filetransfer, Version: 3.0.0.v20090831-1906
Id: org.eclipse.ecf.filetransfer.source, Version: 3.0.0.v20090831-1906
Id: org.eclipse.ecf.identity, Version: 3.0.0.v20090831-1906
Id: org.eclipse.ecf.identity.source, Version: 3.0.0.v20090831-1906
Id: org.eclipse.ecf.provider.filetransfer, Version: 3.0.1.v20090831-1906
Id: org.eclipse.ecf.provider.filetransfer.httpclient, Version: 3.0.1.v20090831-1906
Id: org.eclipse.ecf.provider.filetransfer.httpclient.ssl, Version: 1.0.0.v20090831-1906
Id: org.eclipse.ecf.provider.filetransfer.httpclient.ssl.source, Version: 1.0.0.v20090831-1906
Id: org.eclipse.ecf.provider.filetransfer.ssl, Version: 1.0.0.v20090831-1906
Id: org.eclipse.ecf.provider.filetransfer.ssl.source, Version: 1.0.0.v20090831-1906
Id: org.eclipse.ecf.source, Version: 3.0.0.v20090831-1906
Id: org.eclipse.ecf.ssl, Version: 1.0.0.v20090831-1906
Id: org.eclipse.ecf.ssl.source, Version: 1.0.0.v20090831-1906
Id: org.eclipse.emf.codegen, Version: 2.5.0.v200906151043
Id: org.eclipse.emf.codegen.ecore, Version: 2.5.0.v200906151043
Id: org.eclipse.emf.common, Version: 2.5.0.v200906151043
Id: org.eclipse.emf.common.ui, Version: 2.5.0.v200906151043
Id: org.eclipse.emf.ecore, Version: 2.5.0.v200906151043
Id: org.eclipse.emf.ecore.change, Version: 2.5.0.v200906151043
Id: org.eclipse.emf.ecore.edit, Version: 2.5.0.v200906151043
Id: org.eclipse.emf.ecore.editor, Version: 2.5.0.v200906151043
Id: org.eclipse.emf.ecore.xmi, Version: 2.5.0.v200906151043
Id: org.eclipse.emf.edit, Version: 2.5.0.v200906151043
Id: org.eclipse.emf.edit.ui, Version: 2.5.0.v200906151043
Id: org.eclipse.emf.index, Version: 0.7.0.v200908120607
Id: org.eclipse.emf.java, Version: 2.5.0.v200911160431
Id: org.eclipse.emf.mwe.core, Version: 0.7.2.v200908120417
Id: org.eclipse.emf.mwe.ui, Version: 0.7.2.v200908120417
Id: org.eclipse.emf.mwe.utils, Version: 0.7.2.v200908120417
Id: org.eclipse.equinox.app, Version: 1.2.0.v20090520-1800
Id: org.eclipse.equinox.app.source, Version: 1.2.0.v20090520-1800
Id: org.eclipse.equinox.common, Version: 3.5.1.R35x_v20090807-1100
Id: org.eclipse.equinox.common.source, Version: 3.5.1.R35x_v20090807-1100
Id: org.eclipse.equinox.concurrent, Version: 1.0.0.v20090520-1800
Id: org.eclipse.equinox.ds, Version: 1.1.1.R35x_v20090806
Id: org.eclipse.equinox.ds.source, Version: 1.1.1.R35x_v20090806
Id: org.eclipse.equinox.frameworkadmin, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.frameworkadmin.equinox, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.frameworkadmin.equinox.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.frameworkadmin.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.http.jetty, Version: 2.0.0.v20090520-1800
Id: org.eclipse.equinox.http.jetty.source, Version: 2.0.0.v20090520-1800
Id: org.eclipse.equinox.http.registry, Version: 1.0.200.v20090520-1800
Id: org.eclipse.equinox.http.registry.source, Version: 1.0.200.v20090520-1800
Id: org.eclipse.equinox.http.servlet, Version: 1.0.200.v20090520-1800
Id: org.eclipse.equinox.http.servlet.source, Version: 1.0.200.v20090520-1800
Id: org.eclipse.equinox.jsp.jasper, Version: 1.0.200.v20090520-1800
Id: org.eclipse.equinox.jsp.jasper.registry, Version: 1.0.100.v20090520-1800
Id: org.eclipse.equinox.jsp.jasper.registry.source, Version: 1.0.100.v20090520-1800
Id: org.eclipse.equinox.jsp.jasper.source, Version: 1.0.200.v20090520-1800
Id: org.eclipse.equinox.launcher, Version: 1.0.201.R35x_v20090715
Id: org.eclipse.equinox.launcher.cocoa.macosx.x86_64, Version: 1.0.1.R35x_v20090707
Id: org.eclipse.equinox.launcher.source, Version: 1.0.201.R35x_v20090715
Id: org.eclipse.equinox.p2.artifact.repository, Version: 1.0.101.R35x_v20090721
Id: org.eclipse.equinox.p2.artifact.repository.source, Version: 1.0.101.R35x_v20090721
Id: org.eclipse.equinox.p2.console, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.console.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.core, Version: 1.0.101.R35x_v20090819
Id: org.eclipse.equinox.p2.core.source, Version: 1.0.101.R35x_v20090819
Id: org.eclipse.equinox.p2.director, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.director.app, Version: 1.0.100.v20090521-1912
Id: org.eclipse.equinox.p2.director.app.source, Version: 1.0.100.v20090521-1912
Id: org.eclipse.equinox.p2.director.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.directorywatcher, Version: 1.0.100.v20090525
Id: org.eclipse.equinox.p2.directorywatcher.source, Version: 1.0.100.v20090525
Id: org.eclipse.equinox.p2.engine, Version: 1.0.101.R35x_v20090825
Id: org.eclipse.equinox.p2.engine.source, Version: 1.0.101.R35x_v20090825
Id: org.eclipse.equinox.p2.exemplarysetup, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.exemplarysetup.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.extensionlocation, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.extensionlocation.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.garbagecollector, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.garbagecollector.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.jarprocessor, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.jarprocessor.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.metadata, Version: 1.0.100.v20090525
Id: org.eclipse.equinox.p2.metadata.generator, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.metadata.generator.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.metadata.repository, Version: 1.0.101.R35x_v20090812
Id: org.eclipse.equinox.p2.metadata.repository.source, Version: 1.0.101.R35x_v20090812
Id: org.eclipse.equinox.p2.metadata.source, Version: 1.0.100.v20090525
Id: org.eclipse.equinox.p2.publisher, Version: 1.0.0.v20090527-1812
Id: org.eclipse.equinox.p2.publisher.source, Version: 1.0.0.v20090527-1812
Id: org.eclipse.equinox.p2.reconciler.dropins, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.reconciler.dropins.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.repository, Version: 1.0.1.v20090901-1041
Id: org.eclipse.equinox.p2.repository.source, Version: 1.0.1.v20090901-1041
Id: org.eclipse.equinox.p2.repository.tools, Version: 1.0.1.R35x_v20090806
Id: org.eclipse.equinox.p2.repository.tools.source, Version: 1.0.1.R35x_v20090806
Id: org.eclipse.equinox.p2.touchpoint.eclipse, Version: 1.0.101.R35x_20090820-1821
Id: org.eclipse.equinox.p2.touchpoint.eclipse.source, Version: 1.0.101.R35x_20090820-1821
Id: org.eclipse.equinox.p2.touchpoint.natives, Version: 1.0.101.R35x_v20090806
Id: org.eclipse.equinox.p2.touchpoint.natives.source, Version: 1.0.101.R35x_v20090806
Id: org.eclipse.equinox.p2.ui, Version: 1.0.101.R35x_v20090819
Id: org.eclipse.equinox.p2.ui.sdk, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.ui.sdk.scheduler, Version: 1.0.0.v20090520-1905
Id: org.eclipse.equinox.p2.ui.sdk.scheduler.source, Version: 1.0.0.v20090520-1905
Id: org.eclipse.equinox.p2.ui.sdk.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.ui.source, Version: 1.0.101.R35x_v20090819
Id: org.eclipse.equinox.p2.updatechecker, Version: 1.1.0.v20090520-1905
Id: org.eclipse.equinox.p2.updatechecker.source, Version: 1.1.0.v20090520-1905
Id: org.eclipse.equinox.p2.updatesite, Version: 1.0.100.v20090525
Id: org.eclipse.equinox.p2.updatesite.source, Version: 1.0.100.v20090525
Id: org.eclipse.equinox.p2.user.ui.feature.group, Version: 1.1.1.R35x_v20090811-7u6FbEFYXk1qWdbS0gnpRg2932
Id: org.eclipse.equinox.p2.user.ui.feature.jar, Version: 1.1.1.R35x_v20090811-7u6FbEFYXk1qWdbS0gnpRg2932
Id: org.eclipse.equinox.p2.user.ui.source.feature.group, Version: 1.1.1.R35x_v20090811-7u6FbEFYXk1qWdbS0gnpRg2932
Id: org.eclipse.equinox.p2.user.ui.source.feature.jar, Version: 1.1.1.R35x_v20090811-7u6FbEFYXk1qWdbS0gnpRg2932
Id: org.eclipse.equinox.preferences, Version: 3.2.300.v20090520-1800
Id: org.eclipse.equinox.preferences.source, Version: 3.2.300.v20090520-1800
Id: org.eclipse.equinox.registry, Version: 3.4.100.v20090520-1800
Id: org.eclipse.equinox.registry.source, Version: 3.4.100.v20090520-1800
Id: org.eclipse.equinox.security, Version: 1.0.100.v20090520-1800
Id: org.eclipse.equinox.security.macosx, Version: 1.100.0.v20090520-1800
Id: org.eclipse.equinox.security.macosx.source, Version: 1.100.0.v20090520-1800
Id: org.eclipse.equinox.security.source, Version: 1.0.100.v20090520-1800
Id: org.eclipse.equinox.security.ui, Version: 1.0.100.v20090520-1800
Id: org.eclipse.equinox.security.ui.source, Version: 1.0.100.v20090520-1800
Id: org.eclipse.equinox.simpleconfigurator, Version: 1.0.101.R35x_v20090807-1100
Id: org.eclipse.equinox.simpleconfigurator.manipulator, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.simpleconfigurator.manipulator.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.simpleconfigurator.source, Version: 1.0.101.R35x_v20090807-1100
Id: org.eclipse.equinox.util, Version: 1.0.100.v20090520-1800
Id: org.eclipse.equinox.util.source, Version: 1.0.100.v20090520-1800
Id: org.eclipse.gef, Version: 3.5.0.v20090528-1511
Id: org.eclipse.gef3d, Version: 0.8.1
Id: org.eclipse.help, Version: 3.4.1.v20090805_35x
Id: org.eclipse.help.appserver, Version: 3.1.400.v20090429_1800
Id: org.eclipse.help.appserver.source, Version: 3.1.400.v20090429_1800
Id: org.eclipse.help.base, Version: 3.4.0.v200909170800
Id: org.eclipse.help.base.source, Version: 3.4.0.v200909170800
Id: org.eclipse.help.feature.group, Version: 1.1.1.R35x_v20090811-7e7eFAnFEx2XZoYz0uPgIfwD
Id: org.eclipse.help.feature.jar, Version: 1.1.1.R35x_v20090811-7e7eFAnFEx2XZoYz0uPgIfwD
Id: org.eclipse.help.source, Version: 3.4.1.v20090805_35x
Id: org.eclipse.help.source.feature.group, Version: 1.1.1.R35x_v20090811-7e7eFAnFEx2XZoYz0uPgIfwD
Id: org.eclipse.help.source.feature.jar, Version: 1.1.1.R35x_v20090811-7e7eFAnFEx2XZoYz0uPgIfwD
Id: org.eclipse.help.ui, Version: 3.4.1.v20090819_35x
Id: org.eclipse.help.ui.source, Version: 3.4.1.v20090819_35x
Id: org.eclipse.help.webapp, Version: 3.4.1.v20090819_35x
Id: org.eclipse.help.webapp.source, Version: 3.4.1.v20090819_35x
Id: org.eclipse.jdt, Version: 3.5.1.v200909170800
Id: org.eclipse.jdt.apt.core, Version: 3.3.201.R35x_v20090818-0235
Id: org.eclipse.jdt.apt.core.source, Version: 3.3.201.R35x_v20090818-0235
Id: org.eclipse.jdt.apt.pluggable.core, Version: 1.0.201.R35x_v20090818-0225
Id: org.eclipse.jdt.apt.pluggable.core.source, Version: 1.0.201.R35x_v20090818-0225
Id: org.eclipse.jdt.apt.ui, Version: 3.3.200.v20090528-1135
Id: org.eclipse.jdt.apt.ui.source, Version: 3.3.200.v20090528-1135
Id: org.eclipse.jdt.compiler.apt, Version: 1.0.201.R35x_v20090825-1530
Id: org.eclipse.jdt.compiler.apt.source, Version: 1.0.201.R35x_v20090825-1530
Id: org.eclipse.jdt.compiler.tool, Version: 1.0.100.v_972_R35x
Id: org.eclipse.jdt.compiler.tool.source, Version: 1.0.100.v_972_R35x
Id: org.eclipse.jdt.core, Version: 3.5.1.v_972_R35x
Id: org.eclipse.jdt.core.manipulation, Version: 1.3.0.v20090603
Id: org.eclipse.jdt.core.manipulation.source, Version: 1.3.0.v20090603
Id: org.eclipse.jdt.core.source, Version: 3.5.1.v_972_R35x
Id: org.eclipse.jdt.debug, Version: 3.5.0.v20090526
Id: org.eclipse.jdt.debug.source, Version: 3.5.0.v20090526
Id: org.eclipse.jdt.debug.ui, Version: 3.4.1.v20090811_r351
Id: org.eclipse.jdt.debug.ui.source, Version: 3.4.1.v20090811_r351
Id: org.eclipse.jdt.doc.isv, Version: 3.5.1.r351_v20090831
Id: org.eclipse.jdt.doc.user, Version: 3.5.1.r351_v20090821-0800
Id: org.eclipse.jdt.feature.group, Version: 3.5.1.r351_v20090810-0600-7r88FEoFI0WTo6Az-1qFRHm37ChJ
Id: org.eclipse.jdt.feature.jar, Version: 3.5.1.r351_v20090810-0600-7r88FEoFI0WTo6Az-1qFRHm37ChJ
Id: org.eclipse.jdt.junit, Version: 3.5.1.r351_v20090708-0800
Id: org.eclipse.jdt.junit.runtime, Version: 3.4.100.v20090513-2000
Id: org.eclipse.jdt.junit.runtime.source, Version: 3.4.100.v20090513-2000
Id: org.eclipse.jdt.junit.source, Version: 3.5.1.r351_v20090708-0800
Id: org.eclipse.jdt.junit4.runtime, Version: 1.1.0.v20090513-2000
Id: org.eclipse.jdt.junit4.runtime.source, Version: 1.1.0.v20090513-2000
Id: org.eclipse.jdt.launching, Version: 3.5.0.v20090527
Id: org.eclipse.jdt.launching.macosx, Version: 3.2.0.v20090527
Id: org.eclipse.jdt.launching.macosx.source, Version: 3.2.0.v20090527
Id: org.eclipse.jdt.launching.source, Version: 3.5.0.v20090527
Id: org.eclipse.jdt.launching.ui.macosx, Version: 1.0.0.v20090527
Id: org.eclipse.jdt.launching.ui.macosx.source, Version: 1.0.0.v20090527
Id: org.eclipse.jdt.source, Version: 3.5.1.v200909170800
Id: org.eclipse.jdt.source.feature.group, Version: 3.5.1.r351_v20090810-0600-7r88FEoFI0WTo6Az-1qFRHm37ChJ
Id: org.eclipse.jdt.source.feature.jar, Version: 3.5.1.r351_v20090810-0600-7r88FEoFI0WTo6Az-1qFRHm37ChJ
Id: org.eclipse.jdt.ui, Version: 3.5.1.r351_v20090821-0800
Id: org.eclipse.jdt.ui.source, Version: 3.5.1.r351_v20090821-0800
Id: org.eclipse.jdt_root, Version: 3.5.1.r351_v20090810-0600-7r88FEoFI0WTo6Az-1qFRHm37ChJ
Id: org.eclipse.jface, Version: 3.5.1.M20090826-0800
Id: org.eclipse.jface.databinding, Version: 1.3.1.M20090826-0800
Id: org.eclipse.jface.databinding.source, Version: 1.3.1.M20090826-0800
Id: org.eclipse.jface.source, Version: 3.5.1.M20090826-0800
Id: org.eclipse.jface.text, Version: 3.5.1.r351_v20090708-0800
Id: org.eclipse.jface.text.source, Version: 3.5.1.r351_v20090708-0800
Id: org.eclipse.jsch.core, Version: 1.1.100.I20090430-0408
Id: org.eclipse.jsch.core.source, Version: 1.1.100.I20090430-0408
Id: org.eclipse.jsch.ui, Version: 1.1.200.I20090430-0408
Id: org.eclipse.jsch.ui.source, Version: 1.1.200.I20090430-0408
Id: org.eclipse.ltk.core.refactoring, Version: 3.5.0.v20090513-2000
Id: org.eclipse.ltk.core.refactoring.source, Version: 3.5.0.v20090513-2000
Id: org.eclipse.ltk.ui.refactoring, Version: 3.4.100.v20090604
Id: org.eclipse.ltk.ui.refactoring.source, Version: 3.4.100.v20090604
Id: org.eclipse.osgi, Version: 3.5.1.R35x_v20090827
Id: org.eclipse.osgi.services, Version: 3.2.0.v20090520-1800
Id: org.eclipse.osgi.services.source, Version: 3.2.0.v20090520-1800
Id: org.eclipse.osgi.source, Version: 3.5.1.R35x_v20090827
Id: org.eclipse.osgi.util, Version: 3.2.0.v20090520-1800
Id: org.eclipse.osgi.util.source, Version: 3.2.0.v20090520-1800
Id: org.eclipse.pde, Version: 3.4.100.v200909170800
Id: org.eclipse.pde.api.tools, Version: 1.0.101.v20090714
Id: org.eclipse.pde.api.tools.source, Version: 1.0.101.v20090714
Id: org.eclipse.pde.api.tools.ui, Version: 1.0.101.v20090820
Id: org.eclipse.pde.api.tools.ui.source, Version: 1.0.101.v20090820
Id: org.eclipse.pde.build, Version: 3.5.1.R35x_20090820
Id: org.eclipse.pde.build.source, Version: 3.5.1.R35x_20090820
Id: org.eclipse.pde.core, Version: 3.5.100.v20090821
Id: org.eclipse.pde.core.source, Version: 3.5.100.v20090821
Id: org.eclipse.pde.doc.user, Version: 3.5.0.v20090818
Id: org.eclipse.pde.ds.core, Version: 1.0.0.v20090429-1800
Id: org.eclipse.pde.ds.core.source, Version: 1.0.0.v20090429-1800
Id: org.eclipse.pde.ds.ui, Version: 1.0.0.v20090527
Id: org.eclipse.pde.ds.ui.source, Version: 1.0.0.v20090527
Id: org.eclipse.pde.feature.group, Version: 3.5.1.R35x_v20090811-7Z7_F9zFDX-aT6Ywvh8_S93
Id: org.eclipse.pde.feature.jar, Version: 3.5.1.R35x_v20090811-7Z7_F9zFDX-aT6Ywvh8_S93
Id: org.eclipse.pde.junit.runtime, Version: 3.4.0.v20090527
Id: org.eclipse.pde.junit.runtime.source, Version: 3.4.0.v20090527
Id: org.eclipse.pde.runtime, Version: 3.4.100.v20090731
Id: org.eclipse.pde.runtime.source, Version: 3.4.100.v20090731
Id: org.eclipse.pde.source, Version: 3.4.100.v200909170800
Id: org.eclipse.pde.source.feature.group, Version: 3.5.1.R35x_v20090811-7Z7_F9zFDX-aT6Ywvh8_S93
Id: org.eclipse.pde.source.feature.jar, Version: 3.5.1.R35x_v20090811-7Z7_F9zFDX-aT6Ywvh8_S93
Id: org.eclipse.pde.ua.core, Version: 1.0.0.v20090429-1800
Id: org.eclipse.pde.ua.core.source, Version: 1.0.0.v20090429-1800
Id: org.eclipse.pde.ua.ui, Version: 1.0.0.v20090511
Id: org.eclipse.pde.ua.ui.source, Version: 1.0.0.v20090511
Id: org.eclipse.pde.ui, Version: 3.5.0.v20090821
Id: org.eclipse.pde.ui.source, Version: 3.5.0.v20090821
Id: org.eclipse.pde.ui.templates, Version: 3.4.100.v20090527
Id: org.eclipse.pde.ui.templates.source, Version: 3.4.100.v20090527
Id: org.eclipse.platform, Version: 3.3.201.v200909170800
Id: org.eclipse.platform.doc.isv, Version: 3.5.1.r351_v20090831
Id: org.eclipse.platform.doc.user, Version: 3.5.1.r351_v20090821-0800
Id: org.eclipse.platform.feature.group, Version: 3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7
Id: org.eclipse.platform.feature.jar, Version: 3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7
Id: org.eclipse.platform.source, Version: 3.3.201.v200909170800
Id: org.eclipse.platform.source.feature.group, Version: 3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7
Id: org.eclipse.platform.source.feature.jar, Version: 3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7
Id: org.eclipse.platform_root, Version: 3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7
Id: org.eclipse.rcp, Version: 3.5.0.v200909170800
Id: org.eclipse.rcp.configuration.feature.group, Version: 1.0.0.M20090917-0800
Id: org.eclipse.rcp.configuration_root.cocoa.macosx.x86_64, Version: 1.0.0.M20090917-0800
Id: org.eclipse.rcp.feature.group, Version: 3.5.1.R35x_v20090811-9SA0FxVFqE70OL1ARMrfcO6e7BA6
Id: org.eclipse.rcp.feature.jar, Version: 3.5.1.R35x_v20090811-9SA0FxVFqE70OL1ARMrfcO6e7BA6
Id: org.eclipse.rcp.source, Version: 3.5.0.v200909170800
Id: org.eclipse.rcp.source.feature.group, Version: 3.5.1.R35x_v20090811-9SA0FxVFqE70OL1ARMrfcO6e7BA6
Id: org.eclipse.rcp.source.feature.jar, Version: 3.5.1.R35x_v20090811-9SA0FxVFqE70OL1ARMrfcO6e7BA6
Id: org.eclipse.rcp_root, Version: 3.5.1.R35x_v20090811-9SA0FxVFqE70OL1ARMrfcO6e7BA6
Id: org.eclipse.sdk, Version: 3.5.1.v200909170800
Id: org.eclipse.sdk.feature.group, Version: 3.5.1.R35x_v20090811-7Q7bAIBPVUBVbKSMTyyfpOteKTem7_g2paS1__z-Rrmf4
Id: org.eclipse.sdk.feature.jar, Version: 3.5.1.R35x_v20090811-7Q7bAIBPVUBVbKSMTyyfpOteKTem7_g2paS1__z-Rrmf4
Id: org.eclipse.sdk.ide, Version: 3.5.1.M20090917-0800
Id: org.eclipse.search, Version: 3.5.1.r351_v20090708-0800
Id: org.eclipse.search.source, Version: 3.5.1.r351_v20090708-0800
Id: org.eclipse.swt, Version: 3.5.1.v3555a
Id: org.eclipse.swt.cocoa.macosx.x86_64, Version: 3.5.1.v3555a
Id: org.eclipse.swt.cocoa.macosx.x86_64.source, Version: 3.5.1.v3555a
Id: org.eclipse.team.core, Version: 3.5.0.I20090527-0620
Id: org.eclipse.team.core.source, Version: 3.5.0.I20090527-0620
Id: org.eclipse.team.cvs.core, Version: 3.3.200.I20090430-0408
Id: org.eclipse.team.cvs.core.source, Version: 3.3.200.I20090430-0408
Id: org.eclipse.team.cvs.ssh, Version: 3.2.100.I20090508-2000
Id: org.eclipse.team.cvs.ssh.source, Version: 3.2.100.I20090508-2000
Id: org.eclipse.team.cvs.ssh2, Version: 3.2.200.I20090508-2000
Id: org.eclipse.team.cvs.ssh2.source, Version: 3.2.200.I20090508-2000
Id: org.eclipse.team.cvs.ui, Version: 3.3.201.R35x_v20090826-0905
Id: org.eclipse.team.cvs.ui.source, Version: 3.3.201.R35x_v20090826-0905
Id: org.eclipse.team.ui, Version: 3.5.0.I20090430-0408
Id: org.eclipse.team.ui.source, Version: 3.5.0.I20090430-0408
Id: org.eclipse.text, Version: 3.5.0.v20090513-2000
Id: org.eclipse.text.source, Version: 3.5.0.v20090513-2000
Id: org.eclipse.ui, Version: 3.5.1.M20090902-1000
Id: org.eclipse.ui.browser, Version: 3.2.300.v20090526
Id: org.eclipse.ui.browser.source, Version: 3.2.300.v20090526
Id: org.eclipse.ui.cheatsheets, Version: 3.3.200.v20090526
Id: org.eclipse.ui.cheatsheets.source, Version: 3.3.200.v20090526
Id: org.eclipse.ui.cocoa, Version: 1.0.0.I20090525-2000
Id: org.eclipse.ui.cocoa.source, Version: 1.0.0.I20090525-2000
Id: org.eclipse.ui.console, Version: 3.4.0.v20090513
Id: org.eclipse.ui.console.source, Version: 3.4.0.v20090513
Id: org.eclipse.ui.editors, Version: 3.5.0.v20090527-2000
Id: org.eclipse.ui.editors.source, Version: 3.5.0.v20090527-2000
Id: org.eclipse.ui.externaltools, Version: 3.2.0.v20090504
Id: org.eclipse.ui.externaltools.source, Version: 3.2.0.v20090504
Id: org.eclipse.ui.forms, Version: 3.4.1.v20090714_35x
Id: org.eclipse.ui.forms.source, Version: 3.4.1.v20090714_35x
Id: org.eclipse.ui.ide, Version: 3.5.1.M20090826-0800
Id: org.eclipse.ui.ide.application, Version: 1.0.101.M20090826-0800
Id: org.eclipse.ui.ide.application.source, Version: 1.0.101.M20090826-0800
Id: org.eclipse.ui.ide.source, Version: 3.5.1.M20090826-0800
Id: org.eclipse.ui.intro, Version: 3.3.1.v20090805_35x
Id: org.eclipse.ui.intro.source, Version: 3.3.1.v20090805_35x
Id: org.eclipse.ui.intro.universal, Version: 3.2.300.v20090526
Id: org.eclipse.ui.intro.universal.source, Version: 3.2.300.v20090526
Id: org.eclipse.ui.navigator, Version: 3.4.1.M20090911-1550
Id: org.eclipse.ui.navigator.resources, Version: 3.4.1.M20090826-0800
Id: org.eclipse.ui.navigator.resources.source, Version: 3.4.1.M20090826-0800
Id: org.eclipse.ui.navigator.source, Version: 3.4.1.M20090911-1550
Id: org.eclipse.ui.net, Version: 1.2.1.r35x_20090812-1200
Id: org.eclipse.ui.net.source, Version: 1.2.1.r35x_20090812-1200
Id: org.eclipse.ui.presentations.r21, Version: 3.2.100.I20081007-0800
Id: org.eclipse.ui.presentations.r21.source, Version: 3.2.100.I20081007-0800
Id: org.eclipse.ui.source, Version: 3.5.1.M20090902-1000
Id: org.eclipse.ui.views, Version: 3.4.1.M20090826-0800
Id: org.eclipse.ui.views.log, Version: 1.0.100.v20090731
Id: org.eclipse.ui.views.log.source, Version: 1.0.100.v20090731
Id: org.eclipse.ui.views.properties.tabbed, Version: 3.5.0.I20090429-1800
Id: org.eclipse.ui.views.properties.tabbed.source, Version: 3.5.0.I20090429-1800
Id: org.eclipse.ui.views.source, Version: 3.4.1.M20090826-0800
Id: org.eclipse.ui.workbench, Version: 3.5.1.M20090826-0800a
Id: org.eclipse.ui.workbench.compatibility, Version: 3.2.0.I20090429-1800
Id: org.eclipse.ui.workbench.compatibility.source, Version: 3.2.0.I20090429-1800
Id: org.eclipse.ui.workbench.source, Version: 3.5.1.M20090826-0800a
Id: org.eclipse.ui.workbench.texteditor, Version: 3.5.0.v20090603
Id: org.eclipse.ui.workbench.texteditor.source, Version: 3.5.0.v20090603
Id: org.eclipse.update.configurator, Version: 3.3.0.v20090312
Id: org.eclipse.update.configurator.source, Version: 3.3.0.v20090312
Id: org.eclipse.update.core, Version: 3.2.300.v20090525
Id: org.eclipse.update.core.source, Version: 3.2.300.v20090525
Id: org.eclipse.update.scheduler, Version: 3.2.200.v20081127
Id: org.eclipse.update.scheduler.source, Version: 3.2.200.v20081127
Id: org.eclipse.update.ui, Version: 3.2.201.R35x_v20090813
Id: org.eclipse.update.ui.source, Version: 3.2.201.R35x_v20090813
Id: org.eclipse.xpand, Version: 0.7.2.v200908120436
Id: org.eclipse.xtend, Version: 0.7.2.v200908120436
Id: org.eclipse.xtend.typesystem.emf, Version: 0.7.2.v200908120436
Id: org.eclipse.xtend.util.stdlib, Version: 0.7.2.v200908120436
Id: org.eclipse.xtext, Version: 0.7.2.v200908120607
Id: org.eclipse.xtext.generator, Version: 0.7.2.v200908120607
Id: org.eclipse.xtext.log4j, Version: 1.2.15.v200908120607
Id: org.eclipse.xtext.ui.common, Version: 0.7.2.v200908120607
Id: org.eclipse.xtext.ui.core, Version: 0.7.2.v200908120607
Id: org.eclipse.xtext.util, Version: 0.7.2.v200908120607
Id: org.eclipse.xtext.xtend, Version: 0.7.2.v200908120607
Id: org.eclipse.zest.core, Version: 2.0.0.v200911160115
Id: org.eclipse.zest.layout, Version: 1.0.0.v200911160115
Id: org.eclipse.zest.layouts, Version: 1.1.0.v20090504-1850
Id: org.hamcrest.core, Version: 1.1.0.v20090501071000
Id: org.hamcrest.core.source, Version: 1.1.0.v20090501071000
Id: org.junit, Version: 3.8.2.v20090203-1005
Id: org.junit.source, Version: 3.8.2.v20090203-1005
Id: org.junit4, Version: 4.5.0.v20090824
Id: org.junit4.source, Version: 4.5.0.v20090824
Id: org.lwjgl, Version: 2.2.1
Id: org.lwjgl.doc, Version: 2.2.1
Id: org.lwjgl.feature.group, Version: 2.2.1
Id: org.lwjgl.feature.jar, Version: 2.2.1
Id: org.lwjgl.source, Version: 2.2.1
Id: org.lwjgl.test, Version: 2.2.1
Id: org.mortbay.jetty.server, Version: 6.1.15.v200905151201
Id: org.mortbay.jetty.server.source, Version: 6.1.15.v200905151201
Id: org.mortbay.jetty.util, Version: 6.1.15.v200905182336
Id: org.mortbay.jetty.util.source, Version: 6.1.15.v200905182336
Id: org.mozilla.rhino, Version: 1.7.1.v20090521
Id: org.objectweb.asm, Version: 3.1.0.v200803061910
Id: org.objectweb.asm.source, Version: 3.1.0.v200803061910
Id: org.sat4j.core, Version: 2.1.0.v20090520
Id: org.sat4j.pb, Version: 2.1.0.v20090520
Id: tooling.org.eclipse.update.feature.default, Version: 1.0.0
Id: tooling.osgi.bundle.default, Version: 1.0.0
Id: tooling.source.default, Version: 1.0.0
Id: toolingcocoa.macosx.x86_64org.eclipse.core.runtime, Version: 3.5.1.M20090917-0800
Id: toolingcocoa.macosx.x86_64org.eclipse.equinox.common, Version: 3.5.1.M20090917-0800
Id: toolingcocoa.macosx.x86_64org.eclipse.equinox.ds, Version: 3.5.1.M20090917-0800
Id: toolingcocoa.macosx.x86_64org.eclipse.equinox.p2.reconciler.dropins, Version: 3.5.1.M20090917-0800
Id: toolingcocoa.macosx.x86_64org.eclipse.equinox.simpleconfigurator, Version: 3.5.1.M20090917-0800
Id: toolingcocoa.macosx.x86_64org.eclipse.update.configurator, Version: 3.5.1.M20090917-0800
Id: toolingorg.eclipse.configuration.macosx, Version: 1.0.0
Id: toolingorg.eclipse.configuration.macosx.x86_64, Version: 1.0.0
Id: toolingorg.eclipse.equinox.launcher, Version: 1.0.201.R35x_v20090715
Id: toolingorg.eclipse.equinox.launcher.cocoa.macosx.x86_64, Version: 1.0.1.R35x_v20090707
Id: toolingorg.eclipse.sdk.ide.config.cocoa.macosx.x86_64, Version: 3.5.1.M20090917-0800
Id: toolingorg.eclipse.sdk.ide.configuration, Version: 3.5.1.M20090917-0800
Id: toolingorg.eclipse.sdk.ide.ini.cocoa.macosx.x86_64, Version: 3.5.1.M20090917-0800

Bundles in the system:

Id: com.google.collect, Version: 0.8.0.v200908120607, Location: reference:file:plugins/com.google.collect_0.8.0.v200908120607.jar
Id: com.google.guice, Version: 1.0.1.v200908120607, Location: reference:file:plugins/com.google.guice_1.0.1.v200908120607/
Id: com.ibm.icu, Version: 4.0.1.v20090822, Location: reference:file:plugins/com.ibm.icu_4.0.1.v20090822.jar
Id: com.jcraft.jsch, Version: 0.1.41.v200903070017, Location: reference:file:plugins/com.jcraft.jsch_0.1.41.v200903070017.jar
Id: com.metascape.amp.amf.gis, Version: 1.3.0.v200911160115, Location: reference:file:plugins/com.metascape.amp.amf.gis_1.3.0.v200911160115/
Id: com.metascape.ide.visual, Version: 1.3.0.v200911160115, Location: reference:file:plugins/com.metascape.ide.visual_1.3.0.v200911160115.jar
Id: javax.servlet, Version: 2.5.0.v200806031605, Location: reference:file:plugins/javax.servlet_2.5.0.v200806031605.jar
Id: javax.servlet.jsp, Version: 2.0.0.v200806031607, Location: reference:file:plugins/javax.servlet.jsp_2.0.0.v200806031607.jar
Id: org.antlr.runtime, Version: 3.0.0.v200908120607, Location: reference:file:plugins/org.antlr.runtime_3.0.0.v200908120607.jar
Id: org.apache.ant, Version: 1.7.1.v20090120-1145, Location: reference:file:plugins/org.apache.ant_1.7.1.v20090120-1145/
Id: org.apache.commons.cli, Version: 1.0.0.v20080604-1500, Location: reference:file:plugins/org.apache.commons.cli_1.0.0.v20080604-1500.jar
Id: org.apache.commons.codec, Version: 1.3.0.v20080530-1600, Location: reference:file:plugins/org.apache.commons.codec_1.3.0.v20080530-1600.jar
Id: org.apache.commons.collections, Version: 3.2.0.v200803061811, Location: reference:file:plugins/org.apache.commons.collections_3.2.0.v200803061811.jar
Id: org.apache.commons.el, Version: 1.0.0.v200806031608, Location: reference:file:plugins/org.apache.commons.el_1.0.0.v200806031608.jar
Id: org.apache.commons.httpclient, Version: 3.1.0.v20080605-1935, Location: reference:file:plugins/org.apache.commons.httpclient_3.1.0.v20080605-1935.jar
Id: org.apache.commons.lang, Version: 2.4.0.v20081016-1030, Location: reference:file:plugins/org.apache.commons.lang_2.4.0.v20081016-1030.jar
Id: org.apache.commons.logging, Version: 1.0.4.v200904062259, Location: reference:file:plugins/org.apache.commons.logging_1.0.4.v200904062259.jar
Id: org.apache.commons.logging, Version: 1.1.1.v200904062255, Location: reference:file:plugins/org.apache.commons.logging_1.1.1.v200904062255.jar
Id: org.apache.jasper, Version: 5.5.17.v200903231320, Location: reference:file:plugins/org.apache.jasper_5.5.17.v200903231320.jar
Id: org.apache.lucene, Version: 1.9.1.v20080530-1600, Location: reference:file:plugins/org.apache.lucene_1.9.1.v20080530-1600.jar
Id: org.apache.lucene.analysis, Version: 1.9.1.v20080530-1600, Location: reference:file:plugins/org.apache.lucene.analysis_1.9.1.v20080530-1600.jar
Id: org.ascape.core, Version: 5.2.0.v200911160431, Location: reference:file:plugins/org.ascape.core_5.2.0.v200911160431.jar
Id: org.ascape.ui.amp, Version: 0.7.0.v200911160431, Location: reference:file:plugins/org.ascape.ui.amp_0.7.0.v200911160431.jar
Id: org.eclipse.amp.agf.chart, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.agf.chart_0.5.0.v200911160431.jar
Id: org.eclipse.amp.agf.core, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.agf.core_0.5.0.v200911160431.jar
Id: org.eclipse.amp.agf.ide, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.agf.ide_0.5.0.v200911160431.jar
Id: org.eclipse.amp.agf.zest, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.agf.zest_0.5.0.v200911160431.jar
Id: org.eclipse.amp.agf.zest.ide, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.agf.zest.ide_0.5.0.v200911160431.jar
Id: org.eclipse.amp.agf3d, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.agf3d_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.abase, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.abase_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.abase.edit, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.abase.edit_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.abase.editor, Version: 0.5.0, Location: reference:file:plugins/org.eclipse.amp.amf.abase.editor_0.5.0.jar
Id: org.eclipse.amp.amf.abase.ui, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.abase.ui_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.acore, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.acore_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.acore.edit, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.acore.edit_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.acore.editor, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.acore.editor_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.gen, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.gen_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.gen.ascape, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.gen.ascape_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.gen.escape, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.gen.escape_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.gen.extras, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.gen.extras_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.gen.ide, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.gen.ide_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.ide, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.ide_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.ide.ascape, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.ide.ascape_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.parameters, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.parameters_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.parameters.edit, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.parameters.edit_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.parameters.editor, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.parameters.editor_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.parameters.ui, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.parameters.ui_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.testing, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.testing_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.testing.edit, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.testing.edit_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.testing.editor, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.testing.editor_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.testing.ui, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.testing.ui_0.5.0.v200911160431.jar
Id: org.eclipse.amp.axf.core, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.axf.core_0.5.0.v200911160431.jar
Id: org.eclipse.amp.axf.ide, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.axf.ide_0.5.0.v200911160431.jar
Id: org.eclipse.amp.axf.views, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.axf.views_0.5.0.v200911160431.jar
Id: org.eclipse.amp.escape.amf.ide, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.escape.amf.ide_0.5.0.v200911160431.jar
Id: org.eclipse.amp.escape.ascape, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.escape.ascape_0.5.0.v200911160431.jar
Id: org.eclipse.amp.escape.ascape.agf3d, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.escape.ascape.agf3d_0.5.0.v200911160431.jar
Id: org.eclipse.amp.escape.ascape.chart, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.escape.ascape.chart_0.5.0.v200911160431.jar
Id: org.eclipse.amp.escape.ide, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.escape.ide_0.5.0.v200911160431.jar
Id: org.eclipse.amp.escape.testing.ide, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.escape.testing.ide_0.5.0.v200911160431.jar
Id: org.eclipse.ant.core, Version: 3.2.100.v20090817_r351, Location: reference:file:plugins/org.eclipse.ant.core_3.2.100.v20090817_r351.jar
Id: org.eclipse.ant.ui, Version: 3.4.1.v20090901_r351, Location: reference:file:plugins/org.eclipse.ant.ui_3.4.1.v20090901_r351.jar
Id: org.eclipse.birt.chart.device.extension, Version: 2.5.1.v20090902, Location: reference:file:plugins/org.eclipse.birt.chart.device.extension_2.5.1.v20090902.jar
Id: org.eclipse.birt.chart.device.swt, Version: 2.5.1.v20090723, Location: reference:file:plugins/org.eclipse.birt.chart.device.swt_2.5.1.v20090723.jar
Id: org.eclipse.birt.chart.engine, Version: 2.5.1.v20090902, Location: reference:file:plugins/org.eclipse.birt.chart.engine_2.5.1.v20090902.jar
Id: org.eclipse.birt.chart.engine.extension, Version: 2.5.1.v20090826, Location: reference:file:plugins/org.eclipse.birt.chart.engine.extension_2.5.1.v20090826.jar
Id: org.eclipse.birt.chart.ui, Version: 2.5.1.v20090903, Location: reference:file:plugins/org.eclipse.birt.chart.ui_2.5.1.v20090903.jar
Id: org.eclipse.birt.chart.ui.extension, Version: 2.5.1.v20090908, Location: reference:file:plugins/org.eclipse.birt.chart.ui.extension_2.5.1.v20090908.jar
Id: org.eclipse.birt.core, Version: 2.5.1.v20090903, Location: reference:file:plugins/org.eclipse.birt.core_2.5.1.v20090903.jar
Id: org.eclipse.birt.core.ui, Version: 2.5.1.v20090826, Location: reference:file:plugins/org.eclipse.birt.core.ui_2.5.1.v20090826.jar
Id: org.eclipse.compare, Version: 3.5.0.I20090514-0808, Location: reference:file:plugins/org.eclipse.compare_3.5.0.I20090514-0808.jar
Id: org.eclipse.compare.core, Version: 3.5.0.I20090430-0408, Location: reference:file:plugins/org.eclipse.compare.core_3.5.0.I20090430-0408.jar
Id: org.eclipse.core.boot, Version: 3.1.100.v20080218, Location: reference:file:plugins/org.eclipse.core.boot_3.1.100.v20080218.jar
Id: org.eclipse.core.commands, Version: 3.5.0.I20090525-2000, Location: reference:file:plugins/org.eclipse.core.commands_3.5.0.I20090525-2000.jar
Id: org.eclipse.core.contenttype, Version: 3.4.1.R35x_v20090826-0451, Location: reference:file:plugins/org.eclipse.core.contenttype_3.4.1.R35x_v20090826-0451.jar
Id: org.eclipse.core.databinding, Version: 1.2.0.M20090819-0800, Location: reference:file:plugins/org.eclipse.core.databinding_1.2.0.M20090819-0800.jar
Id: org.eclipse.core.databinding.beans, Version: 1.2.0.I20090525-2000, Location: reference:file:plugins/org.eclipse.core.databinding.beans_1.2.0.I20090525-2000.jar
Id: org.eclipse.core.databinding.observable, Version: 1.2.0.M20090902-0800, Location: reference:file:plugins/org.eclipse.core.databinding.observable_1.2.0.M20090902-0800.jar
Id: org.eclipse.core.databinding.property, Version: 1.2.0.M20090819-0800, Location: reference:file:plugins/org.eclipse.core.databinding.property_1.2.0.M20090819-0800.jar
Id: org.eclipse.core.expressions, Version: 3.4.100.v20090429-1800, Location: reference:file:plugins/org.eclipse.core.expressions_3.4.100.v20090429-1800.jar
Id: org.eclipse.core.filebuffers, Version: 3.5.0.v20090526-2000, Location: reference:file:plugins/org.eclipse.core.filebuffers_3.5.0.v20090526-2000.jar
Id: org.eclipse.core.filesystem, Version: 1.2.0.v20090507, Location: reference:file:plugins/org.eclipse.core.filesystem_1.2.0.v20090507.jar
Id: org.eclipse.core.filesystem.macosx, Version: 1.1.0.v20090112, Location: reference:file:plugins/org.eclipse.core.filesystem.macosx_1.1.0.v20090112.jar
Id: org.eclipse.core.jobs, Version: 3.4.100.v20090429-1800, Location: reference:file:plugins/org.eclipse.core.jobs_3.4.100.v20090429-1800.jar
Id: org.eclipse.core.net, Version: 1.2.1.r35x_20090812-1200, Location: reference:file:plugins/org.eclipse.core.net_1.2.1.r35x_20090812-1200.jar
Id: org.eclipse.core.resources, Version: 3.5.1.R35x_v20090826-0451, Location: reference:file:plugins/org.eclipse.core.resources_3.5.1.R35x_v20090826-0451.jar
Id: org.eclipse.core.resources.compatibility, Version: 3.4.0.v20090505, Location: reference:file:plugins/org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar
Id: org.eclipse.core.runtime, Version: 3.5.0.v20090525, Location: reference:file:plugins/org.eclipse.core.runtime_3.5.0.v20090525.jar
Id: org.eclipse.core.runtime.compatibility, Version: 3.2.0.v20090413, Location: reference:file:plugins/org.eclipse.core.runtime.compatibility_3.2.0.v20090413.jar
Id: org.eclipse.core.runtime.compatibility.auth, Version: 3.2.100.v20090413, Location: reference:file:plugins/org.eclipse.core.runtime.compatibility.auth_3.2.100.v20090413.jar
Id: org.eclipse.core.runtime.compatibility.registry, Version: 3.2.200.v20090429-1800, Location: reference:file:plugins/org.eclipse.core.runtime.compatibility.registry_3.2.200.v20090429-1800/
Id: org.eclipse.core.variables, Version: 3.2.200.v20090521, Location: reference:file:plugins/org.eclipse.core.variables_3.2.200.v20090521.jar
Id: org.eclipse.cvs, Version: 1.0.300.v200909170800, Location: reference:file:plugins/org.eclipse.cvs_1.0.300.v200909170800.jar
Id: org.eclipse.debug.core, Version: 3.5.0.v20090526-1600, Location: reference:file:plugins/org.eclipse.debug.core_3.5.0.v20090526-1600.jar
Id: org.eclipse.debug.ui, Version: 3.5.1.v20090811_r351, Location: reference:file:plugins/org.eclipse.debug.ui_3.5.1.v20090811_r351.jar
Id: org.eclipse.draw2d, Version: 3.5.1.v20090813-1341, Location: reference:file:plugins/org.eclipse.draw2d_3.5.1.v20090813-1341.jar
Id: org.eclipse.draw3d, Version: 0.8.1, Location: reference:file:plugins/org.eclipse.draw3d_0.8.1.jar
Id: org.eclipse.draw3d.geometry, Version: 0.8.0, Location: reference:file:plugins/org.eclipse.draw3d.geometry_0.8.0.jar
Id: org.eclipse.draw3d.graphics3d, Version: 0.8.1, Location: reference:file:plugins/org.eclipse.draw3d.graphics3d_0.8.1.jar
Id: org.eclipse.draw3d.lwjgl, Version: 0.8.1, Location: reference:file:plugins/org.eclipse.draw3d.lwjgl_0.8.1.jar
Id: org.eclipse.draw3d.ui, Version: 0.8.1, Location: reference:file:plugins/org.eclipse.draw3d.ui_0.8.1.jar
Id: org.eclipse.draw3d.x3d, Version: 0.8.1, Location: reference:file:plugins/org.eclipse.draw3d.x3d_0.8.1.jar
Id: org.eclipse.ecf, Version: 3.0.0.v20090831-1906, Location: reference:file:plugins/org.eclipse.ecf_3.0.0.v20090831-1906.jar
Id: org.eclipse.ecf.filetransfer, Version: 3.0.0.v20090831-1906, Location: reference:file:plugins/org.eclipse.ecf.filetransfer_3.0.0.v20090831-1906.jar
Id: org.eclipse.ecf.identity, Version: 3.0.0.v20090831-1906, Location: reference:file:plugins/org.eclipse.ecf.identity_3.0.0.v20090831-1906.jar
Id: org.eclipse.ecf.provider.filetransfer, Version: 3.0.1.v20090831-1906, Location: reference:file:plugins/org.eclipse.ecf.provider.filetransfer_3.0.1.v20090831-1906.jar
Id: org.eclipse.ecf.provider.filetransfer.httpclient, Version: 3.0.1.v20090831-1906, Location: reference:file:plugins/org.eclipse.ecf.provider.filetransfer.httpclient_3.0.1.v20090831-1906.jar
Id: org.eclipse.ecf.provider.filetransfer.httpclient.ssl, Version: 1.0.0.v20090831-1906, Location: reference:file:plugins/org.eclipse.ecf.provider.filetransfer.httpclient.ssl_1.0.0.v20090831-1906.jar
Id: org.eclipse.ecf.provider.filetransfer.ssl, Version: 1.0.0.v20090831-1906, Location: reference:file:plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20090831-1906.jar
Id: org.eclipse.ecf.ssl, Version: 1.0.0.v20090831-1906, Location: reference:file:plugins/org.eclipse.ecf.ssl_1.0.0.v20090831-1906.jar
Id: org.eclipse.emf.codegen, Version: 2.5.0.v200906151043, Location: reference:file:plugins/org.eclipse.emf.codegen_2.5.0.v200906151043.jar
Id: org.eclipse.emf.codegen.ecore, Version: 2.5.0.v200906151043, Location: reference:file:plugins/org.eclipse.emf.codegen.ecore_2.5.0.v200906151043.jar
Id: org.eclipse.emf.common, Version: 2.5.0.v200906151043, Location: reference:file:plugins/org.eclipse.emf.common_2.5.0.v200906151043.jar
Id: org.eclipse.emf.common.ui, Version: 2.5.0.v200906151043, Location: reference:file:plugins/org.eclipse.emf.common.ui_2.5.0.v200906151043.jar
Id: org.eclipse.emf.ecore, Version: 2.5.0.v200906151043, Location: reference:file:plugins/org.eclipse.emf.ecore_2.5.0.v200906151043.jar
Id: org.eclipse.emf.ecore.change, Version: 2.5.0.v200906151043, Location: reference:file:plugins/org.eclipse.emf.ecore.change_2.5.0.v200906151043.jar
Id: org.eclipse.emf.ecore.edit, Version: 2.5.0.v200906151043, Location: reference:file:plugins/org.eclipse.emf.ecore.edit_2.5.0.v200906151043.jar
Id: org.eclipse.emf.ecore.editor, Version: 2.5.0.v200906151043, Location: reference:file:plugins/org.eclipse.emf.ecore.editor_2.5.0.v200906151043.jar
Id: org.eclipse.emf.ecore.xmi, Version: 2.5.0.v200906151043, Location: reference:file:plugins/org.eclipse.emf.ecore.xmi_2.5.0.v200906151043.jar
Id: org.eclipse.emf.edit, Version: 2.5.0.v200906151043, Location: reference:file:plugins/org.eclipse.emf.edit_2.5.0.v200906151043.jar
Id: org.eclipse.emf.edit.ui, Version: 2.5.0.v200906151043, Location: reference:file:plugins/org.eclipse.emf.edit.ui_2.5.0.v200906151043.jar
Id: org.eclipse.emf.index, Version: 0.7.0.v200908120607, Location: reference:file:plugins/org.eclipse.emf.index_0.7.0.v200908120607.jar
Id: org.eclipse.emf.java, Version: 2.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.emf.java_2.5.0.v200911160431.jar
Id: org.eclipse.emf.mwe.core, Version: 0.7.2.v200908120417, Location: reference:file:plugins/org.eclipse.emf.mwe.core_0.7.2.v200908120417.jar
Id: org.eclipse.emf.mwe.ui, Version: 0.7.2.v200908120417, Location: reference:file:plugins/org.eclipse.emf.mwe.ui_0.7.2.v200908120417.jar
Id: org.eclipse.emf.mwe.utils, Version: 0.7.2.v200908120417, Location: reference:file:plugins/org.eclipse.emf.mwe.utils_0.7.2.v200908120417.jar
Id: org.eclipse.equinox.app, Version: 1.2.0.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.app_1.2.0.v20090520-1800.jar
Id: org.eclipse.equinox.common, Version: 3.5.1.R35x_v20090807-1100, Location: reference:file:plugins/org.eclipse.equinox.common_3.5.1.R35x_v20090807-1100.jar
Id: org.eclipse.equinox.concurrent, Version: 1.0.0.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar
Id: org.eclipse.equinox.ds, Version: 1.1.1.R35x_v20090806, Location: reference:file:plugins/org.eclipse.equinox.ds_1.1.1.R35x_v20090806.jar
Id: org.eclipse.equinox.frameworkadmin, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.frameworkadmin_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.frameworkadmin.equinox, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.http.jetty, Version: 2.0.0.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.http.jetty_2.0.0.v20090520-1800.jar
Id: org.eclipse.equinox.http.registry, Version: 1.0.200.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.http.registry_1.0.200.v20090520-1800.jar
Id: org.eclipse.equinox.http.servlet, Version: 1.0.200.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.http.servlet_1.0.200.v20090520-1800.jar
Id: org.eclipse.equinox.jsp.jasper, Version: 1.0.200.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.jsp.jasper_1.0.200.v20090520-1800.jar
Id: org.eclipse.equinox.jsp.jasper.registry, Version: 1.0.100.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.100.v20090520-1800.jar
Id: org.eclipse.equinox.launcher, Version: 1.0.201.R35x_v20090715, Location: reference:file:plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
Id: org.eclipse.equinox.launcher.cocoa.macosx.x86_64, Version: 1.0.1.R35x_v20090707, Location: reference:file:plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.0.1.R35x_v20090707/
Id: org.eclipse.equinox.p2.artifact.repository, Version: 1.0.101.R35x_v20090721, Location: reference:file:plugins/org.eclipse.equinox.p2.artifact.repository_1.0.101.R35x_v20090721.jar
Id: org.eclipse.equinox.p2.console, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.p2.console_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.p2.core, Version: 1.0.101.R35x_v20090819, Location: reference:file:plugins/org.eclipse.equinox.p2.core_1.0.101.R35x_v20090819.jar
Id: org.eclipse.equinox.p2.director, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.p2.director_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.p2.director.app, Version: 1.0.100.v20090521-1912, Location: reference:file:plugins/org.eclipse.equinox.p2.director.app_1.0.100.v20090521-1912.jar
Id: org.eclipse.equinox.p2.directorywatcher, Version: 1.0.100.v20090525, Location: reference:file:plugins/org.eclipse.equinox.p2.directorywatcher_1.0.100.v20090525.jar
Id: org.eclipse.equinox.p2.engine, Version: 1.0.101.R35x_v20090825, Location: reference:file:plugins/org.eclipse.equinox.p2.engine_1.0.101.R35x_v20090825.jar
Id: org.eclipse.equinox.p2.exemplarysetup, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.p2.exemplarysetup_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.p2.extensionlocation, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.p2.extensionlocation_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.p2.garbagecollector, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.p2.garbagecollector_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.p2.jarprocessor, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.p2.jarprocessor_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.p2.metadata, Version: 1.0.100.v20090525, Location: reference:file:plugins/org.eclipse.equinox.p2.metadata_1.0.100.v20090525.jar
Id: org.eclipse.equinox.p2.metadata.generator, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.p2.metadata.generator_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.p2.metadata.repository, Version: 1.0.101.R35x_v20090812, Location: reference:file:plugins/org.eclipse.equinox.p2.metadata.repository_1.0.101.R35x_v20090812.jar
Id: org.eclipse.equinox.p2.publisher, Version: 1.0.0.v20090527-1812, Location: reference:file:plugins/org.eclipse.equinox.p2.publisher_1.0.0.v20090527-1812.jar
Id: org.eclipse.equinox.p2.reconciler.dropins, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.p2.reconciler.dropins_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.p2.repository, Version: 1.0.1.v20090901-1041, Location: reference:file:plugins/org.eclipse.equinox.p2.repository_1.0.1.v20090901-1041.jar
Id: org.eclipse.equinox.p2.repository.tools, Version: 1.0.1.R35x_v20090806, Location: reference:file:plugins/org.eclipse.equinox.p2.repository.tools_1.0.1.R35x_v20090806.jar
Id: org.eclipse.equinox.p2.touchpoint.eclipse, Version: 1.0.101.R35x_20090820-1821, Location: reference:file:plugins/org.eclipse.equinox.p2.touchpoint.eclipse_1.0.101.R35x_20090820-1821.jar
Id: org.eclipse.equinox.p2.touchpoint.natives, Version: 1.0.101.R35x_v20090806, Location: reference:file:plugins/org.eclipse.equinox.p2.touchpoint.natives_1.0.101.R35x_v20090806.jar
Id: org.eclipse.equinox.p2.ui, Version: 1.0.101.R35x_v20090819, Location: reference:file:plugins/org.eclipse.equinox.p2.ui_1.0.101.R35x_v20090819.jar
Id: org.eclipse.equinox.p2.ui.sdk, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.p2.ui.sdk_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.p2.ui.sdk.scheduler, Version: 1.0.0.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20090520-1905.jar
Id: org.eclipse.equinox.p2.updatechecker, Version: 1.1.0.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.p2.updatechecker_1.1.0.v20090520-1905.jar
Id: org.eclipse.equinox.p2.updatesite, Version: 1.0.100.v20090525, Location: reference:file:plugins/org.eclipse.equinox.p2.updatesite_1.0.100.v20090525.jar
Id: org.eclipse.equinox.preferences, Version: 3.2.300.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.preferences_3.2.300.v20090520-1800.jar
Id: org.eclipse.equinox.registry, Version: 3.4.100.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.registry_3.4.100.v20090520-1800.jar
Id: org.eclipse.equinox.security, Version: 1.0.100.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.security_1.0.100.v20090520-1800.jar
Id: org.eclipse.equinox.security.macosx, Version: 1.100.0.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.security.macosx_1.100.0.v20090520-1800.jar
Id: org.eclipse.equinox.security.ui, Version: 1.0.100.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.security.ui_1.0.100.v20090520-1800.jar
Id: org.eclipse.equinox.simpleconfigurator, Version: 1.0.101.R35x_v20090807-1100, Location: initial@reference:file:plugins/org.eclipse.equinox.simpleconfigurator_1.0.101.R35x_v20090807-1100.jar/
Id: org.eclipse.equinox.simpleconfigurator.manipulator, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.simpleconfigurator.manipulator_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.util, Version: 1.0.100.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.util_1.0.100.v20090520-1800.jar
Id: org.eclipse.gef, Version: 3.5.0.v20090528-1511, Location: reference:file:plugins/org.eclipse.gef_3.5.0.v20090528-1511.jar
Id: org.eclipse.gef3d, Version: 0.8.1, Location: reference:file:plugins/org.eclipse.gef3d_0.8.1.jar
Id: org.eclipse.help, Version: 3.4.1.v20090805_35x, Location: reference:file:plugins/org.eclipse.help_3.4.1.v20090805_35x.jar
Id: org.eclipse.help.appserver, Version: 3.1.400.v20090429_1800, Location: reference:file:plugins/org.eclipse.help.appserver_3.1.400.v20090429_1800.jar
Id: org.eclipse.help.base, Version: 3.4.0.v200909170800, Location: reference:file:plugins/org.eclipse.help.base_3.4.0.v200909170800.jar
Id: org.eclipse.help.ui, Version: 3.4.1.v20090819_35x, Location: reference:file:plugins/org.eclipse.help.ui_3.4.1.v20090819_35x.jar
Id: org.eclipse.help.webapp, Version: 3.4.1.v20090819_35x, Location: reference:file:plugins/org.eclipse.help.webapp_3.4.1.v20090819_35x.jar
Id: org.eclipse.jdt, Version: 3.5.1.v200909170800, Location: reference:file:plugins/org.eclipse.jdt_3.5.1.v200909170800.jar
Id: org.eclipse.jdt.apt.core, Version: 3.3.201.R35x_v20090818-0235, Location: reference:file:plugins/org.eclipse.jdt.apt.core_3.3.201.R35x_v20090818-0235.jar
Id: org.eclipse.jdt.apt.pluggable.core, Version: 1.0.201.R35x_v20090818-0225, Location: reference:file:plugins/org.eclipse.jdt.apt.pluggable.core_1.0.201.R35x_v20090818-0225.jar
Id: org.eclipse.jdt.apt.ui, Version: 3.3.200.v20090528-1135, Location: reference:file:plugins/org.eclipse.jdt.apt.ui_3.3.200.v20090528-1135.jar
Id: org.eclipse.jdt.compiler.apt, Version: 1.0.201.R35x_v20090825-1530, Location: reference:file:plugins/org.eclipse.jdt.compiler.apt_1.0.201.R35x_v20090825-1530.jar
Id: org.eclipse.jdt.compiler.tool, Version: 1.0.100.v_972_R35x, Location: reference:file:plugins/org.eclipse.jdt.compiler.tool_1.0.100.v_972_R35x.jar
Id: org.eclipse.jdt.core, Version: 3.5.1.v_972_R35x, Location: reference:file:plugins/org.eclipse.jdt.core_3.5.1.v_972_R35x.jar
Id: org.eclipse.jdt.core.manipulation, Version: 1.3.0.v20090603, Location: reference:file:plugins/org.eclipse.jdt.core.manipulation_1.3.0.v20090603.jar
Id: org.eclipse.jdt.debug, Version: 3.5.0.v20090526, Location: reference:file:plugins/org.eclipse.jdt.debug_3.5.0.v20090526/
Id: org.eclipse.jdt.debug.ui, Version: 3.4.1.v20090811_r351, Location: reference:file:plugins/org.eclipse.jdt.debug.ui_3.4.1.v20090811_r351.jar
Id: org.eclipse.jdt.doc.isv, Version: 3.5.1.r351_v20090831, Location: reference:file:plugins/org.eclipse.jdt.doc.isv_3.5.1.r351_v20090831.jar
Id: org.eclipse.jdt.doc.user, Version: 3.5.1.r351_v20090821-0800, Location: reference:file:plugins/org.eclipse.jdt.doc.user_3.5.1.r351_v20090821-0800.jar
Id: org.eclipse.jdt.junit, Version: 3.5.1.r351_v20090708-0800, Location: reference:file:plugins/org.eclipse.jdt.junit_3.5.1.r351_v20090708-0800.jar
Id: org.eclipse.jdt.junit.runtime, Version: 3.4.100.v20090513-2000, Location: reference:file:plugins/org.eclipse.jdt.junit.runtime_3.4.100.v20090513-2000.jar
Id: org.eclipse.jdt.junit4.runtime, Version: 1.1.0.v20090513-2000, Location: reference:file:plugins/org.eclipse.jdt.junit4.runtime_1.1.0.v20090513-2000.jar
Id: org.eclipse.jdt.launching, Version: 3.5.0.v20090527, Location: reference:file:plugins/org.eclipse.jdt.launching_3.5.0.v20090527.jar
Id: org.eclipse.jdt.launching.macosx, Version: 3.2.0.v20090527, Location: reference:file:plugins/org.eclipse.jdt.launching.macosx_3.2.0.v20090527.jar
Id: org.eclipse.jdt.launching.ui.macosx, Version: 1.0.0.v20090527, Location: reference:file:plugins/org.eclipse.jdt.launching.ui.macosx_1.0.0.v20090527.jar
Id: org.eclipse.jdt.ui, Version: 3.5.1.r351_v20090821-0800, Location: reference:file:plugins/org.eclipse.jdt.ui_3.5.1.r351_v20090821-0800.jar
Id: org.eclipse.jface, Version: 3.5.1.M20090826-0800, Location: reference:file:plugins/org.eclipse.jface_3.5.1.M20090826-0800.jar
Id: org.eclipse.jface.databinding, Version: 1.3.1.M20090826-0800, Location: reference:file:plugins/org.eclipse.jface.databinding_1.3.1.M20090826-0800.jar
Id: org.eclipse.jface.text, Version: 3.5.1.r351_v20090708-0800, Location: reference:file:plugins/org.eclipse.jface.text_3.5.1.r351_v20090708-0800.jar
Id: org.eclipse.jsch.core, Version: 1.1.100.I20090430-0408, Location: reference:file:plugins/org.eclipse.jsch.core_1.1.100.I20090430-0408.jar
Id: org.eclipse.jsch.ui, Version: 1.1.200.I20090430-0408, Location: reference:file:plugins/org.eclipse.jsch.ui_1.1.200.I20090430-0408.jar
Id: org.eclipse.ltk.core.refactoring, Version: 3.5.0.v20090513-2000, Location: reference:file:plugins/org.eclipse.ltk.core.refactoring_3.5.0.v20090513-2000.jar
Id: org.eclipse.ltk.ui.refactoring, Version: 3.4.100.v20090604, Location: reference:file:plugins/org.eclipse.ltk.ui.refactoring_3.4.100.v20090604.jar
Id: org.eclipse.osgi, Version: 3.5.1.R35x_v20090827, Location: System Bundle
Id: org.eclipse.osgi.services, Version: 3.2.0.v20090520-1800, Location: reference:file:plugins/org.eclipse.osgi.services_3.2.0.v20090520-1800.jar
Id: org.eclipse.osgi.util, Version: 3.2.0.v20090520-1800, Location: reference:file:plugins/org.eclipse.osgi.util_3.2.0.v20090520-1800.jar
Id: org.eclipse.pde, Version: 3.4.100.v200909170800, Location: reference:file:plugins/org.eclipse.pde_3.4.100.v200909170800.jar
Id: org.eclipse.pde.api.tools, Version: 1.0.101.v20090714, Location: reference:file:plugins/org.eclipse.pde.api.tools_1.0.101.v20090714.jar
Id: org.eclipse.pde.api.tools.ui, Version: 1.0.101.v20090820, Location: reference:file:plugins/org.eclipse.pde.api.tools.ui_1.0.101.v20090820.jar
Id: org.eclipse.pde.build, Version: 3.5.1.R35x_20090820, Location: reference:file:plugins/org.eclipse.pde.build_3.5.1.R35x_20090820/
Id: org.eclipse.pde.core, Version: 3.5.100.v20090821, Location: reference:file:plugins/org.eclipse.pde.core_3.5.100.v20090821.jar
Id: org.eclipse.pde.doc.user, Version: 3.5.0.v20090818, Location: reference:file:plugins/org.eclipse.pde.doc.user_3.5.0.v20090818.jar
Id: org.eclipse.pde.ds.core, Version: 1.0.0.v20090429-1800, Location: reference:file:plugins/org.eclipse.pde.ds.core_1.0.0.v20090429-1800.jar
Id: org.eclipse.pde.ds.ui, Version: 1.0.0.v20090527, Location: reference:file:plugins/org.eclipse.pde.ds.ui_1.0.0.v20090527.jar
Id: org.eclipse.pde.junit.runtime, Version: 3.4.0.v20090527, Location: reference:file:plugins/org.eclipse.pde.junit.runtime_3.4.0.v20090527.jar
Id: org.eclipse.pde.runtime, Version: 3.4.100.v20090731, Location: reference:file:plugins/org.eclipse.pde.runtime_3.4.100.v20090731.jar
Id: org.eclipse.pde.ua.core, Version: 1.0.0.v20090429-1800, Location: reference:file:plugins/org.eclipse.pde.ua.core_1.0.0.v20090429-1800.jar
Id: org.eclipse.pde.ua.ui, Version: 1.0.0.v20090511, Location: reference:file:plugins/org.eclipse.pde.ua.ui_1.0.0.v20090511.jar
Id: org.eclipse.pde.ui, Version: 3.5.0.v20090821, Location: reference:file:plugins/org.eclipse.pde.ui_3.5.0.v20090821.jar
Id: org.eclipse.pde.ui.templates, Version: 3.4.100.v20090527, Location: reference:file:plugins/org.eclipse.pde.ui.templates_3.4.100.v20090527.jar
Id: org.eclipse.platform, Version: 3.3.201.v200909170800, Location: reference:file:plugins/org.eclipse.platform_3.3.201.v200909170800/
Id: org.eclipse.platform.doc.isv, Version: 3.5.1.r351_v20090831, Location: reference:file:plugins/org.eclipse.platform.doc.isv_3.5.1.r351_v20090831.jar
Id: org.eclipse.platform.doc.user, Version: 3.5.1.r351_v20090821-0800, Location: reference:file:plugins/org.eclipse.platform.doc.user_3.5.1.r351_v20090821-0800.jar
Id: org.eclipse.rcp, Version: 3.5.0.v200909170800, Location: reference:file:plugins/org.eclipse.rcp_3.5.0.v200909170800.jar
Id: org.eclipse.sdk, Version: 3.5.1.v200909170800, Location: reference:file:plugins/org.eclipse.sdk_3.5.1.v200909170800/
Id: org.eclipse.search, Version: 3.5.1.r351_v20090708-0800, Location: reference:file:plugins/org.eclipse.search_3.5.1.r351_v20090708-0800.jar
Id: org.eclipse.swt, Version: 3.5.1.v3555a, Location: reference:file:plugins/org.eclipse.swt_3.5.1.v3555a.jar
Id: org.eclipse.swt.cocoa.macosx.x86_64, Version: 3.5.1.v3555a, Location: reference:file:plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.5.1.v3555a.jar
Id: org.eclipse.team.core, Version: 3.5.0.I20090527-0620, Location: reference:file:plugins/org.eclipse.team.core_3.5.0.I20090527-0620.jar
Id: org.eclipse.team.cvs.core, Version: 3.3.200.I20090430-0408, Location: reference:file:plugins/org.eclipse.team.cvs.core_3.3.200.I20090430-0408.jar
Id: org.eclipse.team.cvs.ssh, Version: 3.2.100.I20090508-2000, Location: reference:file:plugins/org.eclipse.team.cvs.ssh_3.2.100.I20090508-2000.jar
Id: org.eclipse.team.cvs.ssh2, Version: 3.2.200.I20090508-2000, Location: reference:file:plugins/org.eclipse.team.cvs.ssh2_3.2.200.I20090508-2000.jar
Id: org.eclipse.team.cvs.ui, Version: 3.3.201.R35x_v20090826-0905, Location: reference:file:plugins/org.eclipse.team.cvs.ui_3.3.201.R35x_v20090826-0905.jar
Id: org.eclipse.team.ui, Version: 3.5.0.I20090430-0408, Location: reference:file:plugins/org.eclipse.team.ui_3.5.0.I20090430-0408.jar
Id: org.eclipse.text, Version: 3.5.0.v20090513-2000, Location: reference:file:plugins/org.eclipse.text_3.5.0.v20090513-2000.jar
Id: org.eclipse.ui, Version: 3.5.1.M20090902-1000, Location: reference:file:plugins/org.eclipse.ui_3.5.1.M20090902-1000.jar
Id: org.eclipse.ui.browser, Version: 3.2.300.v20090526, Location: reference:file:plugins/org.eclipse.ui.browser_3.2.300.v20090526.jar
Id: org.eclipse.ui.cheatsheets, Version: 3.3.200.v20090526, Location: reference:file:plugins/org.eclipse.ui.cheatsheets_3.3.200.v20090526.jar
Id: org.eclipse.ui.cocoa, Version: 1.0.0.I20090525-2000, Location: reference:file:plugins/org.eclipse.ui.cocoa_1.0.0.I20090525-2000.jar
Id: org.eclipse.ui.console, Version: 3.4.0.v20090513, Location: reference:file:plugins/org.eclipse.ui.console_3.4.0.v20090513.jar
Id: org.eclipse.ui.editors, Version: 3.5.0.v20090527-2000, Location: reference:file:plugins/org.eclipse.ui.editors_3.5.0.v20090527-2000.jar
Id: org.eclipse.ui.externaltools, Version: 3.2.0.v20090504, Location: reference:file:plugins/org.eclipse.ui.externaltools_3.2.0.v20090504.jar
Id: org.eclipse.ui.forms, Version: 3.4.1.v20090714_35x, Location: reference:file:plugins/org.eclipse.ui.forms_3.4.1.v20090714_35x.jar
Id: org.eclipse.ui.ide, Version: 3.5.1.M20090826-0800, Location: reference:file:plugins/org.eclipse.ui.ide_3.5.1.M20090826-0800.jar
Id: org.eclipse.ui.ide.application, Version: 1.0.101.M20090826-0800, Location: reference:file:plugins/org.eclipse.ui.ide.application_1.0.101.M20090826-0800.jar
Id: org.eclipse.ui.intro, Version: 3.3.1.v20090805_35x, Location: reference:file:plugins/org.eclipse.ui.intro_3.3.1.v20090805_35x.jar
Id: org.eclipse.ui.intro.universal, Version: 3.2.300.v20090526, Location: reference:file:plugins/org.eclipse.ui.intro.universal_3.2.300.v20090526/
Id: org.eclipse.ui.navigator, Version: 3.4.1.M20090911-1550, Location: reference:file:plugins/org.eclipse.ui.navigator_3.4.1.M20090911-1550.jar
Id: org.eclipse.ui.navigator.resources, Version: 3.4.1.M20090826-0800, Location: reference:file:plugins/org.eclipse.ui.navigator.resources_3.4.1.M20090826-0800.jar
Id: org.eclipse.ui.net, Version: 1.2.1.r35x_20090812-1200, Location: reference:file:plugins/org.eclipse.ui.net_1.2.1.r35x_20090812-1200.jar
Id: org.eclipse.ui.presentations.r21, Version: 3.2.100.I20081007-0800, Location: reference:file:plugins/org.eclipse.ui.presentations.r21_3.2.100.I20081007-0800.jar
Id: org.eclipse.ui.views, Version: 3.4.1.M20090826-0800, Location: reference:file:plugins/org.eclipse.ui.views_3.4.1.M20090826-0800.jar
Id: org.eclipse.ui.views.log, Version: 1.0.100.v20090731, Location: reference:file:plugins/org.eclipse.ui.views.log_1.0.100.v20090731.jar
Id: org.eclipse.ui.views.properties.tabbed, Version: 3.5.0.I20090429-1800, Location: reference:file:plugins/org.eclipse.ui.views.properties.tabbed_3.5.0.I20090429-1800.jar
Id: org.eclipse.ui.workbench, Version: 3.5.1.M20090826-0800a, Location: reference:file:plugins/org.eclipse.ui.workbench_3.5.1.M20090826-0800a.jar
Id: org.eclipse.ui.workbench.compatibility, Version: 3.2.0.I20090429-1800, Location: reference:file:plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20090429-1800/
Id: org.eclipse.ui.workbench.texteditor, Version: 3.5.0.v20090603, Location: reference:file:plugins/org.eclipse.ui.workbench.texteditor_3.5.0.v20090603.jar
Id: org.eclipse.update.configurator, Version: 3.3.0.v20090312, Location: reference:file:plugins/org.eclipse.update.configurator_3.3.0.v20090312.jar
Id: org.eclipse.update.core, Version: 3.2.300.v20090525, Location: reference:file:plugins/org.eclipse.update.core_3.2.300.v20090525.jar
Id: org.eclipse.update.scheduler, Version: 3.2.200.v20081127, Location: reference:file:plugins/org.eclipse.update.scheduler_3.2.200.v20081127.jar
Id: org.eclipse.update.ui, Version: 3.2.201.R35x_v20090813, Location: reference:file:plugins/org.eclipse.update.ui_3.2.201.R35x_v20090813.jar
Id: org.eclipse.xpand, Version: 0.7.2.v200908120436, Location: reference:file:plugins/org.eclipse.xpand_0.7.2.v200908120436.jar
Id: org.eclipse.xtend, Version: 0.7.2.v200908120436, Location: reference:file:plugins/org.eclipse.xtend_0.7.2.v200908120436.jar
Id: org.eclipse.xtend.typesystem.emf, Version: 0.7.2.v200908120436, Location: reference:file:plugins/org.eclipse.xtend.typesystem.emf_0.7.2.v200908120436.jar
Id: org.eclipse.xtend.util.stdlib, Version: 0.7.2.v200908120436, Location: reference:file:plugins/org.eclipse.xtend.util.stdlib_0.7.2.v200908120436.jar
Id: org.eclipse.xtext, Version: 0.7.2.v200908120607, Location: reference:file:plugins/org.eclipse.xtext_0.7.2.v200908120607.jar
Id: org.eclipse.xtext.generator, Version: 0.7.2.v200908120607, Location: reference:file:plugins/org.eclipse.xtext.generator_0.7.2.v200908120607.jar
Id: org.eclipse.xtext.log4j, Version: 1.2.15.v200908120607, Location: reference:file:plugins/org.eclipse.xtext.log4j_1.2.15.v200908120607.jar
Id: org.eclipse.xtext.ui.common, Version: 0.7.2.v200908120607, Location: reference:file:plugins/org.eclipse.xtext.ui.common_0.7.2.v200908120607.jar
Id: org.eclipse.xtext.ui.core, Version: 0.7.2.v200908120607, Location: reference:file:plugins/org.eclipse.xtext.ui.core_0.7.2.v200908120607.jar
Id: org.eclipse.xtext.util, Version: 0.7.2.v200908120607, Location: reference:file:plugins/org.eclipse.xtext.util_0.7.2.v200908120607.jar
Id: org.eclipse.xtext.xtend, Version: 0.7.2.v200908120607, Location: reference:file:plugins/org.eclipse.xtext.xtend_0.7.2.v200908120607.jar
Id: org.eclipse.zest.core, Version: 2.0.0.v200911160115, Location: reference:file:plugins/org.eclipse.zest.core_2.0.0.v200911160115.jar
Id: org.eclipse.zest.layout, Version: 1.0.0.v200911160115, Location: reference:file:plugins/org.eclipse.zest.layout_1.0.0.v200911160115.jar
Id: org.eclipse.zest.layouts, Version: 1.1.0.v20090504-1850, Location: reference:file:plugins/org.eclipse.zest.layouts_1.1.0.v20090504-1850.jar
Id: org.hamcrest.core, Version: 1.1.0.v20090501071000, Location: reference:file:plugins/org.hamcrest.core_1.1.0.v20090501071000.jar
Id: org.junit, Version: 3.8.2.v20090203-1005, Location: reference:file:plugins/org.junit_3.8.2.v20090203-1005/
Id: org.junit4, Version: 4.5.0.v20090824, Location: reference:file:plugins/org.junit4_4.5.0.v20090824/
Id: org.lwjgl, Version: 2.2.1, Location: reference:file:plugins/org.lwjgl_2.2.1/
Id: org.lwjgl.doc, Version: 2.2.1, Location: reference:file:plugins/org.lwjgl.doc_2.2.1/
Id: org.lwjgl.source, Version: 2.2.1, Location: reference:file:plugins/org.lwjgl.source_2.2.1/
Id: org.lwjgl.test, Version: 2.2.1, Location: reference:file:plugins/org.lwjgl.test_2.2.1/
Id: org.mortbay.jetty.server, Version: 6.1.15.v200905151201, Location: reference:file:plugins/org.mortbay.jetty.server_6.1.15.v200905151201.jar
Id: org.mortbay.jetty.util, Version: 6.1.15.v200905182336, Location: reference:file:plugins/org.mortbay.jetty.util_6.1.15.v200905182336.jar
Id: org.mozilla.rhino, Version: 1.7.1.v20090521, Location: reference:file:plugins/org.mozilla.rhino_1.7.1.v20090521/
Id: org.objectweb.asm, Version: 3.1.0.v200803061910, Location: reference:file:plugins/org.objectweb.asm_3.1.0.v200803061910.jar
Id: org.sat4j.core, Version: 2.1.0.v20090520, Location: reference:file:plugins/org.sat4j.core_2.1.0.v20090520.jar
Id: org.sat4j.pb, Version: 2.1.0.v20090520, Location: reference:file:plugins/org.sat4j.pb_2.1.0.v20090520.jar

*** Security Configuration:
Providers (9): 

 Provider: SUN, Version: 1.6, Class: sun.security.provider.Sun
  Description: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS keystore; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration)
  Services (24):
   Service: MessageDigest, Algorithm: SHA-512, Class: sun.security.provider.SHA5$SHA512
   Service: Configuration, Algorithm: JavaLoginConfig, Class: sun.security.provider.ConfigSpiFile
   Service: Signature, Algorithm: NONEwithDSA, Class: sun.security.provider.DSA$RawDSA
    Aliases: RawDSA
    Attributes:
      SupportedKeyClasses: java.security.interfaces.DSAPublicKey|java.security.interfaces.DSAPrivateKey
   Service: CertPathBuilder, Algorithm: PKIX, Class: sun.security.provider.certpath.SunCertPathBuilder
    Attributes:
      ImplementedIn: Software
      ValidationAlgorithm: RFC3280
   Service: CertStore, Algorithm: LDAP, Class: sun.security.provider.certpath.LDAPCertStore
    Attributes:
      ImplementedIn: Software
      LDAPSchema: RFC2587
   Service: MessageDigest, Algorithm: SHA, Class: sun.security.provider.SHA
    Aliases: SHA1
    Attributes:
      ImplementedIn: Software
   Service: CertificateFactory, Algorithm: X.509, Class: sun.security.provider.X509Factory
    Aliases: X509
    Attributes:
      ImplementedIn: Software
   Service: MessageDigest, Algorithm: SHA-384, Class: sun.security.provider.SHA5$SHA384
   Service: SecureRandom, Algorithm: NativePRNG, Class: sun.security.provider.NativePRNG
   Service: KeyPairGenerator, Algorithm: DSA, Class: sun.security.provider.DSAKeyPairGenerator
    Aliases: OID.1.2.840.10040.4.1
    Attributes:
      ImplementedIn: Software
      KeySize: 1024
   Service: KeyStore, Algorithm: JKS, Class: sun.security.provider.JavaKeyStore$JKS
    Attributes:
      ImplementedIn: Software
   Service: KeyStore, Algorithm: CaseExactJKS, Class: sun.security.provider.JavaKeyStore$CaseExactJKS
   Service: MessageDigest, Algorithm: SHA-256, Class: sun.security.provider.SHA2
   Service: CertStore, Algorithm: com.sun.security.IndexedCollection, Class: sun.security.provider.certpath.IndexedCollectionCertStore
    Attributes:
      ImplementedIn: Software
   Service: KeyFactory, Algorithm: DSA, Class: sun.security.provider.DSAKeyFactory
    Aliases: OID.1.2.840.10040.4.1
    Attributes:
      ImplementedIn: Software
   Service: SecureRandom, Algorithm: SHA1PRNG, Class: sun.security.provider.SecureRandom
    Attributes:
      ImplementedIn: Software
   Service: CertPathValidator, Algorithm: PKIX, Class: sun.security.provider.certpath.PKIXCertPathValidator
    Attributes:
      ImplementedIn: Software
      ValidationAlgorithm: RFC3280
   Service: CertStore, Algorithm: Collection, Class: sun.security.provider.certpath.CollectionCertStore
    Attributes:
      ImplementedIn: Software
   Service: MessageDigest, Algorithm: MD5, Class: sun.security.provider.MD5
    Attributes:
      ImplementedIn: Software
   Service: AlgorithmParameters, Algorithm: DSA, Class: sun.security.provider.DSAParameters
    Aliases: OID.1.2.840.10040.4.1
    Attributes:
      ImplementedIn: Software
   Service: Policy, Algorithm: JavaPolicy, Class: sun.security.provider.PolicySpiFile
   Service: MessageDigest, Algorithm: MD2, Class: sun.security.provider.MD2
   Service: Signature, Algorithm: SHA1withDSA, Class: sun.security.provider.DSA$SHA1withDSA
    Aliases: DSAWithSHA1
    Attributes:
      ImplementedIn: Software
      KeySize: 1024
      SupportedKeyClasses: java.security.interfaces.DSAPublicKey|java.security.interfaces.DSAPrivateKey
   Service: AlgorithmParameterGenerator, Algorithm: DSA, Class: sun.security.provider.DSAParameterGenerator
    Aliases: OID.1.2.840.10040.4.1
    Attributes:
      ImplementedIn: Software
      KeySize: 1024

 Provider: Apple, Version: 1.0, Class: com.apple.crypto.provider.Apple
  Description: Apple Provider (implements DES, Triple DES, AES, Blowfish, PBE, Diffie-Hellman, HMAC/MD5, HMAC/SHA1)
  Services (6):
   Service: Mac, Algorithm: HmacSHA1, Class: com.apple.crypto.provider.HmacSHA1
   Service: MessageDigest, Algorithm: MD5, Class: com.apple.crypto.provider.MessageDigestMD5
   Service: MessageDigest, Algorithm: SHA, Class: com.apple.crypto.provider.MessageDigestSHA1
    Aliases: SHA1
   Service: SecureRandom, Algorithm: YarrowPRNG, Class: com.apple.crypto.provider.CSPRandom
   Service: Mac, Algorithm: HmacMD5, Class: com.apple.crypto.provider.HmacMD5
   Service: KeyStore, Algorithm: KeychainStore, Class: com.apple.crypto.provider.KeychainStore

 Provider: SunRsaSign, Version: 1.5, Class: sun.security.rsa.SunRsaSign
  Description: Sun RSA signature provider
  Services (8):
   Service: Signature, Algorithm: SHA512withRSA, Class: sun.security.rsa.RSASignature$SHA512withRSA
    Aliases: OID.1.2.840.113549.1.1.13
    Attributes:
      SupportedKeyClasses: java.security.interfaces.RSAPublicKey|java.security.interfaces.RSAPrivateKey
   Service: Signature, Algorithm: MD5withRSA, Class: sun.security.rsa.RSASignature$MD5withRSA
    Aliases: 1.2.840.113549.1.1.4
    Attributes:
      SupportedKeyClasses: java.security.interfaces.RSAPublicKey|java.security.interfaces.RSAPrivateKey
   Service: KeyFactory, Algorithm: RSA, Class: sun.security.rsa.RSAKeyFactory
    Aliases: 1.2.840.113549.1.1
   Service: Signature, Algorithm: SHA1withRSA, Class: sun.security.rsa.RSASignature$SHA1withRSA
    Aliases: OID.1.2.840.113549.1.1.5
    Attributes:
      SupportedKeyClasses: java.security.interfaces.RSAPublicKey|java.security.interfaces.RSAPrivateKey
   Service: Signature, Algorithm: SHA384withRSA, Class: sun.security.rsa.RSASignature$SHA384withRSA
    Aliases: OID.1.2.840.113549.1.1.12
    Attributes:
      SupportedKeyClasses: java.security.interfaces.RSAPublicKey|java.security.interfaces.RSAPrivateKey
   Service: Signature, Algorithm: MD2withRSA, Class: sun.security.rsa.RSASignature$MD2withRSA
    Aliases: 1.2.840.113549.1.1.2
    Attributes:
      SupportedKeyClasses: java.security.interfaces.RSAPublicKey|java.security.interfaces.RSAPrivateKey
   Service: KeyPairGenerator, Algorithm: RSA, Class: sun.security.rsa.RSAKeyPairGenerator
    Aliases: 1.2.840.113549.1.1
   Service: Signature, Algorithm: SHA256withRSA, Class: sun.security.rsa.RSASignature$SHA256withRSA
    Aliases: OID.1.2.840.113549.1.1.11
    Attributes:
      SupportedKeyClasses: java.security.interfaces.RSAPublicKey|java.security.interfaces.RSAPrivateKey

 Provider: SunJSSE, Version: 1.6, Class: com.sun.net.ssl.internal.ssl.Provider
  Description: Sun JSSE provider(PKCS12, SunX509 key/trust factories, SSLv3, TLSv1)
  Services (16):
   Service: Signature, Algorithm: MD5andSHA1withRSA, Class: com.sun.net.ssl.internal.ssl.RSASignature
   Service: SSLContext, Algorithm: Default, Class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl
   Service: KeyManagerFactory, Algorithm: SunX509, Class: com.sun.net.ssl.internal.ssl.KeyManagerFactoryImpl$SunX509
   Service: SSLContext, Algorithm: SSL, Class: com.sun.net.ssl.internal.ssl.SSLContextImpl
   Service: Signature, Algorithm: MD5withRSA, Class: sun.security.rsa.RSASignature$MD5withRSA
    Aliases: 1.2.840.113549.1.1.4
   Service: Signature, Algorithm: SHA1withRSA, Class: sun.security.rsa.RSASignature$SHA1withRSA
    Aliases: OID.1.2.840.113549.1.1.5
   Service: KeyFactory, Algorithm: RSA, Class: sun.security.rsa.RSAKeyFactory
    Aliases: 1.2.840.113549.1.1
   Service: TrustManagerFactory, Algorithm: SunX509, Class: com.sun.net.ssl.internal.ssl.TrustManagerFactoryImpl$SimpleFactory
   Service: SSLContext, Algorithm: SSLv3, Class: com.sun.net.ssl.internal.ssl.SSLContextImpl
   Service: KeyStore, Algorithm: PKCS12, Class: com.sun.net.ssl.internal.pkcs12.PKCS12KeyStore
   Service: SSLContext, Algorithm: TLS, Class: com.sun.net.ssl.internal.ssl.SSLContextImpl
   Service: KeyPairGenerator, Algorithm: RSA, Class: sun.security.rsa.RSAKeyPairGenerator
    Aliases: 1.2.840.113549.1.1
   Service: SSLContext, Algorithm: TLSv1, Class: com.sun.net.ssl.internal.ssl.SSLContextImpl
   Service: Signature, Algorithm: MD2withRSA, Class: sun.security.rsa.RSASignature$MD2withRSA
    Aliases: 1.2.840.113549.1.1.2
   Service: KeyManagerFactory, Algorithm: NewSunX509, Class: com.sun.net.ssl.internal.ssl.KeyManagerFactoryImpl$X509
   Service: TrustManagerFactory, Algorithm: PKIX, Class: com.sun.net.ssl.internal.ssl.TrustManagerFactoryImpl$PKIXFactory
    Aliases: X.509

 Provider: SunJCE, Version: 1.6, Class: com.sun.crypto.provider.SunJCE
  Description: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC)
  Services (60):
   Service: KeyGenerator, Algorithm: DESede, Class: com.sun.crypto.provider.DESedeKeyGenerator
    Aliases: TripleDES
   Service: KeyGenerator, Algorithm: HmacSHA384, Class: com.sun.crypto.provider.KeyGeneratorCore$HmacSHA384KG
   Service: AlgorithmParameters, Algorithm: OAEP, Class: com.sun.crypto.provider.OAEPParameters
   Service: KeyGenerator, Algorithm: ARCFOUR, Class: com.sun.crypto.provider.KeyGeneratorCore$ARCFOURKeyGenerator
    Aliases: RC4
   Service: Cipher, Algorithm: AESWrap, Class: com.sun.crypto.provider.AESWrapCipher
    Attributes:
      SupportedPaddings: NOPADDING
      SupportedKeyFormats: RAW
      SupportedModes: ECB
   Service: KeyGenerator, Algorithm: HmacSHA256, Class: com.sun.crypto.provider.KeyGeneratorCore$HmacSHA256KG
   Service: KeyGenerator, Algorithm: HmacSHA512, Class: com.sun.crypto.provider.KeyGeneratorCore$HmacSHA512KG
   Service: AlgorithmParameters, Algorithm: AES, Class: com.sun.crypto.provider.AESParameters
    Aliases: Rijndael
   Service: AlgorithmParameters, Algorithm: PBEWithMD5AndTripleDES, Class: com.sun.crypto.provider.PBEParameters
   Service: AlgorithmParameters, Algorithm: RC2, Class: com.sun.crypto.provider.RC2Parameters
   Service: KeyStore, Algorithm: JCEKS, Class: com.sun.crypto.provider.JceKeyStore
   Service: KeyGenerator, Algorithm: SunTlsPrf, Class: com.sun.crypto.provider.TlsPrfGenerator
   Service: Cipher, Algorithm: DES, Class: com.sun.crypto.provider.DESCipher
    Attributes:
      SupportedKeyFormats: RAW
      SupportedPaddings: NOPADDING|PKCS5PADDING|ISO10126PADDING
      SupportedModes: ECB|CBC|PCBC|CTR|CTS|CFB|OFB|CFB8|CFB16|CFB24|CFB32|CFB40|CFB48|CFB56|CFB64|OFB8|OFB16|OFB24|OFB32|OFB40|OFB48|OFB56|OFB64
   Service: Cipher, Algorithm: RSA, Class: com.sun.crypto.provider.RSACipher
    Attributes:
      SupportedPaddings: NOPADDING|PKCS1PADDING|OAEPWITHMD5ANDMGF1PADDING|OAEPWITHSHA1ANDMGF1PADDING|OAEPWITHSHA-1ANDMGF1PADDING|OAEPWITHSHA-256ANDMGF1PADDING|OAEPWITHSHA-384ANDMGF1PADDING|OAEPWITHSHA-512ANDMGF1PADDING
      SupportedModes: ECB
      SupportedKeyClasses: java.security.interfaces.RSAPublicKey|java.security.interfaces.RSAPrivateKey
   Service: KeyFactory, Algorithm: DiffieHellman, Class: com.sun.crypto.provider.DHKeyFactory
    Aliases: DH
   Service: Cipher, Algorithm: PBEWithSHA1AndDESede, Class: com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndDESede
    Aliases: OID.1.2.840.113549.1.12.1.3
   Service: AlgorithmParameters, Algorithm: DiffieHellman, Class: com.sun.crypto.provider.DHParameters
    Aliases: DH
   Service: Cipher, Algorithm: DESedeWrap, Class: com.sun.crypto.provider.DESedeWrapCipher
    Attributes:
      SupportedPaddings: NOPADDING
      SupportedKeyFormats: RAW
      SupportedModes: CBC
   Service: KeyGenerator, Algorithm: SunTlsRsaPremasterSecret, Class: com.sun.crypto.provider.TlsRsaPremasterSecretGenerator
   Service: AlgorithmParameters, Algorithm: DESede, Class: com.sun.crypto.provider.DESedeParameters
    Aliases: TripleDES
   Service: KeyGenerator, Algorithm: HmacSHA1, Class: com.sun.crypto.provider.HmacSHA1KeyGenerator
   Service: SecretKeyFactory, Algorithm: PBEWithMD5AndDES, Class: com.sun.crypto.provider.PBEKeyFactory$PBEWithMD5AndDES
    Aliases: 1.2.840.113549.1.5.3
   Service: Cipher, Algorithm: PBEWithSHA1AndRC2_40, Class: com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_40
    Aliases: OID.1.2.840.113549.1.12.1.6
   Service: Mac, Algorithm: HmacMD5, Class: com.sun.crypto.provider.HmacMD5
    Attributes:
      SupportedKeyFormats: RAW
   Service: SecretKeyFactory, Algorithm: DESede, Class: com.sun.crypto.provider.DESedeKeyFactory
    Aliases: TripleDES
   Service: Mac, Algorithm: SslMacSHA1, Class: com.sun.crypto.provider.SslMacCore$SslMacSHA1
    Attributes:
      SupportedKeyFormats: RAW
   Service: KeyGenerator, Algorithm: SunTlsMasterSecret, Class: com.sun.crypto.provider.TlsMasterSecretGenerator
   Service: KeyGenerator, Algorithm: DES, Class: com.sun.crypto.provider.DESKeyGenerator
   Service: Cipher, Algorithm: PBEWithMD5AndTripleDES, Class: com.sun.crypto.provider.PBEWithMD5AndTripleDESCipher
   Service: AlgorithmParameters, Algorithm: PBEWithSHA1AndDESede, Class: com.sun.crypto.provider.PBEParameters
    Aliases: OID.1.2.840.113549.1.12.1.3
   Service: Cipher, Algorithm: ARCFOUR, Class: com.sun.crypto.provider.ARCFOURCipher
    Aliases: RC4
    Attributes:
      SupportedKeyFormats: RAW
      SupportedPaddings: NOPADDING
      SupportedModes: ECB
   Service: AlgorithmParameters, Algorithm: PBE, Class: com.sun.crypto.provider.PBEParameters
   Service: SecretKeyFactory, Algorithm: PBEWithMD5AndTripleDES, Class: com.sun.crypto.provider.PBEKeyFactory$PBEWithMD5AndTripleDES
   Service: Mac, Algorithm: HmacPBESHA1, Class: com.sun.crypto.provider.HmacPKCS12PBESHA1
    Attributes:
      SupportedKeyFormats: RAW
   Service: Cipher, Algorithm: AES, Class: com.sun.crypto.provider.AESCipher
    Aliases: Rijndael
    Attributes:
      SupportedPaddings: NOPADDING|PKCS5PADDING|ISO10126PADDING
      SupportedKeyFormats: RAW
      SupportedModes: ECB|CBC|PCBC|CTR|CTS|CFB|OFB|CFB8|CFB16|CFB24|CFB32|CFB40|CFB48|CFB56|CFB64|OFB8|OFB16|OFB24|OFB32|OFB40|OFB48|OFB56|OFB64|CFB72|CFB80|CFB88|CFB96|CFB104|CFB112|CFB120|CFB128|OFB72|OFB80|OFB88|OFB96|OFB104|OFB112|OFB120|OFB128
   Service: SecretKeyFactory, Algorithm: DES, Class: com.sun.crypto.provider.DESKeyFactory
   Service: Cipher, Algorithm: RC2, Class: com.sun.crypto.provider.RC2Cipher
    Attributes:
      SupportedKeyFormats: RAW
      SupportedPaddings: NOPADDING|PKCS5PADDING|ISO10126PADDING
      SupportedModes: ECB|CBC|PCBC|CTR|CTS|CFB|OFB|CFB8|CFB16|CFB24|CFB32|CFB40|CFB48|CFB56|CFB64|OFB8|OFB16|OFB24|OFB32|OFB40|OFB48|OFB56|OFB64
   Service: AlgorithmParameters, Algorithm: PBEWithSHA1AndRC2_40, Class: com.sun.crypto.provider.PBEParameters
    Aliases: OID.1.2.840.113549.1.12.1.6
   Service: KeyAgreement, Algorithm: DiffieHellman, Class: com.sun.crypto.provider.DHKeyAgreement
    Aliases: DH
    Attributes:
      SupportedKeyClasses: javax.crypto.interfaces.DHPublicKey|javax.crypto.interfaces.DHPrivateKey
   Service: KeyGenerator, Algorithm: Blowfish, Class: com.sun.crypto.provider.BlowfishKeyGenerator
   Service: KeyPairGenerator, Algorithm: DiffieHellman, Class: com.sun.crypto.provider.DHKeyPairGenerator
    Aliases: DH
   Service: Cipher, Algorithm: PBEWithMD5AndDES, Class: com.sun.crypto.provider.PBEWithMD5AndDESCipher
    Aliases: 1.2.840.113549.1.5.3
   Service: Cipher, Algorithm: Blowfish, Class: com.sun.crypto.provider.BlowfishCipher
    Attributes:
      SupportedPaddings: NOPADDING|PKCS5PADDING|ISO10126PADDING
      SupportedKeyFormats: RAW
      SupportedModes: ECB|CBC|PCBC|CTR|CTS|CFB|OFB|CFB8|CFB16|CFB24|CFB32|CFB40|CFB48|CFB56|CFB64|OFB8|OFB16|OFB24|OFB32|OFB40|OFB48|OFB56|OFB64
   Service: AlgorithmParameters, Algorithm: DES, Class: com.sun.crypto.provider.DESParameters
   Service: KeyGenerator, Algorithm: AES, Class: com.sun.crypto.provider.AESKeyGenerator
    Aliases: Rijndael
   Service: KeyGenerator, Algorithm: HmacMD5, Class: com.sun.crypto.provider.HmacMD5KeyGenerator
   Service: SecretKeyFactory, Algorithm: PBKDF2WithHmacSHA1, Class: com.sun.crypto.provider.PBKDF2HmacSHA1Factory
    Aliases: OID.1.2.840.113549.1.5.12
   Service: KeyGenerator, Algorithm: RC2, Class: com.sun.crypto.provider.KeyGeneratorCore$RC2KeyGenerator
   Service: Mac, Algorithm: SslMacMD5, Class: com.sun.crypto.provider.SslMacCore$SslMacMD5
    Attributes:
      SupportedKeyFormats: RAW
   Service: SecretKeyFactory, Algorithm: PBEWithSHA1AndDESede, Class: com.sun.crypto.provider.PBEKeyFactory$PBEWithSHA1AndDESede
    Aliases: OID.1.2.840.113549.1.12.1.3
   Service: AlgorithmParameterGenerator, Algorithm: DiffieHellman, Class: com.sun.crypto.provider.DHParameterGenerator
    Aliases: DH
   Service: Mac, Algorithm: HmacSHA1, Class: com.sun.crypto.provider.HmacSHA1
    Attributes:
      SupportedKeyFormats: RAW
   Service: Mac, Algorithm: HmacSHA384, Class: com.sun.crypto.provider.HmacCore$HmacSHA384
    Attributes:
      SupportedKeyFormats: RAW
   Service: KeyGenerator, Algorithm: SunTlsKeyMaterial, Class: com.sun.crypto.provider.TlsKeyMaterialGenerator
   Service: SecretKeyFactory, Algorithm: PBEWithSHA1AndRC2_40, Class: com.sun.crypto.provider.PBEKeyFactory$PBEWithSHA1AndRC2_40
    Aliases: OID.1.2.840.113549.1.12.1.6
   Service: Mac, Algorithm: HmacSHA256, Class: com.sun.crypto.provider.HmacCore$HmacSHA256
    Attributes:
      SupportedKeyFormats: RAW
   Service: AlgorithmParameters, Algorithm: Blowfish, Class: com.sun.crypto.provider.BlowfishParameters
   Service: Mac, Algorithm: HmacSHA512, Class: com.sun.crypto.provider.HmacCore$HmacSHA512
    Attributes:
      SupportedKeyFormats: RAW
   Service: AlgorithmParameters, Algorithm: PBEWithMD5AndDES, Class: com.sun.crypto.provider.PBEParameters
    Aliases: 1.2.840.113549.1.5.3
   Service: Cipher, Algorithm: DESede, Class: com.sun.crypto.provider.DESedeCipher
    Aliases: TripleDES
    Attributes:
      SupportedKeyFormats: RAW
      SupportedPaddings: NOPADDING|PKCS5PADDING|ISO10126PADDING
      SupportedModes: ECB|CBC|PCBC|CTR|CTS|CFB|OFB|CFB8|CFB16|CFB24|CFB32|CFB40|CFB48|CFB56|CFB64|OFB8|OFB16|OFB24|OFB32|OFB40|OFB48|OFB56|OFB64

 Provider: SunJGSS, Version: 1.0, Class: sun.security.jgss.SunProvider
  Description: Sun (Kerberos v5, SPNEGO)
  Services (2):
   Service: GssApiMechanism, Algorithm: 1.3.6.1.5.5.2, Class: sun.security.jgss.spnego.SpNegoMechFactory
   Service: GssApiMechanism, Algorithm: 1.2.840.113554.1.2.2, Class: sun.security.jgss.krb5.Krb5MechFactory

 Provider: SunSASL, Version: 1.5, Class: com.sun.security.sasl.Provider
  Description: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5)
  Services (8):
   Service: SaslServerFactory, Algorithm: CRAM-MD5, Class: com.sun.security.sasl.ServerFactoryImpl
   Service: SaslClientFactory, Algorithm: PLAIN, Class: com.sun.security.sasl.ClientFactoryImpl
   Service: SaslClientFactory, Algorithm: EXTERNAL, Class: com.sun.security.sasl.ClientFactoryImpl
   Service: SaslServerFactory, Algorithm: DIGEST-MD5, Class: com.sun.security.sasl.digest.FactoryImpl
   Service: SaslClientFactory, Algorithm: GSSAPI, Class: com.sun.security.sasl.gsskerb.FactoryImpl
   Service: SaslClientFactory, Algorithm: DIGEST-MD5, Class: com.sun.security.sasl.digest.FactoryImpl
   Service: SaslClientFactory, Algorithm: CRAM-MD5, Class: com.sun.security.sasl.ClientFactoryImpl
   Service: SaslServerFactory, Algorithm: GSSAPI, Class: com.sun.security.sasl.gsskerb.FactoryImpl

 Provider: XMLDSig, Version: 1.0, Class: org.jcp.xml.dsig.internal.dom.XMLDSigRI
  Description: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory)
  Services (11):
   Service: KeyInfoFactory, Algorithm: DOM, Class: org.jcp.xml.dsig.internal.dom.DOMKeyInfoFactory
   Service: TransformService, Algorithm: <a  href="http://www.w3.org/TR/1999/REC-xpath-19991116">http://www.w3.org/TR/1999/REC-xpath-19991116</a>, Class: org.jcp.xml.dsig.internal.dom.DOMXPathTransform
    Aliases: XPATH
    Attributes:
      MechanismType: DOM
   Service: TransformService, Algorithm: <a  href="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments">http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments</a>, Class: org.jcp.xml.dsig.internal.dom.DOMCanonicalXMLC14NMethod
    Aliases: INCLUSIVE_WITH_COMMENTS
    Attributes:
      MechanismType: DOM
   Service: TransformService, Algorithm: <a  href="http://www.w3.org/2000/09/xmldsig#base64">http://www.w3.org/2000/09/xmldsig#base64</a>, Class: org.jcp.xml.dsig.internal.dom.DOMBase64Transform
    Aliases: BASE64
    Attributes:
      MechanismType: DOM
   Service: TransformService, Algorithm: <a  href="http://www.w3.org/2000/09/xmldsig#enveloped-signature">http://www.w3.org/2000/09/xmldsig#enveloped-signature</a>, Class: org.jcp.xml.dsig.internal.dom.DOMEnvelopedTransform
    Aliases: ENVELOPED
    Attributes:
      MechanismType: DOM
   Service: TransformService, Algorithm: <a  href="http://www.w3.org/TR/2001/REC-xml-c14n-20010315">http://www.w3.org/TR/2001/REC-xml-c14n-20010315</a>, Class: org.jcp.xml.dsig.internal.dom.DOMCanonicalXMLC14NMethod
    Aliases: INCLUSIVE
    Attributes:
      MechanismType: DOM
   Service: XMLSignatureFactory, Algorithm: DOM, Class: org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory
   Service: TransformService, Algorithm: <a  href="http://www.w3.org/2002/06/xmldsig-filter2">http://www.w3.org/2002/06/xmldsig-filter2</a>, Class: org.jcp.xml.dsig.internal.dom.DOMXPathFilter2Transform
    Aliases: XPATH2
    Attributes:
      MechanismType: DOM
   Service: TransformService, Algorithm: <a  href="http://www.w3.org/2001/10/xml-exc-c14n#">http://www.w3.org/2001/10/xml-exc-c14n#</a>, Class: org.jcp.xml.dsig.internal.dom.DOMExcC14NMethod
    Aliases: EXCLUSIVE
    Attributes:
      MechanismType: DOM
   Service: TransformService, Algorithm: <a  href="http://www.w3.org/TR/1999/REC-xslt-19991116">http://www.w3.org/TR/1999/REC-xslt-19991116</a>, Class: org.jcp.xml.dsig.internal.dom.DOMXSLTTransform
    Aliases: XSLT
    Attributes:
      MechanismType: DOM
   Service: TransformService, Algorithm: <a  href="http://www.w3.org/2001/10/xml-exc-c14n#WithComments">http://www.w3.org/2001/10/xml-exc-c14n#WithComments</a>, Class: org.jcp.xml.dsig.internal.dom.DOMExcC14NMethod
    Aliases: EXCLUSIVE_WITH_COMMENTS
    Attributes:
      MechanismType: DOM

 Provider: SunPCSC, Version: 1.6, Class: sun.security.smartcardio.SunPCSC
  Description: Sun PC/SC provider
  Services (1):
   Service: TerminalFactory, Algorithm: PC/SC, Class: sun.security.smartcardio.SunPCSC$Factory

</pre><pre style="margin: 0em;"><br>On Nov 16, 2009, at 1:04 PM, Kristian Duske wrote:</pre><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hi Miles,</pre><br>
<tt>okay, this is a really stupid question, but: Is the LWJGL plugin  
installed in your standalone instance? Also, can you please post the  
log file for your standalone instance? Maybe it contains some hints.  
Oh, and a configuration printout would probably be helpful, too.</tt><br>
<br>
<pre style="margin: 0em;">Regards
Kristian_______________________________________________
gef3d-dev mailing list
gef3d-dev@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/gef3d-dev">https://dev.eclipse.org/mailman/listinfo/gef3d-dev</a>
</pre></blockquote><br>
]]></content:encoded>
		<pubDate>Mon, 16 Nov 2009 21:13:08 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/gef3d-dev/msg00043.html</guid>
		<author>milesparker@xxxxxxx (Miles Parker)</author>
	</item>
	<item>
		<title>Re: [gef3d-dev] Renderer isn't loading in standalone</title>
		<link>http://dev.eclipse.org/mhonarc/lists/gef3d-dev/msg00042.html</link>
		<description>Hi Miles, okay, this is a really stupid question, but: Is the LWJGL plugin installed in your standalone instance? Also, can you please post the log file for your standalone instance? Maybe it contains some hints. Oh, and a configuration printout would prob...</description>
		<content:encoded><![CDATA[<pre>Hi Miles,

okay, this is a really stupid question, but: Is the LWJGL plugin installed in your standalone instance? Also, can you please post the log file for your standalone instance? Maybe it contains some hints. Oh, and a configuration printout would probably be helpful, too.

Regards
Kristian
</pre>]]></content:encoded>
		<pubDate>Mon, 16 Nov 2009 21:04:43 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/gef3d-dev/msg00042.html</guid>
		<author>kristian.duske@xxxxxxx (Kristian Duske)</author>
	</item>
	<item>
		<title>[gef3d-dev] Kris Kobylinski/Toronto/IBM is out of the office.</title>
		<link>http://dev.eclipse.org/mhonarc/lists/gef3d-dev/msg00041.html</link>
		<description> I will be out of the office starting 11/09/2009 and will not return until 11/23/2009. I will respond to your message when I return. In case of emergency contact my manager Dan Snoddy. </description>
		<content:encoded><![CDATA[
<p>I will be out of the office starting  11/09/2009 and will not return until 11/23/2009.<br>
<br>
I will respond to your message when I return. In case of emergency contact my manager Dan Snoddy. ]]></content:encoded>
		<pubDate>Mon, 16 Nov 2009 21:03:50 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/gef3d-dev/msg00041.html</guid>
		<author>kobylin@xxxxxxx (Kris Kobylinski)</author>
	</item>

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