You are viewing a plain text version of this content. The canonical link for it is here.
Posted to imperius-commits@incubator.apache.org by jn...@apache.org on 2008/01/19 03:01:41 UTC

svn commit: r613349 - /incubator/imperius/trunk/build.xml

Author: jneeraj
Date: Fri Jan 18 19:01:40 2008
New Revision: 613349

URL: http://svn.apache.org/viewvc?rev=613349&view=rev
Log:
Removed javaonly pom

Modified:
    incubator/imperius/trunk/build.xml

Modified: incubator/imperius/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/imperius/trunk/build.xml?rev=613349&r1=613348&r2=613349&view=diff
==============================================================================
--- incubator/imperius/trunk/build.xml (original)
+++ incubator/imperius/trunk/build.xml Fri Jan 18 19:01:40 2008
@@ -136,17 +136,14 @@
 		<property name="POM_XML_FILE" value="${basedir}/pom.xml"/>
         <property name="POM_XML_URL" value="${IMPERIUS_SVN_TRUNK_REPOSITORY}/pom.xml?view=co"/>
 		
-		<!-- POM that builds javaspl runtime only -->
-		<property name="JAVA_RUNTIME_POM_XML_FILE" value="${basedir}/javaspl_runtime_pom.xml"/>
-		<property name="JAVA_RUNTIME_POM_XML_URL" value="${IMPERIUS_SVN_TRUNK_REPOSITORY}/javaspl_runtime_pom.xml?view=co"/>
-			
+				
 		<!-- Uncomment and set appropriate parameters if running behind a firewall -->
 		<!--<setproxy proxyhost="proxy.host.name" proxyport="80" proxyuser="myuserid" proxypassword="mypassword"/> -->
 		<!-- get the license -->
 		<get src="${APACHE_LICENSE_URL}" dest="${APACHE_LICENSE_FILE}"/>
 		<get src="${APACHE_NOTICE_URL}" dest="${APACHE_NOTICE_FILE}"/>
 		<get src="${POM_XML_URL}" dest="${POM_XML_FILE}"/>
-		<get src="${JAVA_RUNTIME_POM_XML_URL}" dest="${JAVA_RUNTIME_POM_XML_FILE}"/> 
+	 
 	</target>
 
 	<!-- Add a build tag to the version in the main pom.xml. If there was no build