[jboss-cvs] JBossAS SVN: r100061 - in projects/jboss-deployers/trunk: .settings and 26 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 28 12:12:27 EST 2010


Author: adrian at jboss.org
Date: 2010-01-28 12:12:25 -0500 (Thu, 28 Jan 2010)
New Revision: 100061

Added:
   projects/jboss-deployers/trunk/.settings/
   projects/jboss-deployers/trunk/.settings/org.eclipse.jdt.core.prefs
   projects/jboss-deployers/trunk/.settings/org.maven.ide.eclipse.prefs
   projects/jboss-deployers/trunk/build/.classpath
   projects/jboss-deployers/trunk/build/.settings/
   projects/jboss-deployers/trunk/build/.settings/org.eclipse.jdt.core.prefs
   projects/jboss-deployers/trunk/build/.settings/org.maven.ide.eclipse.prefs
   projects/jboss-deployers/trunk/deployers-client-spi/.settings/org.maven.ide.eclipse.prefs
   projects/jboss-deployers/trunk/deployers-client/.settings/org.maven.ide.eclipse.prefs
   projects/jboss-deployers/trunk/deployers-core-spi/.settings/org.maven.ide.eclipse.prefs
   projects/jboss-deployers/trunk/deployers-core/.settings/org.maven.ide.eclipse.prefs
   projects/jboss-deployers/trunk/deployers-impl/.settings/org.maven.ide.eclipse.prefs
   projects/jboss-deployers/trunk/deployers-jmx/.settings/org.maven.ide.eclipse.prefs
   projects/jboss-deployers/trunk/deployers-spi/.settings/org.maven.ide.eclipse.prefs
   projects/jboss-deployers/trunk/deployers-structure-spi/.settings/org.maven.ide.eclipse.prefs
   projects/jboss-deployers/trunk/deployers-vfs-spi/.settings/org.maven.ide.eclipse.prefs
   projects/jboss-deployers/trunk/deployers-vfs/.settings/org.maven.ide.eclipse.prefs
Modified:
   projects/jboss-deployers/trunk/build/.project
   projects/jboss-deployers/trunk/deployers-client-spi/.classpath
   projects/jboss-deployers/trunk/deployers-client/.classpath
   projects/jboss-deployers/trunk/deployers-client/src/test/java/org/jboss/test/deployers/deploymentfactory/AbstractDeploymentFactoryTest.java
   projects/jboss-deployers/trunk/deployers-core-spi/.classpath
   projects/jboss-deployers/trunk/deployers-core/.classpath
   projects/jboss-deployers/trunk/deployers-impl/.classpath
   projects/jboss-deployers/trunk/deployers-impl/src/main/java/org/jboss/deployers/plugins/classloading/AbstractDeploymentClassLoaderPolicyModule.java
   projects/jboss-deployers/trunk/deployers-impl/src/main/java/org/jboss/deployers/plugins/main/MainDeployerImpl.java
   projects/jboss-deployers/trunk/deployers-impl/src/test/java/org/jboss/test/deployers/managed/support/TestManagedObjectDeployer.java
   projects/jboss-deployers/trunk/deployers-jmx/.classpath
   projects/jboss-deployers/trunk/deployers-spi/.classpath
   projects/jboss-deployers/trunk/deployers-structure-spi/.classpath
   projects/jboss-deployers/trunk/deployers-vfs-spi/.classpath
   projects/jboss-deployers/trunk/deployers-vfs/.classpath
Log:
Eclipse build and some source code tidyup

Added: projects/jboss-deployers/trunk/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- projects/jboss-deployers/trunk/.settings/org.eclipse.jdt.core.prefs	                        (rev 0)
+++ projects/jboss-deployers/trunk/.settings/org.eclipse.jdt.core.prefs	2010-01-28 17:12:25 UTC (rev 100061)
@@ -0,0 +1,5 @@
+#Thu Jan 28 17:47:18 CET 2010
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.source=1.5

