Skip to content

Commit

Permalink
LPS-56048 Create message-boards-api module to include Settings there …
Browse files Browse the repository at this point in the history
…to follow consistency with other modules (such as blogs-api)
  • Loading branch information
Sergio Gonzalez authored and brianchandotcom committed Aug 5, 2015
1 parent 7496f45 commit b3c0596
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/apps/message-boards/message-boards-api/bnd.bnd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bundle-Name: Liferay Message Boards API
Bundle-SymbolicName: com.liferay.message.boards.api
Bundle-Version: 1.0.0
Export-Package: com.liferay.message.boards.*
Include-Resource: classes
Empty file.
8 changes: 8 additions & 0 deletions modules/apps/message-boards/message-boards-api/build.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<!DOCTYPE project>

<project>
<import file="../../../../tools/sdk/build-common-osgi-plugin.xml" />

<property name="auto.deploy.dir" value="${liferay.home}/osgi/modules" />
</project>
22 changes: 22 additions & 0 deletions modules/apps/message-boards/message-boards-api/ivy.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0"?>

<ivy-module
version="2.0"
xmlns:m2="http://ant.apache.org/ivy/maven"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd"
>
<info module="${plugin.name}" organisation="com.liferay">
<extends extendType="configurations,description,info" location="${sdk.dir}/ivy.xml" module="com.liferay.sdk" organisation="com.liferay" revision="latest.integration" />
</info>

<publications>
<artifact type="jar" />
<artifact type="pom" />
<artifact m2:classifier="sources" />
</publications>

<dependencies defaultconf="default">
<dependency name="org.osgi.core" org="org.osgi" rev="5.0.0" />
</dependencies>
</ivy-module>

0 comments on commit b3c0596

Please sign in to comment.