소스 검색

Removing deleted files in pom

Mahadev Konar 11 년 전
부모
커밋
0a94a332b2
1개의 변경된 파일0개의 추가작업 그리고 22개의 파일을 삭제
  1. 0 22
      ambari-server/pom.xml

+ 0 - 22
ambari-server/pom.xml

@@ -360,12 +360,6 @@
                 <source>
                   <location>src/main/resources/Ambari-DDL-MySQL-DROP.sql</location>
                 </source>
-                <source>
-                  <location>src/main/resources/hive-schema-0.10.0.oracle.sql</location>
-                </source>
-                <source>
-                  <location>src/main/resources/hive-schema-0.12.0.oracle.sql</location>
-                </source>
                 <source>
                   <location>${project.build.directory}/DBConnectionVerification.jar</location>
                 </source>
@@ -675,22 +669,6 @@
               <prefix>/var/lib/ambari-server/resources</prefix>
             </mapper>
           </data>
-          <data>
-            <src>src/main/resources/hive-schema-0.10.0.oracle.sql</src>
-            <type>file</type>
-            <mapper>
-              <type>perm</type>
-              <prefix>/var/lib/ambari-server/resources</prefix>
-            </mapper>
-          </data>
-          <data>
-            <src>src/main/resources/hive-schema-0.12.0.oracle.sql</src>
-            <type>file</type>
-            <mapper>
-              <type>perm</type>
-              <prefix>/var/lib/ambari-server/resources</prefix>
-            </mapper>
-          </data>
           <data>
             <src>${project.build.directory}/DBConnectionVerification.jar</src>
             <type>file</type>