summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-11-25 11:35:31 -0500
committerJames Moger <james.moger@gitblit.com>2012-11-25 11:35:31 -0500
commitc8b26c51aa67fc9345b624e36aab6f819e7eed74 (patch)
tree80f69598db8d26e028544440512a069091c0e1b0 /build.xml
parentca12058bbf0f2aa391254cbc6a5915323cdd611b (diff)
downloadgitblit-c8b26c51aa67fc9345b624e36aab6f819e7eed74.tar.gz
gitblit-c8b26c51aa67fc9345b624e36aab6f819e7eed74.zip
Gitblit Certificate Authority revisions. Eliminate certificate scripts.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml19
1 files changed, 4 insertions, 15 deletions
diff --git a/build.xml b/build.xml
index 8a7fd54b..aa247d39 100644
--- a/build.xml
+++ b/build.xml
@@ -190,9 +190,9 @@
<fileset dir="${basedir}">
<include name="LICENSE" />
<include name="NOTICE" />
- <include name="authority*.jar" />
- </fileset>
+ </fileset>
</copy>
+ <copy tofile="${project.deploy.dir}/authority.jar" file="${basedir}/authority-${gb.version}.jar" />
<!-- Certificate templates -->
<mkdir dir="${project.deploy.dir}/certs"/>
@@ -461,7 +461,6 @@
<exclude name="com/gitblit/AddIndexedBranch*.class" />
<exclude name="com/gitblit/GitBlitServer*.class" />
<exclude name="com/gitblit/Launcher*.class" />
- <exclude name="com/gitblit/MakeCertificate*.class" />
<exclude name="com/gitblit/authority/**" />
</fileset>
</copy>
@@ -494,7 +493,6 @@
<exclude name="com/gitblit/AddIndexedBranch*.class" />
<exclude name="com/gitblit/GitBlitServer*.class" />
<exclude name="com/gitblit/Launcher*.class" />
- <exclude name="com/gitblit/MakeCertificate*.class" />
</fileset>
</copy>
@@ -671,7 +669,6 @@
<exclude name="com/gitblit/client/**" />
<exclude name="com/gitblit/GitBlitServer*.class" />
<exclude name="com/gitblit/Launcher*.class" />
- <exclude name="com/gitblit/MakeCertificate*.class" />
<exclude name="com/gitblit/authority/**" />
</fileset>
</jar>
@@ -767,6 +764,7 @@
<resource file="${basedir}/resources/rosette_16x16.png" />
<resource file="${basedir}/resources/vcard_16x16.png" />
<resource file="${basedir}/resources/settings_16x16.png" />
+ <resource file="${basedir}/resources/settings_32x32.png" />
<resource file="${basedir}/resources/search-icon.png" />
<resource file="${basedir}/resources/blank.png" />
<resource file="${basedir}/resources/bullet_green.png" />
@@ -775,6 +773,7 @@
<resource file="${basedir}/resources/bullet_white.png" />
<resource file="${basedir}/resources/bullet_delete.png" />
<resource file="${basedir}/resources/bullet_key.png" />
+ <resource file="${basedir}/src/log4j.properties" />
<resource file="${basedir}/src/com/gitblit/wicket/GitBlitWebApp.properties" />
<resource file="${basedir}/src/com/gitblit/wicket/GitBlitWebApp_es.properties" />
<resource file="${basedir}/src/com/gitblit/wicket/GitBlitWebApp_ja.properties" />
@@ -1116,16 +1115,6 @@
summary="Gitblit Manager v${gb.version} (Swing tool to remotely administer a Gitblit server)"
labels="Featured, Type-Package, OpSys-All" />
- <!-- Upload Gitblit Authority -->
- <gcupload
- username="${googlecode.user}"
- password="${googlecode.password}"
- projectname="gitblit"
- filename="${authority.zipfile}"
- targetfilename="authority-${gb.version}.zip"
- summary="Gitblit Authority v${gb.version} (Swing tool to manage client SSL certificates)"
- labels="Featured, Type-Package, OpSys-All" />
-
<!-- Upload Gitblit API Library -->
<gcupload
username="${googlecode.user}"