You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by rh...@apache.org on 2010/02/24 08:42:46 UTC

svn commit: r915712 - in /incubator/esme/trunk/server/src/main/resources/props: default.props test.default.props

Author: rhirsch
Date: Wed Feb 24 07:42:46 2010
New Revision: 915712

URL: http://svn.apache.org/viewvc?rev=915712&view=rev
Log:
[ESME-165] Remove blanks from property files

Modified:
    incubator/esme/trunk/server/src/main/resources/props/default.props
    incubator/esme/trunk/server/src/main/resources/props/test.default.props

Modified: incubator/esme/trunk/server/src/main/resources/props/default.props
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/resources/props/default.props?rev=915712&r1=915711&r2=915712&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/resources/props/default.props (original)
+++ incubator/esme/trunk/server/src/main/resources/props/default.props Wed Feb 24 07:42:46 2010
@@ -15,5 +15,4 @@
  * KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations
  * under the License.
- */                                
-               
+ */
\ No newline at end of file

Modified: incubator/esme/trunk/server/src/main/resources/props/test.default.props
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/resources/props/test.default.props?rev=915712&r1=915711&r2=915712&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/resources/props/test.default.props (original)
+++ incubator/esme/trunk/server/src/main/resources/props/test.default.props Wed Feb 24 07:42:46 2010
@@ -16,6 +16,5 @@
  * specific language governing permissions and limitations
  * under the License.
  */                                  
-
 compass_config_file=/props/compass.filesystem.cfg.xml
 role.api_test=integration-admin
\ No newline at end of file