利用者向け情報

開発者向け情報

[cubby]


Jump to revision: Previous Next
Author: baba
Date: Sat Feb 20 09:12:21 2010 JST (3 years, 3 months ago)
Changed paths: 167 (showing only 100; show all)
Log Message:
[CUBBY-272] cubby-*-examplesをcubby-appsからcubby-projectへ移動します

Changed paths

Path Details
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/ modified , props changed
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/java/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/java/org/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/java/org/seasar/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/java/org/seasar/cubby/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/java/org/seasar/cubby/examples/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/java/org/seasar/cubby/examples/guice/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/java/org/seasar/cubby/examples/guice/ApplicationModule.java added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/java/org/seasar/cubby/examples/guice/action/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/java/org/seasar/cubby/examples/guice/action/HelloAction.java added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/java/org/seasar/cubby/examples/guice/action/IndexAction.java added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/java/org/seasar/cubby/examples/guice/service/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/java/org/seasar/cubby/examples/guice/service/HelloService.java added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/java/org/seasar/cubby/examples/guice/service/impl/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/java/org/seasar/cubby/examples/guice/service/impl/HelloServiceImpl.java added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/resources/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/resources/logback.xml added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/resources/messages.properties added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/resources/messages_ja.properties added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/webapp/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/webapp/WEB-INF/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/webapp/WEB-INF/web.xml added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/webapp/common/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/webapp/common/errors.jsp added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/webapp/common/header.jsp added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/webapp/common/notice.jsp added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/webapp/css/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/webapp/css/default.css added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/webapp/hello/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/webapp/hello/hello.jsp added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/webapp/hello/index.jsp added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/webapp/img/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/webapp/img/logo.gif added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/webapp/index.jsp added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/webapp/js/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/main/webapp/js/common.js added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/production/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/production/resources/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/production/resources/logback.xml added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/test/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/test/java/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/test/java/org/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/test/java/org/seasar/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/test/java/org/seasar/cubby/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/test/java/org/seasar/cubby/examples/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/test/java/org/seasar/cubby/examples/guice/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/test/java/org/seasar/cubby/examples/guice/action/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/test/java/org/seasar/cubby/examples/guice/action/HelloActionTest.java added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/test/java/org/seasar/cubby/examples/guice/service/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/test/java/org/seasar/cubby/examples/guice/service/impl/ added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/test/java/org/seasar/cubby/examples/guice/service/impl/HelloServiceImplTest.java added
Directorybranches/2.0.x/cubby-project/cubby-guice-examples/src/test/resources/ added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/ modified , props changed
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/ added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/ added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/java/ added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/java/org/ added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/java/org/seasar/ added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/java/org/seasar/cubby/ added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/java/org/seasar/cubby/examples/ added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/java/org/seasar/cubby/examples/s2/ added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/java/org/seasar/cubby/examples/s2/action/ added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/java/org/seasar/cubby/examples/s2/action/HelloAction.java added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/java/org/seasar/cubby/examples/s2/action/IndexAction.java added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/java/org/seasar/cubby/examples/s2/service/ added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/java/org/seasar/cubby/examples/s2/service/HelloService.java added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/resources/ added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/resources/app-cubby.dicon added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/resources/app.dicon added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/resources/convention.dicon added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/resources/creator.dicon added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/resources/customizer.dicon added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/resources/dbsession.dicon added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/resources/env.txt added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/resources/env_ut.txt added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/resources/jdbc.dicon added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/resources/messages.properties added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/resources/messages_ja.properties added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/resources/s2container.dicon added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/resources/s2jdbc.dicon added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/webapp/ added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/webapp/WEB-INF/ added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/webapp/WEB-INF/web.xml added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/webapp/common/ added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/webapp/common/errors.jsp added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/webapp/common/header.jsp added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/webapp/common/notice.jsp added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/webapp/css/ added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/webapp/css/default.css added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/webapp/hello/ added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/webapp/hello/hello.jsp added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/webapp/hello/index.jsp added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/webapp/img/ added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/webapp/img/logo.gif added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/webapp/index.jsp added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/webapp/js/ added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/main/webapp/js/common.js added
Directorybranches/2.0.x/cubby-project/cubby-s2-examples/src/production/ added
[...]

Repository Top
ViewVC Help  
ViewVC logotype
Powered by ViewVC