|
From: <fu...@us...> - 2010-11-17 23:23:41
|
Revision: 1170
http://cishell.svn.sourceforge.net/cishell/?rev=1170&view=rev
Author: fugu13
Date: 2010-11-17 23:23:34 +0000 (Wed, 17 Nov 2010)
Log Message:
-----------
making it clear that, at least right now, this pom is not to be used
Added Paths:
-----------
branches/tycho/pom.xml.bak
Removed Paths:
-------------
branches/tycho/pom.xml
Deleted: branches/tycho/pom.xml
===================================================================
--- branches/tycho/pom.xml 2010-11-17 23:13:22 UTC (rev 1169)
+++ branches/tycho/pom.xml 2010-11-17 23:23:34 UTC (rev 1170)
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
-
- <modelVersion>4.0.0</modelVersion>
-
- <prerequisites>
- <maven>3.0</maven>
- </prerequisites>
- <groupId>cishell</groupId>
- <artifactId>build</artifactId>
- <version>1.0.0</version>
-
- <packaging>pom</packaging>
-
- <properties>
- <tycho-version>0.10.0</tycho-version>
- </properties>
-
- <modules>
- <module>libs</module>
- <module>core</module>
- <!-- <module>tycho.demo.itp02.bundle.tests</module> -->
- </modules>
-
- <repositories>
- <repository>
- <id>ganymede</id>
- <layout>p2</layout>
- <url>http://download.eclipse.org/releases/ganymede</url>
- </repository>
- </repositories>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>tycho-maven-plugin</artifactId>
- <version>${tycho-version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <resolver>p2</resolver>
- <pomDependencies>consider</pomDependencies>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
-</project>
Copied: branches/tycho/pom.xml.bak (from rev 1168, branches/tycho/pom.xml)
===================================================================
--- branches/tycho/pom.xml.bak (rev 0)
+++ branches/tycho/pom.xml.bak 2010-11-17 23:23:34 UTC (rev 1170)
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <prerequisites>
+ <maven>3.0</maven>
+ </prerequisites>
+ <groupId>cishell</groupId>
+ <artifactId>build</artifactId>
+ <version>1.0.0</version>
+
+ <packaging>pom</packaging>
+
+ <properties>
+ <tycho-version>0.10.0</tycho-version>
+ </properties>
+
+ <modules>
+ <module>libs</module>
+ <module>core</module>
+ <!-- <module>tycho.demo.itp02.bundle.tests</module> -->
+ </modules>
+
+ <repositories>
+ <repository>
+ <id>ganymede</id>
+ <layout>p2</layout>
+ <url>http://download.eclipse.org/releases/ganymede</url>
+ </repository>
+ </repositories>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>tycho-maven-plugin</artifactId>
+ <version>${tycho-version}</version>
+ <extensions>true</extensions>
+ </plugin>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <version>${tycho-version}</version>
+ <configuration>
+ <resolver>p2</resolver>
+ <pomDependencies>consider</pomDependencies>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|