Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
make sure to include NOTICE.txt in the compiled file
Browse files Browse the repository at this point in the history
  • Loading branch information
rovo89 committed Aug 25, 2013
1 parent d54bbab commit ed92772
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .classpath
Expand Up @@ -2,13 +2,15 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="src" path="lib/apache-commons-lang"/>
<classpathentry excluding="*.txt" kind="src" path="lib/apache-commons-lang"/>
<classpathentry kind="lib" path="lib/full_framework_15.jar" sourcepath="lib/sdk_sources_15">
<accessrules>
<accessrule kind="nonaccessible" pattern="android/test/**"/>
</accessrules>
</classpathentry>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry including="NOTICE.txt" kind="src" path=""/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
14 changes: 12 additions & 2 deletions NOTICE.txt
Expand Up @@ -21,5 +21,15 @@ INCLUDED LIBRARIES
==================

This product includes slightly modified code of the "Apache Commons Lang"
library. See lib/apache-commons-lang/NOTICE.txt for licensing details.

library. See lib/apache-commons-lang for details.
Here is a copy of the NOTICE.txt from that directory:
-------------------------------------------------------------------------
Apache Commons Lang
Copyright 2001-2011 The Apache Software Foundation

This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).

This product includes software from the Spring Framework,
under the Apache License 2.0 (see: StringUtils.containsWhitespace())
-------------------------------------------------------------------------

1 comment on commit ed92772

@16608770879
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ed92772

Please sign in to comment.