Author: nickboldt
Date: 2009-07-21 13:28:53 -0400 (Tue, 21 Jul 2009)
New Revision: 16703
Modified:
trunk/bpel/plugins/org.eclipse.bpel.xpath10/.classpath
trunk/bpel/plugins/org.eclipse.bpel.xpath10/build.properties
Log:
JBIDE-4502 - fix build properties and classpath
Modified: trunk/bpel/plugins/org.eclipse.bpel.xpath10/.classpath
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.xpath10/.classpath 2009-07-21 17:27:17 UTC (rev
16702)
+++ trunk/bpel/plugins/org.eclipse.bpel.xpath10/.classpath 2009-07-21 17:28:53 UTC (rev
16703)
@@ -1,9 +1,9 @@
-<?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/J2SE-1.5"/>
- <classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry exported="true" kind="lib" path="bin"
sourcepath="bin"/>
- <classpathentry exported="true" kind="lib"
path="lib/antlr-runtime-3.0.1.jar"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?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/J2SE-1.5"/>
+ <classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="lib" path="bin"
sourcepath="bin"/>
+ <classpathentry exported="true" kind="lib"
path="lib/antlr-runtime-3.0.1.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Modified: trunk/bpel/plugins/org.eclipse.bpel.xpath10/build.properties
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.xpath10/build.properties 2009-07-21 17:27:17 UTC
(rev 16702)
+++ trunk/bpel/plugins/org.eclipse.bpel.xpath10/build.properties 2009-07-21 17:28:53 UTC
(rev 16703)
@@ -1,10 +1,11 @@
bin.includes = META-INF/,\
- lib/antlr-runtime-3.0.1.jar,\
- bin/
-jars.compile.order =
+ lib/,\
+ bin/,\
+ .
src.includes = .classpath,\
.project,\
META-INF/,\
build.properties,\
lib/,\
src/
+source.. = src/