You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by do...@apache.org on 2008/08/23 17:12:45 UTC

svn commit: r688337 - in /incubator/empire-db/trunk/core/Empire-db: build.xml buildRelease.xml src/META-INF/MANIFEST.MF

Author: doebele
Date: Sat Aug 23 08:12:45 2008
New Revision: 688337

URL: http://svn.apache.org/viewvc?rev=688337&view=rev
Log:
EMPIREDB-2

Removed:
    incubator/empire-db/trunk/core/Empire-db/build.xml
    incubator/empire-db/trunk/core/Empire-db/src/META-INF/MANIFEST.MF
Modified:
    incubator/empire-db/trunk/core/Empire-db/buildRelease.xml

Modified: incubator/empire-db/trunk/core/Empire-db/buildRelease.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/core/Empire-db/buildRelease.xml?rev=688337&r1=688336&r2=688337&view=diff
==============================================================================
--- incubator/empire-db/trunk/core/Empire-db/buildRelease.xml (original)
+++ incubator/empire-db/trunk/core/Empire-db/buildRelease.xml Sat Aug 23 08:12:45 2008
@@ -72,18 +72,20 @@
 	 -->
 	<target name="jar">
 		<jar destfile="${empire.db.jar.version.file}" compress="true">
-  		  <manifest>
-		      <attribute name="Extension-Name" value="org.apache.empire"/>
-		      <attribute name="Specification-Title" value="Apache Empire-db"/>
-		      <attribute name="Specification-Vendor" value="The Apache Software Foundation"/>
-		      <attribute name="Specification-Version" value="${empire.db.version}"/>
-		      <attribute name="Implementation-Vendor-Id" value="org.apache"/>
-		      <attribute name="Implementation-Title" value="org.apache.empire"/>
-		      <attribute name="Implementation-Vendor" value="The Apache Software Foundation"/>
-		      <attribute name="Implementation-Version" value="${empire.db.version}"/> 
-		  </manifest>			
-  		  <fileset dir="${empire.db.out.dir}" />
-		  <fileset dir="${empire.db.src.dir}" />
+			<manifest>
+				<attribute name="Extension-Name" value="org.apache.empire"/>
+				<attribute name="Specification-Title" value="Apache Empire-db"/>
+				<attribute name="Specification-Vendor" value="The Apache Software Foundation"/>
+				<attribute name="Specification-Version" value="${empire.db.version}"/>
+				<attribute name="Implementation-Vendor-Id" value="org.apache"/>
+				<attribute name="Implementation-Title" value="org.apache.empire"/>
+				<attribute name="Implementation-Vendor" value="The Apache Software Foundation"/>
+				<attribute name="Implementation-Version" value="${empire.db.version}"/> 
+			</manifest>			
+			<fileset dir="${empire.db.out.dir}" />
+			<fileset dir="${empire.db.src.dir}" >
+				<exclude name="build.xml"/>
+			</fileset>			
 		</jar>
 	</target>
 	<!-- 
@@ -179,8 +181,7 @@
 	  	<copy todir="${empire.db.out.metaInf.dir}">
 	  		<fileset dir=".">	  			
 	  			<include name="NOTICE.txt" />
-	  			<include name="LICENSE*.txt" />
-	  			<include name="CHANGELOG.txt" />
+	  			<include name="LICENSE.txt" />
 	  		</fileset>
 	  	</copy>
 	  </target>
@@ -196,7 +197,6 @@
 	  			<include name="LICENSE*.txt" />
 	  			<include name="CHANGELOG.txt" />
 	  			<include name="README.txt" />
-	  			<include name="build.xml" />
 	  		</fileset>
 	  	</copy>
 	  </target>