You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2015/03/12 18:49:19 UTC

svn commit: r1666264 - /manifoldcf/branches/CONNECTORS-1168/connectors/searchblox/build.xml

Author: kwright
Date: Thu Mar 12 17:49:18 2015
New Revision: 1666264

URL: http://svn.apache.org/r1666264
Log:
Reformat

Modified:
    manifoldcf/branches/CONNECTORS-1168/connectors/searchblox/build.xml

Modified: manifoldcf/branches/CONNECTORS-1168/connectors/searchblox/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1168/connectors/searchblox/build.xml?rev=1666264&r1=1666263&r2=1666264&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1168/connectors/searchblox/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-1168/connectors/searchblox/build.xml Thu Mar 12 17:49:18 2015
@@ -27,21 +27,21 @@
         </not>
     </condition>
 
-	<property name="resteasy.client.version" value="3.0.8.Final"/>
-	<property name="jsoup.version" value="1.8.1"/>
+    <property name="resteasy.client.version" value="3.0.8.Final"/>
+    <property name="jsoup.version" value="1.8.1"/>
 
     <import file="${mcf-dist}/connector-build.xml"/>
 
     <path id="connector-classpath">
         <path refid="mcf-connector-build.connector-classpath"/>
         <fileset dir="../../lib-proprietary">
-        	<include name="jaxrs-*.jar" />
-        	<include name="jsoup*.jar" />
-        	<include name="resteasy-*.jar" />
+                <include name="jaxrs-*.jar" />
+                <include name="jsoup*.jar" />
+                <include name="resteasy-*.jar" />
+        </fileset>
+        <fileset dir="../../lib">
+          <include name="*.jar" />
         </fileset>
-    	<fileset dir="../../lib">
-    	   	<include name="*.jar" />
-    	 </fileset>
     </path>
 
     <path id="connector-test-classpath">
@@ -54,9 +54,9 @@
         <mkdir dir="dist/lib"/>
         <copy todir="dist/lib">
             <fileset dir="../../lib-proprietary">
-            	<include name="jaxrs-*.jar" />
-            	<include name="jsoup*.jar" />
-            	<include name="resteasy-*.jar" />
+              <include name="jaxrs-*.jar" />
+              <include name="jsoup*.jar" />
+              <include name="resteasy-*.jar" />
             </fileset>
         </copy>
     </target>
@@ -67,24 +67,24 @@
         </delete>
     </target>
 
-	<target name="download-resteasy-jaxrs">
-			<get src="http://central.maven.org/maven2/org/jboss/resteasy/resteasy-jaxrs/${resteasy.client.version}/resteasy-jaxrs-${resteasy.client.version}.jar" dest="../../lib-proprietary"/>
-	 </target>
-	
-	<target name="download-resteasy-client">
-		<get src="http://central.maven.org/maven2/org/jboss/resteasy/resteasy-client/${resteasy.client.version}/resteasy-client-${resteasy.client.version}.jar" dest="../../lib-proprietary"/>
-    </target>
-	
-	<target name="download-jaxrs-api">
-			<get src="http://central.maven.org/maven2/org/jboss/resteasy/jaxrs-api/${resteasy.client.version}/jaxrs-api-${resteasy.client.version}.jar" dest="../../lib-proprietary"/>
-	</target>
-
-	<target name="download-jsoup">
-			<get src="http://central.maven.org/maven2/org/jsoup/jsoup/${jsoup.version}/jsoup-${jsoup.version}.jar" dest="../../lib-proprietary/"/>
-	</target>
-	
+    <target name="download-resteasy-jaxrs">
+        <get src="http://central.maven.org/maven2/org/jboss/resteasy/resteasy-jaxrs/${resteasy.client.version}/resteasy-jaxrs-${resteasy.client.version}.jar" dest="../../lib-proprietary"/>
+    </target>
+        
+    <target name="download-resteasy-client">
+        <get src="http://central.maven.org/maven2/org/jboss/resteasy/resteasy-client/${resteasy.client.version}/resteasy-client-${resteasy.client.version}.jar" dest="../../lib-proprietary"/>
+    </target>
+        
+    <target name="download-jaxrs-api">
+        <get src="http://central.maven.org/maven2/org/jboss/resteasy/jaxrs-api/${resteasy.client.version}/jaxrs-api-${resteasy.client.version}.jar" dest="../../lib-proprietary"/>
+    </target>
+
+    <target name="download-jsoup">
+        <get src="http://central.maven.org/maven2/org/jsoup/jsoup/${jsoup.version}/jsoup-${jsoup.version}.jar" dest="../../lib-proprietary/"/>
+    </target>
+        
     <target name="download-dependencies" depends="download-jaxrs-api, download-resteasy-client, download-resteasy-jaxrs, download-jsoup"/>
-	
+        
     <target name="deliver-connector" depends="mcf-connector-build.deliver-connector">
         <antcall target="general-add-output-connector">
             <param name="connector-label" value="Searchblox"/>