Author: DartPeng
Date: 2009-12-14 22:29:41 -0500 (Mon, 14 Dec 2009)
New Revision: 19268
Removed:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/libs/xstream-1.2.2.jar
trunk/smooks/tests/org.jboss.tools.smooks.core.test/lib/dom4j-1.6.1.jar
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.templating/META-INF/MANIFEST.MF
trunk/smooks/plugins/org.jboss.tools.smooks.ui/.classpath
trunk/smooks/plugins/org.jboss.tools.smooks.ui/.project
Log:
JBIDE-5464
Remove the useless jar files
Modified: trunk/smooks/plugins/org.jboss.tools.smooks.templating/META-INF/MANIFEST.MF
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.templating/META-INF/MANIFEST.MF 2009-12-15
02:07:40 UTC (rev 19267)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.templating/META-INF/MANIFEST.MF 2009-12-15
03:29:41 UTC (rev 19268)
@@ -13,7 +13,28 @@
org.eclipse.xsd,
org.eclipse.emf,
org.eclipse.core.runtime
-Export-Package: org.jboss.tools.smooks.templating,
+Export-Package: com.thoughtworks.xstream,
+ com.thoughtworks.xstream.alias,
+ com.thoughtworks.xstream.annotations,
+ com.thoughtworks.xstream.converters,
+ com.thoughtworks.xstream.converters.basic,
+ com.thoughtworks.xstream.converters.collections,
+ com.thoughtworks.xstream.converters.enums,
+ com.thoughtworks.xstream.converters.extended,
+ com.thoughtworks.xstream.converters.javabean,
+ com.thoughtworks.xstream.converters.reflection,
+ com.thoughtworks.xstream.core,
+ com.thoughtworks.xstream.core.util,
+ com.thoughtworks.xstream.io,
+ com.thoughtworks.xstream.io.binary,
+ com.thoughtworks.xstream.io.copy,
+ com.thoughtworks.xstream.io.json,
+ com.thoughtworks.xstream.io.path,
+ com.thoughtworks.xstream.io.xml,
+ com.thoughtworks.xstream.io.xml.xppdom,
+ com.thoughtworks.xstream.mapper,
+ com.thoughtworks.xstream.persistence,
+ org.jboss.tools.smooks.templating,
org.jboss.tools.smooks.templating.model,
org.jboss.tools.smooks.templating.model.csv,
org.jboss.tools.smooks.templating.model.xml,
Modified: trunk/smooks/plugins/org.jboss.tools.smooks.ui/.classpath
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.ui/.classpath 2009-12-15 02:07:40 UTC (rev
19267)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.ui/.classpath 2009-12-15 03:29:41 UTC (rev
19268)
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry exported="true" kind="lib"
path="libs/xstream-1.2.2.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"/>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="src" path="smooks-csv"/>
- <classpathentry kind="src" path="smooks-core"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: trunk/smooks/plugins/org.jboss.tools.smooks.ui/.project
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.ui/.project 2009-12-15 02:07:40 UTC (rev
19267)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.ui/.project 2009-12-15 03:29:41 UTC (rev
19268)
@@ -29,12 +29,12 @@
<link>
<name>smooks-core</name>
<type>2</type>
- <location>/Users/tfennelly/packs/eclipse/Eclipse.app/Contents/MacOS/D::/Users/tfennelly/milyn/trunk/smooks-core/src/main/java</location>
+ <location>D:/Users/tfennelly/packs/eclipse/Eclipse.app/Contents/MacOS/D::/Users/tfennelly/milyn/trunk/smooks-core/src/main/java</location>
</link>
<link>
<name>smooks-csv</name>
<type>2</type>
- <location>/Users/tfennelly/packs/eclipse/Eclipse.app/Contents/MacOS/D::/Users/tfennelly/milyn/trunk/smooks-cartridges/csv/src/main/java</location>
+ <location>D:/Users/tfennelly/packs/eclipse/Eclipse.app/Contents/MacOS/D::/Users/tfennelly/milyn/trunk/smooks-cartridges/csv/src/main/java</location>
</link>
</linkedResources>
</projectDescription>
Deleted: trunk/smooks/plugins/org.jboss.tools.smooks.ui/libs/xstream-1.2.2.jar
===================================================================
(Binary files differ)
Deleted: trunk/smooks/tests/org.jboss.tools.smooks.core.test/lib/dom4j-1.6.1.jar
===================================================================
(Binary files differ)
Show replies by date