Skip to content

Commit

Permalink
eclipsify
Browse files Browse the repository at this point in the history
  • Loading branch information
grishick committed Feb 14, 2017
1 parent 8737e99 commit 81da53e
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -4,4 +4,5 @@
/build
/.gradle
zones.h
zones.tab
zones.tab
/bin/
41 changes: 41 additions & 0 deletions ivy.xml
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<ivy-module version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info
organisation="org.mnode.ical4j"
module="ical4j"
status="integration">
</info>
<dependencies>
<dependency org="org.slf4j" name="slf4j-api" rev="1.7.10"/>
<dependency org="log4j" name="log4j" rev="1.2.16" />
<dependency org="org.spockframework" name="spock-core" rev="0.7-groovy-2.0"/>
<dependency org="org.apache.commons" name="commons-collections4" rev="4.0" />
<dependency org="org.codehaus.groovy" name="groovy-all" rev="2.3.2"/>
<dependency org="biz.aQute.bnd" name="bndlib" rev="2.3.0" />
<dependency org="commons-io" name="commons-io" rev="2.4" />
<dependency org="org.apache.commons" name="commons-lang3" rev="3.3.2" />
<dependency org="org.slf4j" name="slf4j-log4j12" rev="1.7.10" />
<dependency org="org.ccil.cowan.tagsoup" name="tagsoup" rev="1.2.1" />
<dependency org="commons-codec" name="commons-codec" rev="1.9" />
<dependency org="junit" name="junit" rev="4.8.2" />
</dependencies>
</ivy-module>

0 comments on commit 81da53e

Please sign in to comment.