|
From: <be...@us...> - 2006-10-23 23:24:47
|
Revision: 63
http://svn.sourceforge.net/jtreemap/?rev=63&view=rev
Author: benoitx
Date: 2006-10-23 16:24:32 -0700 (Mon, 23 Oct 2006)
Log Message:
-----------
Added eclipse project.
Modified Paths:
--------------
trunk/src/site/changes.xml
Added Paths:
-----------
trunk/JTreeMap/.classpath
trunk/JTreeMap/.project
Property Changed:
----------------
trunk/
trunk/JTreeMap/
Property changes on: trunk
___________________________________________________________________
Name: svn:ignore
- target
velocity.log
logfile.log
+ target
logfile.log
Property changes on: trunk/JTreeMap
___________________________________________________________________
Name: svn:ignore
- target
+ target
*.log
Added: trunk/JTreeMap/.classpath
===================================================================
--- trunk/JTreeMap/.classpath (rev 0)
+++ trunk/JTreeMap/.classpath 2006-10-23 23:24:32 UTC (rev 63)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
+ </classpathentry>
+ <classpathentry excluding="" kind="src" path="src/main/java">
+ </classpathentry>
+ <classpathentry kind="output" path="target/classes">
+ </classpathentry>
+</classpath>
\ No newline at end of file
Added: trunk/JTreeMap/.project
===================================================================
--- trunk/JTreeMap/.project (rev 0)
+++ trunk/JTreeMap/.project 2006-10-23 23:24:32 UTC (rev 63)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<projectDescription>
+ <name>jtreemap</name>
+ <comment>JTreeMap is a Java Swing component which reprensents hierarchical structure in a Treemap</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>
\ No newline at end of file
Modified: trunk/src/site/changes.xml
===================================================================
--- trunk/src/site/changes.xml 2006-10-23 22:19:47 UTC (rev 62)
+++ trunk/src/site/changes.xml 2006-10-23 23:24:32 UTC (rev 63)
@@ -8,6 +8,7 @@
</properties>
<body>
<release version="1.1.0" date="In SVN" description="Re-org">
+ <action dev="benoitx" type="add">Moved org.jense to official package net.sf.jtreemap (sorry, it breaks your code but we must do this to release on iBiblio.org, the official Maven repository).</action>
<action dev="benoitx" type="add">Maven Build.</action>
<action dev="marchy" type="add">Move to Subversion.</action>
</release>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|