X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.specs%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fbuild%2FBasicNameVersion.java;h=c01c5da5e14b1e53a12ac6f1ac2e92cef7027dd6;hb=58efbefd4194e7b3b9da463964bd791a759702f2;hp=c83ef3c21cac0b81fc4240c2f8ef8160780d55ee;hpb=b98bef7b2e743103c93e719ac5c18bf41858ec3a;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/build/BasicNameVersion.java b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/build/BasicNameVersion.java index c83ef3c21..c01c5da5e 100644 --- a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/build/BasicNameVersion.java +++ b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/build/BasicNameVersion.java @@ -1,6 +1,26 @@ +/* + * Copyright (C) 2010 Mathieu Baudier + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.argeo.slc.build; -public class BasicNameVersion implements NameVersion, Comparable { +import java.io.Serializable; + +public class BasicNameVersion implements NameVersion, Comparable, + Serializable { + private static final long serialVersionUID = -5127304279136195127L; private String name; private String version;