Skip to content
Snippets Groups Projects
Commit 26484b1b authored by felmer's avatar felmer
Browse files

add BuildAndEnvironmentInfo.class from the project calling the jar target

SVN: 13421
parent a763c257
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,8 @@ ...@@ -60,7 +60,8 @@
<include name="**/*.xml" /> <include name="**/*.xml" />
<include name="**/*.xsd" /> <include name="**/*.xsd" />
</fileset> </fileset>
<zipfileset src="${lib}/gwt1.7/gwt-user.jar" <fileset dir="../${ant.project.name}/${classes}" includes="ch/systemsx/cisd/openbis/dss/BuildAndEnvironmentInfo.class"/>
<zipfileset src="${lib}/gwt1.7/gwt-user.jar"
includes="com/google/gwt/user/client/rpc/IsSerializable.class, com/google/gwt/user/client/rpc/SerializableException.class" /> includes="com/google/gwt/user/client/rpc/IsSerializable.class, com/google/gwt/user/client/rpc/SerializableException.class" />
</jar> </jar>
</target> </target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment