ruper2/src/java/core/org/krysalis/ruper2/util/xml XMLTagConstants.java,1.1,1.2
| Newsgroups | gmane.comp.krysalis.metamorphosis.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper2/util/xml
In directory sc8-pr-cvs1:/tmp/cvs-serv15405/src/java/core/org/krysalis/ruper2/util/xml
Modified Files:
XMLTagConstants.java
Log Message:
Various minor fixes...
Index: XMLTagConstants.java
===================================================================
RCS file: /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper2/util/xml/XMLTagConstants.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** XMLTagConstants.java 29 Sep 2003 18:09:16 -0000 1.1
--- XMLTagConstants.java 14 Oct 2003 17:07:17 -0000 1.2
***************
*** 7,15 ****
* @author anou_mana
*/
! public class XMLTagConstants
! {
! public final static String XML_TAG_ID = "id";
public final static String XML_TAG_REF_ID = "refId";
!
// XML tags
public final static String CONFIG_TAG = "config";
--- 7,14 ----
* @author anou_mana
*/
! public class XMLTagConstants {
! public final static String XML_TAG_ID = "id";
public final static String XML_TAG_REF_ID = "refId";
!
// XML tags
public final static String CONFIG_TAG = "config";
***************
*** 23,38 ****
// Attributes
public final static String XML_CLASS_ATTRIBUTE = "class";
!
/**
*
*/
! public XMLTagConstants()
! {
super();
// TODO Auto-generated constructor stub
- }
-
- public static void main(String[] args)
- {
}
}
--- 22,32 ----
// Attributes
public final static String XML_CLASS_ATTRIBUTE = "class";
!
/**
*
*/
! public XMLTagConstants() {
super();
// TODO Auto-generated constructor stub
}
}
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php