Added: projects/jboss-deployers/trunk/.settings/org.maven.ide.eclipse.prefs
===================================================================
--- projects/jboss-deployers/trunk/.settings/org.maven.ide.eclipse.prefs	                        (rev 0)
+++ projects/jboss-deployers/trunk/.settings/org.maven.ide.eclipse.prefs	2010-01-28 17:12:25 UTC (rev 100061)
@@ -0,0 +1,9 @@
+#Thu Jan 28 17:46:35 CET 2010
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+includeModules=false
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1

Added: projects/jboss-deployers/trunk/build/.classpath
===================================================================
--- projects/jboss-deployers/trunk/build/.classpath	                        (rev 0)
+++ projects/jboss-deployers/trunk/build/.classpath	2010-01-28 17:12:25 UTC (rev 100061)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Modified: projects/jboss-deployers/trunk/build/.project
===================================================================
--- projects/jboss-deployers/trunk/build/.project	2010-01-28 17:05:48 UTC (rev 100060)
+++ projects/jboss-deployers/trunk/build/.project	2010-01-28 17:12:25 UTC (rev 100061)
@@ -1,11 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>build</name>
+	<name>jboss-deployers</name>
 	<comment></comment>
 	<projects>
 	</projects>
 	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.maven.ide.eclipse.maven2Nature</nature>
 	</natures>
 </projectDescription>

Added: projects/jboss-deployers/trunk/build/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- projects/jboss-deployers/trunk/build/.settings/org.eclipse.jdt.core.prefs	                        (rev 0)
+++ projects/jboss-deployers/trunk/build/.settings/org.eclipse.jdt.core.prefs	2010-01-28 17:12:25 UTC (rev 100061)
@@ -0,0 +1,5 @@
+#Thu Jan 28 17:47:20 CET 2010
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.source=1.5

Added: projects/jboss-deployers/trunk/build/.settings/org.maven.ide.eclipse.prefs
===================================================================
--- projects/jboss-deployers/trunk/build/.settings/org.maven.ide.eclipse.prefs	                        (rev 0)
+++ projects/jboss-deployers/trunk/build/.settings/org.maven.ide.eclipse.prefs	2010-01-28 17:12:25 UTC (rev 100061)
@@ -0,0 +1,9 @@
+#Thu Jan 28 17:46:39 CET 2010
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+includeModules=false
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1

Modified: projects/jboss-deployers/trunk/deployers-client/.classpath
===================================================================
--- projects/jboss-deployers/trunk/deployers-client/.classpath	2010-01-28 17:05:48 UTC (rev 100060)
+++ projects/jboss-deployers/trunk/deployers-client/.classpath	2010-01-28 17:12:25 UTC (rev 100061)
@@ -1,7 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-  <classpathentry kind="src" path="src/test/java" output="target/test-classes" including="**/*.java"/>
-  <classpathentry kind="src" path="src/main/java" including="**/*.java"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-</classpath>
\ No newline at end of file
+	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+   <classpathentry kind="output" path="target/classes"/>
+</classpath>

Added: projects/jboss-deployers/trunk/deployers-client/.settings/org.maven.ide.eclipse.prefs
===================================================================
--- projects/jboss-deployers/trunk/deployers-client/.settings/org.maven.ide.eclipse.prefs	                        (rev 0)
+++ projects/jboss-deployers/trunk/deployers-client/.settings/org.maven.ide.eclipse.prefs	2010-01-28 17:12:25 UTC (rev 100061)
@@ -0,0 +1,9 @@
+#Thu Jan 28 17:46:36 CET 2010
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+includeModules=false
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1

