From: <fu...@us...> - 2010-11-21 00:59:40
|
Revision: 1174 http://cishell.svn.sourceforge.net/cishell/?rev=1174&view=rev Author: fugu13 Date: 2010-11-21 00:59:34 +0000 (Sun, 21 Nov 2010) Log Message: ----------- committing some stuff, but there is a weird problem with the osgi log service dependency Added Paths: ----------- branches/tycho/clients/gui/org.cishell.reference.gui.brand.cishell/pom.xml branches/tycho/clients/gui/org.cishell.reference.gui.datamanager/pom.xml branches/tycho/clients/gui/org.cishell.reference.gui.guibuilder.swt/pom.xml branches/tycho/clients/gui/org.cishell.reference.gui.log/pom.xml branches/tycho/clients/gui/org.cishell.reference.gui.menumanager/pom.xml branches/tycho/clients/gui/org.cishell.reference.gui.persistence/pom.xml branches/tycho/clients/gui/org.cishell.reference.gui.prefs.swt/pom.xml branches/tycho/clients/gui/org.cishell.reference.gui.scheduler/pom.xml branches/tycho/clients/gui/org.cishell.reference.gui.workspace/pom.xml branches/tycho/clients/gui/pom.xml Added: branches/tycho/clients/gui/org.cishell.reference.gui.brand.cishell/pom.xml =================================================================== --- branches/tycho/clients/gui/org.cishell.reference.gui.brand.cishell/pom.xml (rev 0) +++ branches/tycho/clients/gui/org.cishell.reference.gui.brand.cishell/pom.xml 2010-11-21 00:59:34 UTC (rev 1174) @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>gui</artifactId> + <groupId>cishell</groupId> + <version>1.0.0</version> + </parent> + <groupId>cishell</groupId> + <artifactId>org.cishell.reference.gui.brand.cishell</artifactId> + <version>0.4.0</version> + <packaging>eclipse-plugin</packaging> +</project> Added: branches/tycho/clients/gui/org.cishell.reference.gui.datamanager/pom.xml =================================================================== --- branches/tycho/clients/gui/org.cishell.reference.gui.datamanager/pom.xml (rev 0) +++ branches/tycho/clients/gui/org.cishell.reference.gui.datamanager/pom.xml 2010-11-21 00:59:34 UTC (rev 1174) @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>gui</artifactId> + <groupId>cishell</groupId> + <version>1.0.0</version> + </parent> + <groupId>cishell</groupId> + <artifactId>org.cishell.reference.gui.datamanager</artifactId> + <version>1.0.0</version> + <packaging>eclipse-plugin</packaging> +</project> Added: branches/tycho/clients/gui/org.cishell.reference.gui.guibuilder.swt/pom.xml =================================================================== --- branches/tycho/clients/gui/org.cishell.reference.gui.guibuilder.swt/pom.xml (rev 0) +++ branches/tycho/clients/gui/org.cishell.reference.gui.guibuilder.swt/pom.xml 2010-11-21 00:59:34 UTC (rev 1174) @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>gui</artifactId> + <groupId>cishell</groupId> + <version>1.0.0</version> + </parent> + <groupId>cishell</groupId> + <artifactId>org.cishell.reference.gui.guibuilder.swt</artifactId> + <version>1.0.0</version> + <packaging>eclipse-plugin</packaging> +</project> Added: branches/tycho/clients/gui/org.cishell.reference.gui.log/pom.xml =================================================================== --- branches/tycho/clients/gui/org.cishell.reference.gui.log/pom.xml (rev 0) +++ branches/tycho/clients/gui/org.cishell.reference.gui.log/pom.xml 2010-11-21 00:59:34 UTC (rev 1174) @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>gui</artifactId> + <groupId>cishell</groupId> + <version>1.0.0</version> + </parent> + <groupId>cishell</groupId> + <artifactId>org.cishell.reference.gui.log</artifactId> + <version>1.0.0</version> + <packaging>eclipse-plugin</packaging> +</project> Added: branches/tycho/clients/gui/org.cishell.reference.gui.menumanager/pom.xml =================================================================== --- branches/tycho/clients/gui/org.cishell.reference.gui.menumanager/pom.xml (rev 0) +++ branches/tycho/clients/gui/org.cishell.reference.gui.menumanager/pom.xml 2010-11-21 00:59:34 UTC (rev 1174) @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>gui</artifactId> + <groupId>cishell</groupId> + <version>1.0.0</version> + </parent> + <groupId>cishell</groupId> + <artifactId>org.cishell.reference.gui.menumanager</artifactId> + <version>1.0.0</version> + <packaging>eclipse-plugin</packaging> +</project> Added: branches/tycho/clients/gui/org.cishell.reference.gui.persistence/pom.xml =================================================================== --- branches/tycho/clients/gui/org.cishell.reference.gui.persistence/pom.xml (rev 0) +++ branches/tycho/clients/gui/org.cishell.reference.gui.persistence/pom.xml 2010-11-21 00:59:34 UTC (rev 1174) @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>gui</artifactId> + <groupId>cishell</groupId> + <version>1.0.0</version> + </parent> + <groupId>cishell</groupId> + <artifactId>org.cishell.reference.gui.persistence</artifactId> + <version>1.0.0</version> + <packaging>eclipse-plugin</packaging> +</project> Added: branches/tycho/clients/gui/org.cishell.reference.gui.prefs.swt/pom.xml =================================================================== --- branches/tycho/clients/gui/org.cishell.reference.gui.prefs.swt/pom.xml (rev 0) +++ branches/tycho/clients/gui/org.cishell.reference.gui.prefs.swt/pom.xml 2010-11-21 00:59:34 UTC (rev 1174) @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>gui</artifactId> + <groupId>cishell</groupId> + <version>1.0.0</version> + </parent> + <groupId>cishell</groupId> + <artifactId>org.cishell.reference.gui.prefs.swt</artifactId> + <version>0.0.1</version> + <packaging>eclipse-plugin</packaging> +</project> Added: branches/tycho/clients/gui/org.cishell.reference.gui.scheduler/pom.xml =================================================================== --- branches/tycho/clients/gui/org.cishell.reference.gui.scheduler/pom.xml (rev 0) +++ branches/tycho/clients/gui/org.cishell.reference.gui.scheduler/pom.xml 2010-11-21 00:59:34 UTC (rev 1174) @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>gui</artifactId> + <groupId>cishell</groupId> + <version>1.0.0</version> + </parent> + <groupId>cishell</groupId> + <artifactId>org.cishell.reference.gui.scheduler</artifactId> + <version>1.0.0</version> + <packaging>eclipse-plugin</packaging> +</project> Added: branches/tycho/clients/gui/org.cishell.reference.gui.workspace/pom.xml =================================================================== --- branches/tycho/clients/gui/org.cishell.reference.gui.workspace/pom.xml (rev 0) +++ branches/tycho/clients/gui/org.cishell.reference.gui.workspace/pom.xml 2010-11-21 00:59:34 UTC (rev 1174) @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>gui</artifactId> + <groupId>cishell</groupId> + <version>1.0.0</version> + </parent> + <groupId>cishell</groupId> + <artifactId>org.cishell.reference.gui.workspace</artifactId> + <version>1.0.0</version> + <packaging>eclipse-plugin</packaging> +</project> Added: branches/tycho/clients/gui/pom.xml =================================================================== --- branches/tycho/clients/gui/pom.xml (rev 0) +++ branches/tycho/clients/gui/pom.xml 2010-11-21 00:59:34 UTC (rev 1174) @@ -0,0 +1,57 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <groupId>cishell</groupId> + <artifactId>gui</artifactId> + <version>1.0.0</version> + <packaging>pom</packaging> + <properties> + <tycho-version>0.10.0</tycho-version> + </properties> + + + <modules> + <module>org.cishell.reference.gui.brand.cishell</module> + <module>org.cishell.reference.gui.datamanager</module> + <module>org.cishell.reference.gui.guibuilder.swt</module> + <module>org.cishell.reference.gui.log</module> + <module>org.cishell.reference.gui.menumanager</module> + <module>org.cishell.reference.gui.persistence</module> + <module>org.cishell.reference.gui.prefs.swt</module> + <module>org.cishell.reference.gui.scheduler</module> + <module>org.cishell.reference.gui.workspace</module> + <module>../../core/core-build</module> + </modules> + <dependencies> + <dependency> + <groupId>org.eclipse.core</groupId> + <artifactId>runtime</artifactId> + <version>3.3.100-v20070530</version> + </dependency> + <dependency> + <groupId>org.eclipse</groupId> + <artifactId>ui</artifactId> + <version>3.3.0-I20070614-0800</version> + </dependency> + </dependencies> + <build> + <plugins> + <plugin> + <groupId>org.sonatype.tycho</groupId> + <artifactId>tycho-maven-plugin</artifactId> + <version>0.10.0</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. |