Clean spring files
[gpl/argeo-suite.git] / org.argeo.suite.core / src / org / argeo / suite / SuiteConstants.java
index ee172ed748bd70a6502b78b1072aae50e62aa7b2..06c28e47549a8714b58522d56daa1e37796835da 100644 (file)
@@ -1,5 +1,9 @@
 package org.argeo.suite;
 
+/** Argeo Suite constants */
 public interface SuiteConstants {
 
+       String SUITE_APP_PREFIX = "org.argeo.suite";
+       String SUITE_APP_BASE_NAME = "suite";
+
 }