[jsword-svn] r1686 - in trunk/incubator/org.crosswire.jsword.rcp.prototype: . src/main

Apache apache at www.crosswire.org
Thu Aug 16 06:25:59 MST 2007


Author: 
Date: 2007-08-16 06:25:59 -0700 (Thu, 16 Aug 2007)
New Revision: 1686

Removed:
   trunk/incubator/org.crosswire.jsword.rcp.prototype/src/main/resources/
Modified:
   trunk/incubator/org.crosswire.jsword.rcp.prototype/.classpath
   trunk/incubator/org.crosswire.jsword.rcp.prototype/build.properties
Log:
revert src/main/resources as a plugin cannot find resources there

Modified: trunk/incubator/org.crosswire.jsword.rcp.prototype/.classpath
===================================================================
--- trunk/incubator/org.crosswire.jsword.rcp.prototype/.classpath	2007-08-16 12:48:12 UTC (rev 1685)
+++ trunk/incubator/org.crosswire.jsword.rcp.prototype/.classpath	2007-08-16 13:25:59 UTC (rev 1686)
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src/main/java"/>
-	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="output" path="bin"/>

Modified: trunk/incubator/org.crosswire.jsword.rcp.prototype/build.properties
===================================================================
--- trunk/incubator/org.crosswire.jsword.rcp.prototype/build.properties	2007-08-16 12:48:12 UTC (rev 1685)
+++ trunk/incubator/org.crosswire.jsword.rcp.prototype/build.properties	2007-08-16 13:25:59 UTC (rev 1686)
@@ -1,9 +1,6 @@
-source.. = src/main/java/,\
-           src/main/resources/
+source.. = src/
 output.. = bin/
 bin.includes = plugin.xml,\
                META-INF/,\
                .,\
-               icons/,\
-               src/main/java/
-src.includes = src/main/java/
+               icons/




More information about the jsword-svn mailing list