From: <re...@us...> - 2011-12-20 16:52:45
|
Revision: 1284 http://cishell.svn.sourceforge.net/cishell/?rev=1284&view=rev Author: rescdsk Date: 2011-12-20 16:52:35 +0000 (Tue, 20 Dec 2011) Log Message: ----------- Added Paths: ----------- branches/tgs-tycho/core/plugin-parent/.classpath branches/tgs-tycho/core/plugin-parent/.project branches/tgs-tycho/core/plugin-parent/.settings/ branches/tgs-tycho/core/plugin-parent/.settings/org.eclipse.jdt.core.prefs branches/tgs-tycho/core/plugin-parent/.settings/org.eclipse.m2e.core.prefs branches/tgs-tycho/core/plugin-parent/pom.xml Added: branches/tgs-tycho/core/plugin-parent/.classpath =================================================================== --- branches/tgs-tycho/core/plugin-parent/.classpath (rev 0) +++ branches/tgs-tycho/core/plugin-parent/.classpath 2011-12-20 16:52:35 UTC (rev 1284) @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> + <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/> + <classpathentry kind="output" path="target/classes"/> +</classpath> Added: branches/tgs-tycho/core/plugin-parent/.project =================================================================== --- branches/tgs-tycho/core/plugin-parent/.project (rev 0) +++ branches/tgs-tycho/core/plugin-parent/.project 2011-12-20 16:52:35 UTC (rev 1284) @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>plugin-parent</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.m2e.core.maven2Builder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.m2e.core.maven2Nature</nature> + </natures> +</projectDescription> Added: branches/tgs-tycho/core/plugin-parent/.settings/org.eclipse.jdt.core.prefs =================================================================== --- branches/tgs-tycho/core/plugin-parent/.settings/org.eclipse.jdt.core.prefs (rev 0) +++ branches/tgs-tycho/core/plugin-parent/.settings/org.eclipse.jdt.core.prefs 2011-12-20 16:52:35 UTC (rev 1284) @@ -0,0 +1,6 @@ +#Thu Dec 15 13:48:25 EST 2011 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 +org.eclipse.jdt.core.compiler.compliance=1.5 +org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning +org.eclipse.jdt.core.compiler.source=1.5 Added: branches/tgs-tycho/core/plugin-parent/.settings/org.eclipse.m2e.core.prefs =================================================================== --- branches/tgs-tycho/core/plugin-parent/.settings/org.eclipse.m2e.core.prefs (rev 0) +++ branches/tgs-tycho/core/plugin-parent/.settings/org.eclipse.m2e.core.prefs 2011-12-20 16:52:35 UTC (rev 1284) @@ -0,0 +1,5 @@ +#Thu Dec 15 13:48:24 EST 2011 +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 Added: branches/tgs-tycho/core/plugin-parent/pom.xml =================================================================== --- branches/tgs-tycho/core/plugin-parent/pom.xml (rev 0) +++ branches/tgs-tycho/core/plugin-parent/pom.xml 2011-12-20 16:52:35 UTC (rev 1284) @@ -0,0 +1,18 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <artifactId>plugin-parent</artifactId> + <parent> + <groupId>org.cishell</groupId> + <artifactId>parent</artifactId> + <version>0.0.1</version> + </parent> + <modules> + </modules> + <packaging>pom</packaging> + + + <repositories> + </repositories> + +</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. |