]> source.dussan.org Git - gitblit.git/commitdiff
Include missing model classes in api library (issue-184)
authorJames Moger <james.moger@gitblit.com>
Wed, 16 Jan 2013 03:48:58 +0000 (22:48 -0500)
committerJames Moger <james.moger@gitblit.com>
Wed, 16 Jan 2013 03:48:58 +0000 (22:48 -0500)
build.xml
docs/04_releases.mkd

index 4a4633c32476664a591790cefbaf23e8e8032a5e..5fe08df14b824f8da57d0d03dc04c52c49d169ef 100644 (file)
--- a/build.xml
+++ b/build.xml
                <genjar jarfile="${project.target.dir}/gbapi-${gb.version}.jar">\r
                        <class name="com.gitblit.Keys" />\r
                        <class name="com.gitblit.client.GitblitClient" />\r
+                       <class name="com.gitblit.models.FederationModel" />\r
+                       <class name="com.gitblit.models.FederationProposal" />\r
+                       <class name="com.gitblit.models.FederationSet" />                       \r
                        <classpath refid="master-classpath" />\r
                        <classfilter>\r
                                <exclude name="com.google.gson." />\r
index a76e3c79d01b1209072c098db554c91f3d7f540a..ea71d413311e1d72475f2e0f06c7a70a410c71e5 100644 (file)
@@ -18,6 +18,7 @@ Because there are now several types of files and folders that must be considered
 - Added nullchecking when concurrently forking a repository and trying to display it's fork network (issue-187)\r
 - Fixed bug where permission changes were not visible in the web ui to a logged-in user until the user logged-out and then logged back in again (issue-186)\r
 - Fixed nullpointer on creating a repository with mixed case (issue 185)\r
+- Include missing model classes in api library (issue-184)\r
 - Fixed nullpointer when using *web.allowForking = true* && *git.cacheRepositoryList = false* (issue 182)\r
 - Likely fix for commit and commitdiff page failures when a submodule reference changes (issue 178)\r
 - Build project models from the repository model cache, when possible, to reduce page load time (issue 172)\r