[jboss-cvs] JBossAS SVN: r76308 - in trunk/connector: src/main/org/jboss/resource/deployers/management and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Jul 28 12:08:00 EDT 2008
Author: scott.stark at jboss.org
Date: 2008-07-28 12:07:59 -0400 (Mon, 28 Jul 2008)
New Revision: 76308
Modified:
trunk/connector/.classpath
trunk/connector/build.xml
trunk/connector/src/main/org/jboss/resource/deployers/management/ConnectionFactoryTemplateInfo.java
Log:
Remove the obsolete profileservice dependency
Modified: trunk/connector/.classpath
===================================================================
--- trunk/connector/.classpath 2008-07-28 15:46:26 UTC (rev 76307)
+++ trunk/connector/.classpath 2008-07-28 16:07:59 UTC (rev 76308)
@@ -2,7 +2,6 @@
<classpath>
<classpathentry excluding="org/jboss/resource/adapter/jdbc/jdk5/|org/jboss/resource/adapter/jdbc/jdk6/" kind="src" path="src/main"/>
<classpathentry kind="src" path="src/tests"/>
- <classpathentry exported="true" kind="src" path="/profileservice"/>
<classpathentry exported="true" kind="src" path="/server"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="lib" path="/thirdparty/sun-javamail/lib/mail.jar"/>
@@ -13,5 +12,7 @@
<classpathentry exported="true" kind="lib" path="/thirdparty/quartz/lib/quartz.jar"/>
<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar" sourcepath="/thirdparty/junit/lib/junit-src.zip"/>
<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar" sourcepath="/thirdparty/jboss/test/lib/jboss-test-src.zip"/>
+ <classpathentry kind="lib" path="/thirdparty/stax-api/lib/stax-api.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/jboss/jboss-man/lib/jboss-managed.jar" sourcepath="/thirdparty/jboss/jboss-man/lib/jboss-managed-sources.jar"/>
<classpathentry kind="output" path="output/eclipse-classes"/>
</classpath>
Modified: trunk/connector/build.xml
===================================================================
--- trunk/connector/build.xml 2008-07-28 15:46:26 UTC (rev 76307)
+++ trunk/connector/build.xml 2008-07-28 16:07:59 UTC (rev 76308)
@@ -113,7 +113,6 @@
<path refid="jboss.main.classpath"/>
<path refid="jboss.system.classpath"/>
<path refid="jboss.systemjmx.classpath"/>
- <path refid="jboss.profileservice.classpath"/>
<path refid="jboss.j2se.classpath"/>
<path refid="jboss.serialization.classpath"/>
<path refid="jboss.jbossxb.classpath"/>
Modified: trunk/connector/src/main/org/jboss/resource/deployers/management/ConnectionFactoryTemplateInfo.java
===================================================================
--- trunk/connector/src/main/org/jboss/resource/deployers/management/ConnectionFactoryTemplateInfo.java 2008-07-28 15:46:26 UTC (rev 76307)
+++ trunk/connector/src/main/org/jboss/resource/deployers/management/ConnectionFactoryTemplateInfo.java 2008-07-28 16:07:59 UTC (rev 76308)
@@ -25,6 +25,7 @@
import java.util.Map;
import org.jboss.managed.api.Fields;
+import org.jboss.managed.plugins.BasicDeploymentTemplateInfo;
import org.jboss.managed.plugins.DefaultFieldsImpl;
import org.jboss.managed.plugins.ManagedObjectImpl;
import org.jboss.managed.plugins.ManagedPropertyImpl;
@@ -34,7 +35,6 @@
import org.jboss.metatype.api.types.SimpleMetaType;
import org.jboss.metatype.api.values.MetaValue;
import org.jboss.metatype.api.values.SimpleValueSupport;
-import org.jboss.profileservice.management.plugins.BasicDeploymentTemplateInfo;
/**
* The ConnectionFactory template information. This describes the detached properties
More information about the jboss-cvs-commits
mailing list