[jboss-svn-commits] JBL Code SVN: r14793 - labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/message/body/content.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Sat Sep 1 13:07:25 EDT 2007
Author: mark.little at jboss.com
Date: 2007-09-01 13:07:25 -0400 (Sat, 01 Sep 2007)
New Revision: 14793
Modified:
labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/message/body/content/MessageBodyTypeNames.java
Log:
http://jira.jboss.com/jira/browse/JBESB-958
Modified: labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/message/body/content/MessageBodyTypeNames.java
===================================================================
--- labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/message/body/content/MessageBodyTypeNames.java 2007-09-01 15:44:38 UTC (rev 14792)
+++ labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/message/body/content/MessageBodyTypeNames.java 2007-09-01 17:07:25 UTC (rev 14793)
@@ -1,5 +1,25 @@
package org.jboss.soa.esb.message.body.content;
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2006, JBoss Inc., and others contributors as indicated
+ * by the @authors tag. All rights reserved.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
+ * (C) 2005-2007,
+ */
+
public class MessageBodyTypeNames {
public static final String COMMAND_TYPE = "org.jboss.soa.esb.message.payload.command.type";
More information about the jboss-svn-commits
mailing list