Move rome-certiorem-webapp files into a subdirectory
This commit is contained in:
parent
dffa60f62b
commit
0db020cfe1
15 changed files with 120 additions and 120 deletions
|
@ -1,61 +1,61 @@
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.rometools</groupId>
|
<groupId>com.rometools</groupId>
|
||||||
<artifactId>rome-parent</artifactId>
|
<artifactId>rome-parent</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>rome-certiorem-webapp</artifactId>
|
<artifactId>rome-certiorem-webapp</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<name>rome-certiorem-webapp</name>
|
<name>rome-certiorem-webapp</name>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>The Apache Software License, Version 2.0</name>
|
<name>The Apache Software License, Version 2.0</name>
|
||||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||||
<distribution>repo</distribution>
|
<distribution>repo</distribution>
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:git@github.com:rometools/rome-certiorem-webapp.git</connection>
|
<connection>scm:git:git@github.com:rometools/rome-certiorem-webapp.git</connection>
|
||||||
<developerConnection>scm:git:git@github.com:rometools/rome-certiorem-webapp.git</developerConnection>
|
<developerConnection>scm:git:git@github.com:rometools/rome-certiorem-webapp.git</developerConnection>
|
||||||
<url>https://github.com/rometools/rome-certiorem-webapp/</url>
|
<url>https://github.com/rometools/rome-certiorem-webapp/</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>sonatype-nexus-snapshots</id>
|
<id>sonatype-nexus-snapshots</id>
|
||||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||||
<releases>
|
<releases>
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
</releases>
|
</releases>
|
||||||
<snapshots>
|
<snapshots>
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.rometools</groupId>
|
<groupId>com.rometools</groupId>
|
||||||
<artifactId>rome-certiorem</artifactId>
|
<artifactId>rome-certiorem</artifactId>
|
||||||
<version>1.5.0</version>
|
<version>1.5.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.inject.extensions</groupId>
|
<groupId>com.google.inject.extensions</groupId>
|
||||||
<artifactId>guice-servlet</artifactId>
|
<artifactId>guice-servlet</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.servlet</groupId>
|
<groupId>javax.servlet</groupId>
|
||||||
<artifactId>servlet-api</artifactId>
|
<artifactId>servlet-api</artifactId>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
|
@ -1,59 +1,59 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
|
|
||||||
<feed version="0.3" xmlns="http://purl.org/atom/ns#"
|
<feed version="0.3" xmlns="http://purl.org/atom/ns#"
|
||||||
xmlns:g="http://base.google.com/ns/1.0">
|
xmlns:g="http://base.google.com/ns/1.0">
|
||||||
|
|
||||||
<title>The name of your feed</title>
|
<title>The name of your feed</title>
|
||||||
<link href="The URL to the HTML website"
|
<link href="The URL to the HTML website"
|
||||||
rel="alternate" type="text/html"/>
|
rel="alternate" type="text/html"/>
|
||||||
|
|
||||||
<modified>2003-12-13T18:30:02Z</modified>
|
<modified>2003-12-13T18:30:02Z</modified>
|
||||||
|
|
||||||
<author>
|
<author>
|
||||||
<name>The name of the author</name>
|
<name>The name of the author</name>
|
||||||
</author>
|
</author>
|
||||||
|
|
||||||
<entry>
|
<entry>
|
||||||
|
|
||||||
<title>Analysis of tsunami on the economy</title>
|
<title>Analysis of tsunami on the economy</title>
|
||||||
<summary>Analysis of the recent tsumani on the economy</summary>
|
<summary>Analysis of the recent tsumani on the economy</summary>
|
||||||
<link rel="alternate" type="text/html"
|
<link rel="alternate" type="text/html"
|
||||||
href="http://provider-website.com/item1-info-page.html"/>
|
href="http://provider-website.com/item1-info-page.html"/>
|
||||||
<id>tag:providers-website-item1.com,2003:3.2397</id>
|
<id>tag:providers-website-item1.com,2003:3.2397</id>
|
||||||
<issued>2003-12-13T08:29:29-04:00</issued>
|
<issued>2003-12-13T08:29:29-04:00</issued>
|
||||||
<modified>2003-12-13T18:30:02Z</modified>
|
<modified>2003-12-13T18:30:02Z</modified>
|
||||||
<g:image_link>http://www.providers-website.com/image1.jpg</g:image_link>
|
<g:image_link>http://www.providers-website.com/image1.jpg</g:image_link>
|
||||||
<g:expiration_date>2005-12-20</g:expiration_date>
|
<g:expiration_date>2005-12-20</g:expiration_date>
|
||||||
<g:label>Economy</g:label>
|
<g:label>Economy</g:label>
|
||||||
<g:label>Tsunami</g:label>
|
<g:label>Tsunami</g:label>
|
||||||
|
|
||||||
<g:publish_date>2005-02-25</g:publish_date>
|
<g:publish_date>2005-02-25</g:publish_date>
|
||||||
<g:author>James Smith</g:author>
|
<g:author>James Smith</g:author>
|
||||||
<g:publication_name>Tsunami and the Economy</g:publication_name>
|
<g:publication_name>Tsunami and the Economy</g:publication_name>
|
||||||
<g:publication_volume>III</g:publication_volume>
|
<g:publication_volume>III</g:publication_volume>
|
||||||
<g:pages>5</g:pages>
|
<g:pages>5</g:pages>
|
||||||
|
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
<entry>
|
<entry>
|
||||||
|
|
||||||
<title>Google and the internet</title>
|
<title>Google and the internet</title>
|
||||||
<summary>Analysis of Google's impact on the internet</summary>
|
<summary>Analysis of Google's impact on the internet</summary>
|
||||||
<link rel="alternate" type="text/html"
|
<link rel="alternate" type="text/html"
|
||||||
href="http://provider-website.com/item2-info-page.html"/>
|
href="http://provider-website.com/item2-info-page.html"/>
|
||||||
<id>tag:providers-website-item1.com,2003:3.2397</id>
|
<id>tag:providers-website-item1.com,2003:3.2397</id>
|
||||||
<issued>2003-12-13T08:29:29-04:00</issued>
|
<issued>2003-12-13T08:29:29-04:00</issued>
|
||||||
<modified>2003-12-13T18:30:02Z</modified>
|
<modified>2003-12-13T18:30:02Z</modified>
|
||||||
<g:image_link>http://www.providers-website.com/image2.jpg</g:image_link>
|
<g:image_link>http://www.providers-website.com/image2.jpg</g:image_link>
|
||||||
<g:expiration_date>2005-12-20</g:expiration_date>
|
<g:expiration_date>2005-12-20</g:expiration_date>
|
||||||
<g:label>Internet</g:label>
|
<g:label>Internet</g:label>
|
||||||
<g:label>Search Engine</g:label>
|
<g:label>Search Engine</g:label>
|
||||||
|
|
||||||
<g:publish_date>2004-01-29</g:publish_date>
|
<g:publish_date>2004-01-29</g:publish_date>
|
||||||
<g:author>Sue Smith</g:author>
|
<g:author>Sue Smith</g:author>
|
||||||
<g:publication_name>Google and the Internet</g:publication_name>
|
<g:publication_name>Google and the Internet</g:publication_name>
|
||||||
<g:publication_volume>VI</g:publication_volume>
|
<g:publication_volume>VI</g:publication_volume>
|
||||||
<g:pages>23</g:pages>
|
<g:pages>23</g:pages>
|
||||||
|
|
||||||
</entry>
|
</entry>
|
||||||
</feed>
|
</feed>
|
Loading…
Add table
Reference in a new issue