Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / real-world application / jigsaw / src / org / w3c / www / protocol / http / cache / Makefile
diff --git a/JMCR-Stable/real-world application/jigsaw/src/org/w3c/www/protocol/http/cache/Makefile b/JMCR-Stable/real-world application/jigsaw/src/org/w3c/www/protocol/http/cache/Makefile
new file mode 100644 (file)
index 0000000..36c8c07
--- /dev/null
@@ -0,0 +1,33 @@
+PACKAGE = "org.w3c.www.protocol.http.cache"
+
+JIGSAWPACKAGES = \
+       push
+
+JIGSAWFILES = \
+       ActiveStream.java \
+       CacheFilter.java \
+       CacheGeneration.java \
+       CachedResource.java \
+       CachedResourceFactory.java \
+       CacheSerializer.java \
+       CacheState.java \
+       CacheStore.java \
+       CacheSweeper.java \
+       CacheValidator.java \
+       InvalidCacheException.java \
+       EntityCachedResource.java \
+       NoSuchResourceException.java \
+       SimpleCacheSerializer.java \
+       SimpleCacheSweeper.java \
+       SimpleCacheValidator.java \
+       StoreState.java \
+       TeeMonitor.java \
+       UnloadedGenerationException.java
+
+PACKAGES = $(JIGSAWPACKAGES)
+FILES = $(JIGSAWFILES)
+
+TOP=../../../../../../..
+include $(TOP)/makefiles/file.make
+include $(TOP)/makefiles/package.make
+