diff options
author | snowleo <schneeleo@gmail.com> | 2011-07-24 23:19:12 +0200 |
---|---|---|
committer | snowleo <schneeleo@gmail.com> | 2011-07-24 23:19:12 +0200 |
commit | bc1c252dca0a1d2ecc54eda1fba233c972b0f389 (patch) | |
tree | 6083e48e53b95f9e0369a96d6dc68b726b05afa7 /EssentialsGroupBridge/nbproject | |
parent | 19ba6e519582196886ea6a2240b130e8b776db83 (diff) | |
download | Essentials-bc1c252dca0a1d2ecc54eda1fba233c972b0f389.tar Essentials-bc1c252dca0a1d2ecc54eda1fba233c972b0f389.tar.gz Essentials-bc1c252dca0a1d2ecc54eda1fba233c972b0f389.tar.lz Essentials-bc1c252dca0a1d2ecc54eda1fba233c972b0f389.tar.xz Essentials-bc1c252dca0a1d2ecc54eda1fba233c972b0f389.zip |
Correcting all line endings to LF
Diffstat (limited to 'EssentialsGroupBridge/nbproject')
-rw-r--r-- | EssentialsGroupBridge/nbproject/project.xml | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/EssentialsGroupBridge/nbproject/project.xml b/EssentialsGroupBridge/nbproject/project.xml index f7234f600..e13713870 100644 --- a/EssentialsGroupBridge/nbproject/project.xml +++ b/EssentialsGroupBridge/nbproject/project.xml @@ -1,25 +1,25 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://www.netbeans.org/ns/project/1">
- <type>org.netbeans.modules.java.j2seproject</type>
- <configuration>
- <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
- <name>EssentialsGroupBridge</name>
- <source-roots>
- <root id="src.dir"/>
- </source-roots>
- <test-roots>
- <root id="test.src.dir"/>
- </test-roots>
- </data>
- <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
- <reference>
- <foreign-project>EssentialsGroupManager</foreign-project>
- <artifact-type>jar</artifact-type>
- <script>build.xml</script>
- <target>jar</target>
- <clean-target>clean</clean-target>
- <id>jar</id>
- </reference>
- </references>
- </configuration>
-</project>
+<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://www.netbeans.org/ns/project/1"> + <type>org.netbeans.modules.java.j2seproject</type> + <configuration> + <data xmlns="http://www.netbeans.org/ns/j2se-project/3"> + <name>EssentialsGroupBridge</name> + <source-roots> + <root id="src.dir"/> + </source-roots> + <test-roots> + <root id="test.src.dir"/> + </test-roots> + </data> + <references xmlns="http://www.netbeans.org/ns/ant-project-references/1"> + <reference> + <foreign-project>EssentialsGroupManager</foreign-project> + <artifact-type>jar</artifact-type> + <script>build.xml</script> + <target>jar</target> + <clean-target>clean</clean-target> + <id>jar</id> + </reference> + </references> + </configuration> +</project> |