ruper2/src/java/core/org/krysalis/ruper2/resource ResourceConstants.java,1.1,1.2 ResourceAttribute.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/resource
In directory sc8-pr-cvs1:/tmp/cvs-serv20837/src/java/core/org/krysalis/ruper2/resource
Modified Files:
ResourceConstants.java ResourceAttribute.java
Log Message:
Added the avalon repository.
Index: ResourceConstants.java
===================================================================
RCS file: /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper2/resource/ResourceConstants.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ResourceConstants.java 12 Oct 2003 18:12:06 -0000 1.1
--- ResourceConstants.java 29 Oct 2003 23:09:43 -0000 1.2
***************
*** 12,14 ****
--- 12,15 ----
// Attribute
public final static String MD5_LOCATION = "MD5_LOCATION";
+ public final static String ASC_LOCATION = "ASC_LOCATION";
}
Index: ResourceAttribute.java
===================================================================
RCS file: /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper2/resource/ResourceAttribute.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ResourceAttribute.java 12 Oct 2003 18:12:06 -0000 1.1
--- ResourceAttribute.java 29 Oct 2003 23:09:44 -0000 1.2
***************
*** 23,26 ****
--- 23,32 ----
new ResourceAttribute(ResourceConstants.MD5_LOCATION);
+ /**
+ * Where the ASC checksum is ...
+ */
+ public static final ResourceAttribute ASC_LOCATION =
+ new ResourceAttribute(ResourceConstants.ASC_LOCATION);
+
private ResourceAttribute(final String name) {
super(name);
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/