Blob Blame History Raw
### Eclipse Workspace Patch 1.0
#P org.eclipse.mylyn.web.core
Index: .classpath
===================================================================
RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.web.core/.classpath,v
retrieving revision 1.6
diff -u -r1.6 .classpath
--- .classpath	3 Jan 2008 01:54:46 -0000	1.6
+++ .classpath	4 Apr 2008 15:31:44 -0000
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src"/>
+	<classpathentry exported="true" kind="lib" path="mylyn-webcore.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib-lang/commons-lang-2.1.jar" sourcepath="lib-lang/commons-lang-2.1-src.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib-httpclient/commons-httpclient-3.1.jar" sourcepath="lib-httpclient/commons-httpclient-3.1-src.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib-httpclient/commons-codec-1.3.jar" sourcepath="lib-httpclient/commons-codec-1.3-src.zip"/>
@@ -9,7 +10,6 @@
 	<classpathentry exported="true" kind="lib" path="lib-xmlrpc/xmlrpc-client-3.0.jar" sourcepath="lib-xmlrpc/xmlrpc-client-3.0-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib-xmlrpc/xmlrpc-common-3.0.jar" sourcepath="lib-xmlrpc/xmlrpc-common-3.0-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib-xmlrpc/ws-commons-util-1.0.1.jar" sourcepath="lib-xmlrpc/ws-commons-util-1.0.1-sources.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib-rome/rome-0.8.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib-rome/jdom-1.0.jar"/>
 	<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"/>
Index: build.properties
===================================================================
RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.web.core/build.properties,v
retrieving revision 1.7
diff -u -r1.7 build.properties
--- build.properties	3 Jan 2008 01:54:46 -0000	1.7
+++ build.properties	4 Apr 2008 15:31:44 -0000
@@ -5,10 +5,10 @@
 # which accompanies this distribution, and is available at
 # http://www.eclipse.org/legal/epl-v10.html
 ###############################################################################
-source.. = src/
-output.. = bin/
+source.mylyn-webcore.jar = src/
+output.mylyn-webcore.jar = bin/
 bin.includes = META-INF/,\
-               .,\
+               mylyn-webcore.jar,\
                lib-xmlrpc/,\
                lib-rome/,\
                lib-httpclient/,\
Index: META-INF/MANIFEST.MF
===================================================================
RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.web.core/META-INF/MANIFEST.MF,v
retrieving revision 1.53.2.2
diff -u -r1.53.2.2 MANIFEST.MF
--- META-INF/MANIFEST.MF	1 Apr 2008 22:02:30 -0000	1.53.2.2
+++ META-INF/MANIFEST.MF	4 Apr 2008 15:31:44 -0000
@@ -8,7 +8,7 @@
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.core.net
-Bundle-ClassPath: .,
+Bundle-ClassPath: mylyn-webcore.jar,
  lib-httpclient/commons-httpclient-3.1.jar,
  lib-httpclient/commons-codec-1.3.jar,
  lib-httpclient/commons-logging-1.0.4.jar,
@@ -16,22 +16,9 @@
  lib-xmlrpc/xmlrpc-client-3.0.jar,
  lib-xmlrpc/xmlrpc-common-3.0.jar,
  lib-xmlrpc/ws-commons-util-1.0.1.jar,
- lib-rome/rome-0.8.jar,
  lib-rome/jdom-1.0.jar,
  lib-lang/commons-lang-2.1.jar
 Export-Package: .,
- com.sun.syndication,
- com.sun.syndication.feed,
- com.sun.syndication.feed.atom,
- com.sun.syndication.feed.impl,
- com.sun.syndication.feed.module,
- com.sun.syndication.feed.module.impl,
- com.sun.syndication.feed.rss,
- com.sun.syndication.feed.sse,
- com.sun.syndication.feed.synd,
- com.sun.syndication.feed.synd.impl,
- com.sun.syndication.io,
- com.sun.syndication.io.impl,
  org.apache.commons.codec,
  org.apache.commons.codec.binary,
  org.apache.commons.codec.digest,