Develop and Download Open Source Software

Browse CVS Repository

Diff of /pal/cms-portlets/pom.xml

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

revision 1.8 by shinsuke, Sat Nov 11 12:59:50 2006 UTC revision 1.9 by shinsuke, Thu Nov 30 14:27:21 2006 UTC
# Line 4  Line 4 
4      <modelVersion>4.0.0</modelVersion>      <modelVersion>4.0.0</modelVersion>
5      <groupId>jp.sf.pal</groupId>      <groupId>jp.sf.pal</groupId>
6      <artifactId>cms-portlet-project</artifactId>      <artifactId>cms-portlet-project</artifactId>
7      <packaging>pom</packaging>      <packaging>war</packaging>
8      <version>0.3-SNAPSHOT</version>      <version>0.3-SNAPSHOT</version>
9      <name>CMS Portlet Project</name>      <name>CMS Portlet Project</name>
10      <description></description>      <description></description>
# Line 42  Line 42 
42          <url>http://pal.sourceforge.jp/</url>          <url>http://pal.sourceforge.jp/</url>
43      </organization>      </organization>
44      <build>      <build>
45            <finalName>cms-portlet</finalName>
46          <defaultGoal>validate</defaultGoal>          <defaultGoal>validate</defaultGoal>
47          <pluginManagement>          <pluginManagement>
48              <plugins>              <plugins>
# Line 119  Line 120 
120              -->              -->
121          </plugins>          </plugins>
122      </build>      </build>
     <modules>  
         <module>cms-lib</module>  
         <module>cms-portlet</module>  
     </modules>  
123      <repositories>      <repositories>
124          <repository>          <repository>
125              <id>maven.marevol.com</id>              <id>maven.marevol.com</id>
126              <name>Maven2 Repository on marevol.com</name>              <name>Maven2 Repository on marevol.com</name>
127              <url>http://www.marevol.com/maven2</url>              <url>http://www.marevol.com/maven2</url>
128          </repository>          </repository>
129            <repository>
130                <id>maven.seasar.org</id>
131                <name>The Seasar Foundation Maven2 Repository</name>
132                <url>http://maven.seasar.org/maven2</url>
133            </repository>
134      </repositories>      </repositories>
135      <pluginRepositories>      <pluginRepositories>
136          <pluginRepository>          <pluginRepository>
# Line 153  Line 155 
155          </pluginRepository>          </pluginRepository>
156      </pluginRepositories>      </pluginRepositories>
157      <dependencies>      <dependencies>
158    <!-- For Development -->
159        <dependency>
160          <groupId>jp.sf.pal</groupId>
161          <artifactId>faces-dev-filter</artifactId>
162          <version>0.1-SNAPSHOT</version>
163          <scope>compile</scope>
164        </dependency>
165    
166                <dependency>
167                    <groupId>org.apache.derby</groupId>
168                    <artifactId>derby</artifactId>
169                    <version>10.1.1.0</version>
170                </dependency>
171    
172    
173          <dependency>          <dependency>
174              <groupId>junit</groupId>              <groupId>junit</groupId>
175              <artifactId>junit</artifactId>              <artifactId>junit</artifactId>
# Line 195  Line 212 
212          </dependency>          </dependency>
213          <dependency>          <dependency>
214              <groupId>jp.sf.pal</groupId>              <groupId>jp.sf.pal</groupId>
215              <artifactId>bridges-myfaces</artifactId>              <artifactId>faces-response-filter</artifactId>
216              <version>0.8</version>              <version>0.1-SNAPSHOT</version>
217              <exclusions>          </dependency>
218                  <exclusion>          <dependency>
219                      <groupId>struts</groupId>              <groupId>jp.sf.pal</groupId>
220                      <artifactId>struts</artifactId>              <artifactId>tomahawk-bridge</artifactId>
221                  </exclusion>              <version>0.9-SNAPSHOT</version>
             </exclusions>  
222          </dependency>          </dependency>
223          <dependency>          <dependency>
224              <groupId>org.apache.myfaces.tomahawk</groupId>              <groupId>org.apache.myfaces.tomahawk</groupId>
# Line 225  Line 241 
241          <dependency>          <dependency>
242              <groupId>org.seasar.container</groupId>              <groupId>org.seasar.container</groupId>
243              <artifactId>s2-framework</artifactId>              <artifactId>s2-framework</artifactId>
244              <version>2.4.1</version>              <version>2.4.5</version>
245          </dependency>          </dependency>
246          <dependency>          <dependency>
247              <groupId>org.seasar.container</groupId>              <groupId>org.seasar.container</groupId>
248              <artifactId>s2-extension</artifactId>              <artifactId>s2-extension</artifactId>
249              <version>2.4.1</version>              <version>2.4.5</version>
250          </dependency>          </dependency>
251          <dependency>          <dependency>
252              <groupId>org.seasar.teeda</groupId>              <groupId>org.seasar.teeda</groupId>
253              <artifactId>teeda-core</artifactId>              <artifactId>teeda-core</artifactId>
254              <version>1.0</version>              <version>1.0.2</version>
255              <exclusions>              <exclusions>
256                  <exclusion>                  <exclusion>
257                      <groupId>rhino</groupId>                      <groupId>rhino</groupId>
# Line 246  Line 262 
262          <dependency>          <dependency>
263              <groupId>org.seasar.portlet</groupId>              <groupId>org.seasar.portlet</groupId>
264              <artifactId>s2-portlet</artifactId>              <artifactId>s2-portlet</artifactId>
265              <version>1.0.5</version>              <version>1.0.6</version>
266          </dependency>          </dependency>
267          <dependency>          <dependency>
268              <groupId>org.seasar.jcr</groupId>              <groupId>org.seasar.jcr</groupId>

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26