Author: kmorin Date: 2011-02-25 18:09:22 +0100 (Fri, 25 Feb 2011) New Revision: 226 Url: http://chorem.org/repositories/revision/bow/226 Log: - format pom - remove folder which should not be here Removed: trunk/bow/ Modified: trunk/bow-extension-chromium/pom.xml Modified: trunk/bow-extension-chromium/pom.xml =================================================================== --- trunk/bow-extension-chromium/pom.xml 2011-02-25 17:04:26 UTC (rev 225) +++ trunk/bow-extension-chromium/pom.xml 2011-02-25 17:09:22 UTC (rev 226) @@ -1,65 +1,65 @@ <?xml version="1.0" encoding="UTF-8"?> <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> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> - <parent> - <groupId>org.chorem</groupId> - <artifactId>bow</artifactId> - <version>0.5-SNAPSHOT</version> - </parent> + <parent> + <groupId>org.chorem</groupId> + <artifactId>bow</artifactId> + <version>0.5-SNAPSHOT</version> + </parent> - <artifactId>bow-extension-chromium</artifactId> + <artifactId>bow-extension-chromium</artifactId> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>BOW :: Chromium extension</name> - <description>Chromium extension for BOW</description> - <inceptionYear>2011</inceptionYear> + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <packaging>crx</packaging> - - <properties> - <crx.pemKey>${basedir}/key.pem</crx.pemKey> - <crx.pemCert>${basedir}/cert.pem</crx.pemCert> - </properties> + <name>BOW :: Chromium extension</name> + <description>Chromium extension for BOW</description> + <inceptionYear>2011</inceptionYear> - <build> - <plugins> - <!-- use the war plugin to stage the crx files --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-war-plugin</artifactId> - <executions> - <execution> - <id>stage-crx</id> - <phase>prepare-package</phase> - <goals> - <goal>exploded</goal> - </goals> - </execution> - </executions> - </plugin> + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> - <!-- the crx is created in maven's package phase --> - <plugin> - <groupId>com.google.code</groupId> - <artifactId>crx-maven-plugin</artifactId> - <extensions>true</extensions> - </plugin> + <packaging>crx</packaging> - </plugins> - </build> + <properties> + <crx.pemKey>${basedir}/key.pem</crx.pemKey> + <crx.pemCert>${basedir}/cert.pem</crx.pemCert> + </properties> + <build> + <plugins> + <!-- use the war plugin to stage the crx files --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-war-plugin</artifactId> + <executions> + <execution> + <id>stage-crx</id> + <phase>prepare-package</phase> + <goals> + <goal>exploded</goal> + </goals> + </execution> + </executions> + </plugin> + + <!-- the crx is created in maven's package phase --> + <plugin> + <groupId>com.google.code</groupId> + <artifactId>crx-maven-plugin</artifactId> + <extensions>true</extensions> + </plugin> + + </plugins> + </build> + </project> \ No newline at end of file