|
| 1.7 | modified | adrian | src/main/org/jboss/config/plugins/AbstractConfiguration.java | [JBAOP-231] - Real package names for aop/mc integration |
| 1.11 | modified | adrian | /build-test.xml | Make all the standalone projects compile |
| 1.26 | modified | adrian | /build.xml | Make all the standalone projects compile |
| 1.11 | modified | adrian | /build-test.xml | Make all the standalone projects compile |
| 1.5 | modified | adrian | /build-test.xml | Make all the standalone projects compile |
| 1.25 | modified | adrian | /build.xml | Temporary fix for optional compilation with JDK1.4 |
| 1.2 | modified | starksm | src/main/org/jboss/annotation/management/ManagedObject.java | Make the ManagedObject a meta-annotation |
| 1.1 | added | starksm | src/main/org/jboss/annotation/management/ManagedProperty.java | Make the ManagedObject a meta-annotation |
| 1.1 | added | starksm | src/main/org/jboss/annotation/management/ViewUse.java | Make the ManagedObject a meta-annotation |
| 1.2 | modified | starksm | src/main/org/jboss/profileservice/spi/management/ManagementView.java | Update to use the bean PropertyInfo as the management view data object |
| 1.2 | modified | starksm | src/main/org/jboss/profileservice/spi/PropertyInfo.java | Add a value setter/getter. |
| 1.8 | modified | tdiesler | /build.xml | exclude org/jboss/annotation/** for jdk-1.4 |
| 1.3 | modified | starksm | src/main/org/jboss/profileservice/spi/ProfileService.java | Add a ManagementView plugin accessor |
| 1.1 | added | starksm | src/main/org/jboss/profileservice/spi/management/ManagementView.java | The management view plugin spi for querying profiles for the deployemnt management object interface roots. |
| 1.1 | added | starksm | src/main/org/jboss/annotation/management/ManagedObject.java | An annotation that identifies a management interface |
| 1.1 | added | starksm | src/main/org/jboss/profileservice/spi/NoSuchProfileException.java | Exception thrown when a profile query failes to find a match |
| 1.2 | modified | starksm | src/main/org/jboss/profileservice/spi/ProfileService.java | Update to use a ProfileKey rather than simple string name |
| 1.2 | modified | starksm | src/main/org/jboss/profileservice/spi/Profile.java | javadoc update |
| 1.1 | added | starksm | src/main/org/jboss/profileservice/spi/ProfileKey.java | The key for a Profile. It consists fo the domain, server and name. |
| 1.2 | modified | starksm | src/main/org/jboss/profileservice/spi/Deployment.java | javadoc update |
| 1.10 | modified | bill | /build-test.xml | Deployer prototype |
| 1.24 | modified | bill | /build.xml | Deployer prototype |
| 1.1 | added | bill | src/main/org/jboss/deployment/DeploymentImpl.java | Deployer prototype |
| 1.1 | added | bill | src/main/org/jboss/deployment/KernelErrorsLogger.java | Deployer prototype |
| 1.1 | added | bill | src/main/org/jboss/deployment/MainDeployerImpl.java | Deployer prototype |
| 1.1 | added | bill | src/resources/deployment/classpath-bootstrap.xml | Deployer prototype |
| 1.1 | added | bill | src/resources/xml-test/org/jboss/test/deployment/four-beans.xml | Deployer prototype |
| 1.1 | added | bill | src/resources/xml-test/org/jboss/test/deployment/one-beans.xml | Deployer prototype |
| 1.1 | added | bill | src/resources/xml-test/org/jboss/test/deployment/three-beans.xml | Deployer prototype |
| 1.1 | added | bill | src/resources/xml-test/org/jboss/test/deployment/two-beans.xml | Deployer prototype |
| 1.1 | added | bill | src/tests/org/jboss/test/deployment/BaseDeploymentTestCase.java | Deployer prototype |
| 1.1 | added | bill | src/tests/org/jboss/test/deployment/Bean.java | Deployer prototype |
| 1.1 | added | bill | src/main/org/jboss/deployment/plugins/ClasspathBootstrap.java | Deployer prototype |
| 1.1 | added | bill | src/main/org/jboss/deployment/plugins/ClasspathScanner.java | Deployer prototype |
| 1.1 | added | bill | src/main/org/jboss/deployment/plugins/IgnoredJars.java | Deployer prototype |
| 1.1 | added | bill | src/main/org/jboss/deployment/plugins/MCDeployer.java | Deployer prototype |
| 1.1 | added | bill | src/main/org/jboss/deployment/plugins/TCLDeployerAspect.java | Deployer prototype |
| 1.1 | added | bill | src/main/org/jboss/deployment/spi/Deployer.java | Deployer prototype |
| 1.1 | added | bill | src/main/org/jboss/deployment/spi/DeployerAspect.java | Deployer prototype |
| 1.1 | added | bill | src/main/org/jboss/deployment/spi/Deployment.java | Deployer prototype |
| 1.1 | added | bill | src/main/org/jboss/deployment/spi/MainDeployer.java | Deployer prototype |
| 1.3 | modified | bill | src/main/org/jboss/vfs/spi/VirtualFile.java | deployer prototype. added stuff to VFS to:1) allow you to get all children recursively from any VirtualFile2) Fix some bugs here and there. |
| 1.1 | added | bill | src/main/org/jboss/vfs/spi/VirtualFileFilter.java | deployer prototype. added stuff to VFS to:1) allow you to get all children recursively from any VirtualFile2) Fix some bugs here and there. |
| 1.4 | modified | bill | src/main/org/jboss/vfs/file/FileImpl.java | deployer prototype. added stuff to VFS to:1) allow you to get all children recursively from any VirtualFile2) Fix some bugs here and there. |
| 1.4 | modified | bill | src/main/org/jboss/vfs/file/FileSystemVFS.java | deployer prototype. added stuff to VFS to:1) allow you to get all children recursively from any VirtualFile2) Fix some bugs here and there. |
| 1.3 | modified | bill | src/main/org/jboss/vfs/file/JarFileEntry.java | deployer prototype. added stuff to VFS to:1) allow you to get all children recursively from any VirtualFile2) Fix some bugs here and there. |
| 1.5 | modified | bill | src/main/org/jboss/vfs/file/JarImpl.java | deployer prototype. added stuff to VFS to:1) allow you to get all children recursively from any VirtualFile2) Fix some bugs here and there. |
| 1.4 | modified | bill | src/main/org/jboss/vfs/file/NestedJarFromStream.java | deployer prototype. added stuff to VFS to:1) allow you to get all children recursively from any VirtualFile2) Fix some bugs here and there. |