[jboss-cvs] JBossAS SVN: r57776 - projects/admin-console/trunk

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 23 13:39:04 EDT 2006


Author: chilin
Date: 2006-10-23 13:38:50 -0400 (Mon, 23 Oct 2006)
New Revision: 57776

Modified:
   projects/admin-console/trunk/.classpath
   projects/admin-console/trunk/build.xml
Log:
Avoid download unnecessary jars while doing ant build. Fix classpath so the project can be built from within Eclipse.   

Modified: projects/admin-console/trunk/.classpath
===================================================================
--- projects/admin-console/trunk/.classpath	2006-10-23 15:31:42 UTC (rev 57775)
+++ projects/admin-console/trunk/.classpath	2006-10-23 17:38:50 UTC (rev 57776)
@@ -4,38 +4,45 @@
 	<classpathentry kind="src" path="src/test"/>
 	<classpathentry kind="src" path="src/webtest"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="lib" path="tmp_libs/dom4j.jar"/>
 	<classpathentry kind="lib" path="tmp_libs/webtest/commons-collections-3.1.jar"/>
 	<classpathentry kind="lib" path="tmp_libs/webtest/commons-httpclient-3.0.jar"/>
 	<classpathentry kind="lib" path="tmp_libs/webtest/commons-io-1.1.jar"/>
 	<classpathentry kind="lib" path="tmp_libs/webtest/htmlunit-1.8.jar"/>
 	<classpathentry kind="lib" path="tmp_libs/webtest/js-1.6R2.jar"/>
 	<classpathentry kind="lib" path="tmp_libs/webtest/nekohtml-0.9.5.jar"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/aop"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/aspects"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/build"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/cluster"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/connector"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/console"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/deployment"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/ejb3"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/ejb3x"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/hibernate-int"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/iiop"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/j2ee"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/j2se"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/jbossas"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/jmx"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/jmx-remoting"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/management"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/mbeans"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/messaging"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/naming"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/server"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/spring-int"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/system"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/system-jmx"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/tomcat"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/transaction"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/varia"/>
+	<classpathentry kind="var" path="JBOSS_HEAD/thirdparty/apache-codec/lib/commons-codec.jar"/>
+	<classpathentry kind="var" path="JBOSS_HOME/lib/endorsed/xercesImpl.jar"/>
+	<classpathentry kind="var" path="JBOSS_HOME/lib/concurrent.jar"/>
+	<classpathentry kind="var" path="JBOSS_HOME/lib/jboss-deployers.jar"/>
+	<classpathentry kind="var" path="JBOSS_HOME/lib/jboss-logging-spi.jar"/>
+	<classpathentry kind="var" path="JBOSS_HOME/lib/jboss-common-core.jar"/>
+	<classpathentry kind="var" path="JBOSS_HOME/client/jnp-client.jar"/>
+	<classpathentry kind="var" path="JBOSS_HEAD/thirdparty/apache-beanutils/lib/commons-beanutils.jar"/>
+	<classpathentry kind="var" path="JBOSS_HEAD/thirdparty/apache-digester/lib/commons-digester-1.6.jar"/>
+	<classpathentry kind="var" path="JBOSS_HEAD/thirdparty/apache-fileupload/lib/commons-fileupload.jar"/>
+	<classpathentry kind="var" path="JBOSS_HEAD/thirdparty/apache-lang/lib/commons-lang-2.1.jar"/>
+	<classpathentry kind="var" path="JBOSS_HOME/server/default/lib/commons-logging.jar"/>
+	<classpathentry kind="var" path="JBOSS_HEAD/thirdparty/apache-pool/lib/commons-pool.jar"/>
+	<classpathentry kind="lib" path="tmp_libs/commons-validator-1.1.3.jar"/>
+	<classpathentry kind="var" path="JBOSS_HEAD/thirdparty/cglib/lib/cglib.jar"/>
+	<classpathentry kind="var" path="JBOSS_HEAD/thirdparty/asm/lib/asm.jar"/>
+	<classpathentry kind="var" path="JBOSS_HEAD/thirdparty/sun-servlet/lib/servlet-api.jar"/>
+	<classpathentry kind="var" path="JBOSS_HOME/server/default/lib/hibernate3.jar"/>
+	<classpathentry kind="var" path="JBOSS_HOME/lib/endorsed/xalan.jar"/>
+	<classpathentry kind="var" path="JBOSS_HEAD/thirdparty/jaxen/lib/jaxen.jar"/>
+	<classpathentry kind="lib" path="tmp_libs/struts-1.2.6.jar"/>
+	<classpathentry kind="var" path="JBOSS_HEAD/thirdparty/apache-log4j/lib/log4j.jar"/>
+	<classpathentry kind="var" path="JBOSS_HEAD/thirdparty/junit/lib/junit.jar"/>
+	<classpathentry kind="var" path="JBOSS_HEAD/thirdparty/easymock/lib/easymock-1.1.jar"/>
+	<classpathentry kind="var" path="JBOSS_HEAD/thirdparty/easymock/lib/easymockclassextension.jar"/>
+	<classpathentry kind="lib" path="tmp_libs/strutstest-2.1.3.jar"/>
+	<classpathentry sourcepath="JBOSS_HEAD/hibernate-int/src/main" kind="var" path="JBOSS_HOME/server/default/lib/jboss-hibernate.jar"/>
+	<classpathentry sourcepath="JBOSS_HEAD/deployment/src/main" kind="var" path="JBOSS_HOME/server/default/deploy/deployment-service.sar/deployment-service.jar"/>
+	<classpathentry sourcepath="JBOSS_HEAD/system/src/main" kind="var" path="JBOSS_HOME/lib/jboss-system-jmx.jar"/>
+	<classpathentry sourcepath="JBOSS_HEAD/system/src/main" kind="var" path="JBOSS_HOME/lib/jboss-system.jar"/>
+	<classpathentry sourcepath="JBOSS_HEAD/j2se/src/main" kind="var" path="JBOSS_HOME/client/jboss-j2se.jar"/>
+	<classpathentry sourcepath="JBOSS_HEAD/j2ee/src/main" kind="var" path="JBOSS_HOME/client/jboss-j2ee.jar"/>
+	<classpathentry sourcepath="JBOSS_HEAD/messaging/src/main" kind="var" path="JBOSS_HOME/server/default/lib/jbossmq.jar"/>
 	<classpathentry kind="output" path="output/eclipse/classes"/>
 </classpath>

