Show
Ignore:
Timestamp:
01/22/08 06:23:19 (5 years ago)
Author:
nori090
Message:

lang/java/lib2chj: junit-addonsのscopeをtestにしてbuild時のexcludesを削除

Location:
lang/java/lib2chj/trunk/lib2chj/src/main
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • lang/java/lib2chj/trunk/lib2chj/src/main/assembly/dep.xml

    r5035 r5210  
    1111                        <unpack>true</unpack> 
    1212                        <scope>runtime</scope> 
    13                         <excludes> 
    14                                 <exclude>junit:junit</exclude> 
    15                                 <exclude>junit-addons:junit-addons</exclude> 
    16                         </excludes> 
    1713                </dependencySet> 
    1814        </dependencySets> 
  • lang/java/lib2chj/trunk/lib2chj/src/main/java/lib2chj/SimpleGUI.java

    r5036 r5210  
    246246        this.setSize( new Dimension( 800, 600 ) ); 
    247247        this.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE ); 
     248        this.setTitle( "2ch Simple GUI" ); 
    248249    } 
    249250 
     
    279280        } 
    280281 
     282        @Override 
    281283        public Component getListCellRendererComponent( JList list, Object value, int index, boolean isSelected, 
    282284                                                       boolean cellHasFocus ) { 
  • lang/java/lib2chj/trunk/lib2chj/src/main/resources/lib2chj/thread_layout.vm

    r4917 r5210  
    22<h1 style="color:red;font-size:larger;font-weight:normal;margin:-.5em 0 0;">${age.thread.title}</h1> 
    33<dl> 
    4 #foreach( $c in $comments) 
     4#foreach( $c in $comments ) 
    55  <dt> 
    66    ${c.num}:<font color=green>${util.reverseBoldTag($c.name)}</font>&nbsp;&nbsp;${c.date}&nbsp;&nbsp;${c.id}