[Mulgara-svn] r1653 - trunk
pag at mulgara.org
pag at mulgara.org
Mon Apr 6 16:30:39 UTC 2009
Author: pag
Date: 2009-04-06 09:30:38 -0700 (Mon, 06 Apr 2009)
New Revision: 1653
Modified:
trunk/build.properties
Log:
Added a new jar file to accumulate Mulgara binaries for the WAR file. This is necessary as the WAR file cannot handle too many embedded JAR files.
Modified: trunk/build.properties
===================================================================
--- trunk/build.properties 2009-04-06 16:28:57 UTC (rev 1652)
+++ trunk/build.properties 2009-04-06 16:30:38 UTC (rev 1653)
@@ -63,6 +63,9 @@
# Web UI
mulgara.war = mulgara-${mulgara-version}.war
+# Stripped down distribution for inclusion in a WAR
+mulgara-servlet.jar = mulgara-servlet-${mulgara-version}.jar
+
# Executable JARs for distribution
driver.jar = driver-${mulgara-version}.jar
querylang.jar = querylang-${mulgara-version}.jar
More information about the Mulgara-svn
mailing list