Skip to content

Commit 619a338

Browse files
committed
Build script changes to allow Share OAuth to be built against latest Spring Surf libs
git-svn-id: https://share-extras.googlecode.com/svn/trunk/Share OAuth@653 a3f5c567-fd0f-3a89-9b71-a290c5a5f590
1 parent a22ef10 commit 619a338

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@
109109
</path>
110110

111111
<path id="compile.classpath">
112-
<fileset dir="${alfereco.sdk.dir}">
112+
<fileset dir="${surf.src.dir}">
113+
<include name="spring-webscripts/spring-webscripts/target/spring-webscripts-1.0.0.CI-SNAPSHOT.jar" />
114+
</fileset>
115+
<fileset dir="${alfresco.sdk.dir}">
113116
<include name="lib/server/dependencies/**/*.jar" />
114117
<include name="lib/server/*.jar" />
115118
</fileset>

0 commit comments

Comments
 (0)