mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-06 06:37:28 +02:00
Remove reference to c3p0 from build.xml
This commit is contained in:
@@ -75,7 +75,6 @@
|
|||||||
<target name="-post-jar">
|
<target name="-post-jar">
|
||||||
<jar jarfile="${dist.dir}/EssentialsProtect.jar">
|
<jar jarfile="${dist.dir}/EssentialsProtect.jar">
|
||||||
<zipfileset src="${dist.jar}" excludes="META-INF/*" />
|
<zipfileset src="${dist.jar}" excludes="META-INF/*" />
|
||||||
<zipfileset src="../lib/c3p0-0.9.1.2.jar" excludes="META-INF/*" />
|
|
||||||
<manifest>
|
<manifest>
|
||||||
<attribute name="Classpath" value="EssentialsProtect.jar"/>
|
<attribute name="Classpath" value="EssentialsProtect.jar"/>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
Reference in New Issue
Block a user