[prev in list] [next in list] [prev in thread] [next in thread] 

List:       subclipse-dev
Subject:    [PATCH] svnant - .project and .classpath files for Eclipse IDE
From:       JP Fiset <jp () fiset ! ca>
Date:       2005-09-15 14:43:54
Message-ID: 432988AA.1010405 () fiset ! ca
[Download RAW message or body]

Since svnant is part of Subclipse and Subclipse is dedicated to 
supporting Elcipse, I am assuming I am not the only one using Eclipse to 
work on svnant. Why are there not project files for the Eclipse IDE in 
svnant? Is it bad form?

If interested, I include such files.

[[[
Provides 2 project files for the Eclipse IDE:
- .project
- .classpath

These files set the nature of the project to "Java" and specifies a 
classpath to include all jars found in the lib directory. As well, 
ignore "bin" dirctory, which is used only to host .class file during 
automatic builds.
]]]

["svnant-eclipse-project-patch.txt" (text/plain)]

Index: .classpath
===================================================================
--- .classpath	(revision 0)
+++ .classpath	(revision 147)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src/main"/>
+	<classpathentry kind="src" path="src/testcases"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="lib" path="lib/ant.jar"/>
+	<classpathentry kind="lib" path="lib/ant-launcher.jar"/>
+	<classpathentry kind="lib" path="lib/commons-lang-2.0.jar"/>
+	<classpathentry kind="lib" path="lib/jakarta-regexp-1.3.jar"/>
+	<classpathentry kind="lib" path="lib/junit.jar"/>
+	<classpathentry kind="lib" path="lib/svnClientAdapter.jar"/>
+	<classpathentry kind="lib" path="lib/svnjavahl.jar"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
Index: .project
===================================================================
--- .project	(revision 0)
+++ .project	(revision 147)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>svnant</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Property changes on: .
___________________________________________________________________
Name: svn:ignore
   + 
bin




[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic