利用者向け情報

開発者向け情報

[cubby]/branches/2.0.x/cubby-apps/cubby-showcase/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

branches/2.0.x/cubby-apps/cubby-examples/pom.xml revision 1858 by baba, Sun Jul 12 03:41:23 2009 JST branches/2.0.x/cubby-apps/cubby-showcase/pom.xml revision 2037 by baba, Wed Nov 4 10:27:55 2009 JST
# Line 3  Line 3 
3    <parent>    <parent>
4      <artifactId>cubby-apps</artifactId>      <artifactId>cubby-apps</artifactId>
5      <groupId>org.seasar.cubby</groupId>      <groupId>org.seasar.cubby</groupId>
6          <version>2.0.0-rc2-SNAPSHOT</version>          <version>2.0.3</version>
7    </parent>    </parent>
8    <modelVersion>4.0.0</modelVersion>    <modelVersion>4.0.0</modelVersion>
9    <groupId>org.seasar.cubby</groupId>    <groupId>org.seasar.cubby</groupId>
10    <artifactId>cubby-examples</artifactId>    <artifactId>cubby-showcase</artifactId>
11    <packaging>war</packaging>    <packaging>war</packaging>
12    <name>Cubby Examples</name>    <name>Cubby Showcase</name>
13    <build>    <build>
14      <finalName>cubby-examples</finalName>      <finalName>cubby-showcase</finalName>
15      <plugins>      <plugins>
16        <plugin>        <plugin>
17          <artifactId>maven-compiler-plugin</artifactId>          <artifactId>maven-compiler-plugin</artifactId>
# Line 63  line.separator=\n Line 63  line.separator=\n
63        <plugin>        <plugin>
64          <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>
65          <artifactId>selenium-maven-plugin</artifactId>          <artifactId>selenium-maven-plugin</artifactId>
         <version>1.0-beta-3</version>  
66          <configuration>          <configuration>
67            <background>true</background>            <background>true</background>
68            <suite>src/test/selenium/00_cubby_test_suite.html</suite>            <suite>src/test/selenium/00_cubby_test_suite.html</suite>
# Line 113  line.separator=\n Line 112  line.separator=\n
112      <dependency>      <dependency>
113        <groupId>org.seasar.cubby</groupId>        <groupId>org.seasar.cubby</groupId>
114        <artifactId>cubby-s2</artifactId>        <artifactId>cubby-s2</artifactId>
115        <version>2.0.0-rc2-SNAPSHOT</version>        <version>2.0.3</version>
116      </dependency>      </dependency>
117      <dependency>      <dependency>
118        <groupId>org.seasar.cubby</groupId>        <groupId>org.seasar.cubby</groupId>
119        <artifactId>cubby-gson</artifactId>        <artifactId>cubby-gson</artifactId>
120        <version>2.0.0-rc2-SNAPSHOT</version>        <version>2.0.3</version>
121      </dependency>      </dependency>
122      <dependency>      <dependency>
123        <groupId>org.seasar.cubby</groupId>        <groupId>org.seasar.cubby</groupId>
124        <artifactId>cubby-oval</artifactId>        <artifactId>cubby-oval</artifactId>
125        <version>2.0.0-rc2-SNAPSHOT</version>        <version>2.0.3</version>
126      </dependency>      </dependency>
127      <dependency>      <dependency>
128        <groupId>org.seasar.cubby</groupId>        <groupId>org.seasar.cubby</groupId>
129        <artifactId>cubby-admin</artifactId>        <artifactId>cubby-admin</artifactId>
130        <version>2.0.0-rc2-SNAPSHOT</version>        <version>2.0.3</version>
131      </dependency>      </dependency>
132      <dependency>      <dependency>
133        <groupId>org.seasar.container</groupId>        <groupId>org.seasar.container</groupId>
# Line 339  line.separator=\n Line 338  line.separator=\n
338            <plugin>            <plugin>
339              <groupId>org.codehaus.mojo</groupId>              <groupId>org.codehaus.mojo</groupId>
340              <artifactId>selenium-maven-plugin</artifactId>              <artifactId>selenium-maven-plugin</artifactId>
             <version>1.0-beta-3</version>  
341              <executions>              <executions>
342                <execution>                <execution>
343                  <id>selenese-firefox</id>                  <id>selenese-firefox</id>

Legend:
Removed from v.1858  
changed lines
  Added in v.2037

Repository Top
ViewVC Help  
ViewVC logotype
Powered by ViewVC