gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f915cbc)
raw | patch | inline | side by side (parent: f915cbc)
author | Doni Pracner <quinnuendo@gmail.com> | |
Wed, 20 Apr 2016 16:30:19 +0000 (18:30 +0200) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Wed, 20 Apr 2016 17:25:49 +0000 (19:25 +0200) |
.classpath | patch | blob | history | |
build.xml | patch | blob | history |
diff --git a/.classpath b/.classpath
index fb5011632c0ab8d6649a148c6fb5845a1b34c747..525e316cb90f595307c525f6b852f1c09c58e9c0 100644 (file)
--- a/.classpath
+++ b/.classpath
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="res"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/build.xml b/build.xml
index 2f6f5805b3460020c0dbee507e110d9e2d514260..17ee30f6a2f6766fb9ddfd509276fdb3c40a23ee 100644 (file)
--- a/build.xml
+++ b/build.xml
<attribute name="Main-Class" value="com.quemaster.transformations.mjc2wsl.mjc2wsl"/>
</manifest>
<fileset dir="${mjc2wsl.class.dir}"/>
- <fileset dir="${res.dir}"/>
</jar>
</target>
<target name="build" depends="init,update-version-string" description="build the mjc2wsl tool">
<javac srcdir="${mjc2wsl.src.dir}" destdir="${mjc2wsl.class.dir}" includeAntRuntime='no' />
+ <copy todir="${mjc2wsl.class.dir}">
+ <fileset dir="${res.dir}"/>
+ </copy>
</target>
<target name="mjc2wsl">