|
Revision 10489, 458 bytes
(checked in by bergius, 2 years ago)
|
Dependency stuff, not yet enough for actually compiling
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
<project default="jar:jar"> |
|---|
| 2 |
<goal name="runsample" description="run sample" prereqs="native:compile"> |
|---|
| 3 |
<java classname="org.tigris.midgard.jcr.MidgardRepository" fork="yes"> |
|---|
| 4 |
<sysproperty key="java.library.path" value="${maven.build.dir}/native"/> |
|---|
| 5 |
<classpath> |
|---|
| 6 |
<pathelement path="${maven.build.dest}"/> |
|---|
| 7 |
<pathelement path="${maven.repo.remote}/jsr170/jars/jcr-0.16.2.jar"/> |
|---|
| 8 |
</classpath> |
|---|
| 9 |
</java> |
|---|
| 10 |
</goal> |
|---|
| 11 |
</project> |
|---|