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

List:       jedit-cvs
Subject:    [ jEdit-commits ] SF.net SVN: jedit:[19518] plugins/Javadoc/trunk
From:       kog13 () users ! sourceforge ! net
Date:       2011-04-21 21:21:18
Message-ID: E1QD1JO-0004BO-Mc () sfp-svn-6 ! v30 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 19518
          http://jedit.svn.sourceforge.net/jedit/?rev=19518&view=rev
Author:   kog13
Date:     2011-04-21 21:21:18 +0000 (Thu, 21 Apr 2011)

Log Message:
-----------
Cleaned up src and build.xml

Modified Paths:
--------------
    plugins/Javadoc/trunk/build.xml

Added Paths:
-----------
    plugins/Javadoc/trunk/javadoc/

Removed Paths:
-------------
    plugins/Javadoc/trunk/src/

Modified: plugins/Javadoc/trunk/build.xml
===================================================================
--- plugins/Javadoc/trunk/build.xml	2011-04-21 15:33:33 UTC (rev 19517)
+++ plugins/Javadoc/trunk/build.xml	2011-04-21 21:21:18 UTC (rev 19518)
@@ -1,11 +1,9 @@
 <project name="Javadoc" default="build" basedir=".">
-	<property file="C:\Documents and \
                Settings\E16145\workspace\plugins\build.properties" />
-	<!-- /mark:build.properties -->
-	<!-- <property file="build.properties" /> -->
-	<!-- <property file="../build.properties" /> -->
+	<property file="build.properties" />
+	<property file="../build.properties" />
 	<property name="compiler.source" value="1.5" />
 	<property name="compiler.target" value="1.5" />
-	<property name="src.dir" value="src" />
+	<property name="src.dir" value="javadoc" />
 	
 	<!-- Documentation process
 	none: if you supply your own html file as this template does.
@@ -14,12 +12,10 @@
 	<!-- <property name="docs-proc.target" value="none" /> -->
 	
 	<!-- jEdit installation properties. -->
-	<!-- mark:properties -->
-	<!-- /mark:properties -->
 	<import file="${build.support}/plugin-build.xml" />
 	
 	<path id="project.class.path">
-		<pathelement location="${jedit.plugins.dir}\CommonControls.jar" />
-		<pathelement location="${jedit.plugins.dir}\InfoViewer.jar" />
+		<pathelement location="${jedit.plugins.dir}/CommonControls.jar" />
+		<pathelement location="${jedit.plugins.dir}/InfoViewer.jar" />
 	</path>
 </project>


This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.

------------------------------------------------------------------------------
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
_______________________________________________
jEdit-CVS mailing list
jEdit-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-cvs


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

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