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

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new e91b9a9  Fix workspace build issues.
e91b9a9 is described below

commit e91b9a9e87cabca80ee4488bc8064a875a22dac3
Author: JamesBognar <[email protected]>
AuthorDate: Mon Jul 1 16:04:22 2019 -0400

    Fix workspace build issues.
---
 juneau-rest/juneau-rest-server-rdf/.classpath | 18 ------------------
 juneau-rest/juneau-rest-server-rdf/.gitignore |  1 -
 2 files changed, 19 deletions(-)

diff --git a/juneau-rest/juneau-rest-server-rdf/.classpath 
b/juneau-rest/juneau-rest-server-rdf/.classpath
index 35da367..4e5a20c 100644
--- a/juneau-rest/juneau-rest-server-rdf/.classpath
+++ b/juneau-rest/juneau-rest-server-rdf/.classpath
@@ -1,29 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <classpathentry kind="src" output="target/test-classes" 
path="src/test/java">
-               <attributes>
-                       <attribute name="optional" value="true"/>
-                       <attribute name="maven.pomderived" value="true"/>
-                       <attribute name="test" value="true"/>
-               </attributes>
-       </classpathentry>
        <classpathentry kind="src" output="target/classes" path="src/main/java">
                <attributes>
                        <attribute name="optional" value="true"/>
                        <attribute name="maven.pomderived" value="true"/>
                </attributes>
        </classpathentry>
-       <classpathentry excluding="**" kind="src" output="target/classes" 
path="src/main/resources">
-               <attributes>
-                       <attribute name="maven.pomderived" value="true"/>
-               </attributes>
-       </classpathentry>
-       <classpathentry excluding="**" kind="src" output="target/test-classes" 
path="src/test/resources">
-               <attributes>
-                       <attribute name="maven.pomderived" value="true"/>
-                       <attribute name="test" value="true"/>
-               </attributes>
-       </classpathentry>
        <classpathentry kind="con" 
path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
                <attributes>
                        <attribute name="maven.pomderived" value="true"/>
diff --git a/juneau-rest/juneau-rest-server-rdf/.gitignore 
b/juneau-rest/juneau-rest-server-rdf/.gitignore
index 6e12d65..497450c 100644
--- a/juneau-rest/juneau-rest-server-rdf/.gitignore
+++ b/juneau-rest/juneau-rest-server-rdf/.gitignore
@@ -1,4 +1,3 @@
 **/.classpath
 /target/
 **/.DS_Store
-/bin/

Reply via email to