利用者向け情報

開発者向け情報

[cubby]/branches/2.0.x/cubby-project/pom.xml

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

revision 1384 by baba, Sat Nov 15 04:04:11 2008 JST revision 1385 by baba, Mon Dec 22 21:20:17 2008 JST
# Line 221  org.eclipse.jdt.ui.text.custom_code_temp Line 221  org.eclipse.jdt.ui.text.custom_code_temp
221            </execution>            </execution>
222          </executions>          </executions>
223        </plugin>        </plugin>
224          <plugin>
225            <groupId>com.google.code.maven-license-plugin</groupId>
226            <artifactId>maven-license-plugin</artifactId>
227            <version>1.4.0</version>
228            <configuration>
229              <header>https://www.seasar.org/svn/cubby/branches/2.0.x/cubby-project/src/etc/header.txt</header>
230              <includes>
231                <include>src/**</include>
232              </includes>
233              <excludes>
234                <exclude>**/.*</exclude>
235                <exclude>target/**</exclude>
236              </excludes>
237              <mapping>
238                <tld>XML_STYLE</tld>
239                <dicon>XML_STYLE</dicon>
240              </mapping>
241              <encoding>UTF-8</encoding>
242              <headerDefinitions>
243                <headerDefinition>https://www.seasar.org/svn/cubby/branches/2.0.x/cubby-project/src/etc/header-definition.xml</headerDefinition>
244              </headerDefinitions>
245            </configuration>
246          </plugin>
247      </plugins>      </plugins>
248      <extensions>      <extensions>
249        <extension>        <extension>
# Line 242  org.eclipse.jdt.ui.text.custom_code_temp Line 265  org.eclipse.jdt.ui.text.custom_code_temp
265        <url>http://maven.seasar.org/maven2-snapshot</url>        <url>http://maven.seasar.org/maven2-snapshot</url>
266      </repository>      </repository>
267    </repositories>    </repositories>
268      <pluginRepositories>
269        <pluginRepository>
270          <id>mc-release</id>
271          <name>Local Maven repository of releases</name>
272          <url>http://mc-repo.googlecode.com/svn/maven2/releases</url>
273          <snapshots>
274            <enabled>false</enabled>
275          </snapshots>
276          <releases>
277            <enabled>true</enabled>
278          </releases>
279        </pluginRepository>
280      </pluginRepositories>
281    <reporting>    <reporting>
282      <plugins>      <plugins>
283        <plugin>        <plugin>
# Line 260  org.eclipse.jdt.ui.text.custom_code_temp Line 296  org.eclipse.jdt.ui.text.custom_code_temp
296            <links>            <links>
297              <link>http://java.sun.com/javaee/5/docs/api/</link>              <link>http://java.sun.com/javaee/5/docs/api/</link>
298              <link>http://java.sun.com/j2se/1.5.0/ja/docs/ja/api/</link>              <link>http://java.sun.com/j2se/1.5.0/ja/docs/ja/api/</link>
299              <link>http://aopalliance.sourceforge.net/doc/</link>              <link>http://www.junit.org/junit/javadoc/4.5/</link>
300              <link>http://www.junit.org/junit/javadoc/4.3/</link>              <link>http://www.slf4j.org/api/</link>
301              <link>http://commons.apache.org/fileupload/apidocs/</link>              <link>http://commons.apache.org/fileupload/apidocs/</link>
302                <link>http://aopalliance.sourceforge.net/doc/</link>
303              <link>http://s2container.seasar.org/2.4/s2-framework/ja/apidocs/</link>              <link>http://s2container.seasar.org/2.4/s2-framework/ja/apidocs/</link>
304              <link>http://s2container.seasar.org/2.4/s2-extension/ja/apidocs/</link>              <link>http://s2container.seasar.org/2.4/s2-extension/ja/apidocs/</link>
305              <link>http://s2container.seasar.org/2.4/s2-tiger/ja/apidocs/</link>              <link>http://s2container.seasar.org/2.4/s2-tiger/ja/apidocs/</link>
306                <link>http://google-guice.googlecode.com/svn/trunk/javadoc/</link>
307            </links>            </links>
308          </configuration>          </configuration>
309        </plugin>        </plugin>

Legend:
Removed from v.1384  
changed lines
  Added in v.1385

Repository Top
ViewVC Help  
ViewVC logotype
Powered by ViewVC