Skip to content

Commit

Permalink
LPS-29261
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Aug 16, 2012
1 parent 216b824 commit bc481b1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ _sass_cache_*.css
/*/*/tmp

/*/*/docroot/WEB-INF/classes
/*/*/docroot/WEB-INF/lib/portal-compat-client.jar

/build.*.properties
/dist
1 change: 1 addition & 0 deletions build-common-plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@

<copy todir="docroot/WEB-INF/lib">
<fileset dir="${app.server.lib.portal.dir}" includes="${plugin.jars}" />
<fileset dir="${project.dir}/lib" includes="portal-compat-client.jar" />
</copy>

<if>
Expand Down
17 changes: 17 additions & 0 deletions clients/portal-compat-client/build.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<!DOCTYPE project>

<project name="portal-compat-client" basedir="." default="deploy">
<property name="plugin.version" value="1" />

<import file="../build-common-client.xml" />

<target name="jar">
<antcall target="build-common-client.jar" />

<move
file="${plugin.file}"
tofile="${project.dir}/lib/portal-compat-client.jar"
/>
</target>
</project>

0 comments on commit bc481b1

Please sign in to comment.