personalweb

Archived
git clone git://git.wimdupont.com/personalweb.git
Log | Files | Refs | README | LICENSE

Constants.java (268B)


      1 package com.wimdupont.personalweb.util;
      2 
      3 public class Constants {
      4 
      5     private Constants() {
      6     }
      7 
      8     public static final String GPG_PUBLIC_KEY = System.getProperty("user.home") + "/personalweb/gpg/pub.asc";
      9     public static final String ADOC_SUFFIX = ".adoc";
     10 
     11 
     12 }