Remove <sourceDirectory> entries now that taglibs-parent uses the standard directory.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/taglibs/proper/rdc/trunk@734029 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/taglibs-rdc-examples/pom.xml b/taglibs-rdc-examples/pom.xml
index 05ecbe8..d6f7df6 100644
--- a/taglibs-rdc-examples/pom.xml
+++ b/taglibs-rdc-examples/pom.xml
@@ -107,8 +107,6 @@
   </dependencies>
 
   <build>
-    <!-- taglibs-parent has non-standard source dir -->
-    <sourceDirectory>src/main/java</sourceDirectory>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
diff --git a/taglibs-rdc/pom.xml b/taglibs-rdc/pom.xml
index 2fd81ea..4a384f8 100644
--- a/taglibs-rdc/pom.xml
+++ b/taglibs-rdc/pom.xml
@@ -75,8 +75,6 @@
   </dependencies>
 
   <build>
-    <!-- taglibs-parent has non-standard source dir -->
-    <sourceDirectory>src/main/java</sourceDirectory>
     <resources>
       <!-- The TLD is generated to src/main/tld otherwise the taglib plugin
            picks up an 'unknown' taglib (see <reporting> below), so we have