Modified: projects/jboss-deployers/trunk/deployers-client/src/test/java/org/jboss/test/deployers/deploymentfactory/AbstractDeploymentFactoryTest.java
===================================================================
--- projects/jboss-deployers/trunk/deployers-client/src/test/java/org/jboss/test/deployers/deploymentfactory/AbstractDeploymentFactoryTest.java	2010-01-28 17:05:48 UTC (rev 100060)
+++ projects/jboss-deployers/trunk/deployers-client/src/test/java/org/jboss/test/deployers/deploymentfactory/AbstractDeploymentFactoryTest.java	2010-01-28 17:12:25 UTC (rev 100061)
@@ -126,18 +126,16 @@
    
    public void testCreateClassPathEntryPath()
    {
-      DeploymentFactory factory = createDeploymentFactory();
-      ClassPathEntry entry = factory.createClassPathEntry("path");
+      ClassPathEntry entry = DeploymentFactory.createClassPathEntry("path");
       assertEquals("path", entry.getPath());
       assertNull(entry.getSuffixes());
    }
    
    public void testCreateClassPathEntryPathErrors()
    {
-      DeploymentFactory factory = createDeploymentFactory();
       try
       {
-         factory.createClassPathEntry(null);
+         DeploymentFactory.createClassPathEntry(null);
          fail("Should not be here!");
       }
       catch (Exception e)
@@ -148,22 +146,20 @@
    
    public void testCreateClassPathEntryPathAndSuffixes()
    {
-      DeploymentFactory factory = createDeploymentFactory();
-      ClassPathEntry entry = factory.createClassPathEntry("path", "suffixes");
+      ClassPathEntry entry = DeploymentFactory.createClassPathEntry("path", "suffixes");
       assertEquals("path", entry.getPath());
       assertEquals("suffixes", entry.getSuffixes());
 
-      entry = factory.createClassPathEntry("path", null);
+      entry = DeploymentFactory.createClassPathEntry("path", null);
       assertEquals("path", entry.getPath());
       assertNull(entry.getSuffixes());
    }
    
    public void testCreateClassPathEntryPathAndSuffixesErrors()
    {
-      DeploymentFactory factory = createDeploymentFactory();
       try
       {
-         factory.createClassPathEntry(null, "suffixes");
+         DeploymentFactory.createClassPathEntry(null, "suffixes");
          fail("Should not be here!");
       }
       catch (Exception e)
@@ -174,18 +170,16 @@
    
    public void testCreateClassPathPath()
    {
-      DeploymentFactory factory = createDeploymentFactory();
-      List<ClassPathEntry> expected = Collections.singletonList(factory.createClassPathEntry("path"));
-      List<ClassPathEntry> classPath = factory.createClassPath("path");
+      List<ClassPathEntry> expected = Collections.singletonList(DeploymentFactory.createClassPathEntry("path"));
+      List<ClassPathEntry> classPath = DeploymentFactory.createClassPath("path");
       assertEquals(expected, classPath);
    }
    
    public void testCreateClassPathPathErrors()
    {
-      DeploymentFactory factory = createDeploymentFactory();
       try
       {
-         factory.createClassPath(null);
+         DeploymentFactory.createClassPath(null);
          fail("Should not be here!");
       }
       catch (Exception e)
@@ -196,18 +190,16 @@
    
    public void testCreateClassPathPathAndSuffixes()
    {
-      DeploymentFactory factory = createDeploymentFactory();
-      List<ClassPathEntry> expected = Collections.singletonList(factory.createClassPathEntry("path", "suffixes"));
-      List<ClassPathEntry> classPath = factory.createClassPath("path", "suffixes");
+      List<ClassPathEntry> expected = Collections.singletonList(DeploymentFactory.createClassPathEntry("path", "suffixes"));
+      List<ClassPathEntry> classPath = DeploymentFactory.createClassPath("path", "suffixes");
       assertEquals(expected, classPath);
    }
    
    public void testCreateClassPathPathAndSuffixesErrors()
    {
-      DeploymentFactory factory = createDeploymentFactory();
       try
       {
-         factory.createClassPath(null, "suffixes");
+         DeploymentFactory.createClassPath(null, "suffixes");
          fail("Should not be here!");
       }
       catch (Exception e)
@@ -255,7 +247,7 @@
    {
       DeploymentFactory factory = createDeploymentFactory();
       Deployment deployment = createDeployment();
-      List<ClassPathEntry> classPath = factory.createClassPath("ClassPath");
+      List<ClassPathEntry> classPath = DeploymentFactory.createClassPath("ClassPath");
       ContextInfo context = factory.addContext(deployment, "path", classPath);
       assertEquals("path", context.getPath());
       assertDefaultMetaDataPath(context);
@@ -277,7 +269,7 @@
    {
       DeploymentFactory factory = createDeploymentFactory();
       Deployment deployment = createDeployment();
-      List<ClassPathEntry> classPath = factory.createClassPath("ClassPath");
+      List<ClassPathEntry> classPath = DeploymentFactory.createClassPath("ClassPath");
       try
       {
          factory.addContext(null, "path", classPath);
@@ -302,7 +294,7 @@
    {
       DeploymentFactory factory = createDeploymentFactory();
       Deployment deployment = createDeployment();
-      List<ClassPathEntry> classPath = factory.createClassPath("ClassPath");
+      List<ClassPathEntry> classPath = DeploymentFactory.createClassPath("ClassPath");
       ContextInfo context = factory.addContext(deployment, "path", "metaDataPath", classPath);
       assertEquals("path", context.getPath());
       assertDefaultMetaDataPath(context.getMetaDataPath());
@@ -324,7 +316,7 @@
    {
       DeploymentFactory factory = createDeploymentFactory();
       Deployment deployment = createDeployment();
-      List<ClassPathEntry> classPath = factory.createClassPath("ClassPath");
+      List<ClassPathEntry> classPath = DeploymentFactory.createClassPath("ClassPath");
       try
       {
          factory.addContext(null, "path", "metaData", classPath);
@@ -405,7 +397,7 @@
       DeploymentFactory factory = createDeploymentFactory();
       Deployment deployment = createDeployment();
 
-      List<ClassPathEntry> classPath = factory.createClassPath("ClassPath");
+      List<ClassPathEntry> classPath = DeploymentFactory.createClassPath("ClassPath");
       ContextInfo context1 = factory.addContext(deployment, "path1", "metaDataPath", classPath);
       assertEquals("path1", context1.getPath());
       assertDefaultMetaDataPath(context1.getMetaDataPath());

Modified: projects/jboss-deployers/trunk/deployers-client-spi/.classpath
===================================================================
--- projects/jboss-deployers/trunk/deployers-client-spi/.classpath	2010-01-28 17:05:48 UTC (rev 100060)
+++ projects/jboss-deployers/trunk/deployers-client-spi/.classpath	2010-01-28 17:12:25 UTC (rev 100061)
@@ -1,6 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-  <classpathentry kind="src" path="src/main/java" including="**/*.java"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-</classpath>
\ No newline at end of file
+	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+   <classpathentry kind="output" path="target/classes"/>
+</classpath>

Added: projects/jboss-deployers/trunk/deployers-client-spi/.settings/org.maven.ide.eclipse.prefs
===================================================================
--- projects/jboss-deployers/trunk/deployers-client-spi/.settings/org.maven.ide.eclipse.prefs	                        (rev 0)
+++ projects/jboss-deployers/trunk/deployers-client-spi/.settings/org.maven.ide.eclipse.prefs	2010-01-28 17:12:25 UTC (rev 100061)
@@ -0,0 +1,9 @@
+#Thu Jan 28 17:46:36 CET 2010
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+includeModules=false
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1

Modified: projects/jboss-deployers/trunk/deployers-core/.classpath
===================================================================
--- projects/jboss-deployers/trunk/deployers-core/.classpath	2010-01-28 17:05:48 UTC (rev 100060)
+++ projects/jboss-deployers/trunk/deployers-core/.classpath	2010-01-28 17:12:25 UTC (rev 100061)
@@ -1,7 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-  <classpathentry kind="src" path="src/test/java" output="target/test-classes" including="**/*.java"/>
-  <classpathentry kind="src" path="src/main/java" including="**/*.java"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-</classpath>
\ No newline at end of file
+	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+   <classpathentry kind="output" path="target/classes"/>
+</classpath>

Added: projects/jboss-deployers/trunk/deployers-core/.settings/org.maven.ide.eclipse.prefs
===================================================================
--- projects/jboss-deployers/trunk/deployers-core/.settings/org.maven.ide.eclipse.prefs	                        (rev 0)
+++ projects/jboss-deployers/trunk/deployers-core/.settings/org.maven.ide.eclipse.prefs	2010-01-28 17:12:25 UTC (rev 100061)
@@ -0,0 +1,9 @@
+#Thu Jan 28 17:46:36 CET 2010
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+includeModules=false
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1

Modified: projects/jboss-deployers/trunk/deployers-core-spi/.classpath
===================================================================
--- projects/jboss-deployers/trunk/deployers-core-spi/.classpath	2010-01-28 17:05:48 UTC (rev 100060)
+++ projects/jboss-deployers/trunk/deployers-core-spi/.classpath	2010-01-28 17:12:25 UTC (rev 100061)
@@ -1,6 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-  <classpathentry kind="src" path="src/main/java" including="**/*.java"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-</classpath>
\ No newline at end of file
+	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+   <classpathentry kind="output" path="target/classes"/>
+</classpath>

Added: projects/jboss-deployers/trunk/deployers-core-spi/.settings/org.maven.ide.eclipse.prefs
===================================================================
--- projects/jboss-deployers/trunk/deployers-core-spi/.settings/org.maven.ide.eclipse.prefs	                        (rev 0)
+++ projects/jboss-deployers/trunk/deployers-core-spi/.settings/org.maven.ide.eclipse.prefs	2010-01-28 17:12:25 UTC (rev 100061)
@@ -0,0 +1,9 @@
+#Thu Jan 28 17:46:36 CET 2010
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+includeModules=false
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1

Modified: projects/jboss-deployers/trunk/deployers-impl/.classpath
===================================================================
--- projects/jboss-deployers/trunk/deployers-impl/.classpath	2010-01-28 17:05:48 UTC (rev 100060)
+++ projects/jboss-deployers/trunk/deployers-impl/.classpath	2010-01-28 17:12:25 UTC (rev 100061)
@@ -1,8 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-  <classpathentry kind="src" path="src/test/java" output="target/test-classes" including="**/*.java"/>
-  <classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.java"/>
-  <classpathentry kind="src" path="src/main/java" including="**/*.java"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-</classpath>
\ No newline at end of file
+	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
+	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+   <classpathentry kind="output" path="target/classes"/>
+</classpath>

Added: projects/jboss-deployers/trunk/deployers-impl/.settings/org.maven.ide.eclipse.prefs
===================================================================
--- projects/jboss-deployers/trunk/deployers-impl/.settings/org.maven.ide.eclipse.prefs	                        (rev 0)
+++ projects/jboss-deployers/trunk/deployers-impl/.settings/org.maven.ide.eclipse.prefs	2010-01-28 17:12:25 UTC (rev 100061)
@@ -0,0 +1,9 @@
+#Thu Jan 28 17:46:37 CET 2010
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+includeModules=false
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1

Modified: projects/jboss-deployers/trunk/deployers-impl/src/main/java/org/jboss/deployers/plugins/classloading/AbstractDeploymentClassLoaderPolicyModule.java
===================================================================
--- projects/jboss-deployers/trunk/deployers-impl/src/main/java/org/jboss/deployers/plugins/classloading/AbstractDeploymentClassLoaderPolicyModule.java	2010-01-28 17:05:48 UTC (rev 100060)
+++ projects/jboss-deployers/trunk/deployers-impl/src/main/java/org/jboss/deployers/plugins/classloading/AbstractDeploymentClassLoaderPolicyModule.java	2010-01-28 17:12:25 UTC (rev 100061)
@@ -85,7 +85,7 @@
       if (contextName.equals(context.getName()) == false)
       {
          Set<Object> aliases = context.getAliases();
-         if (aliases == null || (aliases != null && aliases.contains(contextName) == false))
+         if (aliases == null || (aliases.contains(contextName) == false))
          {
             Controller controller = context.getController();
             if (addAlias)

Modified: projects/jboss-deployers/trunk/deployers-impl/src/main/java/org/jboss/deployers/plugins/main/MainDeployerImpl.java
===================================================================
--- projects/jboss-deployers/trunk/deployers-impl/src/main/java/org/jboss/deployers/plugins/main/MainDeployerImpl.java	2010-01-28 17:05:48 UTC (rev 100060)
+++ projects/jboss-deployers/trunk/deployers-impl/src/main/java/org/jboss/deployers/plugins/main/MainDeployerImpl.java	2010-01-28 17:12:25 UTC (rev 100061)
@@ -521,7 +521,7 @@
                Deployment deployment = deployments[i];
                addDeployment(deployment, false);
                DeploymentContext context = getTopLevelDeploymentContext(deployment.getName());
-               if (contexts == null)
+               if (context == null)
                   throw new DeploymentException("Deployment context not found: " + deployment.getName());
 
                deployers.process(Collections.singletonList(context), null);

Modified: projects/jboss-deployers/trunk/deployers-impl/src/test/java/org/jboss/test/deployers/managed/support/TestManagedObjectDeployer.java
===================================================================
--- projects/jboss-deployers/trunk/deployers-impl/src/test/java/org/jboss/test/deployers/managed/support/TestManagedObjectDeployer.java	2010-01-28 17:05:48 UTC (rev 100060)
+++ projects/jboss-deployers/trunk/deployers-impl/src/test/java/org/jboss/test/deployers/managed/support/TestManagedObjectDeployer.java	2010-01-28 17:12:25 UTC (rev 100061)
@@ -41,7 +41,7 @@
  */
 public class TestManagedObjectDeployer extends AbstractDeployer implements ManagedObjectCreator
 {
-   public static TestAttachment lastAttachment;
+   public TestAttachment lastAttachment;
 
    public void deploy(DeploymentUnit unit) throws DeploymentException
    {

Modified: projects/jboss-deployers/trunk/deployers-jmx/.classpath
===================================================================
--- projects/jboss-deployers/trunk/deployers-jmx/.classpath	2010-01-28 17:05:48 UTC (rev 100060)
+++ projects/jboss-deployers/trunk/deployers-jmx/.classpath	2010-01-28 17:12:25 UTC (rev 100061)
@@ -1,7 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-  <classpathentry kind="src" path="src/test/java" output="target/test-classes" including="**/*.java"/>
-  <classpathentry kind="src" path="src/main/java" including="**/*.java"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-</classpath>
\ No newline at end of file
+	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+   <classpathentry kind="output" path="target/classes"/>
+</classpath>

Added: projects/jboss-deployers/trunk/deployers-jmx/.settings/org.maven.ide.eclipse.prefs
===================================================================
--- projects/jboss-deployers/trunk/deployers-jmx/.settings/org.maven.ide.eclipse.prefs	                        (rev 0)
+++ projects/jboss-deployers/trunk/deployers-jmx/.settings/org.maven.ide.eclipse.prefs	2010-01-28 17:12:25 UTC (rev 100061)
@@ -0,0 +1,9 @@
+#Thu Jan 28 17:46:38 CET 2010
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+includeModules=false
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1

Modified: projects/jboss-deployers/trunk/deployers-spi/.classpath
===================================================================
--- projects/jboss-deployers/trunk/deployers-spi/.classpath	2010-01-28 17:05:48 UTC (rev 100060)
+++ projects/jboss-deployers/trunk/deployers-spi/.classpath	2010-01-28 17:12:25 UTC (rev 100061)
@@ -1,6 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-  <classpathentry kind="src" path="src/main/java" including="**/*.java"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-</classpath>
\ No newline at end of file
+	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+   <classpathentry kind="output" path="target/classes"/>
+</classpath>

Added: projects/jboss-deployers/trunk/deployers-spi/.settings/org.maven.ide.eclipse.prefs
===================================================================
--- projects/jboss-deployers/trunk/deployers-spi/.settings/org.maven.ide.eclipse.prefs	                        (rev 0)
+++ projects/jboss-deployers/trunk/deployers-spi/.settings/org.maven.ide.eclipse.prefs	2010-01-28 17:12:25 UTC (rev 100061)
@@ -0,0 +1,9 @@
+#Thu Jan 28 17:46:36 CET 2010
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+includeModules=false
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1

Modified: projects/jboss-deployers/trunk/deployers-structure-spi/.classpath
===================================================================
--- projects/jboss-deployers/trunk/deployers-structure-spi/.classpath	2010-01-28 17:05:48 UTC (rev 100060)
+++ projects/jboss-deployers/trunk/deployers-structure-spi/.classpath	2010-01-28 17:12:25 UTC (rev 100061)
@@ -1,7 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-  <classpathentry kind="src" path="src/test/java" output="target/test-classes" including="**/*.java"/>
-  <classpathentry kind="src" path="src/main/java" including="**/*.java"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-</classpath>
\ No newline at end of file
+	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+   <classpathentry kind="output" path="target/classes"/>
+</classpath>

Added: projects/jboss-deployers/trunk/deployers-structure-spi/.settings/org.maven.ide.eclipse.prefs
===================================================================
--- projects/jboss-deployers/trunk/deployers-structure-spi/.settings/org.maven.ide.eclipse.prefs	                        (rev 0)
+++ projects/jboss-deployers/trunk/deployers-structure-spi/.settings/org.maven.ide.eclipse.prefs	2010-01-28 17:12:25 UTC (rev 100061)
@@ -0,0 +1,9 @@
+#Thu Jan 28 17:46:36 CET 2010
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+includeModules=false
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1

Modified: projects/jboss-deployers/trunk/deployers-vfs/.classpath
===================================================================
--- projects/jboss-deployers/trunk/deployers-vfs/.classpath	2010-01-28 17:05:48 UTC (rev 100060)
+++ projects/jboss-deployers/trunk/deployers-vfs/.classpath	2010-01-28 17:12:25 UTC (rev 100061)
@@ -1,9 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-  <classpathentry kind="src" path="src/test/java" output="target/test-classes" including="**/*.java"/>
-  <classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.java"/>
-  <classpathentry kind="src" path="src/main/java" including="**/*.java"/>
-  <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-</classpath>
\ No newline at end of file
+	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
+	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+   <classpathentry kind="output" path="target/classes"/>
+</classpath>

Added: projects/jboss-deployers/trunk/deployers-vfs/.settings/org.maven.ide.eclipse.prefs
===================================================================
--- projects/jboss-deployers/trunk/deployers-vfs/.settings/org.maven.ide.eclipse.prefs	                        (rev 0)
+++ projects/jboss-deployers/trunk/deployers-vfs/.settings/org.maven.ide.eclipse.prefs	2010-01-28 17:12:25 UTC (rev 100061)
@@ -0,0 +1,9 @@
+#Thu Jan 28 17:46:38 CET 2010
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+includeModules=false
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1

Modified: projects/jboss-deployers/trunk/deployers-vfs-spi/.classpath
===================================================================
--- projects/jboss-deployers/trunk/deployers-vfs-spi/.classpath	2010-01-28 17:05:48 UTC (rev 100060)
+++ projects/jboss-deployers/trunk/deployers-vfs-spi/.classpath	2010-01-28 17:12:25 UTC (rev 100061)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
+	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="output" path="target/classes"/>
+   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+   <classpathentry kind="output" path="target/classes"/>
 </classpath>

Added: projects/jboss-deployers/trunk/deployers-vfs-spi/.settings/org.maven.ide.eclipse.prefs
===================================================================
--- projects/jboss-deployers/trunk/deployers-vfs-spi/.settings/org.maven.ide.eclipse.prefs	                        (rev 0)
+++ projects/jboss-deployers/trunk/deployers-vfs-spi/.settings/org.maven.ide.eclipse.prefs	2010-01-28 17:12:25 UTC (rev 100061)
@@ -0,0 +1,9 @@
+#Thu Jan 28 17:46:37 CET 2010
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+includeModules=false
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1




More information about the jboss-cvs-commits mailing list