Modified: projects/admin-console/trunk/build.xml
===================================================================
--- projects/admin-console/trunk/build.xml	2006-10-23 15:31:42 UTC (rev 57775)
+++ projects/admin-console/trunk/build.xml	2006-10-23 17:38:50 UTC (rev 57776)
@@ -130,20 +130,6 @@
         <available file="${dir.tmp_libs}/commons-validator-1.1.3.jar" property="validator.jar.present" />
         <fail unless="validator.jar.present" message="commons-validator-1.1.3.jar is not present under the tmp_libs directory"/>
 	
-	    <!-- get jstl-1.1.2.jar -->
-		<get src="http://repository.jboss.com/apache-taglibs/1.1.2/lib/jstl-1.1.2.jar" 
-             dest="${dir.tmp_libs}/jstl-1.1.2.jar"
-             usetimestamp="true" />
-        <available file="${dir.tmp_libs}/jstl-1.1.2.jar" property="jstl.jar.present" />
-        <fail unless="jstl.jar.present" message="jstl-1.1.2.jar is not present under the tmp_libs directory"/>
-	
-	    <!-- get standard-1.1.2.jar -->
-		<get src="http://repository.jboss.com/apache-taglibs/1.1.2/lib/standard-1.1.2.jar" 
-             dest="${dir.tmp_libs}/standard-1.1.2.jar"
-             usetimestamp="true" />
-        <available file="${dir.tmp_libs}/standard-1.1.2.jar" property="standard.jar.present" />
-        <fail unless="standard.jar.present" message="standard-1.1.2.jar is not present under the tmp_libs directory"/>
-        
         <!-- get strutstest-2.1.3.jar -->
 		<get src="http://repository.jboss.com/struts-test-case/2.1.3/lib/strutstest-2.1.3.jar" 
              dest="${dir.tmp_libs}/strutstest-2.1.3.jar"
@@ -221,10 +207,6 @@
 				<include name="antlr*.jar" />
 			</fileset>
 			<fileset dir="${dir.tmp_libs}">
-				<include name="jstl*.jar" />
-				<include name="standard*.jar" />
-			</fileset>
-			<fileset dir="${dir.tmp_libs}">
 				<include name="commons-validator*.jar" />
 			</fileset>
 			<fileset dir="${apache.digester.lib}">




More information about the jboss-cvs-commits mailing list