Author: thomas.diesler(a)jboss.com
Date: 2006-12-21 08:31:07 -0500 (Thu, 21 Dec 2006)
New Revision: 1686
Added:
branches/tdiesler/trunk/jbossws/.classpath
branches/tdiesler/trunk/jbossws/.project
Removed:
branches/tdiesler/trunk/jbossws/src/ant/
Modified:
branches/tdiesler/trunk/jbossws/src/main/java/org/jboss/ws/core/server/UnifiedDeploymentInfo.java
Log:
partial commit
Added: branches/tdiesler/trunk/jbossws/.classpath
===================================================================
--- branches/tdiesler/trunk/jbossws/.classpath 2006-12-21 12:54:28 UTC (rev 1685)
+++ branches/tdiesler/trunk/jbossws/.classpath 2006-12-21 13:31:07 UTC (rev 1686)
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src/main/java"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.USER_LIBRARY/jboss-5.0.x"/>
+ <classpathentry combineaccessrules="false" kind="src"
path="/build"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/activation.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/ant.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/concurrent.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/hibernate3.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/javassist.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/jaxb-api.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/jaxb-impl.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/jaxb-xjc.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/jboss-common-core.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/jboss-container.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/jboss-dependency.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/jboss-deployers.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/jboss-logging-spi.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/jboss-microcontainer.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/jboss-remoting.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/jboss-xml-binding.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/junit.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/log4j.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/mailapi.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/policy-1.0.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/qdox.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/resolver.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/serializer.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/servlet-api.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/stax-api-1.0.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/wsdl4j.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/wstx-lgpl-2.0.6.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/xalan.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/xercesImpl.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/xml-apis.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/xmlsec.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/xmlunit1.0.jar"/>
+ <classpathentry kind="output" path="output-eclipse"/>
+</classpath>
Added: branches/tdiesler/trunk/jbossws/.project
===================================================================
--- branches/tdiesler/trunk/jbossws/.project 2006-12-21 12:54:28 UTC (rev 1685)
+++ branches/tdiesler/trunk/jbossws/.project 2006-12-21 13:31:07 UTC (rev 1686)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>jbossws</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Modified:
branches/tdiesler/trunk/jbossws/src/main/java/org/jboss/ws/core/server/UnifiedDeploymentInfo.java
===================================================================
---
branches/tdiesler/trunk/jbossws/src/main/java/org/jboss/ws/core/server/UnifiedDeploymentInfo.java 2006-12-21
12:54:28 UTC (rev 1685)
+++
branches/tdiesler/trunk/jbossws/src/main/java/org/jboss/ws/core/server/UnifiedDeploymentInfo.java 2006-12-21
13:31:07 UTC (rev 1686)
@@ -32,8 +32,6 @@
import javax.management.ObjectName;
-import org.jboss.mx.loading.RepositoryClassLoader;
-
/**
* The container independent deployment info.
*
@@ -75,7 +73,7 @@
public URL localUrl;
public URLClassLoader annotationsCl;
public URLClassLoader localCl;
- public RepositoryClassLoader ucl;
+ public URLClassLoader ucl;
public ObjectName deployedObject;
/** The sortName concatenated with the canonical names of all parents. */
Show replies by date