[jboss-cvs] JBossAS SVN: r88076 - in projects/fresh/trunk: etc and 6 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Apr 30 17:49:07 EDT 2009
Author: pgier
Date: 2009-04-30 17:49:06 -0400 (Thu, 30 Apr 2009)
New Revision: 88076
Added:
projects/fresh/trunk/fresh-sar/
projects/fresh/trunk/fresh-sar/pom.xml
projects/fresh/trunk/fresh-sar/src/
projects/fresh/trunk/fresh-sar/src/main/
projects/fresh/trunk/fresh-sar/src/main/resources/
projects/fresh/trunk/fresh-sar/src/main/resources/META-INF/
projects/fresh/trunk/fresh-sar/src/main/resources/META-INF/fresh-jboss-beans.xml
projects/fresh/trunk/fresh-sar/src/main/resources/META-INF/jboss-service.xml
projects/fresh/trunk/fresh-sar/src/main/resources/cp2-scripting.xml
Removed:
projects/fresh/trunk/etc/cp2-scripting.xml
projects/fresh/trunk/etc/fresh-jboss-beans.xml
projects/fresh/trunk/etc/fresh-service.xml
Modified:
projects/fresh/trunk/fresh-ssh/pom.xml
projects/fresh/trunk/pom.xml
Log:
Add fresh-sar module. Move fresh-service.xml, cp2-scripting, and fresh-jboss-beans into fresh-sar resources.
Deleted: projects/fresh/trunk/etc/cp2-scripting.xml
===================================================================
--- projects/fresh/trunk/etc/cp2-scripting.xml 2009-04-30 21:33:45 UTC (rev 88075)
+++ projects/fresh/trunk/etc/cp2-scripting.xml 2009-04-30 21:49:06 UTC (rev 88076)
@@ -1,7 +0,0 @@
-<?xml version="1.0"?>
- <scripting>
- <provider language="javascript" ext="js" class="org.apache.bsf.engines.javascript.JavaScriptEngine" />
- <provider language="jython" ext="jy" class="org.apache.bsf.engines.jython.JythonEngine" />
- <provider language="beanshell" ext="bsh" class="bsh.util.BeanShellBSFEngine" />
- <provider language="judoscript" ext="jud;judo" class="com.judoscript.BSFJudoEngine" />
- </scripting>
\ No newline at end of file
Deleted: projects/fresh/trunk/etc/fresh-jboss-beans.xml
===================================================================
--- projects/fresh/trunk/etc/fresh-jboss-beans.xml 2009-04-30 21:33:45 UTC (rev 88075)
+++ projects/fresh/trunk/etc/fresh-jboss-beans.xml 2009-04-30 21:49:06 UTC (rev 88076)
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<deployment xmlns="urn:jboss:bean-deployer:2.0">
-
- <bean name="BeanFactoryExecutableRegistry" class="org.jboss.fresh.shell.impl.BeanFactoryExecutableRegistry">
- <constructor>
- <parameter>
- <map keyClass="java.lang.String" valueClass="org.jboss.beans.metadata.spi.factory.BeanFactory">
- <entry>
- <key>mcinvoke</key>
- <value><inject bean="MCBeanInvokeExe"/></value>
- </entry>
- <entry>
- <key>org.jboss.fresh.shell.commands.MCBeanInvokeExe</key>
- <value><inject bean="MCBeanInvokeExe"/></value>
- </entry>
- </map>
- </parameter>
- </constructor>
- </bean>
-
- <beanfactory name="MCBeanInvokeExe" class="org.jboss.fresh.shell.commands.MCBeanInvokeExe">
- <constructor>
- <parameter><inject bean="jboss.kernel:service=KernelBus"/></parameter>
- </constructor>
- </beanfactory>
-
-</deployment>
Deleted: projects/fresh/trunk/etc/fresh-service.xml
===================================================================
--- projects/fresh/trunk/etc/fresh-service.xml 2009-04-30 21:33:45 UTC (rev 88075)
+++ projects/fresh/trunk/etc/fresh-service.xml 2009-04-30 21:49:06 UTC (rev 88076)
@@ -1,192 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<server>
- <mbean code="org.jboss.fresh.deployer.Cp2ConfigurationService" name="FRESH:service=Cp2ConfigurationService">
- <attribute name="JNDIName">java:/FRESH/Configuration</attribute>
- <attribute name="Properties">
- cp2.UserTransaction.jndiName=java:comp/UserTransaction
- </attribute>
- </mbean>
-
- <mbean code="org.jboss.fresh.deployer.ContextBinder" name="FRESH:service=GlobalContext">
- <attribute name="JNDIName">java:/FRESH/GlobalContext</attribute>
- </mbean>
- <mbean code="org.jboss.fresh.deployer.PoolService" name="FRESH:service=ThreadPool">
- <attribute name="JNDIName">java:/FRESH/ThreadPool</attribute>
- <attribute name="FactoryName">org.jboss.fresh.cpii.services.PoolRunnerFactory</attribute>
- <attribute name="PoolName">ThreadPool</attribute>
- <attribute name="MinSize">0</attribute>
- <attribute name="MaxSize">1000</attribute>
- <attribute name="Blocking">true</attribute>
- <attribute name="BlockingTimeout">10000</attribute>
- </mbean>
-
- <mbean code="org.jboss.fresh.deployer.VFSService" name="FRESH:service=VFS.Mem">
- <attribute name="JNDIName">java:/FRESH/VFSMem</attribute>
- <attribute name="VFSImpl">org.jboss.fresh.vfs.impl.DefaultVFS</attribute>
- <attribute name="MetaClassFactory">org.jboss.fresh.vfs.impl.mem.MemVFSMetaFactory</attribute>
- <attribute name="StoreClassFactory">org.jboss.fresh.vfs.impl.mem.MemVFSStoreFactory</attribute>
- <attribute name="MetaPropertyString">memfs.name=root</attribute>
- <attribute name="StorePropertyString">memfs.name=root</attribute>
- <attribute name="TagFactory">org.jboss.fresh.vfs.impl.TimeTagFactory</attribute>
- <depends>FRESH:service=Cp2ConfigurationService</depends>
- </mbean>
-
- <mbean code="org.jboss.fresh.deployer.RootVFSService" name="FRESH:service=VFS.Root">
- <attribute name="JNDIName">java:/FRESH/VFS</attribute>
- <attribute name="Automount">/=java:/FRESH/VFSMem</attribute>
- <depends>FRESH:service=VFS.Mem</depends>
- </mbean>
-
-
- <mbean code="org.jboss.fresh.deployer.SystemShellService" name="FRESH:service=SystemShell">
- <attribute name="JNDIName">java:/FRESH/SystemShell</attribute>
- <attribute name="ThreadPoolJNDIName">java:/FRESH/ThreadPool</attribute>
- <attribute name="VFSJNDIName">java:/FRESH/VFS</attribute>
- <attribute name="GCInterval">10000</attribute>
- <attribute name="ExecutableRegistry"><inject bean="BeanFactoryExecutableRegistry"/></attribute>
- <depends>FRESH:service=Cp2ConfigurationService</depends>
- <depends>FRESH:service=ThreadPool</depends>
- <depends>FRESH:service=VFS.Root</depends>
- </mbean>
- <mbean code="org.jboss.fresh.deployer.ScriptingService" name="FRESH:service=Scripting">
- <attribute name="JNDIName">java:/FRESH/Scripting</attribute>
- <depends>FRESH:service=SystemShell</depends>
- <depends>FRESH:service=VFS.Mem.Init</depends>
- </mbean>
-
- <mbean code="org.jboss.fresh.deployer.ShellExecutorService" name="FRESH:service=VFS.Mem.Init">
- <attribute name="BatchCode">
- mkdir /home
- mkdir /home/admin
- mkdir /bin
- touch /bin/cd
- setffld /bin/cd mime cp2-shell/executable
- setattr /bin/cd Class org.jboss.fresh.shell.commands.CDExe
- touch /bin/ls
- setffld /bin/ls mime cp2-shell/executable
- setattr /bin/ls Class org.jboss.fresh.shell.commands.LsExe
- touch /bin/cat
- setffld /bin/cat mime cp2-shell/executable
- setattr /bin/cat Class org.jboss.fresh.shell.commands.CatExe
- touch /bin/mkdir
- setffld /bin/mkdir mime cp2-shell/executable
- setattr /bin/mkdir Class org.jboss.fresh.shell.commands.MkDirExe
- touch /bin/ln
- setffld /bin/ln mime cp2-shell/executable
- setattr /bin/ln Class org.jboss.fresh.shell.commands.LnExe
- touch /bin/touch
- setffld /bin/touch mime cp2-shell/executable
- setattr /bin/touch Class org.jboss.fresh.shell.commands.TouchExe
- touch /bin/rm
- setffld /bin/rm mime cp2-shell/executable
- setattr /bin/rm Class org.jboss.fresh.shell.commands.RmExe
- touch /bin/setattr
- setffld /bin/setattr mime cp2-shell/executable
- setattr /bin/setattr Class org.jboss.fresh.shell.commands.SetAttrExe
- touch /bin/info
- setffld /bin/info mime cp2-shell/executable
- setattr /bin/info Class org.jboss.fresh.shell.commands.InfoExe
- touch /bin/cp
- setffld /bin/cp mime cp2-shell/executable
- setattr /bin/cp Class org.jboss.fresh.shell.commands.CpExe
- touch /bin/mv
- setffld /bin/mv mime cp2-shell/executable
- setattr /bin/mv Class org.jboss.fresh.shell.commands.MvExe
- touch /bin/run
- setffld /bin/run mime cp2-shell/executable
- setattr /bin/run Class org.jboss.fresh.shell.commands.RunExe
- touch /bin/set
- setffld /bin/set mime cp2-shell/executable
- setattr /bin/set Class org.jboss.fresh.shell.commands.SetCommand
- touch /bin/echo
- setffld /bin/echo mime cp2-shell/executable
- setattr /bin/echo Class org.jboss.fresh.shell.commands.EchoExe
- touch /bin/ps
- setffld /bin/ps mime cp2-shell/executable
- setattr /bin/ps Class org.jboss.fresh.shell.commands.PsExe
- touch /bin/setffld
- setffld /bin/setffld mime cp2-shell/executable
- setattr /bin/setffld Class org.jboss.fresh.shell.commands.SetFileFieldExe
- touch /bin/lslns
- setffld /bin/lslns mime cp2-shell/executable
- setattr /bin/lslns Class org.jboss.fresh.shell.commands.LsLnsExe
- touch /bin/echos
- setffld /bin/echos mime cp2-shell/executable
- setattr /bin/echos Class org.jboss.fresh.shell.commands.EchosExe
- touch /bin/ctx
- setffld /bin/ctx mime cp2-shell/executable
- setattr /bin/ctx Class org.jboss.fresh.shell.commands.ContextExe
- touch /bin/project
- setffld /bin/project mime cp2-shell/executable
- setattr /bin/project Class org.jboss.fresh.shell.commands.ProjectExe
- touch /bin/exec
- setffld /bin/exec mime cp2-shell/executable
- setattr /bin/exec Class org.jboss.fresh.shell.commands.RunExe
- touch /bin/sh
- setffld /bin/sh mime cp2-shell/executable
- setattr /bin/sh Class org.jboss.fresh.shell.commands.ScriptExe
- touch /bin/jndi
- setffld /bin/jndi mime cp2-shell/executable
- setattr /bin/jndi Class org.jboss.fresh.shell.commands.JNDIExe
- touch /bin/deploy
- setffld /bin/deploy mime cp2-shell/executable
- setattr /bin/deploy Class org.jboss.fresh.shell.commands.ProjectDeployExe
- touch /bin/grep
- setffld /bin/grep mime cp2-shell/executable
- setattr /bin/grep Class org.jboss.fresh.shell.commands.GrepExe
- touch /bin/reg
- setffld /bin/reg mime cp2-shell/executable
- setattr /bin/reg Class org.jboss.fresh.shell.commands.RegistryExe
- touch /bin/ecquery
- setffld /bin/ecquery mime cp2-shell/executable
- setattr /bin/ecquery Class org.jboss.fresh.shell.commands.EventCentralQueryExe
- touch /bin/wget
- setffld /bin/wget mime cp2-shell/executable
- setattr /bin/wget Class org.jboss.fresh.shell.commands.util.WebGetExe
- touch /bin/history
- setffld /bin/history mime cp2-shell/executable
- setattr /bin/history Class org.jboss.fresh.shell.commands.HistoryExe
- touch /bin/kill
- setffld /bin/kill mime cp2-shell/executable
- setattr /bin/kill Class org.jboss.fresh.shell.commands.KillExe
- touch /bin/mbinvoke
- setffld /bin/mbinvoke mime cp2-shell/executable
- setattr /bin/mbinvoke Class org.jboss.fresh.shell.commands.MBeanInvokeExe
- touch /bin/mbquery
- setffld /bin/mbquery mime cp2-shell/executable
- setattr /bin/mbquery Class org.jboss.fresh.shell.commands.MBeanQueryExe
- touch /bin/mcinvoke
- setffld /bin/mcinvoke mime cp2-shell/executable
- setattr /bin/mcinvoke Class org.jboss.fresh.shell.commands.MCBeanInvokeExe
- touch /bin/alias
- setffld /bin/alias mime cp2-shell/executable
- setattr /bin/alias Class org.jboss.fresh.shell.commands.AliasExe
- mkdir /etc
- mkdir /etc/shell
- cat > /etc/shell/init.rc &< ../fresh/init/init.rc
- mkdir /usr
- mkdir /usr/local
- mkdir /usr/local/cms
- touch /usr/local/cms/diag
- setffld /usr/local/cms/diag mime cp2-shell/executable
- setattr /usr/local/cms/diag Class org.jboss.fresh.shell.commands.util.DiagExe
- mkdir /tmp
- mkdir /projects
-
-
- </attribute>
- <attribute name="ExecuteOnStart">true</attribute>
- <attribute name="StopOnError">false</attribute>
- <attribute name="UseLocal">true</attribute>
- <attribute name="SvcName">java:/FRESH/SystemShell</attribute>
- <depends>FRESH:service=SystemShell</depends>
- <depends>jboss:service=ClientUserTransaction</depends>
-
- </mbean>
- <mbean code="org.jboss.fresh.deployer.SSHService" name="FRESH:service=SSHServer">
- <attribute name="HomeDirectory">../fresh/ssh/</attribute>
- <depends>FRESH:service=SystemShell</depends>
- <depends>FRESH:service=VFS.Mem.Init</depends>
- </mbean>
-</server>
\ No newline at end of file
Property changes on: projects/fresh/trunk/fresh-sar
___________________________________________________________________
Name: svn:ignore
+ target
Added: projects/fresh/trunk/fresh-sar/pom.xml
===================================================================
--- projects/fresh/trunk/fresh-sar/pom.xml (rev 0)
+++ projects/fresh/trunk/fresh-sar/pom.xml 2009-04-30 21:49:06 UTC (rev 88076)
@@ -0,0 +1,80 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <parent>
+ <groupId>org.jboss.fresh</groupId>
+ <artifactId>fresh-root</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.fresh</groupId>
+ <artifactId>fresh-sar</artifactId>
+ <packaging>jboss-sar</packaging>
+ <name>JBoss Fresh - SAR</name>
+ <url>http://www.jboss.org/fresh</url>
+ <description>JBoss Fresh - VFS</description>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jboss-packaging-maven-plugin</artifactId>
+ <version>2.0-beta-1</version>
+ <extensions>true</extensions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.fresh</groupId>
+ <artifactId>fresh-scripting</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.fresh</groupId>
+ <artifactId>fresh-shell</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.fresh</groupId>
+ <artifactId>fresh-ssh</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.fresh</groupId>
+ <artifactId>fresh-threadpool</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.fresh</groupId>
+ <artifactId>fresh-util</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.fresh</groupId>
+ <artifactId>fresh-vfs</artifactId>
+ </dependency>
+
+ <!-- These are picked up trasitively through fresh-ssh,
+ so it's not required to define these here.
+ <dependency>
+ <groupId>sshtools</groupId>
+ <artifactId>j2ssh-common</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>sshtools</groupId>
+ <artifactId>j2ssh-core</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>sshtools</groupId>
+ <artifactId>j2ssh-daemon</artifactId>
+ </dependency>
+ -->
+ </dependencies>
+
+</project>
\ No newline at end of file
Property changes on: projects/fresh/trunk/fresh-sar/pom.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Copied: projects/fresh/trunk/fresh-sar/src/main/resources/META-INF/fresh-jboss-beans.xml (from rev 88073, projects/fresh/trunk/etc/fresh-jboss-beans.xml)
===================================================================
--- projects/fresh/trunk/fresh-sar/src/main/resources/META-INF/fresh-jboss-beans.xml (rev 0)
+++ projects/fresh/trunk/fresh-sar/src/main/resources/META-INF/fresh-jboss-beans.xml 2009-04-30 21:49:06 UTC (rev 88076)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<deployment xmlns="urn:jboss:bean-deployer:2.0">
+
+ <bean name="BeanFactoryExecutableRegistry" class="org.jboss.fresh.shell.impl.BeanFactoryExecutableRegistry">
+ <constructor>
+ <parameter>
+ <map keyClass="java.lang.String" valueClass="org.jboss.beans.metadata.spi.factory.BeanFactory">
+ <entry>
+ <key>mcinvoke</key>
+ <value><inject bean="MCBeanInvokeExe"/></value>
+ </entry>
+ <entry>
+ <key>org.jboss.fresh.shell.commands.MCBeanInvokeExe</key>
+ <value><inject bean="MCBeanInvokeExe"/></value>
+ </entry>
+ </map>
+ </parameter>
+ </constructor>
+ </bean>
+
+ <beanfactory name="MCBeanInvokeExe" class="org.jboss.fresh.shell.commands.MCBeanInvokeExe">
+ <constructor>
+ <parameter><inject bean="jboss.kernel:service=KernelBus"/></parameter>
+ </constructor>
+ </beanfactory>
+
+</deployment>
Property changes on: projects/fresh/trunk/fresh-sar/src/main/resources/META-INF/fresh-jboss-beans.xml
___________________________________________________________________
Name: svn:mergeinfo
+
Copied: projects/fresh/trunk/fresh-sar/src/main/resources/META-INF/jboss-service.xml (from rev 88073, projects/fresh/trunk/etc/fresh-service.xml)
===================================================================
--- projects/fresh/trunk/fresh-sar/src/main/resources/META-INF/jboss-service.xml (rev 0)
+++ projects/fresh/trunk/fresh-sar/src/main/resources/META-INF/jboss-service.xml 2009-04-30 21:49:06 UTC (rev 88076)
@@ -0,0 +1,192 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<server>
+ <mbean code="org.jboss.fresh.deployer.Cp2ConfigurationService" name="FRESH:service=Cp2ConfigurationService">
+ <attribute name="JNDIName">java:/FRESH/Configuration</attribute>
+ <attribute name="Properties">
+ cp2.UserTransaction.jndiName=java:comp/UserTransaction
+ </attribute>
+ </mbean>
+
+ <mbean code="org.jboss.fresh.deployer.ContextBinder" name="FRESH:service=GlobalContext">
+ <attribute name="JNDIName">java:/FRESH/GlobalContext</attribute>
+ </mbean>
+ <mbean code="org.jboss.fresh.deployer.PoolService" name="FRESH:service=ThreadPool">
+ <attribute name="JNDIName">java:/FRESH/ThreadPool</attribute>
+ <attribute name="FactoryName">org.jboss.fresh.cpii.services.PoolRunnerFactory</attribute>
+ <attribute name="PoolName">ThreadPool</attribute>
+ <attribute name="MinSize">0</attribute>
+ <attribute name="MaxSize">1000</attribute>
+ <attribute name="Blocking">true</attribute>
+ <attribute name="BlockingTimeout">10000</attribute>
+ </mbean>
+
+ <mbean code="org.jboss.fresh.deployer.VFSService" name="FRESH:service=VFS.Mem">
+ <attribute name="JNDIName">java:/FRESH/VFSMem</attribute>
+ <attribute name="VFSImpl">org.jboss.fresh.vfs.impl.DefaultVFS</attribute>
+ <attribute name="MetaClassFactory">org.jboss.fresh.vfs.impl.mem.MemVFSMetaFactory</attribute>
+ <attribute name="StoreClassFactory">org.jboss.fresh.vfs.impl.mem.MemVFSStoreFactory</attribute>
+ <attribute name="MetaPropertyString">memfs.name=root</attribute>
+ <attribute name="StorePropertyString">memfs.name=root</attribute>
+ <attribute name="TagFactory">org.jboss.fresh.vfs.impl.TimeTagFactory</attribute>
+ <depends>FRESH:service=Cp2ConfigurationService</depends>
+ </mbean>
+
+ <mbean code="org.jboss.fresh.deployer.RootVFSService" name="FRESH:service=VFS.Root">
+ <attribute name="JNDIName">java:/FRESH/VFS</attribute>
+ <attribute name="Automount">/=java:/FRESH/VFSMem</attribute>
+ <depends>FRESH:service=VFS.Mem</depends>
+ </mbean>
+
+
+ <mbean code="org.jboss.fresh.deployer.SystemShellService" name="FRESH:service=SystemShell">
+ <attribute name="JNDIName">java:/FRESH/SystemShell</attribute>
+ <attribute name="ThreadPoolJNDIName">java:/FRESH/ThreadPool</attribute>
+ <attribute name="VFSJNDIName">java:/FRESH/VFS</attribute>
+ <attribute name="GCInterval">10000</attribute>
+ <attribute name="ExecutableRegistry"><inject bean="BeanFactoryExecutableRegistry"/></attribute>
+ <depends>FRESH:service=Cp2ConfigurationService</depends>
+ <depends>FRESH:service=ThreadPool</depends>
+ <depends>FRESH:service=VFS.Root</depends>
+ </mbean>
+ <mbean code="org.jboss.fresh.deployer.ScriptingService" name="FRESH:service=Scripting">
+ <attribute name="JNDIName">java:/FRESH/Scripting</attribute>
+ <depends>FRESH:service=SystemShell</depends>
+ <depends>FRESH:service=VFS.Mem.Init</depends>
+ </mbean>
+
+ <mbean code="org.jboss.fresh.deployer.ShellExecutorService" name="FRESH:service=VFS.Mem.Init">
+ <attribute name="BatchCode">
+ mkdir /home
+ mkdir /home/admin
+ mkdir /bin
+ touch /bin/cd
+ setffld /bin/cd mime cp2-shell/executable
+ setattr /bin/cd Class org.jboss.fresh.shell.commands.CDExe
+ touch /bin/ls
+ setffld /bin/ls mime cp2-shell/executable
+ setattr /bin/ls Class org.jboss.fresh.shell.commands.LsExe
+ touch /bin/cat
+ setffld /bin/cat mime cp2-shell/executable
+ setattr /bin/cat Class org.jboss.fresh.shell.commands.CatExe
+ touch /bin/mkdir
+ setffld /bin/mkdir mime cp2-shell/executable
+ setattr /bin/mkdir Class org.jboss.fresh.shell.commands.MkDirExe
+ touch /bin/ln
+ setffld /bin/ln mime cp2-shell/executable
+ setattr /bin/ln Class org.jboss.fresh.shell.commands.LnExe
+ touch /bin/touch
+ setffld /bin/touch mime cp2-shell/executable
+ setattr /bin/touch Class org.jboss.fresh.shell.commands.TouchExe
+ touch /bin/rm
+ setffld /bin/rm mime cp2-shell/executable
+ setattr /bin/rm Class org.jboss.fresh.shell.commands.RmExe
+ touch /bin/setattr
+ setffld /bin/setattr mime cp2-shell/executable
+ setattr /bin/setattr Class org.jboss.fresh.shell.commands.SetAttrExe
+ touch /bin/info
+ setffld /bin/info mime cp2-shell/executable
+ setattr /bin/info Class org.jboss.fresh.shell.commands.InfoExe
+ touch /bin/cp
+ setffld /bin/cp mime cp2-shell/executable
+ setattr /bin/cp Class org.jboss.fresh.shell.commands.CpExe
+ touch /bin/mv
+ setffld /bin/mv mime cp2-shell/executable
+ setattr /bin/mv Class org.jboss.fresh.shell.commands.MvExe
+ touch /bin/run
+ setffld /bin/run mime cp2-shell/executable
+ setattr /bin/run Class org.jboss.fresh.shell.commands.RunExe
+ touch /bin/set
+ setffld /bin/set mime cp2-shell/executable
+ setattr /bin/set Class org.jboss.fresh.shell.commands.SetCommand
+ touch /bin/echo
+ setffld /bin/echo mime cp2-shell/executable
+ setattr /bin/echo Class org.jboss.fresh.shell.commands.EchoExe
+ touch /bin/ps
+ setffld /bin/ps mime cp2-shell/executable
+ setattr /bin/ps Class org.jboss.fresh.shell.commands.PsExe
+ touch /bin/setffld
+ setffld /bin/setffld mime cp2-shell/executable
+ setattr /bin/setffld Class org.jboss.fresh.shell.commands.SetFileFieldExe
+ touch /bin/lslns
+ setffld /bin/lslns mime cp2-shell/executable
+ setattr /bin/lslns Class org.jboss.fresh.shell.commands.LsLnsExe
+ touch /bin/echos
+ setffld /bin/echos mime cp2-shell/executable
+ setattr /bin/echos Class org.jboss.fresh.shell.commands.EchosExe
+ touch /bin/ctx
+ setffld /bin/ctx mime cp2-shell/executable
+ setattr /bin/ctx Class org.jboss.fresh.shell.commands.ContextExe
+ touch /bin/project
+ setffld /bin/project mime cp2-shell/executable
+ setattr /bin/project Class org.jboss.fresh.shell.commands.ProjectExe
+ touch /bin/exec
+ setffld /bin/exec mime cp2-shell/executable
+ setattr /bin/exec Class org.jboss.fresh.shell.commands.RunExe
+ touch /bin/sh
+ setffld /bin/sh mime cp2-shell/executable
+ setattr /bin/sh Class org.jboss.fresh.shell.commands.ScriptExe
+ touch /bin/jndi
+ setffld /bin/jndi mime cp2-shell/executable
+ setattr /bin/jndi Class org.jboss.fresh.shell.commands.JNDIExe
+ touch /bin/deploy
+ setffld /bin/deploy mime cp2-shell/executable
+ setattr /bin/deploy Class org.jboss.fresh.shell.commands.ProjectDeployExe
+ touch /bin/grep
+ setffld /bin/grep mime cp2-shell/executable
+ setattr /bin/grep Class org.jboss.fresh.shell.commands.GrepExe
+ touch /bin/reg
+ setffld /bin/reg mime cp2-shell/executable
+ setattr /bin/reg Class org.jboss.fresh.shell.commands.RegistryExe
+ touch /bin/ecquery
+ setffld /bin/ecquery mime cp2-shell/executable
+ setattr /bin/ecquery Class org.jboss.fresh.shell.commands.EventCentralQueryExe
+ touch /bin/wget
+ setffld /bin/wget mime cp2-shell/executable
+ setattr /bin/wget Class org.jboss.fresh.shell.commands.util.WebGetExe
+ touch /bin/history
+ setffld /bin/history mime cp2-shell/executable
+ setattr /bin/history Class org.jboss.fresh.shell.commands.HistoryExe
+ touch /bin/kill
+ setffld /bin/kill mime cp2-shell/executable
+ setattr /bin/kill Class org.jboss.fresh.shell.commands.KillExe
+ touch /bin/mbinvoke
+ setffld /bin/mbinvoke mime cp2-shell/executable
+ setattr /bin/mbinvoke Class org.jboss.fresh.shell.commands.MBeanInvokeExe
+ touch /bin/mbquery
+ setffld /bin/mbquery mime cp2-shell/executable
+ setattr /bin/mbquery Class org.jboss.fresh.shell.commands.MBeanQueryExe
+ touch /bin/mcinvoke
+ setffld /bin/mcinvoke mime cp2-shell/executable
+ setattr /bin/mcinvoke Class org.jboss.fresh.shell.commands.MCBeanInvokeExe
+ touch /bin/alias
+ setffld /bin/alias mime cp2-shell/executable
+ setattr /bin/alias Class org.jboss.fresh.shell.commands.AliasExe
+ mkdir /etc
+ mkdir /etc/shell
+ cat > /etc/shell/init.rc &< ../fresh/init/init.rc
+ mkdir /usr
+ mkdir /usr/local
+ mkdir /usr/local/cms
+ touch /usr/local/cms/diag
+ setffld /usr/local/cms/diag mime cp2-shell/executable
+ setattr /usr/local/cms/diag Class org.jboss.fresh.shell.commands.util.DiagExe
+ mkdir /tmp
+ mkdir /projects
+
+
+ </attribute>
+ <attribute name="ExecuteOnStart">true</attribute>
+ <attribute name="StopOnError">false</attribute>
+ <attribute name="UseLocal">true</attribute>
+ <attribute name="SvcName">java:/FRESH/SystemShell</attribute>
+ <depends>FRESH:service=SystemShell</depends>
+ <depends>jboss:service=ClientUserTransaction</depends>
+
+ </mbean>
+ <mbean code="org.jboss.fresh.deployer.SSHService" name="FRESH:service=SSHServer">
+ <attribute name="HomeDirectory">../fresh/ssh/</attribute>
+ <depends>FRESH:service=SystemShell</depends>
+ <depends>FRESH:service=VFS.Mem.Init</depends>
+ </mbean>
+</server>
\ No newline at end of file
Property changes on: projects/fresh/trunk/fresh-sar/src/main/resources/META-INF/jboss-service.xml
___________________________________________________________________
Name: svn:mergeinfo
+
Copied: projects/fresh/trunk/fresh-sar/src/main/resources/cp2-scripting.xml (from rev 88073, projects/fresh/trunk/etc/cp2-scripting.xml)
===================================================================
--- projects/fresh/trunk/fresh-sar/src/main/resources/cp2-scripting.xml (rev 0)
+++ projects/fresh/trunk/fresh-sar/src/main/resources/cp2-scripting.xml 2009-04-30 21:49:06 UTC (rev 88076)
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+ <scripting>
+ <provider language="javascript" ext="js" class="org.apache.bsf.engines.javascript.JavaScriptEngine" />
+ <provider language="jython" ext="jy" class="org.apache.bsf.engines.jython.JythonEngine" />
+ <provider language="beanshell" ext="bsh" class="bsh.util.BeanShellBSFEngine" />
+ <provider language="judoscript" ext="jud;judo" class="com.judoscript.BSFJudoEngine" />
+ </scripting>
\ No newline at end of file
Property changes on: projects/fresh/trunk/fresh-sar/src/main/resources/cp2-scripting.xml
___________________________________________________________________
Name: svn:mergeinfo
+
Modified: projects/fresh/trunk/fresh-ssh/pom.xml
===================================================================
--- projects/fresh/trunk/fresh-ssh/pom.xml 2009-04-30 21:33:45 UTC (rev 88075)
+++ projects/fresh/trunk/fresh-ssh/pom.xml 2009-04-30 21:49:06 UTC (rev 88076)
@@ -40,7 +40,7 @@
</dependency>
<dependency>
<groupId>sshtools</groupId>
- <artifactId>j2ssh-dameon</artifactId>
+ <artifactId>j2ssh-daemon</artifactId>
</dependency>
<dependency>
Modified: projects/fresh/trunk/pom.xml
===================================================================
--- projects/fresh/trunk/pom.xml 2009-04-30 21:33:45 UTC (rev 88075)
+++ projects/fresh/trunk/pom.xml 2009-04-30 21:49:06 UTC (rev 88076)
@@ -1,347 +1,363 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-parent</artifactId>
- <version>4</version>
- </parent>
- <groupId>org.jboss.fresh</groupId>
- <artifactId>fresh-root</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <packaging>pom</packaging>
- <name>JBoss Fresh Parent POM</name>
- <url>http://www.jboss.com/products/fresh</url>
- <description>JBoss Free shell</description>
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/spring-int/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/spring-int/trunk</developerConnection>
- <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/spring-int/trunk</url>
- </scm>
-
- <modules>
- <module>fresh-scripting</module>
- <module>fresh-shell</module>
- <module>fresh-ssh</module>
- <module>fresh-threadpool</module>
- <module>fresh-util</module>
- <module>fresh-vfs</module>
- </modules>
-
- <properties>
- <version.jboss.vfs>2.1.1.GA</version.jboss.vfs>
- <version.jboss.man>2.1.0.CR8</version.jboss.man>
- <version.jboss.microcontainer>2.0.5.GA</version.jboss.microcontainer>
- <version.jboss.common.core>2.2.13.GA</version.jboss.common.core>
- <version.jboss.common.logging.spi>2.0.5.GA</version.jboss.common.logging.spi>
- <version.jboss.common.logging.log4j>2.0.5.GA</version.jboss.common.logging.log4j>
- <version.jbossxb>2.0.1.GA</version.jbossxb>
- <version.org.jboss.test>1.0.5.GA</version.org.jboss.test>
- <version.junit>4.4</version.junit>
- <version.xerces>2.9.1</version.xerces>
- </properties>
-
- <build>
- <outputDirectory>${microcontainer.outputDirectory}</outputDirectory>
- <testOutputDirectory>${microcontainer.testOutputDirectory}</testOutputDirectory>
- <finalName>${artifactId}</finalName>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- <showDeprecation>true</showDeprecation>
- <showWarnings>true</showWarnings>
- <optimize>true</optimize>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-9</version>
- <configuration>
- <generateReleasePoms>false</generateReleasePoms>
- <tagBase>https://svn.jboss.org/repos/jbossas/projects/spring-int/tags</tagBase>
- <autoVersionSubmodules>true</autoVersionSubmodules>
- </configuration>
- </plugin>
- </plugins>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <id>make-assembly</id>
- <phase>package</phase>
- <goals>
- <goal>attached</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-idea-plugin</artifactId>
- <configuration>
- <downloadSources>true</downloadSources>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <version>2.2</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.3</version>
- <configuration>
- <redirectTestOutputToFile>true</redirectTestOutputToFile>
- <includes>
- <include>org/jboss/test/**/*TestCase.java</include>
- </includes>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
-
- <repositories>
- <repository>
- <id>repository.jboss.org</id>
- <name>JBoss Repository</name>
- <layout>default</layout>
- <url>http://repository.jboss.org/maven2/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>snapshots.jboss.org</id>
- <name>JBoss Snapshots Repository</name>
- <layout>default</layout>
- <url>http://snapshots.jboss.org/maven2/</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
- </repositories>
-
- <dependencyManagement>
- <!-- The parent pom manages the inter-dependencies of the deployer. -->
- <dependencies>
-
- <dependency>
- <groupId>org.jboss.fresh</groupId>
- <artifactId>fresh-scripting</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.jboss.fresh</groupId>
- <artifactId>fresh-shell</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.jboss.fresh</groupId>
- <artifactId>fresh-ssh</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.jboss.fresh</groupId>
- <artifactId>fresh-threadpool</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.jboss.fresh</groupId>
- <artifactId>fresh-util</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.jboss.fresh</groupId>
- <artifactId>fresh-vfs</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <!-- OLD Parsek dependencies -->
-
- <dependency>
- <groupId>apache-log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- <version>2.7.1</version>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>xalan</groupId>
- <artifactId>serializer</artifactId>
- <version>2.7.1</version>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>javax.ejb</groupId>
- <artifactId>ejb-api</artifactId>
- <version>3.0</version>
- </dependency>
-
- <dependency>
- <groupId>commons-compress</groupId>
- <artifactId>commons-compress</artifactId>
- <version>20050911</version>
- </dependency>
-
- <dependency>
- <groupId>javax.transaction</groupId>
- <artifactId>jta</artifactId>
- <version>1.1</version>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>bsf</groupId>
- <artifactId>bsf</artifactId>
- <version>2.4.0</version>
- </dependency>
-
- <dependency>
- <groupId>gnu-regexp</groupId>
- <artifactId>gnu-regexp</artifactId>
- <version>1.1.4</version>
- </dependency>
-
- <dependency>
- <groupId>sshtools</groupId>
- <artifactId>j2ssh-core</artifactId>
- <version>0.2.7</version>
- </dependency>
- <dependency>
- <groupId>sshtools</groupId>
- <artifactId>j2ssh-common</artifactId>
- <version>0.2.7</version>
- </dependency>
- <dependency>
- <groupId>sshtools</groupId>
- <artifactId>j2ssh-dameon</artifactId>
- <version>0.2.7</version>
- </dependency>
-
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-core</artifactId>
- <version>3.3.1.GA</version>
- <scope>provided</scope>
- </dependency>
-
- <!-- JBoss dependencies -->
-
- <dependency>
- <groupId>org.jboss.microcontainer</groupId>
- <artifactId>jboss-dependency</artifactId>
- <version>${version.jboss.microcontainer}</version>
- </dependency>
- <dependency>
- <groupId>org.jboss.microcontainer</groupId>
- <artifactId>jboss-kernel</artifactId>
- <version>${version.jboss.microcontainer}</version>
- </dependency>
- <dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-common-core</artifactId>
- <version>${version.jboss.common.core}</version>
- </dependency>
- <dependency>
- <groupId>org.jboss.logging</groupId>
- <artifactId>jboss-logging-spi</artifactId>
- <version>${version.jboss.common.logging.spi}</version>
- </dependency>
- <dependency>
- <groupId>org.jboss.logging</groupId>
- <artifactId>jboss-logging-log4j</artifactId>
- <version>${version.jboss.common.logging.log4j}</version>
- </dependency>
- <dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jbossxb</artifactId>
- <version>${version.jbossxb}</version>
- </dependency>
- <dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-vfs</artifactId>
- <version>${version.jboss.vfs}</version>
- </dependency>
- <dependency>
- <groupId>apache-xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- <version>${version.xerces}</version>
- </dependency>
- <!-- test dependencies -->
- <dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-test</artifactId>
- <version>${version.org.jboss.test}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>${version.junit}</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
- <profiles>
- <profile>
- <id>default</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <properties>
- <microcontainer.outputDirectory>target/classes</microcontainer.outputDirectory>
- <microcontainer.testOutputDirectory>target/test-classes</microcontainer.testOutputDirectory>
- </properties>
- </profile>
- <profile>
- <id>eclipse</id>
- <build>
- <defaultGoal>process-test-resources</defaultGoal>
- <plugins>
- <plugin>
- <artifactId>maven-eclipse-plugin</artifactId>
- <executions>
- <execution>
- <id>eclipse</id>
- <phase>process-test-resources</phase>
- <goals>
- <goal>eclipse</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <downloadSources>true</downloadSources>
- <buildOutputDirectory>${microcontainer.outputDirectory}</buildOutputDirectory>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <properties>
- <microcontainer.outputDirectory>eclipse-target/classes</microcontainer.outputDirectory>
- <microcontainer.testOutputDirectory>eclipse-target/test-classes</microcontainer.testOutputDirectory>
- </properties>
- </profile>
- </profiles>
-
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-parent</artifactId>
+ <version>4</version>
+ </parent>
+ <groupId>org.jboss.fresh</groupId>
+ <artifactId>fresh-root</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>JBoss Fresh Parent POM</name>
+ <url>http://www.jboss.com/products/fresh</url>
+ <description>JBoss Free shell</description>
+ <scm>
+ <connection>
+ scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/spring-int/trunk</connection>
+ <developerConnection>
+ scm:svn:https://svn.jboss.org/repos/jbossas/projects/spring-int/trunk</developerConnection>
+ <url>
+ http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/spring-int/trunk</url>
+ </scm>
+
+ <modules>
+ <module>fresh-scripting</module>
+ <module>fresh-shell</module>
+ <module>fresh-ssh</module>
+ <module>fresh-threadpool</module>
+ <module>fresh-util</module>
+ <module>fresh-vfs</module>
+ <module>fresh-sar</module>
+ </modules>
+
+ <properties>
+ <version.jboss.vfs>2.1.1.GA</version.jboss.vfs>
+ <version.jboss.man>2.1.0.CR8</version.jboss.man>
+ <version.jboss.microcontainer>2.0.5.GA</version.jboss.microcontainer>
+ <version.jboss.common.core>2.2.13.GA</version.jboss.common.core>
+ <version.jboss.common.logging.spi>
+ 2.0.5.GA</version.jboss.common.logging.spi>
+ <version.jboss.common.logging.log4j>
+ 2.0.5.GA</version.jboss.common.logging.log4j>
+ <version.jbossxb>2.0.1.GA</version.jbossxb>
+ <version.org.jboss.test>1.0.5.GA</version.org.jboss.test>
+ <version.junit>4.4</version.junit>
+ <version.sshtools>0.2.7</version.sshtools>
+ <version.xerces>2.9.1</version.xerces>
+ </properties>
+
+ <build>
+ <outputDirectory>${microcontainer.outputDirectory}</outputDirectory>
+ <testOutputDirectory>
+ ${microcontainer.testOutputDirectory}</testOutputDirectory>
+ <finalName>${artifactId}</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ <showDeprecation>true</showDeprecation>
+ <showWarnings>true</showWarnings>
+ <optimize>true</optimize>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-9</version>
+ <configuration>
+ <generateReleasePoms>false</generateReleasePoms>
+ <tagBase>
+ https://svn.jboss.org/repos/jbossas/projects/spring-int/tags</tagBase>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ </configuration>
+ </plugin>
+ </plugins>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>attached</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-idea-plugin</artifactId>
+ <configuration>
+ <downloadSources>true</downloadSources>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.2</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4.3</version>
+ <configuration>
+ <redirectTestOutputToFile>true</redirectTestOutputToFile>
+ <includes>
+ <include>org/jboss/test/**/*TestCase.java</include>
+ </includes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <repositories>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <layout>default</layout>
+ <url>http://repository.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshots Repository</name>
+ <layout>default</layout>
+ <url>http://snapshots.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ </repositories>
+
+ <dependencyManagement>
+ <!-- The parent pom manages the inter-dependencies of the deployer. -->
+ <dependencies>
+
+ <dependency>
+ <groupId>org.jboss.fresh</groupId>
+ <artifactId>fresh-scripting</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.fresh</groupId>
+ <artifactId>fresh-shell</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.fresh</groupId>
+ <artifactId>fresh-ssh</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.fresh</groupId>
+ <artifactId>fresh-threadpool</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.fresh</groupId>
+ <artifactId>fresh-util</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.fresh</groupId>
+ <artifactId>fresh-vfs</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <!-- OLD Parsek dependencies -->
+
+ <dependency>
+ <groupId>apache-log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <version>2.7.1</version>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>serializer</artifactId>
+ <version>2.7.1</version>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.ejb</groupId>
+ <artifactId>ejb-api</artifactId>
+ <version>3.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-compress</groupId>
+ <artifactId>commons-compress</artifactId>
+ <version>20050911</version>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.transaction</groupId>
+ <artifactId>jta</artifactId>
+ <version>1.1</version>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>bsf</groupId>
+ <artifactId>bsf</artifactId>
+ <version>2.4.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>gnu-regexp</groupId>
+ <artifactId>gnu-regexp</artifactId>
+ <version>1.1.4</version>
+ </dependency>
+
+ <dependency>
+ <groupId>sshtools</groupId>
+ <artifactId>j2ssh-core</artifactId>
+ <version>${version.sshtools}</version>
+ </dependency>
+ <dependency>
+ <groupId>sshtools</groupId>
+ <artifactId>j2ssh-common</artifactId>
+ <version>${version.sshtools}</version>
+ </dependency>
+ <dependency>
+ <groupId>sshtools</groupId>
+ <artifactId>j2ssh-daemon</artifactId>
+ <version>${version.sshtools}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ <version>3.3.1.GA</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- JBoss dependencies -->
+
+ <dependency>
+ <groupId>org.jboss.microcontainer</groupId>
+ <artifactId>jboss-dependency</artifactId>
+ <version>${version.jboss.microcontainer}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.microcontainer</groupId>
+ <artifactId>jboss-kernel</artifactId>
+ <version>${version.jboss.microcontainer}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
+ <version>${version.jboss.common.core}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ <version>${version.jboss.common.logging.spi}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-log4j</artifactId>
+ <version>${version.jboss.common.logging.log4j}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossxb</artifactId>
+ <version>${version.jbossxb}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-vfs</artifactId>
+ <version>${version.jboss.vfs}</version>
+ </dependency>
+ <dependency>
+ <groupId>apache-xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>${version.xerces}</version>
+ </dependency>
+ <!-- test dependencies -->
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-test</artifactId>
+ <version>${version.org.jboss.test}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${version.junit}</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <profiles>
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <properties>
+ <microcontainer.outputDirectory>
+ target/classes</microcontainer.outputDirectory>
+ <microcontainer.testOutputDirectory>
+ target/test-classes</microcontainer.testOutputDirectory>
+ </properties>
+ </profile>
+ <profile>
+ <id>eclipse</id>
+ <build>
+ <defaultGoal>process-test-resources</defaultGoal>
+ <plugins>
+ <plugin>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>eclipse</id>
+ <phase>process-test-resources</phase>
+ <goals>
+ <goal>eclipse</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <downloadSources>true</downloadSources>
+ <buildOutputDirectory>
+ ${microcontainer.outputDirectory}</buildOutputDirectory>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <properties>
+ <microcontainer.outputDirectory>
+ eclipse-target/classes</microcontainer.outputDirectory>
+ <microcontainer.testOutputDirectory>
+ eclipse-target/test-classes</microcontainer.testOutputDirectory>
+ </properties>
+ </profile>
+ </profiles>
+
</project>
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list