We should now update the various "ant clean" tasks to leave delete all files except the README files; now after a cleanup task you get annoying local modifications when you run "svn status"
Jacopo On Mar 24, 2014, at 3:42 PM, [hidden email] wrote: > Author: jleroux > Date: Mon Mar 24 14:42:52 2014 > New Revision: 1580865 > > URL: http://svn.apache.org/r1580865 > Log: > Removes useless empty folders, adds README files with explanations in useful empty folders > This to facilitate the creation of Git repositories where empty folders needs a file in or must be ignored > Especially when you want to keep the OFBiz Subversion repository inside the Git repository (useful for committers) > > Added: > ofbiz/trunk/framework/base/cert/demoCA/certs/README (with props) > ofbiz/trunk/framework/base/cert/demoCA/crl/README (with props) > ofbiz/trunk/runtime/indexes/README (with props) > ofbiz/trunk/runtime/output/README (with props) > ofbiz/trunk/runtime/patches/README (with props) > ofbiz/trunk/runtime/tempfiles/README (with props) > ofbiz/trunk/runtime/tmp/README (with props) > ofbiz/trunk/specialpurpose/birt/lib/scriptlib/README (with props) > ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/attachments/README (with props) > ofbiz/trunk/specialpurpose/example/webapp/exampleext/WEB-INF/README (with props) > Removed: > ofbiz/trunk/applications/accounting/webapp/accounting/images/ > ofbiz/trunk/applications/accounting/webapp/accounting/lookup/ > ofbiz/trunk/applications/content/src/org/ofbiz/content/test/ > ofbiz/trunk/applications/marketing/script/org/ofbiz/sfa/opportunity/ > ofbiz/trunk/applications/marketing/webapp/sfa/account/ > ofbiz/trunk/applications/marketing/webapp/sfa/party/ > ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/report/ > ofbiz/trunk/applications/order/webapp/ordermgr/includes/ > ofbiz/trunk/applications/product/webapp/catalog/includes/ > ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/project/ > ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/test/ > ofbiz/trunk/framework/webtools/webapp/webtools/component/ > ofbiz/trunk/framework/webtools/webapp/webtools/includes/ > ofbiz/trunk/specialpurpose/birt/src/org/ofbiz/birt/report/context/ > ofbiz/trunk/specialpurpose/oagis/webapp/oagis/WEB-INF/actions/ > ofbiz/trunk/specialpurpose/scrum/dtd/ > ofbiz/trunk/specialpurpose/scrum/lib/ > ofbiz/trunk/specialpurpose/scrum/patches/ > ofbiz/trunk/specialpurpose/scrum/webapp/demotest/WEB-INF/actions/ > ofbiz/trunk/specialpurpose/scrum/webapp/demotest/actions/ > Modified: > ofbiz/trunk/framework/base/cert/demoCA/crl/ (props changed) > ofbiz/trunk/specialpurpose/birt/lib/scriptlib/ (props changed) > ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/attachments/ (props changed) > ofbiz/trunk/specialpurpose/example/webapp/exampleext/WEB-INF/ (props changed) > > Added: ofbiz/trunk/framework/base/cert/demoCA/certs/README > URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/cert/demoCA/certs/README?rev=1580865&view=auto > ============================================================================== > --- ofbiz/trunk/framework/base/cert/demoCA/certs/README (added) > +++ ofbiz/trunk/framework/base/cert/demoCA/certs/README Mon Mar 24 14:42:52 2014 > @@ -0,0 +1 @@ > +Introduced with r554183: Updated the SSL certificate file and made it a signed one using a testing signing authority done with openssl, and the files for it are in a new cert directory so others can look at it or use it to sign other test certs, or pass the cert to other servers to add to their trusted lists > \ No newline at end of file > > Propchange: ofbiz/trunk/framework/base/cert/demoCA/certs/README > ------------------------------------------------------------------------------ > svn:eol-style = native > > Propchange: ofbiz/trunk/framework/base/cert/demoCA/certs/README > ------------------------------------------------------------------------------ > svn:mime-type = text/plain > > Propchange: ofbiz/trunk/framework/base/cert/demoCA/crl/ > ------------------------------------------------------------------------------ > --- svn:ignore (added) > +++ svn:ignore Mon Mar 24 14:42:52 2014 > @@ -0,0 +1 @@ > +.GITplaceholder > > Added: ofbiz/trunk/framework/base/cert/demoCA/crl/README > URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/cert/demoCA/crl/README?rev=1580865&view=auto > ============================================================================== > --- ofbiz/trunk/framework/base/cert/demoCA/crl/README (added) > +++ ofbiz/trunk/framework/base/cert/demoCA/crl/README Mon Mar 24 14:42:52 2014 > @@ -0,0 +1 @@ > +Introduced with r554183: Updated the SSL certificate file and made it a signed one using a testing signing authority done with openssl, and the files for it are in a new cert directory so others can look at it or use it to sign other test certs, or pass the cert to other servers to add to their trusted lists > \ No newline at end of file > > Propchange: ofbiz/trunk/framework/base/cert/demoCA/crl/README > ------------------------------------------------------------------------------ > svn:eol-style = native > > Propchange: ofbiz/trunk/framework/base/cert/demoCA/crl/README > ------------------------------------------------------------------------------ > svn:mime-type = text/plain > > Added: ofbiz/trunk/runtime/indexes/README > URL: http://svn.apache.org/viewvc/ofbiz/trunk/runtime/indexes/README?rev=1580865&view=auto > ============================================================================== > --- ofbiz/trunk/runtime/indexes/README (added) > +++ ofbiz/trunk/runtime/indexes/README Mon Mar 24 14:42:52 2014 > @@ -0,0 +1 @@ > +This is used by lucene components to put its indexes. > \ No newline at end of file > > Propchange: ofbiz/trunk/runtime/indexes/README > ------------------------------------------------------------------------------ > svn:eol-style = native > > Propchange: ofbiz/trunk/runtime/indexes/README > ------------------------------------------------------------------------------ > svn:mime-type = text/plain > > Added: ofbiz/trunk/runtime/output/README > URL: http://svn.apache.org/viewvc/ofbiz/trunk/runtime/output/README?rev=1580865&view=auto > ============================================================================== > --- ofbiz/trunk/runtime/output/README (added) > +++ ofbiz/trunk/runtime/output/README Mon Mar 24 14:42:52 2014 > @@ -0,0 +1 @@ > +This is used for content upload purpose. > \ No newline at end of file > > Propchange: ofbiz/trunk/runtime/output/README > ------------------------------------------------------------------------------ > svn:eol-style = native > > Propchange: ofbiz/trunk/runtime/output/README > ------------------------------------------------------------------------------ > svn:mime-type = text/plain > > Added: ofbiz/trunk/runtime/patches/README > URL: http://svn.apache.org/viewvc/ofbiz/trunk/runtime/patches/README?rev=1580865&view=auto > ============================================================================== > --- ofbiz/trunk/runtime/patches/README (added) > +++ ofbiz/trunk/runtime/patches/README Mon Mar 24 14:42:52 2014 > @@ -0,0 +1 @@ > +To put your patches, related with the build-dev ant target > \ No newline at end of file > > Propchange: ofbiz/trunk/runtime/patches/README > ------------------------------------------------------------------------------ > svn:eol-style = native > > Propchange: ofbiz/trunk/runtime/patches/README > ------------------------------------------------------------------------------ > svn:mime-type = text/plain > > Added: ofbiz/trunk/runtime/tempfiles/README > URL: http://svn.apache.org/viewvc/ofbiz/trunk/runtime/tempfiles/README?rev=1580865&view=auto > ============================================================================== > --- ofbiz/trunk/runtime/tempfiles/README (added) > +++ ofbiz/trunk/runtime/tempfiles/README Mon Mar 24 14:42:52 2014 > @@ -0,0 +1 @@ > +For temporary files > \ No newline at end of file > > Propchange: ofbiz/trunk/runtime/tempfiles/README > ------------------------------------------------------------------------------ > svn:eol-style = native > > Propchange: ofbiz/trunk/runtime/tempfiles/README > ------------------------------------------------------------------------------ > svn:mime-type = text/plain > > Added: ofbiz/trunk/runtime/tmp/README > URL: http://svn.apache.org/viewvc/ofbiz/trunk/runtime/tmp/README?rev=1580865&view=auto > ============================================================================== > --- ofbiz/trunk/runtime/tmp/README (added) > +++ ofbiz/trunk/runtime/tmp/README Mon Mar 24 14:42:52 2014 > @@ -0,0 +1 @@ > +This is used for content upload purpose. > \ No newline at end of file > > Propchange: ofbiz/trunk/runtime/tmp/README > ------------------------------------------------------------------------------ > svn:eol-style = native > > Propchange: ofbiz/trunk/runtime/tmp/README > ------------------------------------------------------------------------------ > svn:mime-type = text/plain > > Propchange: ofbiz/trunk/specialpurpose/birt/lib/scriptlib/ > ------------------------------------------------------------------------------ > --- svn:ignore (added) > +++ svn:ignore Mon Mar 24 14:42:52 2014 > @@ -0,0 +1 @@ > +.GITplaceholder > > Added: ofbiz/trunk/specialpurpose/birt/lib/scriptlib/README > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/lib/scriptlib/README?rev=1580865&view=auto > ============================================================================== > --- ofbiz/trunk/specialpurpose/birt/lib/scriptlib/README (added) > +++ ofbiz/trunk/specialpurpose/birt/lib/scriptlib/README Mon Mar 24 14:42:52 2014 > @@ -0,0 +1 @@ > +This is related with the BIRT_VIEWER_SCRIPTLIB_DIR parameter in specialpurpose/birt/webapp/birt/WEB-INF/web.xml > \ No newline at end of file > > Propchange: ofbiz/trunk/specialpurpose/birt/lib/scriptlib/README > ------------------------------------------------------------------------------ > svn:eol-style = native > > Propchange: ofbiz/trunk/specialpurpose/birt/lib/scriptlib/README > ------------------------------------------------------------------------------ > svn:mime-type = text/plain > > Propchange: ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/attachments/ > ------------------------------------------------------------------------------ > --- svn:ignore (added) > +++ svn:ignore Mon Mar 24 14:42:52 2014 > @@ -0,0 +1 @@ > +.GITplaceholder > > Added: ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/attachments/README > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/attachments/README?rev=1580865&view=auto > ============================================================================== > --- ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/attachments/README (added) > +++ ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/attachments/README Mon Mar 24 14:42:52 2014 > @@ -0,0 +1 @@ > +For possible attachments > \ No newline at end of file > > Propchange: ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/attachments/README > ------------------------------------------------------------------------------ > svn:eol-style = native > > Propchange: ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/attachments/README > ------------------------------------------------------------------------------ > svn:mime-type = text/plain > > Propchange: ofbiz/trunk/specialpurpose/example/webapp/exampleext/WEB-INF/ > ------------------------------------------------------------------------------ > --- svn:ignore (added) > +++ svn:ignore Mon Mar 24 14:42:52 2014 > @@ -0,0 +1 @@ > +.GITplaceholder > > Added: ofbiz/trunk/specialpurpose/example/webapp/exampleext/WEB-INF/README > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/webapp/exampleext/WEB-INF/README?rev=1580865&view=auto > ============================================================================== > --- ofbiz/trunk/specialpurpose/example/webapp/exampleext/WEB-INF/README (added) > +++ ofbiz/trunk/specialpurpose/example/webapp/exampleext/WEB-INF/README Mon Mar 24 14:42:52 2014 > @@ -0,0 +1 @@ > +Empty for now > \ No newline at end of file > > Propchange: ofbiz/trunk/specialpurpose/example/webapp/exampleext/WEB-INF/README > ------------------------------------------------------------------------------ > svn:eol-style = native > > Propchange: ofbiz/trunk/specialpurpose/example/webapp/exampleext/WEB-INF/README > ------------------------------------------------------------------------------ > svn:mime-type = text/plain > > |
Thanks for report Jacopo,
Done at r1582831 Jacques Le 28/03/2014 07:47, Jacopo Cappellato a écrit : > We should now update the various "ant clean" tasks to leave delete all files except the README files; now after a cleanup task you get annoying local modifications when you run "svn status" > > Jacopo > > On Mar 24, 2014, at 3:42 PM, [hidden email] wrote: > >> Author: jleroux >> Date: Mon Mar 24 14:42:52 2014 >> New Revision: 1580865 >> >> URL: http://svn.apache.org/r1580865 >> Log: >> Removes useless empty folders, adds README files with explanations in useful empty folders >> This to facilitate the creation of Git repositories where empty folders needs a file in or must be ignored >> Especially when you want to keep the OFBiz Subversion repository inside the Git repository (useful for committers) >> >> Added: >> ofbiz/trunk/framework/base/cert/demoCA/certs/README (with props) >> ofbiz/trunk/framework/base/cert/demoCA/crl/README (with props) >> ofbiz/trunk/runtime/indexes/README (with props) >> ofbiz/trunk/runtime/output/README (with props) >> ofbiz/trunk/runtime/patches/README (with props) >> ofbiz/trunk/runtime/tempfiles/README (with props) >> ofbiz/trunk/runtime/tmp/README (with props) >> ofbiz/trunk/specialpurpose/birt/lib/scriptlib/README (with props) >> ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/attachments/README (with props) >> ofbiz/trunk/specialpurpose/example/webapp/exampleext/WEB-INF/README (with props) >> Removed: >> ofbiz/trunk/applications/accounting/webapp/accounting/images/ >> ofbiz/trunk/applications/accounting/webapp/accounting/lookup/ >> ofbiz/trunk/applications/content/src/org/ofbiz/content/test/ >> ofbiz/trunk/applications/marketing/script/org/ofbiz/sfa/opportunity/ >> ofbiz/trunk/applications/marketing/webapp/sfa/account/ >> ofbiz/trunk/applications/marketing/webapp/sfa/party/ >> ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/report/ >> ofbiz/trunk/applications/order/webapp/ordermgr/includes/ >> ofbiz/trunk/applications/product/webapp/catalog/includes/ >> ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/project/ >> ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/test/ >> ofbiz/trunk/framework/webtools/webapp/webtools/component/ >> ofbiz/trunk/framework/webtools/webapp/webtools/includes/ >> ofbiz/trunk/specialpurpose/birt/src/org/ofbiz/birt/report/context/ >> ofbiz/trunk/specialpurpose/oagis/webapp/oagis/WEB-INF/actions/ >> ofbiz/trunk/specialpurpose/scrum/dtd/ >> ofbiz/trunk/specialpurpose/scrum/lib/ >> ofbiz/trunk/specialpurpose/scrum/patches/ >> ofbiz/trunk/specialpurpose/scrum/webapp/demotest/WEB-INF/actions/ >> ofbiz/trunk/specialpurpose/scrum/webapp/demotest/actions/ >> Modified: >> ofbiz/trunk/framework/base/cert/demoCA/crl/ (props changed) >> ofbiz/trunk/specialpurpose/birt/lib/scriptlib/ (props changed) >> ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/attachments/ (props changed) >> ofbiz/trunk/specialpurpose/example/webapp/exampleext/WEB-INF/ (props changed) >> >> Added: ofbiz/trunk/framework/base/cert/demoCA/certs/README >> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/cert/demoCA/certs/README?rev=1580865&view=auto >> ============================================================================== >> --- ofbiz/trunk/framework/base/cert/demoCA/certs/README (added) >> +++ ofbiz/trunk/framework/base/cert/demoCA/certs/README Mon Mar 24 14:42:52 2014 >> @@ -0,0 +1 @@ >> +Introduced with r554183: Updated the SSL certificate file and made it a signed one using a testing signing authority done with openssl, and the files for it are in a new cert directory so others can look at it or use it to sign other test certs, or pass the cert to other servers to add to their trusted lists >> \ No newline at end of file >> >> Propchange: ofbiz/trunk/framework/base/cert/demoCA/certs/README >> ------------------------------------------------------------------------------ >> svn:eol-style = native >> >> Propchange: ofbiz/trunk/framework/base/cert/demoCA/certs/README >> ------------------------------------------------------------------------------ >> svn:mime-type = text/plain >> >> Propchange: ofbiz/trunk/framework/base/cert/demoCA/crl/ >> ------------------------------------------------------------------------------ >> --- svn:ignore (added) >> +++ svn:ignore Mon Mar 24 14:42:52 2014 >> @@ -0,0 +1 @@ >> +.GITplaceholder >> >> Added: ofbiz/trunk/framework/base/cert/demoCA/crl/README >> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/cert/demoCA/crl/README?rev=1580865&view=auto >> ============================================================================== >> --- ofbiz/trunk/framework/base/cert/demoCA/crl/README (added) >> +++ ofbiz/trunk/framework/base/cert/demoCA/crl/README Mon Mar 24 14:42:52 2014 >> @@ -0,0 +1 @@ >> +Introduced with r554183: Updated the SSL certificate file and made it a signed one using a testing signing authority done with openssl, and the files for it are in a new cert directory so others can look at it or use it to sign other test certs, or pass the cert to other servers to add to their trusted lists >> \ No newline at end of file >> >> Propchange: ofbiz/trunk/framework/base/cert/demoCA/crl/README >> ------------------------------------------------------------------------------ >> svn:eol-style = native >> >> Propchange: ofbiz/trunk/framework/base/cert/demoCA/crl/README >> ------------------------------------------------------------------------------ >> svn:mime-type = text/plain >> >> Added: ofbiz/trunk/runtime/indexes/README >> URL: http://svn.apache.org/viewvc/ofbiz/trunk/runtime/indexes/README?rev=1580865&view=auto >> ============================================================================== >> --- ofbiz/trunk/runtime/indexes/README (added) >> +++ ofbiz/trunk/runtime/indexes/README Mon Mar 24 14:42:52 2014 >> @@ -0,0 +1 @@ >> +This is used by lucene components to put its indexes. >> \ No newline at end of file >> >> Propchange: ofbiz/trunk/runtime/indexes/README >> ------------------------------------------------------------------------------ >> svn:eol-style = native >> >> Propchange: ofbiz/trunk/runtime/indexes/README >> ------------------------------------------------------------------------------ >> svn:mime-type = text/plain >> >> Added: ofbiz/trunk/runtime/output/README >> URL: http://svn.apache.org/viewvc/ofbiz/trunk/runtime/output/README?rev=1580865&view=auto >> ============================================================================== >> --- ofbiz/trunk/runtime/output/README (added) >> +++ ofbiz/trunk/runtime/output/README Mon Mar 24 14:42:52 2014 >> @@ -0,0 +1 @@ >> +This is used for content upload purpose. >> \ No newline at end of file >> >> Propchange: ofbiz/trunk/runtime/output/README >> ------------------------------------------------------------------------------ >> svn:eol-style = native >> >> Propchange: ofbiz/trunk/runtime/output/README >> ------------------------------------------------------------------------------ >> svn:mime-type = text/plain >> >> Added: ofbiz/trunk/runtime/patches/README >> URL: http://svn.apache.org/viewvc/ofbiz/trunk/runtime/patches/README?rev=1580865&view=auto >> ============================================================================== >> --- ofbiz/trunk/runtime/patches/README (added) >> +++ ofbiz/trunk/runtime/patches/README Mon Mar 24 14:42:52 2014 >> @@ -0,0 +1 @@ >> +To put your patches, related with the build-dev ant target >> \ No newline at end of file >> >> Propchange: ofbiz/trunk/runtime/patches/README >> ------------------------------------------------------------------------------ >> svn:eol-style = native >> >> Propchange: ofbiz/trunk/runtime/patches/README >> ------------------------------------------------------------------------------ >> svn:mime-type = text/plain >> >> Added: ofbiz/trunk/runtime/tempfiles/README >> URL: http://svn.apache.org/viewvc/ofbiz/trunk/runtime/tempfiles/README?rev=1580865&view=auto >> ============================================================================== >> --- ofbiz/trunk/runtime/tempfiles/README (added) >> +++ ofbiz/trunk/runtime/tempfiles/README Mon Mar 24 14:42:52 2014 >> @@ -0,0 +1 @@ >> +For temporary files >> \ No newline at end of file >> >> Propchange: ofbiz/trunk/runtime/tempfiles/README >> ------------------------------------------------------------------------------ >> svn:eol-style = native >> >> Propchange: ofbiz/trunk/runtime/tempfiles/README >> ------------------------------------------------------------------------------ >> svn:mime-type = text/plain >> >> Added: ofbiz/trunk/runtime/tmp/README >> URL: http://svn.apache.org/viewvc/ofbiz/trunk/runtime/tmp/README?rev=1580865&view=auto >> ============================================================================== >> --- ofbiz/trunk/runtime/tmp/README (added) >> +++ ofbiz/trunk/runtime/tmp/README Mon Mar 24 14:42:52 2014 >> @@ -0,0 +1 @@ >> +This is used for content upload purpose. >> \ No newline at end of file >> >> Propchange: ofbiz/trunk/runtime/tmp/README >> ------------------------------------------------------------------------------ >> svn:eol-style = native >> >> Propchange: ofbiz/trunk/runtime/tmp/README >> ------------------------------------------------------------------------------ >> svn:mime-type = text/plain >> >> Propchange: ofbiz/trunk/specialpurpose/birt/lib/scriptlib/ >> ------------------------------------------------------------------------------ >> --- svn:ignore (added) >> +++ svn:ignore Mon Mar 24 14:42:52 2014 >> @@ -0,0 +1 @@ >> +.GITplaceholder >> >> Added: ofbiz/trunk/specialpurpose/birt/lib/scriptlib/README >> URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/lib/scriptlib/README?rev=1580865&view=auto >> ============================================================================== >> --- ofbiz/trunk/specialpurpose/birt/lib/scriptlib/README (added) >> +++ ofbiz/trunk/specialpurpose/birt/lib/scriptlib/README Mon Mar 24 14:42:52 2014 >> @@ -0,0 +1 @@ >> +This is related with the BIRT_VIEWER_SCRIPTLIB_DIR parameter in specialpurpose/birt/webapp/birt/WEB-INF/web.xml >> \ No newline at end of file >> >> Propchange: ofbiz/trunk/specialpurpose/birt/lib/scriptlib/README >> ------------------------------------------------------------------------------ >> svn:eol-style = native >> >> Propchange: ofbiz/trunk/specialpurpose/birt/lib/scriptlib/README >> ------------------------------------------------------------------------------ >> svn:mime-type = text/plain >> >> Propchange: ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/attachments/ >> ------------------------------------------------------------------------------ >> --- svn:ignore (added) >> +++ svn:ignore Mon Mar 24 14:42:52 2014 >> @@ -0,0 +1 @@ >> +.GITplaceholder >> >> Added: ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/attachments/README >> URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/attachments/README?rev=1580865&view=auto >> ============================================================================== >> --- ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/attachments/README (added) >> +++ ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/attachments/README Mon Mar 24 14:42:52 2014 >> @@ -0,0 +1 @@ >> +For possible attachments >> \ No newline at end of file >> >> Propchange: ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/attachments/README >> ------------------------------------------------------------------------------ >> svn:eol-style = native >> >> Propchange: ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/attachments/README >> ------------------------------------------------------------------------------ >> svn:mime-type = text/plain >> >> Propchange: ofbiz/trunk/specialpurpose/example/webapp/exampleext/WEB-INF/ >> ------------------------------------------------------------------------------ >> --- svn:ignore (added) >> +++ svn:ignore Mon Mar 24 14:42:52 2014 >> @@ -0,0 +1 @@ >> +.GITplaceholder >> >> Added: ofbiz/trunk/specialpurpose/example/webapp/exampleext/WEB-INF/README >> URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/webapp/exampleext/WEB-INF/README?rev=1580865&view=auto >> ============================================================================== >> --- ofbiz/trunk/specialpurpose/example/webapp/exampleext/WEB-INF/README (added) >> +++ ofbiz/trunk/specialpurpose/example/webapp/exampleext/WEB-INF/README Mon Mar 24 14:42:52 2014 >> @@ -0,0 +1 @@ >> +Empty for now >> \ No newline at end of file >> >> Propchange: ofbiz/trunk/specialpurpose/example/webapp/exampleext/WEB-INF/README >> ------------------------------------------------------------------------------ >> svn:eol-style = native >> >> Propchange: ofbiz/trunk/specialpurpose/example/webapp/exampleext/WEB-INF/README >> ------------------------------------------------------------------------------ >> svn:mime-type = text/plain >> >> > > |
Free forum by Nabble | Edit this page |