You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2010/08/09 13:24:46 UTC

svn commit: r983592 - in /directory/studio/trunk: org.apache.commons.lang/.classpath org.apache.commons.lang/.project org.apache.commons.logging/.classpath org.apache.commons.logging/.project

Author: pamarcelot
Date: Mon Aug  9 11:24:46 2010
New Revision: 983592

URL: http://svn.apache.org/viewvc?rev=983592&view=rev
Log:
Added (temporary) .classpath and .project files.

Added:
    directory/studio/trunk/org.apache.commons.lang/.classpath
    directory/studio/trunk/org.apache.commons.lang/.project
    directory/studio/trunk/org.apache.commons.logging/.classpath
    directory/studio/trunk/org.apache.commons.logging/.project

Added: directory/studio/trunk/org.apache.commons.lang/.classpath
URL: http://svn.apache.org/viewvc/directory/studio/trunk/org.apache.commons.lang/.classpath?rev=983592&view=auto
==============================================================================
--- directory/studio/trunk/org.apache.commons.lang/.classpath (added)
+++ directory/studio/trunk/org.apache.commons.lang/.classpath Mon Aug  9 11:24:46 2010
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry excluding="**/*.java" kind="src" path="target/maven-shared-archive-resources"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="lib" path="src/main/resources" exported="true"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Added: directory/studio/trunk/org.apache.commons.lang/.project
URL: http://svn.apache.org/viewvc/directory/studio/trunk/org.apache.commons.lang/.project?rev=983592&view=auto
==============================================================================
--- directory/studio/trunk/org.apache.commons.lang/.project (added)
+++ directory/studio/trunk/org.apache.commons.lang/.project Mon Aug  9 11:24:46 2010
@@ -0,0 +1,19 @@
+<projectDescription>
+  <name>org.apache.commons.lang</name>
+  <comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
+  <buildSpec>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</name>
+    </buildCommand>
+    <buildCommand>
+      <name>org.eclipse.pde.ManifestBuilder</name>
+    </buildCommand>
+    <buildCommand>
+      <name>org.eclipse.pde.SchemaBuilder</name>
+    </buildCommand>
+  </buildSpec>
+  <natures>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+    <nature>org.eclipse.pde.PluginNature</nature>
+  </natures>
+</projectDescription>
\ No newline at end of file

Added: directory/studio/trunk/org.apache.commons.logging/.classpath
URL: http://svn.apache.org/viewvc/directory/studio/trunk/org.apache.commons.logging/.classpath?rev=983592&view=auto
==============================================================================
--- directory/studio/trunk/org.apache.commons.logging/.classpath (added)
+++ directory/studio/trunk/org.apache.commons.logging/.classpath Mon Aug  9 11:24:46 2010
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry excluding="**/*.java" kind="src" path="target/maven-shared-archive-resources"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="lib" path="src/main/resources" exported="true"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Added: directory/studio/trunk/org.apache.commons.logging/.project
URL: http://svn.apache.org/viewvc/directory/studio/trunk/org.apache.commons.logging/.project?rev=983592&view=auto
==============================================================================
--- directory/studio/trunk/org.apache.commons.logging/.project (added)
+++ directory/studio/trunk/org.apache.commons.logging/.project Mon Aug  9 11:24:46 2010
@@ -0,0 +1,19 @@
+<projectDescription>
+  <name>org.apache.commons.logging</name>
+  <comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
+  <buildSpec>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</name>
+    </buildCommand>
+    <buildCommand>
+      <name>org.eclipse.pde.ManifestBuilder</name>
+    </buildCommand>
+    <buildCommand>
+      <name>org.eclipse.pde.SchemaBuilder</name>
+    </buildCommand>
+  </buildSpec>
+  <natures>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+    <nature>org.eclipse.pde.PluginNature</nature>
+  </natures>
+</projectDescription>
\ No newline at end of file