You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by mn...@apache.org on 2010/06/01 15:17:58 UTC

svn commit: r950067 - in /incubator/aries/trunk/samples-sandbox/wordassociation-sample/wordassociation.api: .classpath .project

Author: mnuttall
Date: Tue Jun  1 13:17:58 2010
New Revision: 950067

URL: http://svn.apache.org/viewvc?rev=950067&view=rev
Log:
ARIES-321: Deleted by accident

Added:
    incubator/aries/trunk/samples-sandbox/wordassociation-sample/wordassociation.api/.classpath
    incubator/aries/trunk/samples-sandbox/wordassociation-sample/wordassociation.api/.project

Added: incubator/aries/trunk/samples-sandbox/wordassociation-sample/wordassociation.api/.classpath
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/samples-sandbox/wordassociation-sample/wordassociation.api/.classpath?rev=950067&view=auto
==============================================================================
--- incubator/aries/trunk/samples-sandbox/wordassociation-sample/wordassociation.api/.classpath (added)
+++ incubator/aries/trunk/samples-sandbox/wordassociation-sample/wordassociation.api/.classpath Tue Jun  1 13:17:58 2010
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+		<attributes>
+			<attribute name="owner.project.facets" value="java"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Added: incubator/aries/trunk/samples-sandbox/wordassociation-sample/wordassociation.api/.project
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/samples-sandbox/wordassociation-sample/wordassociation.api/.project?rev=950067&view=auto
==============================================================================
--- incubator/aries/trunk/samples-sandbox/wordassociation-sample/wordassociation.api/.project (added)
+++ incubator/aries/trunk/samples-sandbox/wordassociation-sample/wordassociation.api/.project Tue Jun  1 13:17:58 2010
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>wordassociation.api</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.wst.common.project.facet.core.builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.wst.validation.validationbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
+		<nature>org.eclipse.pde.PluginNature</nature>
+	</natures>
+</projectDescription>