Author: kono Date: 2010-08-12 17:20:14 -0700 (Thu, 12 Aug 2010) New Revision: 21371
Modified: core3/splash/trunk/pom.xml Log: Reformat only. Modified: core3/splash/trunk/pom.xml =================================================================== --- core3/splash/trunk/pom.xml 2010-08-13 00:17:44 UTC (rev 21370) +++ core3/splash/trunk/pom.xml 2010-08-13 00:20:14 UTC (rev 21371) @@ -1,45 +1,45 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" + xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <parent> - <artifactId>parent</artifactId> - <groupId>org.cytoscape</groupId> - <version>1.0-SNAPSHOT</version> - </parent> + <parent> + <artifactId>parent</artifactId> + <groupId>org.cytoscape</groupId> + <version>1.0-SNAPSHOT</version> + </parent> - <properties> - <bundle.symbolicName>org.cytoscape.splash</bundle.symbolicName> - <bundle.namespace>org.cytoscape.splash</bundle.namespace> - <org.ops4j.pax.runner.scanner.pom.startLevel>1</org.ops4j.pax.runner.scanner.pom.startLevel> - <org.ops4j.pax.runner.scanner.bundle.startLevel>1</org.ops4j.pax.runner.scanner.bundle.startLevel> - <org.ops4j.pax.runner.scanner.file.startLevel>1</org.ops4j.pax.runner.scanner.file.startLevel> - <org.ops4j.pax.runner.scanner.dir.startLevel>1</org.ops4j.pax.runner.scanner.dir.startLevel> - <org.ops4j.pax.runner.scanner.obr.startLevel>1</org.ops4j.pax.runner.scanner.obr.startLevel> - <org.ops4j.pax.runner.scanner.pom.startlevel>2</org.ops4j.pax.runner.scanner.pom.startlevel> - <org.ops4j.pax.runner.scanner.bundle.startlevel>2</org.ops4j.pax.runner.scanner.bundle.startlevel> - <org.ops4j.pax.runner.scanner.file.startlevel>2</org.ops4j.pax.runner.scanner.file.startlevel> - <org.ops4j.pax.runner.scanner.dir.startlevel>2</org.ops4j.pax.runner.scanner.dir.startlevel> - <org.ops4j.pax.runner.scanner.obr.startlevel>2</org.ops4j.pax.runner.scanner.obr.startlevel> - </properties> + <properties> + <bundle.symbolicName>org.cytoscape.splash</bundle.symbolicName> + <bundle.namespace>org.cytoscape.splash</bundle.namespace> + <org.ops4j.pax.runner.scanner.pom.startLevel>1</org.ops4j.pax.runner.scanner.pom.startLevel> + <org.ops4j.pax.runner.scanner.bundle.startLevel>1</org.ops4j.pax.runner.scanner.bundle.startLevel> + <org.ops4j.pax.runner.scanner.file.startLevel>1</org.ops4j.pax.runner.scanner.file.startLevel> + <org.ops4j.pax.runner.scanner.dir.startLevel>1</org.ops4j.pax.runner.scanner.dir.startLevel> + <org.ops4j.pax.runner.scanner.obr.startLevel>1</org.ops4j.pax.runner.scanner.obr.startLevel> + <org.ops4j.pax.runner.scanner.pom.startlevel>2</org.ops4j.pax.runner.scanner.pom.startlevel> + <org.ops4j.pax.runner.scanner.bundle.startlevel>2</org.ops4j.pax.runner.scanner.bundle.startlevel> + <org.ops4j.pax.runner.scanner.file.startlevel>2</org.ops4j.pax.runner.scanner.file.startlevel> + <org.ops4j.pax.runner.scanner.dir.startlevel>2</org.ops4j.pax.runner.scanner.dir.startlevel> + <org.ops4j.pax.runner.scanner.obr.startlevel>2</org.ops4j.pax.runner.scanner.obr.startlevel> + </properties> - <modelVersion>4.0.0</modelVersion> - <groupId>org.cytoscape</groupId> - <artifactId>splash</artifactId> - <version>1.0-SNAPSHOT</version> + <modelVersion>4.0.0</modelVersion> + <groupId>org.cytoscape</groupId> + <artifactId>splash</artifactId> + <version>1.0-SNAPSHOT</version> - <name>${bundle.symbolicName}</name> + <name>${bundle.symbolicName}</name> - <packaging>bundle</packaging> + <packaging>bundle</packaging> <build> <resources> <resource> <directory>src/main/resources</directory> </resource> - <!-- - | example additional resource entries, useful when building Eclipse - RCP applications - --> + <!-- | example additional resource entries, useful when building Eclipse + RCP applications --> <resource> <directory>.</directory> <includes> @@ -54,34 +54,26 @@ <groupId>org.ops4j</groupId> <artifactId>maven-pax-plugin</artifactId> <version>1.4</version> - <!-- - | enable improved OSGi compilation support for the bundle - life-cycle. | to switch back to the standard bundle life-cycle, - move this setting | down to the maven-bundle-plugin section - --> + <!-- | enable improved OSGi compilation support for the bundle life-cycle. + | to switch back to the standard bundle life-cycle, move this setting | down + to the maven-bundle-plugin section --> <extensions>true</extensions> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>1.4.3</version> - <!-- - | the following instructions build a simple set of public/private - classes into an OSGi bundle - --> + <!-- | the following instructions build a simple set of public/private + classes into an OSGi bundle --> <configuration> <instructions> <Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName> <Bundle-Version>${pom.version}</Bundle-Version> - <!-- - | assume public classes are in the top package, and private - classes are under ".internal" - --> + <!-- | assume public classes are in the top package, and private classes + are under ".internal" --> <Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package> <Private-Package>${bundle.namespace}.internal.*</Private-Package> - <!-- - | each module can override these defaults in their osgi.bnd file - --> + <!-- | each module can override these defaults in their osgi.bnd file --> <_include>-osgi.bnd</_include> </instructions> </configuration> @@ -89,17 +81,17 @@ </plugins> </build> - <dependencies> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>osgi_R4_core</artifactId> - <version>1.0</version> - </dependency> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>osgi_R4_compendium</artifactId> - <version>1.0</version> - </dependency> - </dependencies> + <dependencies> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>osgi_R4_core</artifactId> + <version>1.0</version> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>osgi_R4_compendium</artifactId> + <version>1.0</version> + </dependency> + </dependencies> </project> -- You received this message because you are subscribed to the Google Groups "cytoscape-cvs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
