[jboss-cvs] JBossAS SVN: r63556 - in projects/microcontainer/trunk/docs/examples: collections and 7 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 18 11:15:12 EDT 2007


Author: alesj
Date: 2007-06-18 11:15:12 -0400 (Mon, 18 Jun 2007)
New Revision: 63556

Modified:
   projects/microcontainer/trunk/docs/examples/build-common.xml
   projects/microcontainer/trunk/docs/examples/collections/readme.txt
   projects/microcontainer/trunk/docs/examples/constructor/readme.txt
   projects/microcontainer/trunk/docs/examples/factory/readme.txt
   projects/microcontainer/trunk/docs/examples/injection/readme.txt
   projects/microcontainer/trunk/docs/examples/lifecycle/readme.txt
   projects/microcontainer/trunk/docs/examples/locator/readme.txt
   projects/microcontainer/trunk/docs/examples/properties/readme.txt
   projects/microcontainer/trunk/docs/examples/readme.txt
   projects/microcontainer/trunk/docs/examples/simple/readme.txt
Log:
.beans --> .jar

Modified: projects/microcontainer/trunk/docs/examples/build-common.xml
===================================================================
--- projects/microcontainer/trunk/docs/examples/build-common.xml	2007-06-18 15:08:37 UTC (rev 63555)
+++ projects/microcontainer/trunk/docs/examples/build-common.xml	2007-06-18 15:15:12 UTC (rev 63556)
@@ -29,7 +29,7 @@
 <path id="run.classpath">
 
    <fileset dir="dist">
-       <include name="*.beans"/>
+       <include name="*.jar"/>
    </fileset>
    <fileset dir="${jboss.micro.home}/lib">
        <include name="*.jar"/>
@@ -65,7 +65,7 @@
 
    <mkdir dir="dist"/>
 
-   <jar jarfile="dist/${ant.project.name}.beans" basedir="build"/>
+   <jar jarfile="dist/${ant.project.name}.jar" basedir="build"/>
 
 </target>
 
@@ -86,7 +86,7 @@
 =========================================================================== -->
 <target name="undeploy">
 
-   <delete file="${jboss.home}/server/${jboss.config}/deploy/${ant.project.name}.beans"/>
+   <delete file="${jboss.home}/server/${jboss.config}/deploy/${ant.project.name}.jar"/>
 
 </target>
 

Modified: projects/microcontainer/trunk/docs/examples/collections/readme.txt
===================================================================
--- projects/microcontainer/trunk/docs/examples/collections/readme.txt	2007-06-18 15:08:37 UTC (rev 63555)
+++ projects/microcontainer/trunk/docs/examples/collections/readme.txt	2007-06-18 15:15:12 UTC (rev 63556)
@@ -9,7 +9,7 @@
 
 dist:
      [copy] Copying 1 file to /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/collections/build
-      [jar] Building jar: /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/collections/dist/example-collections.beans
+      [jar] Building jar: /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/collections/dist/example-collections.jar
 
 run:
      [java] Collection type=java.util.ArrayList

Modified: projects/microcontainer/trunk/docs/examples/constructor/readme.txt
===================================================================
--- projects/microcontainer/trunk/docs/examples/constructor/readme.txt	2007-06-18 15:08:37 UTC (rev 63555)
+++ projects/microcontainer/trunk/docs/examples/constructor/readme.txt	2007-06-18 15:15:12 UTC (rev 63556)
@@ -12,7 +12,7 @@
 dist:
      [copy] Copying 1 file to /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/constructor/build
     [mkdir] Created dir: /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/constructor/dist
-      [jar] Building jar: /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/constructor/dist/example-constructor.beans
+      [jar] Building jar: /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/constructor/dist/example-constructor.jar
 
 run:
      [java] ConstructorBean(int) with 4

Modified: projects/microcontainer/trunk/docs/examples/factory/readme.txt
===================================================================
--- projects/microcontainer/trunk/docs/examples/factory/readme.txt	2007-06-18 15:08:37 UTC (rev 63555)
+++ projects/microcontainer/trunk/docs/examples/factory/readme.txt	2007-06-18 15:15:12 UTC (rev 63556)
@@ -9,7 +9,7 @@
     [javac] Compiling 3 source files to /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/factory/build
 
 dist:
-      [jar] Building jar: /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/factory/dist/example-factory.beans
+      [jar] Building jar: /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/factory/dist/example-factory.jar
 
 run:
      [java] FactoryCreatedBean() from StaticFactory.createBean()

Modified: projects/microcontainer/trunk/docs/examples/injection/readme.txt
===================================================================
--- projects/microcontainer/trunk/docs/examples/injection/readme.txt	2007-06-18 15:08:37 UTC (rev 63555)
+++ projects/microcontainer/trunk/docs/examples/injection/readme.txt	2007-06-18 15:15:12 UTC (rev 63556)
@@ -12,7 +12,7 @@
 
 dist:
      [copy] Copying 1 file to /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/injection/build
-      [jar] Building jar: /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/injection/dist/example-injection.beans
+      [jar] Building jar: /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/injection/dist/example-injection.jar
 
 run:
      [java] InjectionBean() InjectionBean1

Modified: projects/microcontainer/trunk/docs/examples/lifecycle/readme.txt
===================================================================
--- projects/microcontainer/trunk/docs/examples/lifecycle/readme.txt	2007-06-18 15:08:37 UTC (rev 63555)
+++ projects/microcontainer/trunk/docs/examples/lifecycle/readme.txt	2007-06-18 15:15:12 UTC (rev 63556)
@@ -9,7 +9,7 @@
     [javac] Compiling 1 source file to /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/lifecycle/build
 
 dist:
-      [jar] Building jar: /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/lifecycle/dist/example-lifecycle.beans
+      [jar] Building jar: /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/lifecycle/dist/example-lifecycle.jar
 
 run:
      [java] LifecycleBean() Lifecycle1

Modified: projects/microcontainer/trunk/docs/examples/locator/readme.txt
===================================================================
--- projects/microcontainer/trunk/docs/examples/locator/readme.txt	2007-06-18 15:08:37 UTC (rev 63555)
+++ projects/microcontainer/trunk/docs/examples/locator/readme.txt	2007-06-18 15:15:12 UTC (rev 63556)
@@ -15,7 +15,7 @@
 dist:
      [copy] Copying 1 file to /home/ejort/jboss-head/workspace/kernel/output/microcontainer-1.0.2/examples/locator/build
     [mkdir] Created dir: /home/ejort/jboss-head/workspace/kernel/output/microcontainer-1.0.2/examples/locator/dist
-      [jar] Building jar: /home/ejort/jboss-head/workspace/kernel/output/microcontainer-1.0.2/examples/locator/dist/example-locator.beans
+      [jar] Building jar: /home/ejort/jboss-head/workspace/kernel/output/microcontainer-1.0.2/examples/locator/dist/example-locator.jar
 
 run:
      [java] =============================================================

Modified: projects/microcontainer/trunk/docs/examples/properties/readme.txt
===================================================================
--- projects/microcontainer/trunk/docs/examples/properties/readme.txt	2007-06-18 15:08:37 UTC (rev 63555)
+++ projects/microcontainer/trunk/docs/examples/properties/readme.txt	2007-06-18 15:15:12 UTC (rev 63556)
@@ -10,7 +10,7 @@
 
 dist:
      [copy] Copying 1 file to /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/properties/build
-      [jar] Building jar: /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/properties/dist/example-properties.beans
+      [jar] Building jar: /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/properties/dist/example-properties.jar
 
 run:
      [java] PropertiesBean()

Modified: projects/microcontainer/trunk/docs/examples/readme.txt
===================================================================
--- projects/microcontainer/trunk/docs/examples/readme.txt	2007-06-18 15:08:37 UTC (rev 63555)
+++ projects/microcontainer/trunk/docs/examples/readme.txt	2007-06-18 15:15:12 UTC (rev 63556)
@@ -27,7 +27,7 @@
 injection: referencing other beans
 collections: creating collections
 lifecycle: the create/start/stop/destroy lifecycle
-locator: examples of how to use the micrcontainer to create a locator
+locator: examples of how to use the microcontainer to create a locator
 
 This just skims the surface of the Microcontainer, showing the most common
-usecases. Other more complicated examples can be found in the tests (available from cvs).
\ No newline at end of file
+usecases. Other more complicated examples can be found in the tests (available from svn).
\ No newline at end of file

Modified: projects/microcontainer/trunk/docs/examples/simple/readme.txt
===================================================================
--- projects/microcontainer/trunk/docs/examples/simple/readme.txt	2007-06-18 15:08:37 UTC (rev 63555)
+++ projects/microcontainer/trunk/docs/examples/simple/readme.txt	2007-06-18 15:15:12 UTC (rev 63556)
@@ -15,7 +15,7 @@
 dist:
      [copy] Copying 1 file to /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/simple/build
     [mkdir] Created dir: /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/simple/dist
-      [jar] Building jar: /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/simple/dist/example-simple.beans
+      [jar] Building jar: /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/simple/dist/example-simple.jar
 
 run:
      [java] SimpleBean() constructor




More information about the jboss-cvs-commits mailing list