Author: dgolovin
Date: 2011-10-20 13:01:37 -0400 (Thu, 20 Oct 2011)
New Revision: 35853
Added:
trunk/central/plugins/org.jboss.tools.central.discovery/src/
Modified:
trunk/central/plugins/org.jboss.tools.central.discovery/.classpath
Log:
source folder added to fix build errors related to source plugins generation
Modified: trunk/central/plugins/org.jboss.tools.central.discovery/.classpath
===================================================================
--- trunk/central/plugins/org.jboss.tools.central.discovery/.classpath 2011-10-20 16:58:28
UTC (rev 35852)
+++ trunk/central/plugins/org.jboss.tools.central.discovery/.classpath 2011-10-20 17:01:37
UTC (rev 35853)
@@ -1,6 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
- <classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Show replies by date