Author: erwan
Date: Fri Apr 20 21:11:02 2012
New Revision: 1328503

URL: http://svn.apache.org/viewvc?rev=1328503&view=rev
Log:
Moving example* applications to specialpurpose OFBIZ-4790

Added:
    ofbiz/trunk/specialpurpose/example/
      - copied from r1328493, ofbiz/trunk/framework/example/
    ofbiz/trunk/specialpurpose/exampleext/
      - copied from r1328493, ofbiz/trunk/framework/exampleext/
Removed:
    ofbiz/trunk/framework/example/
    ofbiz/trunk/framework/exampleext/
Modified:
    ofbiz/trunk/framework/build.xml
    ofbiz/trunk/framework/component-load.xml
    ofbiz/trunk/specialpurpose/build.xml
    ofbiz/trunk/specialpurpose/component-load.xml

Modified: ofbiz/trunk/framework/build.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/build.xml?rev=1328503&r1=1328502&r2=1328503&view=diff
==============================================================================
--- ofbiz/trunk/framework/build.xml (original)
+++ ofbiz/trunk/framework/build.xml Fri Apr 20 21:11:02 2012
@@ -30,7 +30,7 @@ under the License.
                webapp/build.xml,guiapp/build.xml,widget/build.xml,
                common/build.xml,datafile/build.xml,birt/build.xml,
                testtools/build.xml,
-               appserver/build.xml,webtools/build.xml,example/build.xml"/>
+               appserver/build.xml,webtools/build.xml"/>
 
     <filelist id="test-builds" dir="." 
files="base/build.xml,sql/build.xml,entity/build.xml"/>
 

Modified: ofbiz/trunk/framework/component-load.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/component-load.xml?rev=1328503&r1=1328502&r2=1328503&view=diff
==============================================================================
--- ofbiz/trunk/framework/component-load.xml (original)
+++ ofbiz/trunk/framework/component-load.xml Fri Apr 20 21:11:02 2012
@@ -42,6 +42,4 @@ under the License.
     <load-component component-location="testtools"/>
     <load-component component-location="webtools"/>
     <load-component component-location="images"/>
-    <load-component component-location="example"/>
-    <load-component component-location="exampleext"/>
 </component-loader>

Modified: ofbiz/trunk/specialpurpose/build.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/build.xml?rev=1328503&r1=1328502&r2=1328503&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/build.xml (original)
+++ ofbiz/trunk/specialpurpose/build.xml Fri Apr 20 21:11:02 2012
@@ -35,7 +35,9 @@
         ldap/build.xml,
         crowd/build.xml,
         webpos/build.xml
-        googlecheckout/build.xml"/>
+        googlecheckout/build.xml,
+        example/build.xml
+    "/>
     <!-- For the old OFBiz Workflow Engine add "workflow/build.xml" to the 
list above -->
     <!-- For Shark add "shark/build.xml" to the list above, in the 
specialpurpose-builds list (after workflow) -->
 

Modified: ofbiz/trunk/specialpurpose/component-load.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/component-load.xml?rev=1328503&r1=1328502&r2=1328503&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/component-load.xml (original)
+++ ofbiz/trunk/specialpurpose/component-load.xml Fri Apr 20 21:11:02 2012
@@ -37,6 +37,8 @@ under the License.
     <load-component component-location="crowd"/>
     <load-component component-location="ldap"/>
     <load-component component-location="webpos"/>
+    <load-component component-location="example"/>
+    <load-component component-location="exampleext"/>
     <!-- The component below are not maintained by the community, or at least 
not very actively
         Still they are functional (or at least should be). 
         So if you need them simply uncomment and have a look also in the build 
file -->


Reply via email to