#At file:///Users/bocklin/Programming/clusterj-work/ based on revid:bernhard.ocklin@stripped
142 Bernhard Ocklin 2009-11-02
correct exported packages
modified:
Makefile.am
=== modified file 'Makefile.am'
--- a/Makefile.am 2009-11-02 09:47:40 +0000
+++ b/Makefile.am 2009-11-02 10:23:57 +0000
@@ -17,8 +17,11 @@
if COND_OPENJPA_OPT
OPENJPA_OPT=clusterj-openjpa
OPENJPA_OPT_TEST=clusterj-jpatest
+ OPENJPA_EXPORT=,com.mysql.clusterj.openjpa
endif
+CLUSTERJ_EXPORT=com.mysql.clusterj,com.mysql.clusterj.query,com.mysql.clusterj.annotation, com.mysql.clusterj.metadata,com.mysql.clusterj.spi,com.mysql.clusterj.store,com.mysql.clusterj.util,com.mysql.clusterj.tie
+
BASE_DIRS = clusterj-api clusterj-core clusterj-tie $(OPENJPA_OPT)
SUBDIRS = $(BASE_DIRS) clusterj-test $(OPENJPA_OPT_TEST)
@@ -36,7 +39,7 @@ EXTRA_DIST =
manifest:
mkdir -p $(JAVAROOT)
echo "Manifest-Version: 1.0" > $(JAVAROOT)/MANIFEST.MF
- echo "Export-Package: com.mysql.clusterj,com.mysql.clusterj.query,com.mysql.clusterj.annotation,com.mysql.clusterj.tie,com.mysql.clusterj.openjpa" >> $(JAVAROOT)/MANIFEST.MF
+ echo "Export-Package: $(CLUSTERJ_EXPORT)$(OPENJPA_EXPORT)" >> $(JAVAROOT)/MANIFEST.MF
echo "Bundle-Name: ClusterJ API" >> $(JAVAROOT)/MANIFEST.MF
echo "Bundle-Description: The API for ClusterJ" >> $(JAVAROOT)/MANIFEST.MF
Attachment: [text/bzr-bundle]
| Thread |
|---|
| • bzr commit into clusterj branch (bernhard.ocklin:142) | Bernhard Ocklin | 2 Nov |