From: <fu...@us...> - 2010-11-20 19:20:19
|
Revision: 1173 http://cishell.svn.sourceforge.net/cishell/?rev=1173&view=rev Author: fugu13 Date: 2010-11-20 19:20:11 +0000 (Sat, 20 Nov 2010) Log Message: ----------- committing a rearrangement that makes things nicer and more eclipse-y Modified Paths: -------------- branches/tycho/core/org.cishell.algorithm.convertergraph/pom.xml branches/tycho/core/org.cishell.framework/pom.xml branches/tycho/core/org.cishell.reference/pom.xml branches/tycho/core/org.cishell.reference.prefs.admin/pom.xml branches/tycho/core/org.cishell.reference.service.database/pom.xml branches/tycho/core/org.cishell.reference.services/pom.xml branches/tycho/core/org.cishell.service.autostart/pom.xml branches/tycho/core/org.cishell.service.database/pom.xml branches/tycho/core/org.cishell.utilities/pom.xml branches/tycho/core/org.cishell.utility.datastructure/pom.xml branches/tycho/core/org.cishell.utility.swt/pom.xml branches/tycho/deployment/deployment-parent/pom.xml Added Paths: ----------- branches/tycho/core/core-build/ branches/tycho/core/core-build/pom.xml Removed Paths: ------------- branches/tycho/core/pom.xml Copied: branches/tycho/core/core-build/pom.xml (from rev 1169, branches/tycho/core/pom.xml) =================================================================== --- branches/tycho/core/core-build/pom.xml (rev 0) +++ branches/tycho/core/core-build/pom.xml 2010-11-20 19:20:11 UTC (rev 1173) @@ -0,0 +1,98 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project> + + <modelVersion>4.0.0</modelVersion> + + <prerequisites> + <maven>3.0</maven> + </prerequisites> + <groupId>cishell</groupId> + <artifactId>core-build</artifactId> + <version>1.0.0</version> + + <packaging>pom</packaging> + + <scm> + <connection>scm:svn:http://cishell.svn.sourceforge.net/svnroot/cishell/branches/tycho/core</connection> + <developerConnection>scm:svn:https://cishell.svn.sourceforge.net/svnroot/cishell/branches/tycho/core</developerConnection> + </scm> + + <properties> + <tycho-version>0.10.0</tycho-version> + </properties> + + <modules> + <module>../org.cishell.framework</module> + <module>../org.cishell.reference</module> + <module>../org.cishell.service.autostart</module> + <module>../org.cishell.service.database</module> + <module>../org.cishell.algorithm.convertergraph</module> + <module>../org.cishell.utilities</module> + <module>../org.cishell.utility.datastructure</module> + <module>../org.cishell.utility.swt</module> + <module>../org.cishell.reference.services</module> + <module>../org.cishell.reference.service.database</module> + <module>../org.cishell.reference.prefs.admin</module> + </modules> + + <dependencies> + <dependency> + <groupId>cishell.libs</groupId> + <artifactId>jung</artifactId> + <version>1.7.6-001-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>cishell.libs</groupId> + <artifactId>com.google.collections</artifactId> + <version>1.0-001-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>joda-time</groupId> + <artifactId>joda-time</artifactId> + <version>1.6.2</version> + </dependency> + <dependency> + <groupId>cishell.libs</groupId> + <artifactId>org.prefuse</artifactId> + <version>beta-20071021-001-SNAPSHOT</version> + </dependency> + + </dependencies> + + <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> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-scm-plugin</artifactId> + <version>1.4</version> + <configuration> + <connectionType>developerConnection</connectionType> + </configuration> + </plugin> + </plugins> + </build> + +</project> Modified: branches/tycho/core/org.cishell.algorithm.convertergraph/pom.xml =================================================================== --- branches/tycho/core/org.cishell.algorithm.convertergraph/pom.xml 2010-11-20 00:24:23 UTC (rev 1172) +++ branches/tycho/core/org.cishell.algorithm.convertergraph/pom.xml 2010-11-20 19:20:11 UTC (rev 1173) @@ -7,6 +7,7 @@ <groupId>cishell</groupId> <artifactId>core-build</artifactId> <version>1.0.0</version> + <relativePath>../core-build/pom.xml</relativePath> </parent> <artifactId>org.cishell.algorithm.convertergraph</artifactId> Modified: branches/tycho/core/org.cishell.framework/pom.xml =================================================================== --- branches/tycho/core/org.cishell.framework/pom.xml 2010-11-20 00:24:23 UTC (rev 1172) +++ branches/tycho/core/org.cishell.framework/pom.xml 2010-11-20 19:20:11 UTC (rev 1173) @@ -7,6 +7,7 @@ <groupId>cishell</groupId> <artifactId>core-build</artifactId> <version>1.0.0</version> + <relativePath>../core-build/pom.xml</relativePath> </parent> <artifactId>org.cishell.framework</artifactId> Modified: branches/tycho/core/org.cishell.reference/pom.xml =================================================================== --- branches/tycho/core/org.cishell.reference/pom.xml 2010-11-20 00:24:23 UTC (rev 1172) +++ branches/tycho/core/org.cishell.reference/pom.xml 2010-11-20 19:20:11 UTC (rev 1173) @@ -7,6 +7,7 @@ <groupId>cishell</groupId> <artifactId>core-build</artifactId> <version>1.0.0</version> + <relativePath>../core-build/pom.xml</relativePath> </parent> <artifactId>org.cishell.reference</artifactId> Modified: branches/tycho/core/org.cishell.reference.prefs.admin/pom.xml =================================================================== --- branches/tycho/core/org.cishell.reference.prefs.admin/pom.xml 2010-11-20 00:24:23 UTC (rev 1172) +++ branches/tycho/core/org.cishell.reference.prefs.admin/pom.xml 2010-11-20 19:20:11 UTC (rev 1173) @@ -7,6 +7,7 @@ <groupId>cishell</groupId> <artifactId>core-build</artifactId> <version>1.0.0</version> + <relativePath>../core-build/pom.xml</relativePath> </parent> <artifactId>org.cishell.reference.prefs.admin</artifactId> Modified: branches/tycho/core/org.cishell.reference.service.database/pom.xml =================================================================== --- branches/tycho/core/org.cishell.reference.service.database/pom.xml 2010-11-20 00:24:23 UTC (rev 1172) +++ branches/tycho/core/org.cishell.reference.service.database/pom.xml 2010-11-20 19:20:11 UTC (rev 1173) @@ -7,6 +7,7 @@ <groupId>cishell</groupId> <artifactId>core-build</artifactId> <version>1.0.0</version> + <relativePath>../core-build/pom.xml</relativePath> </parent> <artifactId>org.cishell.reference.service.database</artifactId> Modified: branches/tycho/core/org.cishell.reference.services/pom.xml =================================================================== --- branches/tycho/core/org.cishell.reference.services/pom.xml 2010-11-20 00:24:23 UTC (rev 1172) +++ branches/tycho/core/org.cishell.reference.services/pom.xml 2010-11-20 19:20:11 UTC (rev 1173) @@ -7,6 +7,7 @@ <groupId>cishell</groupId> <artifactId>core-build</artifactId> <version>1.0.0</version> + <relativePath>../core-build/pom.xml</relativePath> </parent> <artifactId>org.cishell.reference.services</artifactId> Modified: branches/tycho/core/org.cishell.service.autostart/pom.xml =================================================================== --- branches/tycho/core/org.cishell.service.autostart/pom.xml 2010-11-20 00:24:23 UTC (rev 1172) +++ branches/tycho/core/org.cishell.service.autostart/pom.xml 2010-11-20 19:20:11 UTC (rev 1173) @@ -7,6 +7,7 @@ <groupId>cishell</groupId> <artifactId>core-build</artifactId> <version>1.0.0</version> + <relativePath>../core-build/pom.xml</relativePath> </parent> <artifactId>org.cishell.service.autostart</artifactId> Modified: branches/tycho/core/org.cishell.service.database/pom.xml =================================================================== --- branches/tycho/core/org.cishell.service.database/pom.xml 2010-11-20 00:24:23 UTC (rev 1172) +++ branches/tycho/core/org.cishell.service.database/pom.xml 2010-11-20 19:20:11 UTC (rev 1173) @@ -7,6 +7,7 @@ <groupId>cishell</groupId> <artifactId>core-build</artifactId> <version>1.0.0</version> + <relativePath>../core-build/pom.xml</relativePath> </parent> <artifactId>org.cishell.service.database</artifactId> Modified: branches/tycho/core/org.cishell.utilities/pom.xml =================================================================== --- branches/tycho/core/org.cishell.utilities/pom.xml 2010-11-20 00:24:23 UTC (rev 1172) +++ branches/tycho/core/org.cishell.utilities/pom.xml 2010-11-20 19:20:11 UTC (rev 1173) @@ -7,6 +7,7 @@ <groupId>cishell</groupId> <artifactId>core-build</artifactId> <version>1.0.0</version> + <relativePath>../core-build/pom.xml</relativePath> </parent> <artifactId>org.cishell.utilities</artifactId> Modified: branches/tycho/core/org.cishell.utility.datastructure/pom.xml =================================================================== --- branches/tycho/core/org.cishell.utility.datastructure/pom.xml 2010-11-20 00:24:23 UTC (rev 1172) +++ branches/tycho/core/org.cishell.utility.datastructure/pom.xml 2010-11-20 19:20:11 UTC (rev 1173) @@ -7,6 +7,7 @@ <groupId>cishell</groupId> <artifactId>core-build</artifactId> <version>1.0.0</version> + <relativePath>../core-build/pom.xml</relativePath> </parent> <artifactId>org.cishell.utility.datastructure</artifactId> Modified: branches/tycho/core/org.cishell.utility.swt/pom.xml =================================================================== --- branches/tycho/core/org.cishell.utility.swt/pom.xml 2010-11-20 00:24:23 UTC (rev 1172) +++ branches/tycho/core/org.cishell.utility.swt/pom.xml 2010-11-20 19:20:11 UTC (rev 1173) @@ -7,6 +7,7 @@ <groupId>cishell</groupId> <artifactId>core-build</artifactId> <version>1.0.0</version> + <relativePath>../core-build/pom.xml</relativePath> </parent> <artifactId>org.cishell.utility.swt</artifactId> Deleted: branches/tycho/core/pom.xml =================================================================== --- branches/tycho/core/pom.xml 2010-11-20 00:24:23 UTC (rev 1172) +++ branches/tycho/core/pom.xml 2010-11-20 19:20:11 UTC (rev 1173) @@ -1,98 +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>core-build</artifactId> - <version>1.0.0</version> - - <packaging>pom</packaging> - - <scm> - <connection>scm:svn:http://cishell.svn.sourceforge.net/svnroot/cishell/branches/tycho/core</connection> - <developerConnection>scm:svn:https://cishell.svn.sourceforge.net/svnroot/cishell/branches/tycho/core</developerConnection> - </scm> - - <properties> - <tycho-version>0.10.0</tycho-version> - </properties> - - <modules> - <module>org.cishell.framework</module> - <module>org.cishell.reference</module> - <module>org.cishell.service.autostart</module> - <module>org.cishell.service.database</module> - <module>org.cishell.algorithm.convertergraph</module> - <module>org.cishell.utilities</module> - <module>org.cishell.utility.datastructure</module> - <module>org.cishell.utility.swt</module> - <module>org.cishell.reference.services</module> - <module>org.cishell.reference.service.database</module> - <module>org.cishell.reference.prefs.admin</module> - </modules> - - <dependencies> - <dependency> - <groupId>cishell.libs</groupId> - <artifactId>jung</artifactId> - <version>1.7.6-001-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>cishell.libs</groupId> - <artifactId>com.google.collections</artifactId> - <version>1.0-001-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - <version>1.6.2</version> - </dependency> - <dependency> - <groupId>cishell.libs</groupId> - <artifactId>org.prefuse</artifactId> - <version>beta-20071021-001-SNAPSHOT</version> - </dependency> - - </dependencies> - - <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> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-scm-plugin</artifactId> - <version>1.4</version> - <configuration> - <connectionType>developerConnection</connectionType> - </configuration> - </plugin> - </plugins> - </build> - -</project> Modified: branches/tycho/deployment/deployment-parent/pom.xml =================================================================== --- branches/tycho/deployment/deployment-parent/pom.xml 2010-11-20 00:24:23 UTC (rev 1172) +++ branches/tycho/deployment/deployment-parent/pom.xml 2010-11-20 19:20:11 UTC (rev 1173) @@ -17,7 +17,7 @@ <modules> <module>../org.cishell.feature</module> - <module>../../core</module> + <module>../../core/core-build</module> </modules> <repositories> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |