Author: mareshkau
Date: 2010-06-16 07:40:05 -0400 (Wed, 16 Jun 2010)
New Revision: 22831
Modified:
workspace/mareshkau/xulrunner-1.9.2/org.mozilla.xpcom/.classpath
workspace/mareshkau/xulrunner-1.9.2/org.mozilla.xpcom/META-INF/MANIFEST.MF
Log:
https://jira.jboss.org/browse/JBIDE-6429
Modified: workspace/mareshkau/xulrunner-1.9.2/org.mozilla.xpcom/.classpath
===================================================================
--- workspace/mareshkau/xulrunner-1.9.2/org.mozilla.xpcom/.classpath 2010-06-16 11:09:58
UTC (rev 22830)
+++ workspace/mareshkau/xulrunner-1.9.2/org.mozilla.xpcom/.classpath 2010-06-16 11:40:05
UTC (rev 22831)
@@ -1,8 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry exported="true" kind="lib"
path="MozillaGlue.jar" />
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry exported="true" kind="lib"
path="bin/"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry exported="true" kind="lib"
path="MozillaGlue.jar"
sourcepath="/org.mozilla.xpcom.source/src/MozillaInterfaces-src.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Modified: workspace/mareshkau/xulrunner-1.9.2/org.mozilla.xpcom/META-INF/MANIFEST.MF
===================================================================
--- workspace/mareshkau/xulrunner-1.9.2/org.mozilla.xpcom/META-INF/MANIFEST.MF 2010-06-16
11:09:58 UTC (rev 22830)
+++ workspace/mareshkau/xulrunner-1.9.2/org.mozilla.xpcom/META-INF/MANIFEST.MF 2010-06-16
11:40:05 UTC (rev 22831)
@@ -3,7 +3,8 @@
Bundle-Name: Mozilla XPCOM Eclipse plugin
Bundle-SymbolicName: org.mozilla.xpcom;singleton:=true
Bundle-Version: 1.9.2
-Bundle-ClassPath: MozillaGlue.jar
+Bundle-ClassPath: MozillaGlue.jar,
+ bin/
Export-Package: org.mozilla.interfaces,
org.mozilla.xpcom
Bundle-Vendor:
mozilla.org