[P2play-commit] SF.net SVN: p2play: [58] P2PlayLegacy
Status: Pre-Alpha
Brought to you by:
tisoft
|
From: <ti...@us...> - 2007-07-04 08:14:37
|
Revision: 58
http://p2play.svn.sourceforge.net/p2play/?rev=58&view=rev
Author: tisoft
Date: 2007-07-04 01:14:39 -0700 (Wed, 04 Jul 2007)
Log Message:
-----------
added maven2 output folder
Modified Paths:
--------------
P2PlayLegacy/.classpath
Property Changed:
----------------
P2PlayLegacy/
Property changes on: P2PlayLegacy
___________________________________________________________________
Name: svn:ignore
- bin
+ bin
target
Modified: P2PlayLegacy/.classpath
===================================================================
--- P2PlayLegacy/.classpath 2007-07-04 07:34:06 UTC (rev 57)
+++ P2PlayLegacy/.classpath 2007-07-04 08:14:39 UTC (rev 58)
@@ -3,5 +3,5 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|