Changeset 15446

Show
Ignore:
Timestamp:
07/08/08 12:17:00 (5 years ago)
Author:
yamashiro
Message:

XStream に問題があって、タブの状態が保存されなかったのを修正した。

Location:
platform/eclipse/sabotter/trunk
Files:
2 added
5 modified

Legend:

Unmodified
Added
Removed
  • platform/eclipse/sabotter/trunk/jp.xet.sabotter.core/META-INF/MANIFEST.MF

    r15148 r15446  
    1818 lib/commons-logging-1.0.3.jar, 
    1919 lib/xpp3_min-1.1.4c.jar, 
    20  lib/xstream-1.3.jar, 
    2120 lib/commons-lang-2.4.jar 
    2221Export-Package:  
     
    7069 com.sun.syndication.io, 
    7170 com.sun.syndication.io.impl, 
    72  com.thoughtworks.xstream, 
    73  com.thoughtworks.xstream.alias, 
    74  com.thoughtworks.xstream.annotations, 
    75  com.thoughtworks.xstream.converters, 
    76  com.thoughtworks.xstream.converters.basic, 
    77  com.thoughtworks.xstream.converters.collections, 
    78  com.thoughtworks.xstream.converters.enums, 
    79  com.thoughtworks.xstream.converters.extended, 
    80  com.thoughtworks.xstream.converters.javabean, 
    81  com.thoughtworks.xstream.converters.reflection, 
    82  com.thoughtworks.xstream.core, 
    83  com.thoughtworks.xstream.core.util, 
    84  com.thoughtworks.xstream.io, 
    85  com.thoughtworks.xstream.io.binary, 
    86  com.thoughtworks.xstream.io.copy, 
    87  com.thoughtworks.xstream.io.json, 
    88  com.thoughtworks.xstream.io.path, 
    89  com.thoughtworks.xstream.io.xml, 
    90  com.thoughtworks.xstream.io.xml.xppdom, 
    91  com.thoughtworks.xstream.mapper, 
    92  com.thoughtworks.xstream.persistence, 
    9371 jp.xet.sabotter.core, 
    9472 jp.xet.sabotter.core.exception, 
  • platform/eclipse/sabotter/trunk/jp.xet.sabotter.core/build.properties

    r15198 r15446  
    1818               plugin_ja.properties,\ 
    1919               lib/xpp3_min-1.1.4c.jar,\ 
    20                lib/xstream-1.3.jar,\ 
    2120               lib/commons-lang-2.4.jar 
    2221src.includes = .classpath,\ 
     
    4544                       lib/twitter4j-1.0.4.jar,\ 
    4645                       lib/xpp3_min-1.1.4c.jar,\ 
    47                        lib/xstream-1.3.jar 
  • platform/eclipse/sabotter/trunk/jp.xet.sabotter.eclipse/.classpath

    r15087 r15446  
    22<classpath> 
    33        <classpathentry kind="src" path="src"/> 
     4        <classpathentry exported="true" kind="lib" path="lib/xstream-1.3.jar"/> 
    45        <classpathentry exported="true" kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 
    56        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> 
  • platform/eclipse/sabotter/trunk/jp.xet.sabotter.eclipse/META-INF/MANIFEST.MF

    r15155 r15446  
    1111 jp.xet.sabotter.core 
    1212Eclipse-LazyStart: true 
    13 Bundle-ClassPath: . 
     13Bundle-ClassPath: ., 
     14 lib/xstream-1.3.jar 
    1415Export-Package: jp.xet.sabotter.eclipse, 
    1516 jp.xet.sabotter.eclipse.action, 
  • platform/eclipse/sabotter/trunk/jp.xet.sabotter.eclipse/build.properties

    r15108 r15446  
    77               LICENSE.txt,\ 
    88               plugin.properties,\ 
    9                plugin_ja.properties 
     9               plugin_ja.properties,\ 
     10               lib/xstream-1.3.jar 
    1011src.includes = .classpath,\ 
    1112               .project,\