Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
TEXTURES LIBRARY EDITOR v 1.4
-----------------------------
This archive contains source code of the Textures Library Editor for Sweet Home 3D.
You may also download this source code with the following CVS command:
cvs -z3 -d:pserver:anonymous@sweethome3d.cvs.sourceforge.net:/cvsroot/sweethome3d co -P -r V_1_4 TexturesLibraryEditor
As this project depends on Sweet Home 3D, download and install also Sweet Home 3D source code from
http://prdownloads.sourceforge.net/sweethome3d/SweetHome3D-4.4-src.zip
or with the following CVS command:
cvs -z3 -d:pserver:anonymous@sweethome3d.cvs.sourceforge.net:/cvsroot/sweethome3d co -P -r V_4_4 SweetHome3D
HOW TO USE THIS SOURCE CODE
---------------------------
Source code classes are compatible with Java SE 5, and the directory where
you find this file may be compiled as an Eclipse project or with Ant.
If you want to compile and test the Java files of this release
with Eclipse, please follow the next steps:
1. install last JDK 5 or 6 available at http://java.sun.com
2. install Eclipse available at http://www.eclipse.org
3. in Eclipse, select File > Import... menu
4. in "Select an import source" list of Import dialog box,
choose "Existing project into Workspace" option
5. click on Next button
6. in "Select root directory" text field,
type or select the path to the root of this archive
7. click on Finish
8. repeat the steps 3 to 7 to import Sweet Home 3D project
You may execute com.eteks.textureslibraryeditor.TexturesLibraryEditor
application included in this archive, with the Eclipse Run menu.
If you want to build Textures Library Editor with Ant, please install last JDK 5 or 6 and
Ant available at http://ant.apache.org/, and run ant command in the directory where
you uncompressed this archive.
The default target provided by build.xml Ant file builds a JAR executable version.
Read build.xml Ant file for more information about other available targets.
Read LICENSE.TXT file for more details about licenses applicable to this software
and included materials developed by third parties.
Copyright (c) 2012-2014 Emmanuel Puybaret / eTeks. Distributed under GNU General Public License