You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by mb...@apache.org on 2017/12/18 20:12:20 UTC

[incubator-daffodil] branch master updated: Fix eclipse classpath for daffodil-io to exclude test dirs.

This is an automated email from the ASF dual-hosted git repository.

mbeckerle pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil.git


The following commit(s) were added to refs/heads/master by this push:
     new 44372a1  Fix eclipse classpath for daffodil-io to exclude test dirs.
44372a1 is described below

commit 44372a15de37c3c454e49eaa85f6ebff7bd0f04b
Author: mbeckerle <mb...@tresys.com>
AuthorDate: Fri Dec 15 12:52:02 2017 -0500

    Fix eclipse classpath for daffodil-io to exclude test dirs.
    
    DAFFODIL-1872
---
 eclipse-projects/io-lib/.project | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/eclipse-projects/io-lib/.project b/eclipse-projects/io-lib/.project
index 52800e4..30f6569 100644
--- a/eclipse-projects/io-lib/.project
+++ b/eclipse-projects/io-lib/.project
@@ -29,7 +29,12 @@
 		<link>
 			<name>src</name>
 			<type>2</type>
-			<locationURI>DAFFODIL_ROOT/daffodil-io/src</locationURI>
+			<locationURI>virtual:/virtual</locationURI>
+		</link>
+		<link>
+			<name>src/main</name>
+			<type>2</type>
+			<locationURI>DAFFODIL_ROOT/daffodil-io/src/main</locationURI>
 		</link>
 	</linkedResources>
 </projectDescription>

-- 
To stop receiving notification emails like this one, please contact
['"commits@daffodil.apache.org" <co...@daffodil.apache.org>'].