Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Renamed package by adding '-tomcat7' suffix to reflect the scope of t…
…he utils
  • Loading branch information
Aklakan committed Apr 5, 2017
1 parent 9b867a7 commit a87b0c3
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 9 deletions.
File renamed without changes.
Expand Up @@ -9,15 +9,15 @@
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>aksw-deb-util-debian</artifactId>
<artifactId>aksw-deb-util-debian-tomcat7</artifactId>
<packaging>jar</packaging>


<name>AKSW-Deb-Util - Debian Packaging</name>
<name>AKSW-Deb-Util - Debian Packaging for tomcat7</name>


<properties>
<deb.packageName>aksw-deb-util</deb.packageName>
<deb.packageName>aksw-deb-util-tomcat7</deb.packageName>
<!-- <tomcat.context.name>facete2</tomcat.context.name> -->
</properties>

Expand Down
@@ -1,4 +1,4 @@
Package: aksw-deb-util
Package: aksw-deb-util-tomcat7
Version: [[version]]
Section: web
Priority: optional
Expand Down
File renamed without changes.
Expand Up @@ -19,11 +19,11 @@ function doBackup() {
}

doBackup "/usr/share/java/" "tomcat-dbcp-7.0.30.jar"
doBackup "/usr/share/tomcat7/lib/" "postgresql-8.4-701.jdbc4.jar"
doBackup "/usr/share/tomcat7/lib/" "postgresql-9.4.1209.jre7.jar"

# Copy the files
src="$DIR/files/"

cp "$src/tomcat-dbcp-7.0.30.jar" /usr/share/tomcat7/lib/tomcat-dbcp-7.0.30.jar
cp "$src/postgresql-8.4-701.jdbc4.jar" /usr/share/tomcat7/lib/postgresql-8.4-701.jdbc4.jar
cp "$src/tomcat-dbcp-7.0.30.jar" "/usr/share/tomcat7/lib/tomcat-dbcp-7.0.30.jar"
cp "$src/postgresql-9.4.1209.jre7.jar" "/usr/share/tomcat7/lib/postgresql-9.4.1209.jre7.jar"

File renamed without changes.

This file was deleted.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -28,7 +28,7 @@


<modules>
<module>aksw-deb-util-debian</module>
<module>aksw-deb-util-debian-tomcat7</module>
</modules>


Expand Down

0 comments on commit a87b0c3

Please sign in to comment.