You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2009/12/10 09:03:24 UTC

svn commit: r889128 - /tuscany/sca-java-2.x/trunk/samples/pom.xml

Author: antelder
Date: Thu Dec 10 08:03:21 2009
New Revision: 889128

URL: http://svn.apache.org/viewvc?rev=889128&view=rev
Log:
Move the comments back to the middle of the samples xml to try to keep them in your face not scrolling off the top of the page

Modified:
    tuscany/sca-java-2.x/trunk/samples/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/pom.xml?rev=889128&r1=889127&r2=889128&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/pom.xml Thu Dec 10 08:03:21 2009
@@ -36,16 +36,6 @@
         </repository>
     </repositories>
 
-<!-- *********
-    IF YOU ADD ANY SAMPLES THEN ALSO ADD THEM TO 
-        distribution\all\src\main\components\bin-samples.xml
-    OR THEY WONT GET IN RELEASES
-     ********* -->
-<!-- *********
-    ALSO SAMPLES SHOULD HAVE A TEST IN itest/distribution TO 
-    ENSURE THAT THEY WORK PROPERLY OUT OF A DISTRIBUTION
-     ********* -->
-     
     <profiles>
         <profile>
             <id>default</id>
@@ -64,6 +54,16 @@
                 <module>dosgi-dynamic-calculator</module>
                 <module>dosgi-dynamic-calculator-operations</module>
                 <!--module>helloworld</module-->
+<!-- *********
+    IF YOU ADD ANY SAMPLES THEN ALSO ADD THEM TO 
+        distribution\all\src\main\components\bin-samples.xml
+    OR THEY WONT GET IN RELEASES
+     ********* -->
+<!-- *********
+    ALSO SAMPLES SHOULD HAVE A TEST IN itest/distribution TO 
+    ENSURE THAT THEY WORK PROPERLY OUT OF A DISTRIBUTION
+     ********* -->
+     
                 <module>helloworld-bpel</module>
                 <module>implementation-java-calculator</module>
                 <module>store</module>