Skip to content

Commit

Permalink
reactivate compilation of module pljava-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
fbroda committed Oct 23, 2014
1 parent e13e6cf commit bd6f79c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
public class UsingPropertiesAsScalarSet
{
@Function
@Function( complexType = "SETOF VARCHAR" )
public static Iterator<String> getProperties()
throws SQLException
{
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<module>pljava</module>
<module>pljava-deploy</module>
<module>pljava-ant</module>
<!--<module>pljava-examples</module>-->
<module>pljava-examples</module>
<module>pljava-so</module>
</modules>

Expand Down

0 comments on commit bd6f79c

Please sign in to comment.