[Exmmt-commit] SF.net SVN: exmmt: [18] net.sourceforge.exmmt/trunk
Status: Inactive
Brought to you by:
lgrammel
From: <lgr...@us...> - 2006-05-17 14:01:50
|
Revision: 18 Author: lgrammel Date: 2006-05-17 07:01:36 -0700 (Wed, 17 May 2006) ViewCVS: http://svn.sourceforge.net/exmmt/?rev=18&view=rev Log Message: ----------- #1490257 change subversion directory infrastructure to support tags Modified Paths: -------------- net.sourceforge.exmmt/trunk/.project Added Paths: ----------- net.sourceforge.exmmt/trunk/.classpath Property Changed: ---------------- net.sourceforge.exmmt/trunk/ Property changes on: net.sourceforge.exmmt/trunk ___________________________________________________________________ Name: svn:ignore + bin Added: net.sourceforge.exmmt/trunk/.classpath =================================================================== --- net.sourceforge.exmmt/trunk/.classpath (rev 0) +++ net.sourceforge.exmmt/trunk/.classpath 2006-05-17 14:01:36 UTC (rev 18) @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src/java"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="lib" path="lib/jaxen-core.jar"/> + <classpathentry kind="lib" path="lib/jaxen-jdom.jar"/> + <classpathentry kind="lib" path="lib/org.jdom.jar"/> + <classpathentry kind="lib" path="lib/saxpath.jar"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="output" path="bin"/> +</classpath> Modified: net.sourceforge.exmmt/trunk/.project =================================================================== --- net.sourceforge.exmmt/trunk/.project 2006-05-17 13:52:33 UTC (rev 17) +++ net.sourceforge.exmmt/trunk/.project 2006-05-17 14:01:36 UTC (rev 18) @@ -5,7 +5,24 @@ <projects> </projects> <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</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.pde.PluginNature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> </natures> </projectDescription> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |