[jboss-cvs] JBossAS SVN: r103361 - in projects/aop/trunk/aop/docs/examples: injboss and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 31 16:47:02 EDT 2010


Author: flavia.rainone at jboss.com
Date: 2010-03-31 16:47:01 -0400 (Wed, 31 Mar 2010)
New Revision: 103361

Modified:
   projects/aop/trunk/aop/docs/examples/annotated-injboss/build.xml
   projects/aop/trunk/aop/docs/examples/injboss/aopInJbossPackaging.html
   projects/aop/trunk/aop/docs/examples/injboss/build.xml
Log:
[JBAOP-786] Fix more indentation

Modified: projects/aop/trunk/aop/docs/examples/annotated-injboss/build.xml
===================================================================
--- projects/aop/trunk/aop/docs/examples/annotated-injboss/build.xml	2010-03-31 20:28:43 UTC (rev 103360)
+++ projects/aop/trunk/aop/docs/examples/annotated-injboss/build.xml	2010-03-31 20:47:01 UTC (rev 103361)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    'ct' = compile time AOP instrumentation
-    'lt' = load time AOP instrumentation
+   'ct' = compile time AOP instrumentation
+   'lt' = load time AOP instrumentation
 -->
 <project default="usage" name="AOP in JBoss example" basedir=".">
 
@@ -178,9 +178,9 @@
 
       <!-- Create simple war, containing normal classes lib  -->
       <copy todir="${basic.web.out.dir}">
-        <fileset dir="${basic.web.dir}">
-           <include name="**/*"/>
-        </fileset>
+         <fileset dir="${basic.web.dir}">
+            <include name="**/*"/>
+         </fileset>
       </copy>
       <copy todir="${basic.web.out.lib.dir}" file="${lib.jar}"/>
       <jar destfile="${basic.war}" basedir="${basic.web.out.dir}"/>
@@ -305,8 +305,8 @@
    <target name="ear" depends="ear-ejb-jar, ear-lib-jar, ear-war">
       <filter token="lib" value="${lib.jar.name}"/>
       <mkdir dir="${output.dir}/META-INF"/>
-         <copy file="${resource.dir}/META-INF/application.xml"
-            todir="${output.dir}/META-INF" filtering="on"/>
+      <copy file="${resource.dir}/META-INF/application.xml"
+         todir="${output.dir}/META-INF" filtering="on"/>
 
       <jar destfile="${example.ear}">
          <fileset dir="${lib.dir}">
@@ -323,8 +323,8 @@
    <target name="ear-aop" depends="ear-ejb-jar, ear-lib-aop, ear-war">
       <filter token="lib" value="${lib.aop.name}"/>
       <mkdir dir="${output.dir}/META-INF"/>
-         <copy file="${resource.dir}/META-INF/application.xml"
-            todir="${output.dir}/META-INF" filtering="on"/>
+      <copy file="${resource.dir}/META-INF/application.xml"
+         todir="${output.dir}/META-INF" filtering="on"/>
 
       <jar destfile="${example.ear}">
          <fileset dir="${lib.dir}">

Modified: projects/aop/trunk/aop/docs/examples/injboss/aopInJbossPackaging.html
===================================================================
--- projects/aop/trunk/aop/docs/examples/injboss/aopInJbossPackaging.html	2010-03-31 20:28:43 UTC (rev 103360)
+++ projects/aop/trunk/aop/docs/examples/injboss/aopInJbossPackaging.html	2010-03-31 20:47:01 UTC (rev 103361)
@@ -8,8 +8,6 @@
 <p></p>You can change the server configuration used by modifying the jboss.server.config property in build.xml.
 This example makes no assumption about the version of JBoss AS you are running against, and should work with all application server versions starting with JBoss AS 4.x.
 </p><p>
-
-</p><p>
 There are several ways to package classes to be run with AOP in JBoss, and this page takes you through a few of the options available to you.
 </p><p>
 All the examples shown here use loadtime transformations, so you will need to modify your jboss/server/--yourconfig--/conf/jboss-service.xml as outlined in <a href="../../reference/en/html/running.html#jboss">Running with JBoss Application Server</a>

Modified: projects/aop/trunk/aop/docs/examples/injboss/build.xml
===================================================================
--- projects/aop/trunk/aop/docs/examples/injboss/build.xml	2010-03-31 20:28:43 UTC (rev 103360)
+++ projects/aop/trunk/aop/docs/examples/injboss/build.xml	2010-03-31 20:47:01 UTC (rev 103361)
@@ -178,9 +178,9 @@
 
       <!-- Create simple war, containing normal classes lib  -->
       <copy todir="${basic.web.out.dir}">
-        <fileset dir="${basic.web.dir}">
-           <include name="**/*"/>
-        </fileset>
+         <fileset dir="${basic.web.dir}">
+            <include name="**/*"/>
+         </fileset>
       </copy>
       <copy todir="${basic.web.out.lib.dir}" file="${lib.jar}"/>
       <jar destfile="${basic.war}" basedir="${basic.web.out.dir}"/>
@@ -305,8 +305,8 @@
    <target name="ear" depends="ear-ejb-jar, ear-lib-jar, ear-war">
       <filter token="lib" value="${lib.jar.name}"/>
       <mkdir dir="${output.dir}/META-INF"/>
-         <copy file="${resource.dir}/META-INF/application.xml"
-            todir="${output.dir}/META-INF" filtering="on"/>
+      <copy file="${resource.dir}/META-INF/application.xml"
+         todir="${output.dir}/META-INF" filtering="on"/>
 
       <jar destfile="${example.ear}">
          <fileset dir="${lib.dir}">
@@ -323,8 +323,8 @@
    <target name="ear-aop" depends="ear-ejb-jar, ear-lib-aop, ear-war">
       <filter token="lib" value="${lib.aop.name}"/>
       <mkdir dir="${output.dir}/META-INF"/>
-         <copy file="${resource.dir}/META-INF/application.xml"
-            todir="${output.dir}/META-INF" filtering="on"/>
+      <copy file="${resource.dir}/META-INF/application.xml"
+         todir="${output.dir}/META-INF" filtering="on"/>
 
       <jar destfile="${example.ear}">
          <fileset dir="${lib.dir}">




More information about the jboss-cvs-commits mailing list