Revision: 1270
http://cishell.svn.sourceforge.net/cishell/?rev=1270&view=rev
Author: rescdsk
Date: 2011-12-20 16:39:41 +0000 (Tue, 20 Dec 2011)
Log Message:
-----------
argh, svn branches and eclipse interfaces.
Added Paths:
-----------
branches/tgs-tycho/deployment/.settings/
branches/tgs-tycho/deployment/.settings/org.eclipse.m2e.core.prefs
branches/tgs-tycho/deployment/pom.xml
Added: branches/tgs-tycho/deployment/.settings/org.eclipse.m2e.core.prefs
===================================================================
--- branches/tgs-tycho/deployment/.settings/org.eclipse.m2e.core.prefs (rev 0)
+++ branches/tgs-tycho/deployment/.settings/org.eclipse.m2e.core.prefs 2011-12-20 16:39:41 UTC (rev 1270)
@@ -0,0 +1,5 @@
+#Fri Dec 16 11:23:16 EST 2011
+activeProfiles=
+eclipse.preferences.version=1
+resolveWorkspaceProjects=true
+version=1
Added: branches/tgs-tycho/deployment/pom.xml
===================================================================
--- branches/tgs-tycho/deployment/pom.xml (rev 0)
+++ branches/tgs-tycho/deployment/pom.xml 2011-12-20 16:39:41 UTC (rev 1270)
@@ -0,0 +1,18 @@
+<?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>
+ <groupId>org.cishell</groupId>
+ <artifactId>parent</artifactId>
+ <version>0.0.1</version>
+ <relativePath>../parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>org.cishell.reference.feature</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-feature</packaging>
+
+</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|