Author: deepal
Date: Fri Feb 8 01:55:57 2008
New Revision: 13454
Log:
-merging fix trunk
- fixing source distribution building issue
Modified:
branches/registry/1_0/modules/core/src/main/java/org/wso2/registry/app/AtomRegistry.java
branches/registry/1_0/modules/distribution/src/main/assembly/src-assembly.xml
Modified:
branches/registry/1_0/modules/core/src/main/java/org/wso2/registry/app/AtomRegistry.java
==============================================================================
---
branches/registry/1_0/modules/core/src/main/java/org/wso2/registry/app/AtomRegistry.java
(original)
+++
branches/registry/1_0/modules/core/src/main/java/org/wso2/registry/app/AtomRegistry.java
Fri Feb 8 01:55:57 2008
@@ -399,6 +399,8 @@
feed.addSimpleExtension(QNAME_AVGRATING,
"" +
jdbcregistry.getAverageRating(resourcePath));
}
+ }catch (ResourceNotFoundException e) {
+ return new EmptyResponseContext(404);
} catch (RegistryException e) {
return new StringResponseContext(abdera, e, 500);
}
Modified:
branches/registry/1_0/modules/distribution/src/main/assembly/src-assembly.xml
==============================================================================
---
branches/registry/1_0/modules/distribution/src/main/assembly/src-assembly.xml
(original)
+++
branches/registry/1_0/modules/distribution/src/main/assembly/src-assembly.xml
Fri Feb 8 01:55:57 2008
@@ -14,7 +14,8 @@
<includes>
<include>modules/core/**</include>
<include>modules/webapps/**</include>
- <include>modules/webui/**</include>
+ <include>modules/documentation/**</include>
+ <include>modules/distribution/**</include>
</includes>
<excludes>
_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev