[jboss-cvs] JBossAS SVN: r84190 - projects/aop/trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 13 12:03:56 EST 2009


Author: kabir.khan at jboss.com
Date: 2009-02-13 12:03:56 -0500 (Fri, 13 Feb 2009)
New Revision: 84190

Modified:
   projects/aop/trunk/build/.classpath
   projects/aop/trunk/build/.project
Log:
Update classpath

Modified: projects/aop/trunk/build/.classpath
===================================================================
--- projects/aop/trunk/build/.classpath	2009-02-13 17:03:51 UTC (rev 84189)
+++ projects/aop/trunk/build/.classpath	2009-02-13 17:03:56 UTC (rev 84190)
@@ -5,8 +5,9 @@
   <classpathentry kind="var" path="M2_REPO/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar"/>
   <classpathentry kind="var" path="M2_REPO/apache-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.jar"/>
   <classpathentry kind="var" path="M2_REPO/oswego-concurrent/concurrent/1.3.4-jboss-update1/concurrent-1.3.4-jboss-update1.jar" sourcepath="M2_REPO/oswego-concurrent/concurrent/1.3.4-jboss-update1/concurrent-1.3.4-jboss-update1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/google/code/jarjar/1.0/jarjar-1.0.jar"/>
   <classpathentry kind="var" path="M2_REPO/javassist/javassist/3.9.0.GA/javassist-3.9.0.GA.jar" sourcepath="M2_REPO/javassist/javassist/3.9.0.GA/javassist-3.9.0.GA-sources.jar"/>
-  <classpathentry kind="src" path="/jboss-aop"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/aop/jboss-aop/2.1.0-SNAPSHOT/jboss-aop-2.1.0-SNAPSHOT.jar" sourcepath="M2_REPO/org/jboss/aop/jboss-aop/2.1.0-SNAPSHOT/jboss-aop-2.1.0-SNAPSHOT-sources.jar"/>
   <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-common-core/2.2.10.GA/jboss-common-core-2.2.10.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-common-core/2.2.10.GA/jboss-common-core-2.2.10.GA-sources.jar"/>
   <classpathentry kind="var" path="M2_REPO/org/jboss/logging/jboss-logging-log4j/2.0.5.GA/jboss-logging-log4j-2.0.5.GA.jar" sourcepath="M2_REPO/org/jboss/logging/jboss-logging-log4j/2.0.5.GA/jboss-logging-log4j-2.0.5.GA-sources.jar"/>
   <classpathentry kind="var" path="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA.jar" sourcepath="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA-sources.jar"/>
@@ -14,7 +15,7 @@
   <classpathentry kind="var" path="M2_REPO/jboss/profiler/jvmti/jboss-profiler-jvmti/1.0.0.CR5/jboss-profiler-jvmti-1.0.0.CR5.jar"/>
   <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-reflect/2.0.2.GA/jboss-reflect-2.0.2.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-reflect/2.0.2.GA/jboss-reflect-2.0.2.GA-sources.jar"/>
   <classpathentry kind="var" path="M2_REPO/jboss/jboss-test/1.0.3.GA/jboss-test-1.0.3.GA.jar" sourcepath="M2_REPO/jboss/jboss-test/1.0.3.GA/jboss-test-1.0.3.GA-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/aop/jrockit-pluggable-instrumentor/2.0.0-SNAPSHOT/jrockit-pluggable-instrumentor-2.0.0-SNAPSHOT.jar" sourcepath="M2_REPO/org/jboss/aop/jrockit-pluggable-instrumentor/2.0.0-SNAPSHOT/jrockit-pluggable-instrumentor-2.0.0-SNAPSHOT-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/aop/jrockit-pluggable-instrumentor/2.1.0-SNAPSHOT/jrockit-pluggable-instrumentor-2.1.0-SNAPSHOT.jar"/>
   <classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar" sourcepath="M2_REPO/junit/junit/3.8.1/junit-3.8.1-sources.jar"/>
   <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.14/log4j-1.2.14.jar" sourcepath="M2_REPO/log4j/log4j/1.2.14/log4j-1.2.14-sources.jar"/>
   <classpathentry kind="var" path="M2_REPO/qdox/qdox/1.6.1/qdox-1.6.1.jar" sourcepath="M2_REPO/qdox/qdox/1.6.1/qdox-1.6.1-sources.jar"/>

Modified: projects/aop/trunk/build/.project
===================================================================
--- projects/aop/trunk/build/.project	2009-02-13 17:03:51 UTC (rev 84189)
+++ projects/aop/trunk/build/.project	2009-02-13 17:03:56 UTC (rev 84190)
@@ -1,9 +1,7 @@
 <projectDescription>
   <name>jboss-aop-dist</name>
   <comment>JBoss AOP Distribution Build</comment>
-  <projects>
-    <project>jboss-aop</project>
-  </projects>
+  <projects/>
   <buildSpec>
     <buildCommand>
       <name>org.eclipse.jdt.core.javabuilder</name>




More information about the jboss-cvs-commits mailing list